From 0846815b620af13bf1ecbced8ab6705efbb905f7 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sat, 21 Mar 2020 01:23:05 +0000 Subject: [PATCH 01/72] Fix tabs and numbering --- wiki/src/doc/first_steps/startup_options.mdwn | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/startup_options.mdwn index 6d98d399533..adb0424233c 100644 --- a/wiki/src/doc/first_steps/startup_options.mdwn +++ b/wiki/src/doc/first_steps/startup_options.mdwn @@ -23,21 +23,21 @@ starting Tails.</p> </div> -1. To add a boot option, press <span class="keycap">Tab</span> when the - <span class="application">Boot Loader Menu</span> appears. A list of boot options - appears at the bottom of the screen. +1. To add a boot option, press <span class="keycap">Tab</span> when the + <span class="application">Boot Loader Menu</span> appears. A list of boot options + appears at the bottom of the screen. -[[!img boot-menu-with-options.png link=no alt="Black screen with Tails -artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'. -At the bottom, a list of options ending with 'vsyscall=none quiet_'"]] + [[!img boot-menu-with-options.png link=no alt="Black screen with Tails + artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'. + At the bottom, a list of options ending with 'vsyscall=none quiet_'"]] -2. Press <span class="keycap">Space</span>, and type the boot option that you - want to add. +2. Press <span class="keycap">Space</span>, and type the boot option that you + want to add. -3. If you want to add more than one boot option, type them one after the - other, and separate them by a <span class="keycap">Space</span>. +3. If you want to add more than one boot option, type them one after the + other, and separate them by a <span class="keycap">Space</span>. -4. Then press <span class="keycap">Enter</span> to start Tails. +4. Then press <span class="keycap">Enter</span> to start Tails. <a id="greeter"></a> <a id="tails_greeter"></a> -- GitLab From a938d8260733680fbfec2749473e1ff6e0d84394 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sat, 21 Mar 2020 22:51:15 +0000 Subject: [PATCH 02/72] Document both SYSLINUX and GRUB to add boot options --- wiki/src/doc/first_steps/startup_options.mdwn | 76 +++++++++++++++--- .../boot-menu-with-options.png | Bin 2830 -> 0 bytes .../startup_options/grub-with-options.png | Bin 0 -> 22463 bytes .../startup_options/syslinux-with-options.png | Bin 0 -> 8440 bytes .../inc/screenshots/boot_loader_menu.png | Bin 1656 -> 0 bytes wiki/src/install/inc/screenshots/grub.png | Bin 0 -> 13284 bytes wiki/src/install/inc/screenshots/syslinux.png | Bin 0 -> 5364 bytes 7 files changed, 64 insertions(+), 12 deletions(-) delete mode 100644 wiki/src/doc/first_steps/startup_options/boot-menu-with-options.png create mode 100644 wiki/src/doc/first_steps/startup_options/grub-with-options.png create mode 100644 wiki/src/doc/first_steps/startup_options/syslinux-with-options.png delete mode 100644 wiki/src/install/inc/screenshots/boot_loader_menu.png create mode 100644 wiki/src/install/inc/screenshots/grub.png create mode 100644 wiki/src/install/inc/screenshots/syslinux.png diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/startup_options.mdwn index adb0424233c..4c3c25d4c87 100644 --- a/wiki/src/doc/first_steps/startup_options.mdwn +++ b/wiki/src/doc/first_steps/startup_options.mdwn @@ -8,11 +8,11 @@ functioning. The two ways of specifying startup options are the following: <a id="boot_loader_menu"></a> <a id="boot_menu"></a> <!-- for backward compatibility --> -Using the <span class="application">Boot Loader Menu</span> -=========================================================== +Using the Boot Loader +===================== -The <span class="application">Boot Loader Menu</span> is the first screen to appear -when Tails starts. +The Boot Loader is the first screen that appears +when starting Tails. <div class="tip"> @@ -23,21 +23,73 @@ starting Tails.</p> </div> -1. To add a boot option, press <span class="keycap">Tab</span> when the - <span class="application">Boot Loader Menu</span> appears. A list of boot options +Depending on the computer, the Boot Loader might be either *GRUB* or +*SYSLINUX*. + +<a id="syslinux"></a> + +Using *SYSLINUX* +---------------- + +This is how *SYSLINUX* looks like: + +[[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails +logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] + +If your boot loader looks differently, refer to our instructions on +adding a boot option [[using GRUB|startup_options#grub]] below. + +To add a boot option in *SYSLINUX*: + +1. Press **Tab** when *SYSLINUX* appears. + + A list of boot options appears at the bottom of the screen. - [[!img boot-menu-with-options.png link=no alt="Black screen with Tails - artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'. - At the bottom, a list of options ending with 'vsyscall=none quiet_'"]] + [[!img syslinux-with-options.png link="no" alt="SYSLINUX with + a list of options starting with '/live/vmlinuz' at the bottom"]] -2. Press <span class="keycap">Space</span>, and type the boot option that you +2. Press <span class="keycap">Space</span> and type the boot option that you want to add. 3. If you want to add more than one boot option, type them one after the - other, and separate them by a <span class="keycap">Space</span>. + other and separate them by a <span class="keycap">Space</span>. + +4. Press <span class="keycap">Enter</span> to start Tails. + +<a id="grub"></a> + +Using *GRUB* +------------ + +This is how GRUB looks like: + +[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails +logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] + +If your boot loader looks differently, refer to our instructions on +adding a boot option [[using SYSLINUX|startup_options#syslinux]] above. + +To add a boot option in *GRUB*: + +1. Press **e** when GRUB appears. + + A new screen appears with more options. + + [[!img grub-with-options.png link="no" alt="GRUB with a list of + options starting with 'setparams Tails'"]] + +1. Navigate with the arrows of the keyboard to the end of the line that + starts with <span class="code">linux</span>. The line is most likely + wrapped and displayed on several lines on the screen but it is a + single configuration line. + +1. Type the boot option that you want to add. + +1. If you want to add more than one boot option, type them one after the + other and separate them by a <span class="keycap">Space</span>. -4. Then press <span class="keycap">Enter</span> to start Tails. +1. Press **Ctrl+X** to start Tails. <a id="greeter"></a> <a id="tails_greeter"></a> diff --git a/wiki/src/doc/first_steps/startup_options/boot-menu-with-options.png b/wiki/src/doc/first_steps/startup_options/boot-menu-with-options.png deleted file mode 100644 index c5e65359ac91232101d0c98210520268b2950191..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2830 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 BE4%;z diff --git a/wiki/src/doc/first_steps/startup_options/grub-with-options.png b/wiki/src/doc/first_steps/startup_options/grub-with-options.png new file mode 100644 index 0000000000000000000000000000000000000000..9ffc3f34065fce0d211d994d52f6df5c26c2f3e4 GIT binary patch literal 22463 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	G4Sh8xBif7sGyN|Yo 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 E0B;jtIRF3v literal 0 HcmV?d00001 diff --git a/wiki/src/doc/first_steps/startup_options/syslinux-with-options.png b/wiki/src/doc/first_steps/startup_options/syslinux-with-options.png new file mode 100644 index 0000000000000000000000000000000000000000..344b1a89624367ee1c4a6ec750b659f128e1b9d5 GIT binary patch literal 8440 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 literal 0 HcmV?d00001 diff --git a/wiki/src/install/inc/screenshots/boot_loader_menu.png b/wiki/src/install/inc/screenshots/boot_loader_menu.png deleted file mode 100644 index 5620a6769a27aaae6c9621187634a94ec6fd22a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1656 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 diff --git a/wiki/src/install/inc/screenshots/grub.png b/wiki/src/install/inc/screenshots/grub.png new file mode 100644 index 0000000000000000000000000000000000000000..2315467badfcff9d0cf03990fe0e86885bbae031 GIT binary patch literal 13284 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 literal 0 HcmV?d00001 diff --git a/wiki/src/install/inc/screenshots/syslinux.png b/wiki/src/install/inc/screenshots/syslinux.png new file mode 100644 index 0000000000000000000000000000000000000000..154f07fadb9bffb99742879adb2eeba04c619cea GIT binary patch literal 5364 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 V<Yi&huStF&IZszVmvv4FO#mgHu}1&^ literal 0 HcmV?d00001 -- GitLab From 8657a6d1a2be4e3822e57f669955f1e4da5a203e Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:01:53 +0000 Subject: [PATCH 03/72] Write 'Boot Loader' consistently --- .../how/documentation/style_guide.mdwn | 10 ++- wiki/src/doc/first_steps/startup_options.mdwn | 9 +- wiki/src/doc/reset/linux.ar.po | 2 +- wiki/src/doc/reset/linux.ca.po | 2 +- wiki/src/doc/reset/linux.de.po | 4 +- wiki/src/doc/reset/linux.es.po | 4 +- wiki/src/doc/reset/linux.fa.po | 2 +- wiki/src/doc/reset/linux.fr.po | 4 +- wiki/src/doc/reset/linux.id.po | 2 +- wiki/src/doc/reset/linux.it.po | 2 +- wiki/src/doc/reset/linux.mdwn | 4 +- wiki/src/doc/reset/linux.pl.po | 2 +- wiki/src/doc/reset/linux.pt.po | 2 +- wiki/src/doc/reset/linux.ru.po | 2 +- wiki/src/doc/reset/linux.sr_Latn.po | 2 +- wiki/src/doc/reset/linux.tr.po | 2 +- wiki/src/doc/reset/linux.zh.po | 2 +- wiki/src/doc/reset/linux.zh_TW.po | 2 +- .../inc/steps/mac_startup_disks.inline.html | 6 +- .../inc/steps/pc_boot_menu.inline.html | 4 +- .../inc/steps/restart_first_time.inline.mdwn | 8 +- .../inc/steps/restart_second_time.inline.mdwn | 4 +- wiki/src/news/version_3.11.ar.po | 4 +- wiki/src/news/version_3.11.ca.po | 4 +- wiki/src/news/version_3.11.de.po | 4 +- wiki/src/news/version_3.11.es.po | 4 +- wiki/src/news/version_3.11.fa.po | 4 +- wiki/src/news/version_3.11.fr.po | 8 +- wiki/src/news/version_3.11.id.po | 4 +- wiki/src/news/version_3.11.it.po | 4 +- wiki/src/news/version_3.11.mdwn | 4 +- wiki/src/news/version_3.11.pl.po | 4 +- wiki/src/news/version_3.11.pt.po | 4 +- wiki/src/news/version_3.11.ru.po | 4 +- wiki/src/news/version_3.11.sr_Latn.po | 4 +- wiki/src/news/version_3.11.tr.po | 4 +- wiki/src/news/version_3.11.zh.po | 4 +- wiki/src/news/version_3.11.zh_TW.po | 4 +- wiki/src/support/known_issues.ar.po | 16 ++-- wiki/src/support/known_issues.ca.po | 16 ++-- wiki/src/support/known_issues.de.po | 16 ++-- wiki/src/support/known_issues.es.po | 84 +++++++++---------- wiki/src/support/known_issues.fa.po | 32 +++---- wiki/src/support/known_issues.fr.po | 76 ++++++++--------- wiki/src/support/known_issues.id.po | 16 ++-- wiki/src/support/known_issues.it.po | 16 ++-- wiki/src/support/known_issues.mdwn | 28 +++---- wiki/src/support/known_issues.pl.po | 16 ++-- wiki/src/support/known_issues.pt.po | 38 ++++----- wiki/src/support/known_issues.ru.po | 16 ++-- wiki/src/support/known_issues.sr_Latn.po | 16 ++-- wiki/src/support/known_issues.tr.po | 16 ++-- wiki/src/support/known_issues.zh.po | 16 ++-- wiki/src/support/known_issues.zh_TW.po | 16 ++-- wiki/src/support/known_issues/graphics.ar.po | 16 ++-- wiki/src/support/known_issues/graphics.ca.po | 16 ++-- wiki/src/support/known_issues/graphics.de.po | 16 ++-- wiki/src/support/known_issues/graphics.es.po | 58 ++++++------- wiki/src/support/known_issues/graphics.fa.po | 16 ++-- wiki/src/support/known_issues/graphics.fr.po | 38 ++++----- wiki/src/support/known_issues/graphics.id.po | 16 ++-- wiki/src/support/known_issues/graphics.it.po | 16 ++-- wiki/src/support/known_issues/graphics.mdwn | 18 ++-- wiki/src/support/known_issues/graphics.pl.po | 16 ++-- wiki/src/support/known_issues/graphics.pt.po | 16 ++-- wiki/src/support/known_issues/graphics.ru.po | 16 ++-- .../support/known_issues/graphics.sr_Latn.po | 16 ++-- wiki/src/support/known_issues/graphics.tr.po | 16 ++-- wiki/src/support/known_issues/graphics.zh.po | 16 ++-- .../support/known_issues/graphics.zh_TW.po | 16 ++-- 70 files changed, 456 insertions(+), 449 deletions(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index 5fbed782100..7f66d8b792a 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -43,6 +43,12 @@ computer or when writing for a technical audience, like in our design documentation. + - Use *Boot Loader* when referring to either *GRUB* or *SYSLINUX*. + + - *For example:* + + - The Boot Loader is the first screen that appears when starting Tails. + - Use *boot* when referring to *boot options*, which are only documented for workarounds or a technical audience. @@ -57,10 +63,10 @@ boot option in the <span class="application">Boot Loader Menu</span>. For detailed instructions, see the documentation on [[using the <span class="application">Boot Loader - Menu</span>|doc/first_steps/startup_options#boot_loader_menu]]. + Menu</span>|doc/first_steps/startup_options#boot-loader]]. - To make the display work properly, [[add the following boot option - when starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: + when starting Tails|doc/first_steps/startup_options/#boot-loader]]: nouveau.noaccel=1 diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/startup_options.mdwn index 4c3c25d4c87..e5c8768a7b5 100644 --- a/wiki/src/doc/first_steps/startup_options.mdwn +++ b/wiki/src/doc/first_steps/startup_options.mdwn @@ -5,7 +5,8 @@ functioning. The two ways of specifying startup options are the following: [[!toc levels=2]] -<a id="boot_loader_menu"></a> +<a id="boot-loader"></a> +<a id="boot_loader_menu"></a> <!-- for backward compatibility --> <a id="boot_menu"></a> <!-- for backward compatibility --> Using the Boot Loader @@ -36,7 +37,7 @@ This is how *SYSLINUX* looks like: [[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -If your boot loader looks differently, refer to our instructions on +If your Boot Loader looks differently, refer to our instructions on adding a boot option [[using GRUB|startup_options#grub]] below. To add a boot option in *SYSLINUX*: @@ -67,7 +68,7 @@ This is how GRUB looks like: [[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -If your boot loader looks differently, refer to our instructions on +If your Boot Loader looks differently, refer to our instructions on adding a boot option [[using SYSLINUX|startup_options#syslinux]] above. To add a boot option in *GRUB*: @@ -98,7 +99,7 @@ Using <span class="application">Tails Greeter</span> ==================================================== <span class="application">Tails Greeter</span> -appears after the <span class="application">Boot Loader Menu</span>, but before the +appears after the <span class="application">Boot Loader</span>, but before the <span class="application">GNOME Desktop</span>: [[!img tails-greeter-welcome-to-tails.png link=no alt="Tails Greeter: Welcome to Tails!"]] diff --git a/wiki/src/doc/reset/linux.ar.po b/wiki/src/doc/reset/linux.ar.po index 68b739b48d8..69d6a0a259d 100644 --- a/wiki/src/doc/reset/linux.ar.po +++ b/wiki/src/doc/reset/linux.ar.po @@ -165,7 +165,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.ca.po b/wiki/src/doc/reset/linux.ca.po index cdbe7d3106e..805de2c7336 100644 --- a/wiki/src/doc/reset/linux.ca.po +++ b/wiki/src/doc/reset/linux.ca.po @@ -163,7 +163,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.de.po b/wiki/src/doc/reset/linux.de.po index 8ac5b3424e9..5c0929583f5 100644 --- a/wiki/src/doc/reset/linux.de.po +++ b/wiki/src/doc/reset/linux.de.po @@ -194,13 +194,13 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" "Fügen Sie beim Start von Tails die <span class=\"command\">toram</span> " "Bootoption im <span class=\"application\">Bootmenü</span> hinzu. Für " "detaillierte Anweisungen lesen Sie bitte die Dokumentation\n" "zum [[<span class=\"application\">Bootmenü</span>|" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.es.po b/wiki/src/doc/reset/linux.es.po index 32c102eff2f..2901396e359 100644 --- a/wiki/src/doc/reset/linux.es.po +++ b/wiki/src/doc/reset/linux.es.po @@ -194,13 +194,13 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" "Cuando inicies Tails, añade la opción de arranque <span class=\"command" "\">toram</span> en el <span class=\"application\">Menú de Gestión de " "Arranque</span>. Para instrucciones detalladas, lee la documentación sobre " "como [[usar el <span class=\"application\">Menú de Gestión de Arranque</" -"span>|startup_options#boot_loader_menu]]." +"span>|startup_options#boot-loader]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.fa.po b/wiki/src/doc/reset/linux.fa.po index d8547a1f7e0..3ec9ffdb7e5 100644 --- a/wiki/src/doc/reset/linux.fa.po +++ b/wiki/src/doc/reset/linux.fa.po @@ -225,7 +225,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" "هنگام راهاندازی تیلز گزینهٔ بوت <span class=\"command\">toram</span> را در " "<span class=\"application\">فهرست بوت</span> اضافه کنید. برای خواندن راهنمای " diff --git a/wiki/src/doc/reset/linux.fr.po b/wiki/src/doc/reset/linux.fr.po index 318fd0abc11..8b94d6da31e 100644 --- a/wiki/src/doc/reset/linux.fr.po +++ b/wiki/src/doc/reset/linux.fr.po @@ -196,13 +196,13 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" "Au démarrage de Tails, ajoutez <span class=\"command\">toram</span> comme " "option de démarrage dans le <span class=\"application\">menu du chargeur " "d’amorçage</span>. Pour des instructions détaillées, voir la documentation " "sur [[l'utilisation du <span class=\"application\">menu du chargeur " -"d’amorçage</span>|startup_options#boot_loader_menu]]." +"d’amorçage</span>|startup_options#boot-loader]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.id.po b/wiki/src/doc/reset/linux.id.po index f17011afc0e..d215ac7706a 100644 --- a/wiki/src/doc/reset/linux.id.po +++ b/wiki/src/doc/reset/linux.id.po @@ -161,7 +161,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.it.po b/wiki/src/doc/reset/linux.it.po index 653154a737a..27e1ddde317 100644 --- a/wiki/src/doc/reset/linux.it.po +++ b/wiki/src/doc/reset/linux.it.po @@ -243,7 +243,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" "Quando Tails è partito, aggiungi l'opzione di avvio <span class=\"command" "\">toram</span> nel<span class=\"application\">menù di avvio</span>. Per " diff --git a/wiki/src/doc/reset/linux.mdwn b/wiki/src/doc/reset/linux.mdwn index fda63b0f89f..726c7e80e08 100644 --- a/wiki/src/doc/reset/linux.mdwn +++ b/wiki/src/doc/reset/linux.mdwn @@ -66,9 +66,9 @@ If Tails is your only Linux system, you can generally reset a Tails USB stick directly from that USB stick while running Tails. 1. When starting Tails, add the <span class="command">toram</span> boot - option in the <span class="application">Boot Loader Menu</span>. For detailed + option in the <span class="application">Boot Loader</span>. For detailed instructions, see the documentation on [[using the <span - class="application">Boot Loader Menu</span>|startup_options#boot_loader_menu]]. + class="application">Boot Loader</span>|startup_options#boot-loader]]. 2. If Tails starts as usual, follow the instructions for [[resetting a USB stick using <span class="application">GNOME Disks</span>|linux#disks]]. diff --git a/wiki/src/doc/reset/linux.pl.po b/wiki/src/doc/reset/linux.pl.po index 9cd84d8b3c4..611800b3589 100644 --- a/wiki/src/doc/reset/linux.pl.po +++ b/wiki/src/doc/reset/linux.pl.po @@ -164,7 +164,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.pt.po b/wiki/src/doc/reset/linux.pt.po index 3611b14cb65..479578fb6f5 100644 --- a/wiki/src/doc/reset/linux.pt.po +++ b/wiki/src/doc/reset/linux.pt.po @@ -227,7 +227,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" "Quando iniciar o Tails, adicione a opção de boot <span class=\"command" "\">toram</span> no <span class=\"application\">meno de boot</span>. Para " diff --git a/wiki/src/doc/reset/linux.ru.po b/wiki/src/doc/reset/linux.ru.po index e38e6cabb9f..f4b4cb3598d 100644 --- a/wiki/src/doc/reset/linux.ru.po +++ b/wiki/src/doc/reset/linux.ru.po @@ -164,7 +164,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.sr_Latn.po b/wiki/src/doc/reset/linux.sr_Latn.po index c43062b05f1..89a440b6f01 100644 --- a/wiki/src/doc/reset/linux.sr_Latn.po +++ b/wiki/src/doc/reset/linux.sr_Latn.po @@ -167,7 +167,7 @@ msgid "" "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span " "class=\"application\">Boot Loader " -"Menu</span>|startup_options#boot_loader_menu]]." +"Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.tr.po b/wiki/src/doc/reset/linux.tr.po index feb251f99d3..606de7860ef 100644 --- a/wiki/src/doc/reset/linux.tr.po +++ b/wiki/src/doc/reset/linux.tr.po @@ -163,7 +163,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.zh.po b/wiki/src/doc/reset/linux.zh.po index ce04f147f48..56305daf0c4 100644 --- a/wiki/src/doc/reset/linux.zh.po +++ b/wiki/src/doc/reset/linux.zh.po @@ -165,7 +165,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot_loader_menu]]." +"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.zh_TW.po b/wiki/src/doc/reset/linux.zh_TW.po index 9fd1a748715..6ef16aaafba 100644 --- a/wiki/src/doc/reset/linux.zh_TW.po +++ b/wiki/src/doc/reset/linux.zh_TW.po @@ -183,7 +183,7 @@ msgid "" "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span " "class=\"application\">Boot Loader " -"Menu</span>|startup_options#boot_loader_menu]]." +"Menu</span>|startup_options#boot-loader]]." msgstr "" "在啟動Tails 時,新增 <span class=\"command\">toram</span> 開機選項在 <span class=\"" "application\">開機載入選單Boot Loader Menu</span>。 詳細的指示,請參見[[<span class=\"" 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 46f19064384..495c5df3ee6 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -45,17 +45,17 @@ <li> - <p>If the computer starts on Tails, the <span class="application">Boot Loader Menu</span> + <p>If the computer starts on Tails, the Boot Loader appears and Tails starts automatically after 4 seconds.</p> - <p>[[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> + <p>[[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> </li> </ol> <div class="bug"> -<p>If your computer displays the <span class="application">Boot Loader Menu</span> +<p>If your computer displays the Boot Loader but then fails to start on the USB stick, it might currently be impossible to start Tails on your Mac model.</p> <p>Please [[!toggle id="report-toggle" text="report the problem to our help desk"]].</p> 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 71dab9bb42c..3a5bd60eb4a 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -13,13 +13,13 @@ But, it is very hard to know without trying.</li> </ul> <p>The goal is to reach the <span class="application">Boot Loader -Menu</span> of Tails:</p> +</span> of Tails:</p> <p>[[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> <div class="next"> -<p>After you reach the <span class="application">Boot Loader Menu</span>, you +<p>After you reach the Boot Loader, you can skip the rest of this section and <a href="#greeter">wait until <span class="application">Tails Greeter</span> appears</a>.</p> 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 c6d62c68e79..faf6bc6a37b 100644 --- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn @@ -69,7 +69,7 @@ the rest of the instructions afterwards, we recommend you either: <h2 id="greeter">Tails Greeter</h2> -1. One to two minutes after the <span class="application">Boot Loader Menu</span>, another screen called <span class="application">Tails Greeter</span> appears. +1. One to two minutes after the Boot Loader, another screen called <span class="application">Tails Greeter</span> appears. <div class="note"> <p>If the computer display the error message @@ -92,19 +92,19 @@ the rest of the instructions afterwards, we recommend you either: Tails does not start entirely ----------------------------- - The following section applies if the <span class="application">Boot Loader Menu</span> appears but not + The following section applies if the Boot Loader appears but not <span class="application">Tails Greeter</span> when starting Tails. 1. Restart the computer on the first USB stick. - 1. In the <span class="application">Boot Loader Menu</span>, choose the + 1. In the Boot Loader, choose the <span class="guilabel">Troubleshooting Mode</span> which might work better on some computers. 1. If the <span class="guilabel">Troubleshooting Mode</span> does not work better, restart the computer again on the first USB stick. - 1. In the <span class="application">Boot Loader Menu</span>, press + 1. In the Boot Loader, press <span class="keycap">TAB</span>. A command line with a list of boot options appears at the bottom of the screen. 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 22ec1a23869..1f476407b49 100644 --- a/wiki/src/install/inc/steps/restart_second_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_second_time.inline.mdwn @@ -10,10 +10,10 @@ [[!inline pages="install/inc/steps/mac_startup_disks.inline" raw="yes" sort="age"]] -1. The <span class="application">Boot Loader Menu</span> appears and +1. The Boot Loader appears and Tails starts automatically after 4 seconds. - [[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]] + [[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]] 1. After 30–60 seconds, <span class="application">Tails Greeter</span> appears. diff --git a/wiki/src/news/version_3.11.ar.po b/wiki/src/news/version_3.11.ar.po index ca8104eff6e..e4143455cd1 100644 --- a/wiki/src/news/version_3.11.ar.po +++ b/wiki/src/news/version_3.11.ar.po @@ -155,14 +155,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.ca.po b/wiki/src/news/version_3.11.ca.po index c992f8e9e5d..4699420d4ae 100644 --- a/wiki/src/news/version_3.11.ca.po +++ b/wiki/src/news/version_3.11.ca.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.de.po b/wiki/src/news/version_3.11.de.po index fc5565637d8..3cb014134bd 100644 --- a/wiki/src/news/version_3.11.de.po +++ b/wiki/src/news/version_3.11.de.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.es.po b/wiki/src/news/version_3.11.es.po index 86efbe8b2fc..0cc9d7d4067 100644 --- a/wiki/src/news/version_3.11.es.po +++ b/wiki/src/news/version_3.11.es.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.fa.po b/wiki/src/news/version_3.11.fa.po index b7525f4502c..478ee629f92 100644 --- a/wiki/src/news/version_3.11.fa.po +++ b/wiki/src/news/version_3.11.fa.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.fr.po b/wiki/src/news/version_3.11.fr.po index 28aae678b2c..7c02e5bea4b 100644 --- a/wiki/src/news/version_3.11.fr.po +++ b/wiki/src/news/version_3.11.fr.po @@ -175,19 +175,19 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" " Pour corriger ce problème, ajoutez `nomodeset` aux [[options\n" -" de démarrage|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" de démarrage|doc/first_steps/startup_options/#boot-loader]].\n" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" " Si cette solution ne marche pas, ajoutez `nomodeset xorg-driver=vesa` aux\n" -" [[options de démarrage|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" [[options de démarrage|doc/first_steps/startup_options/#boot-loader]].\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/news/version_3.11.id.po b/wiki/src/news/version_3.11.id.po index f6dbe93d767..08ea0bb3e2f 100644 --- a/wiki/src/news/version_3.11.id.po +++ b/wiki/src/news/version_3.11.id.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.it.po b/wiki/src/news/version_3.11.it.po index 21556d0db4e..dcc20e2d261 100644 --- a/wiki/src/news/version_3.11.it.po +++ b/wiki/src/news/version_3.11.it.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.mdwn b/wiki/src/news/version_3.11.mdwn index 18275bbd2d0..6afb1896cd2 100644 --- a/wiki/src/news/version_3.11.mdwn +++ b/wiki/src/news/version_3.11.mdwn @@ -54,10 +54,10 @@ For more details, read our [[!tails_gitweb debian/changelog desc="changelog"]]. graphics cards. To fix this issue, add `nomodeset` to the [[startup - options|doc/first_steps/startup_options/#boot_loader_menu]]. + options|doc/first_steps/startup_options/#boot-loader]]. If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to - the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]]. + the [[startup options|doc/first_steps/startup_options/#boot-loader]]. If this workaround doesn't work, please report to <tails-support-private@boum.org>: diff --git a/wiki/src/news/version_3.11.pl.po b/wiki/src/news/version_3.11.pl.po index b4c14b131e3..e970171bc15 100644 --- a/wiki/src/news/version_3.11.pl.po +++ b/wiki/src/news/version_3.11.pl.po @@ -155,14 +155,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.pt.po b/wiki/src/news/version_3.11.pt.po index 5c072c0ebe5..ef4b18d4d4b 100644 --- a/wiki/src/news/version_3.11.pt.po +++ b/wiki/src/news/version_3.11.pt.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.ru.po b/wiki/src/news/version_3.11.ru.po index b9c87ad9f5b..09396c25c0e 100644 --- a/wiki/src/news/version_3.11.ru.po +++ b/wiki/src/news/version_3.11.ru.po @@ -155,14 +155,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.sr_Latn.po b/wiki/src/news/version_3.11.sr_Latn.po index 517613ea089..f61d7b6c9e8 100644 --- a/wiki/src/news/version_3.11.sr_Latn.po +++ b/wiki/src/news/version_3.11.sr_Latn.po @@ -153,14 +153,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.tr.po b/wiki/src/news/version_3.11.tr.po index 2b5754d08bd..1f3ff6a3c08 100644 --- a/wiki/src/news/version_3.11.tr.po +++ b/wiki/src/news/version_3.11.tr.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.zh.po b/wiki/src/news/version_3.11.zh.po index 55625421416..4f6428fbb04 100644 --- a/wiki/src/news/version_3.11.zh.po +++ b/wiki/src/news/version_3.11.zh.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.zh_TW.po b/wiki/src/news/version_3.11.zh_TW.po index e6ed944fba3..4f8f457e15c 100644 --- a/wiki/src/news/version_3.11.zh_TW.po +++ b/wiki/src/news/version_3.11.zh_TW.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot_loader_menu]].\n" +" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.ar.po b/wiki/src/support/known_issues.ar.po index 46049d12c27..5330531d6f1 100644 --- a/wiki/src/support/known_issues.ar.po +++ b/wiki/src/support/known_issues.ar.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.ca.po b/wiki/src/support/known_issues.ca.po index 87122bc9dae..5257a4a057b 100644 --- a/wiki/src/support/known_issues.ca.po +++ b/wiki/src/support/known_issues.ca.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.de.po b/wiki/src/support/known_issues.de.po index f4e2f92702a..17e5d894802 100644 --- a/wiki/src/support/known_issues.de.po +++ b/wiki/src/support/known_issues.de.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -803,7 +803,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -890,7 +890,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1330,7 +1330,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1396,7 +1396,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.es.po b/wiki/src/support/known_issues.es.po index 6a86a815e26..bde6c7e08e4 100644 --- a/wiki/src/support/known_issues.es.po +++ b/wiki/src/support/known_issues.es.po @@ -252,11 +252,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" -msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]:" #. type: Plain text #, no-wrap @@ -287,11 +287,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" -msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]:" #. type: Plain text #, no-wrap @@ -304,11 +304,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" -msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]:" #. type: Plain text #, no-wrap @@ -374,13 +374,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" +"arranque|/doc/first_steps/startup_options/#boot-loader]]:" #. type: Plain text #, no-wrap @@ -892,7 +892,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -979,13 +979,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" +"arranque|/doc/first_steps/startup_options/#boot-loader]]:" #. type: Plain text #, no-wrap @@ -1445,13 +1445,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." +#| "options|/doc/first_steps/startup_options/#boot-loader]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "Para corregir este problema añade `intel_idle.max_cstate=1` a las [[opciones " -"de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." +"de arranque|/doc/first_steps/startup_options/#boot-loader]]." #. type: Plain text #, no-wrap @@ -1517,13 +1517,13 @@ msgstr "" #, fuzzy #| msgid "" #| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#| "startup_options/#boot_loader_menu]] to make Tails start successfully." +#| "startup_options/#boot-loader]] to make Tails start successfully." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -"startup_options/#boot_loader_menu]] para iniciar Tails." +"startup_options/#boot-loader]] para iniciar Tails." #. type: Plain text #, no-wrap @@ -1553,10 +1553,10 @@ msgstr "" #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] to make Tails start successfully." +#~ "startup_options/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] para iniciar Tails." +#~ "startup_options/#boot-loader]] para iniciar Tails." #~ msgid "Dell Dimension 2400" #~ msgstr "Dell Dimension 2400" @@ -1611,13 +1611,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~| "startup_options/#boot_loader_menu]] to make Tails start successfully." +#~| "startup_options/#boot-loader]] to make Tails start successfully." #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options#boot-loader]] fixes the issue." #~ msgstr "" #~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] para iniciar Tails." +#~ "startup_options/#boot-loader]] para iniciar Tails." #~ msgid "<a id=\"fails-to-shutdown\"></a>\n" #~ msgstr "<a id=\"fails-to-shutdown\"></a>\n" @@ -1651,15 +1651,15 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#~| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." +#~| "options|/doc/first_steps/startup_options/#boot-loader]]." #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]]." +#~ "startup_options/#boot-loader]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " #~ "[[opciones de arranque|/doc/first_steps/startup_options/" -#~ "#boot_loader_menu]]." +#~ "#boot-loader]]." #~ msgid "<a id=\"sandisk\"></a>\n" #~ msgstr "<a id=\"sandisk\"></a>\n" @@ -1764,11 +1764,11 @@ msgstr "" #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options/#boot-loader]] fixes the issue." #~ msgstr "" #~ "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a " #~ "las [[opciones de arranque|/doc/first_steps/startup_options/" -#~ "#boot_loader_menu]]." +#~ "#boot-loader]]." #~ msgid "<a id=\"nvidia-maxwell\"></a>\n" #~ msgstr "<a id=\"nvidia-maxwell\"></a>\n" @@ -1776,13 +1776,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~| "startup_options/#boot_loader_menu]] to make Tails start successfully." +#~| "startup_options/#boot-loader]] to make Tails start successfully." #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot_loader_menu]]." +#~ "doc/first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] para iniciar Tails." +#~ "startup_options/#boot-loader]] para iniciar Tails." #~ msgid "<a id=\"nvidia-pascal\"></a>\n" #~ msgstr "<a id=\"nvidia-pascal\"></a>\n" @@ -1800,10 +1800,10 @@ msgstr "" #~ msgid "" #~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -#~ "first_steps/startup_options#boot_loader_menu]]." +#~ "first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]]." +#~ "first_steps/startup_options/#boot-loader]]." #~ msgid "" #~ " Section \"Device\"\n" @@ -1835,15 +1835,15 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#~| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." +#~| "options|/doc/first_steps/startup_options/#boot-loader]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot_loader_menu]]." +#~ "startup_options#boot-loader]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " #~ "[[opciones de arranque|/doc/first_steps/startup_options/" -#~ "#boot_loader_menu]]." +#~ "#boot-loader]]." #, fuzzy #~| msgid "<a id=\"aegis\"></a>\n" @@ -1853,14 +1853,14 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#~| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." +#~| "options|/doc/first_steps/startup_options/#boot-loader]]." #~ msgid "" #~ "Add the `xorg-driver=intel` option in the [[boot menu|doc/first_steps/" #~ "startup_options#boot_menu]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " #~ "[[opciones de arranque|/doc/first_steps/startup_options/" -#~ "#boot_loader_menu]]." +#~ "#boot-loader]]." #, fuzzy #~| msgid "Virtual machines with *VMware*\n" diff --git a/wiki/src/support/known_issues.fa.po b/wiki/src/support/known_issues.fa.po index 05d7c9c8d1f..6a171f224f5 100644 --- a/wiki/src/support/known_issues.fa.po +++ b/wiki/src/support/known_issues.fa.po @@ -259,7 +259,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -289,7 +289,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -306,7 +306,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -382,7 +382,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -914,7 +914,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -1022,7 +1022,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1518,7 +1518,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1590,7 +1590,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1631,7 +1631,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] to make Tails start successfully." +#~ "startup_options/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -1700,7 +1700,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]]." +#~ "first_steps/startup_options/#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -1711,7 +1711,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options#boot-loader]] fixes the issue." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -1802,7 +1802,7 @@ msgstr "" #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]]." +#~ "startup_options/#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -1954,7 +1954,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options/#boot-loader]] fixes the issue." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -1985,7 +1985,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot_loader_menu]]." +#~ "doc/first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -2042,7 +2042,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -#~ "first_steps/startup_options#boot_loader_menu]]." +#~ "first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -2104,7 +2104,7 @@ msgstr "" #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot_loader_menu]]." +#~ "startup_options#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." diff --git a/wiki/src/support/known_issues.fr.po b/wiki/src/support/known_issues.fr.po index 4a6ffc8d9d1..2465c8eb1d4 100644 --- a/wiki/src/support/known_issues.fr.po +++ b/wiki/src/support/known_issues.fr.po @@ -285,11 +285,11 @@ msgstr "MacBook Air Retina 2018 et 2019" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" -msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] :" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot-loader]] :" #. type: Plain text #, no-wrap @@ -321,11 +321,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" -msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] :" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot-loader]] :" #. type: Plain text #, no-wrap @@ -338,11 +338,11 @@ msgstr "MacBook Pro 5,1 17\" (Nvidia GeForce 9400M)" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" -msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] :" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot-loader]] :" #. type: Plain text #, no-wrap @@ -413,14 +413,14 @@ msgstr "<p class=\"pre\">soft lockup - CPU#<span class=\"command-placeholder\">N #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " "suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" -"#boot_loader_menu]] :" +"#boot-loader]] :" #. type: Plain text #, no-wrap @@ -1008,7 +1008,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -1114,14 +1114,14 @@ msgstr "L'adaptateur Wi-Fi ne marche pas." #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " "suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" -"#boot_loader_menu]] :" +"#boot-loader]] :" #. type: Plain text #, no-wrap @@ -1679,13 +1679,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." +#| "options|/doc/first_steps/startup_options/#boot-loader]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "Pour corriger le problème, ajoutez `intel_idle.max_cstate=1` dans les " -"[[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]]." +"[[options de démarrage|/doc/first_steps/startup_options/#boot-loader]]." #. type: Plain text #, no-wrap @@ -1755,13 +1755,13 @@ msgstr "IOMMU controller" #, fuzzy #| msgid "" #| "Add the following [[startup options|/doc/first_steps/startup_options/" -#| "#boot_loader_menu]]:" +#| "#boot-loader]]:" msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" "Ajouter les [[options de démarrage|/doc/first_steps/startup_options/" -"#boot_loader_menu]] suivantes :" +"#boot-loader]] suivantes :" #. type: Plain text #, no-wrap @@ -1793,10 +1793,10 @@ msgstr "" #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] to make Tails start successfully." +#~ "startup_options/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "Vous devez ajouter `nomodeset` dans les [[options de démarrage|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]] pour permettre à Tails de " +#~ "first_steps/startup_options/#boot-loader]] pour permettre à Tails de " #~ "démarrer correctement." #~ msgid "Dell Dimension 2400" @@ -1846,11 +1846,11 @@ msgstr "" #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]]." +#~ "first_steps/startup_options/#boot-loader]]." #~ msgstr "" #~ "La plupart de ces problèmes peuvent être corrigés en ajoutant des " #~ "[[options de démarrage|/doc/first_steps/startup_options/" -#~ "#boot_loader_menu]]." +#~ "#boot-loader]]." #~ msgid "" #~ "The exact combination of options that will work depends on the computer, " @@ -1873,10 +1873,10 @@ msgstr "" #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options#boot-loader]] fixes the issue." #~ msgstr "" #~ "Ajouter `modprobe.blacklist=ideapad_laptop` dans les [[options de " -#~ "démarrage|/doc/first_steps/startup_options#boot_loader_menu]] corrige le " +#~ "démarrage|/doc/first_steps/startup_options#boot-loader]] corrige le " #~ "problème." #~ msgid "<a id=\"fails-to-shutdown\"></a>\n" @@ -2062,11 +2062,11 @@ msgstr "" #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]]." +#~ "startup_options/#boot-loader]]." #~ msgstr "" #~ "Si la sortie son ne marche pas avec un ordinateur portable Acer Aspire " #~ "One, ajoutez `snd-hda-intel.model=acer-aspire` dans les [[options de " -#~ "démarrage|/doc/first_steps/startup_options/#boot_loader_menu]]." +#~ "démarrage|/doc/first_steps/startup_options/#boot-loader]]." #~ msgid "<a id=\"browser_languages\"></a>\n" #~ msgstr "<a id=\"browser_languages\"></a>\n" @@ -2395,10 +2395,10 @@ msgstr "" #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options/#boot-loader]] fixes the issue." #~ msgstr "" #~ "Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " -#~ "démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] corrige le " +#~ "démarrage|/doc/first_steps/startup_options/#boot-loader]] corrige le " #~ "problème." #~ msgid "" @@ -2436,10 +2436,10 @@ msgstr "" #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot_loader_menu]]." +#~ "doc/first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "Ajoutez `nouveau.noaccel=1` ou `nouveau.modeset=0` dans les [[options de " -#~ "démarrage|doc/first_steps/startup_options/#boot_loader_menu]]." +#~ "démarrage|doc/first_steps/startup_options/#boot-loader]]." #~ msgid "" #~ "[[Report a bug|doc/first_steps/bug_reporting]], giving us an email " @@ -2510,10 +2510,10 @@ msgstr "" #~ msgid "" #~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -#~ "first_steps/startup_options#boot_loader_menu]]." +#~ "first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "Ajouter l'option `i915.modeset=0 rootpw=pass` dans le [[menu du chargeur " -#~ "d’amorçage|doc/first_steps/startup_options#boot_loader_menu]]." +#~ "d’amorçage|doc/first_steps/startup_options#boot-loader]]." #~ msgid "" #~ "Create a file `/etc/X11/xorg.conf.d/switchable.conf` with the following " @@ -2557,11 +2557,11 @@ msgstr "" #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot_loader_menu]]." +#~ "startup_options#boot-loader]]." #~ msgstr "" #~ "Démarrer en mode **Troubleshooting Mode** marche, ainsi que le fait " #~ "d'ajouter `modprobe.blacklist=nouveau` aux [[options de démarrage|doc/" -#~ "first_steps/startup_options#boot_loader_menu]]." +#~ "first_steps/startup_options#boot-loader]]." #~ msgid "Laptops with Intel 855GM graphic card" #~ msgstr "Ordinateurs portables avec une carte graphique Intel 855GM" diff --git a/wiki/src/support/known_issues.id.po b/wiki/src/support/known_issues.id.po index 43bb2038460..8a892fbc1c1 100644 --- a/wiki/src/support/known_issues.id.po +++ b/wiki/src/support/known_issues.id.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.it.po b/wiki/src/support/known_issues.it.po index 8dc1ec1d62d..d21e58edd6d 100644 --- a/wiki/src/support/known_issues.it.po +++ b/wiki/src/support/known_issues.it.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -803,7 +803,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -890,7 +890,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1334,7 +1334,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1400,7 +1400,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn index 39351ed5a89..5e8167aee14 100644 --- a/wiki/src/support/known_issues.mdwn +++ b/wiki/src/support/known_issues.mdwn @@ -100,7 +100,7 @@ Last updated: * MacBook Air Retina 2018 and 2019 To start Tails successfully, [[add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: + starting Tails|doc/first_steps/startup_options/#boot-loader]]: modprobe.blacklist=thunderbolt @@ -113,14 +113,14 @@ Last updated: * MacBook Pro 8,3 17" (AMD Radeon HD6770M and Intel HD Graphics 3000) If Tails fails to start, [[add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: + starting Tails|doc/first_steps/startup_options/#boot-loader]]: radeon.modeset=0 * MacBook Pro 5,1 17" (Nvidia GeForce 9400M) To make the display work properly, [[add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: + starting Tails|doc/first_steps/startup_options/#boot-loader]]: nouveau.noaccel=1 @@ -148,7 +148,7 @@ On some laptops, Tails starts with the following error: <p class="pre">soft lockup - CPU#<span class="command-placeholder">N</span> stuck for <span class="command-placeholder">N</span>s</p> To start Tails successfully, [[add the following boot option when starting -Tails|doc/first_steps/startup_options/#boot_loader_menu]]: +Tails|doc/first_steps/startup_options/#boot-loader]]: acpi_rev_override=1 nouveau.modeset=0 @@ -180,7 +180,7 @@ Last updated: 2019-11-01 --> To start Tails successfully, [[add the following boot option when starting -Tails|doc/first_steps/startup_options/#boot_loader_menu]]: +Tails|doc/first_steps/startup_options/#boot-loader]]: iommu=soft @@ -203,7 +203,7 @@ Last updated: 2018-01-10 --> To start Tails successfully, [[add the following boot option when starting -Tails|doc/first_steps/startup_options/#boot_loader_menu]]: +Tails|doc/first_steps/startup_options/#boot-loader]]: nomodeset @@ -316,7 +316,7 @@ Last updated: 2014-08-05 Specs: https://www.cnet.com/products/lenovo-ideapad-z585-15-6-a8-4500m-6-gb-ram-750-gb-hdd/ --> -Goes back continuously to Boot Loader Menu on Tails installed on DVD. +Goes back continuously to Boot Loader on Tails installed on DVD. ### Clevo W258CU, ThinkPad X121e, T420i, T410, T520, W520, T530, T60, E325, and E530 @@ -402,7 +402,7 @@ Wi-Fi networks, provide unreliable Wi-Fi connections, or have poor Wi-Fi performance. You can to [[add the following boot options when starting -Tails|doc/first_steps/startup_options/#boot_loader_menu]] until you find a +Tails|doc/first_steps/startup_options/#boot-loader]] until you find a combination that works for you. The exact combination of options that works depends on the computer: @@ -446,7 +446,7 @@ Last updated: 2019-05-10 Wi-Fi adapter does not work. To fix this issue, [[add the following boot option when -starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: +starting Tails|doc/first_steps/startup_options/#boot-loader]]: modprobe.blacklist=ideapad_laptop @@ -489,8 +489,8 @@ fingerprint|doc/about/fingerprint]]. Other issues ============ -Boot Loader Menu has display issues ------------------------------------ +Boot Loader has display issues +------------------------------ <!-- Last updated: 2014-06-27 @@ -499,7 +499,7 @@ I asked some ThinkPad X230 users to confirm. --> Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), -the Boot Loader Menu is not displayed properly. Tails starts fine, though. +the Boot Loader is not displayed properly. Tails starts fine, though. Touchpad configurations ----------------------- @@ -673,7 +673,7 @@ Tails may be unstable and stop working regularly on some Lenovo ThinkPad 11e laptops, such as the 2015 model. To fix this problem, [[add the following boot option when -starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: +starting Tails|doc/first_steps/startup_options/#boot-loader]]: intel_idle.max_cstate=1 @@ -701,7 +701,7 @@ To workaround this issue, you can try to: - IOMMU controller - [[Add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]: + starting Tails|doc/first_steps/startup_options/#boot-loader]]: amd_iommu=on iommu=pt diff --git a/wiki/src/support/known_issues.pl.po b/wiki/src/support/known_issues.pl.po index 2158dacae0c..8778b772d85 100644 --- a/wiki/src/support/known_issues.pl.po +++ b/wiki/src/support/known_issues.pl.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.pt.po b/wiki/src/support/known_issues.pt.po index c26c2c855b8..2ca6c71efb0 100644 --- a/wiki/src/support/known_issues.pt.po +++ b/wiki/src/support/known_issues.pt.po @@ -265,7 +265,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -300,7 +300,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -393,7 +393,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -922,7 +922,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -1033,7 +1033,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -1546,7 +1546,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -1617,13 +1617,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Most such problems can be solved by adding [[startup options|/doc/" -#| "first_steps/startup_options/#boot_loader_menu]]." +#| "first_steps/startup_options/#boot-loader]]." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" "A maior parte destes problemas pode ser resolvida adicionando [[opções de " -"inicialização|/doc/first_steps/startup_options/#boot_loader_menu]]." +"inicialização|/doc/first_steps/startup_options/#boot-loader]]." #. type: Plain text #, no-wrap @@ -1654,10 +1654,10 @@ msgstr "" #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]] to make Tails start successfully." +#~ "startup_options/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "É preciso adicionar `nomodeset` às [[opções de inicialização|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]] para que Tails inicie " +#~ "first_steps/startup_options/#boot-loader]] para que Tails inicie " #~ "corretamente." #~ msgid "Dell Dimension 2400" @@ -1713,10 +1713,10 @@ msgstr "" #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]]." +#~ "first_steps/startup_options/#boot-loader]]." #~ msgstr "" #~ "A maior parte destes problemas pode ser resolvida adicionando [[opções de " -#~ "inicialização|/doc/first_steps/startup_options/#boot_loader_menu]]." +#~ "inicialização|/doc/first_steps/startup_options/#boot-loader]]." #~ msgid "" #~ "The exact combination of options that will work depends on the computer, " @@ -1734,7 +1734,7 @@ msgstr "" #~| "startup_options/#boot_menu]]." #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options#boot-loader]] fixes the issue." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " @@ -1921,7 +1921,7 @@ msgstr "" #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot_loader_menu]]." +#~ "startup_options/#boot-loader]]." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " @@ -2077,7 +2077,7 @@ msgstr "" #~| "startup_options/#boot_menu]]." #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot_loader_menu]] fixes the issue." +#~ "first_steps/startup_options/#boot-loader]] fixes the issue." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " @@ -2111,7 +2111,7 @@ msgstr "" #~| "startup_options/#boot_menu]]." #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot_loader_menu]]." +#~ "doc/first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " @@ -2159,7 +2159,7 @@ msgstr "" #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot_loader_menu]]." +#~ "startup_options#boot-loader]]." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " diff --git a/wiki/src/support/known_issues.ru.po b/wiki/src/support/known_issues.ru.po index 4bfe551b790..ec29b7e3b90 100644 --- a/wiki/src/support/known_issues.ru.po +++ b/wiki/src/support/known_issues.ru.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.sr_Latn.po b/wiki/src/support/known_issues.sr_Latn.po index b25213d7d58..28c31ed0f31 100644 --- a/wiki/src/support/known_issues.sr_Latn.po +++ b/wiki/src/support/known_issues.sr_Latn.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.tr.po b/wiki/src/support/known_issues.tr.po index bae13eb0dc0..bcbee5dbc7d 100644 --- a/wiki/src/support/known_issues.tr.po +++ b/wiki/src/support/known_issues.tr.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.zh.po b/wiki/src/support/known_issues.zh.po index cfc86b7524c..b647073492a 100644 --- a/wiki/src/support/known_issues.zh.po +++ b/wiki/src/support/known_issues.zh.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.zh_TW.po b/wiki/src/support/known_issues.zh_TW.po index 59e4007f60c..6dd4718bdf9 100644 --- a/wiki/src/support/known_issues.zh_TW.po +++ b/wiki/src/support/known_issues.zh_TW.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " +"first_steps/startup_options/#boot-loader]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1332,7 +1332,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"first_steps/startup_options/#boot-loader]]:" msgstr "" #. type: Plain text @@ -1397,7 +1397,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"startup_options/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ar.po b/wiki/src/support/known_issues/graphics.ar.po index dd16d6cfd94..d3529fb578b 100644 --- a/wiki/src/support/known_issues/graphics.ar.po +++ b/wiki/src/support/known_issues/graphics.ar.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -776,7 +776,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ca.po b/wiki/src/support/known_issues/graphics.ca.po index ce9479147be..e1edf56666b 100644 --- a/wiki/src/support/known_issues/graphics.ca.po +++ b/wiki/src/support/known_issues/graphics.ca.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -775,7 +775,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.de.po b/wiki/src/support/known_issues/graphics.de.po index ca67d3465ca..c8532edd84d 100644 --- a/wiki/src/support/known_issues/graphics.de.po +++ b/wiki/src/support/known_issues/graphics.de.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -775,7 +775,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.es.po b/wiki/src/support/known_issues/graphics.es.po index 56659d37418..0fd51402776 100644 --- a/wiki/src/support/known_issues/graphics.es.po +++ b/wiki/src/support/known_issues/graphics.es.po @@ -309,13 +309,13 @@ msgstr "" #, fuzzy #| msgid "" #| "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#| "first_steps/startup_options/#boot_loader_menu]] fixes the issue." +#| "first_steps/startup_options/#boot-loader]] fixes the issue." msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a las " -"[[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." +"[[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 12482]]" @@ -355,13 +355,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" -#| "startup_options#boot_loader_menu]] fixes the issue." +#| "startup_options#boot-loader]] fixes the issue." msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." +"arranque|/doc/first_steps/startup_options/#boot-loader]]." #. type: Plain text #, no-wrap @@ -407,13 +407,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "startup_options#boot_loader_menu]]." +#| "startup_options#boot-loader]]." msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Bullet: '* ' msgid "`xorg-driver=intel`" @@ -501,13 +501,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "startup_options#boot_loader_menu]]." +#| "startup_options#boot-loader]]." msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Title ### #, fuzzy, no-wrap @@ -646,14 +646,14 @@ msgstr "Este problema se ha arreglado para algunas de estas tarjetas gráficas." #, fuzzy #| msgid "" #| "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -#| "[[startup options|doc/first_steps/startup_options#boot_loader_menu]]." +#| "[[startup options|doc/first_steps/startup_options#boot-loader]]." msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" "De no ser así, intenta añadiendo `nouveau.noaccel=1` o `nouveau.modeset=0` a " "las [[opciones de arranque|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 15116]]" @@ -828,10 +828,10 @@ msgstr "Usuarios expertos de Linux pueden hacer lo siguiente:" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" -"first_steps/startup_options/#boot_loader_menu]]." +"first_steps/startup_options/#boot-loader]]." #. type: Bullet: ' 2. ' msgid "" @@ -901,14 +901,14 @@ msgstr "" #, fuzzy #| msgid "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "startup_options#boot_loader_menu]]." +#| "startup_options#boot-loader]]." msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Plain text #, no-wrap @@ -949,13 +949,13 @@ msgstr "La laptop se congela cuando corre Tails." #, fuzzy #| msgid "" #| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" -#| "startup_options#boot_loader_menu]] fixes the issue." +#| "startup_options#boot-loader]] fixes the issue." msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." +"arranque|/doc/first_steps/startup_options/#boot-loader]]." #. type: Plain text #, no-wrap @@ -1019,13 +1019,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#~| "startup_options#boot_loader_menu]]." +#~| "startup_options#boot-loader]]." #~ msgid "" #~ "To make Tails start successfully, add the following options to the " -#~ "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#~ "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" #~ msgstr "" #~ "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -#~ "startup_options#boot_loader_menu]]." +#~ "startup_options#boot-loader]]." #~ msgid "<a id=\"sg-black-screen\"></a>\n" #~ msgstr "<a id=\"sg-black-screen\"></a>\n" @@ -1033,12 +1033,12 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Adding `xorg-driver=intel` to the [[startup options|/doc/first_steps/" -#~| "startup_options#boot_loader_menu]] might fix the issue." +#~| "startup_options#boot-loader]] might fix the issue." #~ msgid "" #~ "Adding `xorg-driver=intel`, `nomodeset`, or `nomodeset xorg-driver=vesa` " #~ "to the [[startup options|/doc/first_steps/" -#~ "startup_options#boot_loader_menu]] might fix the issue." +#~ "startup_options#boot-loader]] might fix the issue." #~ msgstr "" #~ "El problema se arregla en algunos modelos añadiendo `xorg-driver=intel` a " #~ "las [[opciones de arranque|/doc/first_steps/startup_options/" -#~ "#boot_loader_menu]]." +#~ "#boot-loader]]." diff --git a/wiki/src/support/known_issues/graphics.fa.po b/wiki/src/support/known_issues/graphics.fa.po index 71d392fba5d..cb60f932dc9 100644 --- a/wiki/src/support/known_issues/graphics.fa.po +++ b/wiki/src/support/known_issues/graphics.fa.po @@ -283,7 +283,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -323,7 +323,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -368,7 +368,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -457,7 +457,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -582,7 +582,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -742,7 +742,7 @@ msgstr "کاربران خبرهٔ لینوکس نیز میتوانند این #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -816,7 +816,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -857,7 +857,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.fr.po b/wiki/src/support/known_issues/graphics.fr.po index 3b01546df8d..78e9868bde8 100644 --- a/wiki/src/support/known_issues/graphics.fr.po +++ b/wiki/src/support/known_issues/graphics.fr.po @@ -347,10 +347,10 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" "Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " -"démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] corrige le " +"démarrage|/doc/first_steps/startup_options/#boot-loader]] corrige le " "problème." #. type: Plain text @@ -395,10 +395,10 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" "Ajouter `radeon.dpm=0` dans les [[options de démarrage|/doc/first_steps/" -"startup_options#boot_loader_menu]] corrige le problème." +"startup_options#boot-loader]] corrige le problème." #. type: Plain text #, no-wrap @@ -443,10 +443,10 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" "Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" -"startup_options#boot_loader_menu]], une à la fois :" +"startup_options#boot-loader]], une à la fois :" #. type: Bullet: '* ' msgid "`xorg-driver=intel`" @@ -539,10 +539,10 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" "Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Title ### #, no-wrap @@ -736,11 +736,11 @@ msgstr "Ce problème a été corrigé pour plusieurs de ces cartes graphiques." #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" "Dans le cas contraire, essayez d'ajouter `nouveau.noaccel=1` ou `nouveau." "modeset=0` dans les [[options de démarrage|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 15116]]" @@ -968,10 +968,10 @@ msgstr "Les personnes expertes de Linux peuvent aussi :" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" "Ajouter l'option `i915.modeset=0 rootpw=pass` dans le [[menu du chargeur " -"d’amorçage|doc/first_steps/startup_options#boot_loader_menu]]." +"d’amorçage|doc/first_steps/startup_options#boot-loader]]." #. type: Bullet: ' 2. ' msgid "" @@ -1050,11 +1050,11 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" "Démarrer en mode **Troubleshooting Mode** marche, ainsi que le fait " "d'ajouter `modprobe.blacklist=nouveau` dans les [[options de démarrage|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." #. type: Plain text #, no-wrap @@ -1099,10 +1099,10 @@ msgstr "L'ordinateur portable plante lors de l'utilisation de Tails." #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" "Ajouter `video=SVIDEO-1:d` dans les [[options de démarrage|/doc/first_steps/" -"startup_options/#boot_loader_menu]] corrige le problème." +"startup_options/#boot-loader]] corrige le problème." #. type: Plain text #, no-wrap @@ -1177,13 +1177,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#~| "startup_options#boot_loader_menu]]." +#~| "startup_options#boot-loader]]." #~ msgid "" #~ "To make Tails start successfully, add the following options to the " -#~ "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" +#~ "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" #~ msgstr "" #~ "Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" -#~ "startup_options#boot_loader_menu]]." +#~ "startup_options#boot-loader]]." #~ msgid "<a id=\"sg-black-screen\"></a>\n" #~ msgstr "<a id=\"sg-black-screen\"></a>\n" diff --git a/wiki/src/support/known_issues/graphics.id.po b/wiki/src/support/known_issues/graphics.id.po index f16d18b96f7..9d833c774b6 100644 --- a/wiki/src/support/known_issues/graphics.id.po +++ b/wiki/src/support/known_issues/graphics.id.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -775,7 +775,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.it.po b/wiki/src/support/known_issues/graphics.it.po index 5e1afed8088..ecbfcc0159c 100644 --- a/wiki/src/support/known_issues/graphics.it.po +++ b/wiki/src/support/known_issues/graphics.it.po @@ -283,7 +283,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -320,7 +320,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -365,7 +365,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -444,7 +444,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -566,7 +566,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -719,7 +719,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -785,7 +785,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -823,7 +823,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.mdwn b/wiki/src/support/known_issues/graphics.mdwn index f218dc570d6..b247eaa0b69 100644 --- a/wiki/src/support/known_issues/graphics.mdwn +++ b/wiki/src/support/known_issues/graphics.mdwn @@ -134,7 +134,7 @@ Tickets: #11095 #12482 ### Workaround For some models, adding `radeon.modeset=0` to the -[[boot options|/doc/first_steps/startup_options/#boot_loader_menu]] fixes the issue. +[[boot options|/doc/first_steps/startup_options/#boot-loader]] fixes the issue. We need more test results from users: [[!tails_ticket 12482]] @@ -157,7 +157,7 @@ Tickets: #12218 #11850 ### Workaround Adding `radeon.dpm=0` to the -[[boot options|/doc/first_steps/startup_options#boot_loader_menu]] +[[boot options|/doc/first_steps/startup_options#boot-loader]] fixes the issue. <a id="intel"></a> @@ -186,7 +186,7 @@ Various Intel graphics card. ### Workaround Try adding to the [[boot -options|/doc/first_steps/startup_options#boot_loader_menu]], +options|/doc/first_steps/startup_options#boot-loader]], one after the other: * `xorg-driver=intel` @@ -232,7 +232,7 @@ Ticket: #15491 ### Workaround Try adding `nomodeset` to the -[[boot options|doc/first_steps/startup_options#boot_loader_menu]]. +[[boot options|doc/first_steps/startup_options#boot-loader]]. ### Other possibly affected graphics cards @@ -325,7 +325,7 @@ Ticket: #15116 This problem has been fixed for some of these graphic cards. Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the -[[boot options|doc/first_steps/startup_options#boot_loader_menu]]. +[[boot options|doc/first_steps/startup_options#boot-loader]]. We need more test results from users: [[!tails_ticket 15116]] @@ -428,7 +428,7 @@ Last updated: 2019-07-30 This problem has been fixed for some of these graphic cards. Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the -[[boot options|doc/first_steps/startup_options#boot_loader_menu]]. +[[boot options|doc/first_steps/startup_options#boot-loader]]. We need more test results from users: [[!tails_ticket 15116]] @@ -456,7 +456,7 @@ There are several possible workarounds for this issue: * Expert Linux users can also do the following: 1. Add the `i915.modeset=0 rootpw=pass` option in the - [[Boot Loader Menu|doc/first_steps/startup_options#boot_loader_menu]]. + [[Boot Loader|doc/first_steps/startup_options#boot-loader]]. 2. Create a file `/etc/X11/xorg.conf.d/switchable.conf` with the following content: @@ -489,7 +489,7 @@ Greeter|doc/first_steps/startup_options#greeter]]. Starting in *Troubleshooting Mode* works, as well as adding the `modprobe.blacklist=nouveau` to the [[boot -options|doc/first_steps/startup_options#boot_loader_menu]]. +options|doc/first_steps/startup_options#boot-loader]]. <a id="intel-gm965"></a> @@ -513,7 +513,7 @@ The laptop crashes while running Tails. ### Workaround Adding `video=SVIDEO-1:d` to the -[[boot options|/doc/first_steps/startup_options/#boot_loader_menu]] fixes the issue. +[[boot options|/doc/first_steps/startup_options/#boot-loader]] fixes the issue. <a id="qemu"></a> diff --git a/wiki/src/support/known_issues/graphics.pl.po b/wiki/src/support/known_issues/graphics.pl.po index 8c75a3f7ba9..95f68c76fda 100644 --- a/wiki/src/support/known_issues/graphics.pl.po +++ b/wiki/src/support/known_issues/graphics.pl.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -776,7 +776,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.pt.po b/wiki/src/support/known_issues/graphics.pt.po index aae442b867d..5a900ae025c 100644 --- a/wiki/src/support/known_issues/graphics.pt.po +++ b/wiki/src/support/known_issues/graphics.pt.po @@ -285,7 +285,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -325,7 +325,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -370,7 +370,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -459,7 +459,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -584,7 +584,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -737,7 +737,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -808,7 +808,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -849,7 +849,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ru.po b/wiki/src/support/known_issues/graphics.ru.po index d2e7dc4179f..87347a66ec5 100644 --- a/wiki/src/support/known_issues/graphics.ru.po +++ b/wiki/src/support/known_issues/graphics.ru.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -776,7 +776,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.sr_Latn.po b/wiki/src/support/known_issues/graphics.sr_Latn.po index 338d8575153..eccc8d83c90 100644 --- a/wiki/src/support/known_issues/graphics.sr_Latn.po +++ b/wiki/src/support/known_issues/graphics.sr_Latn.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -776,7 +776,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.tr.po b/wiki/src/support/known_issues/graphics.tr.po index bd2a9f0aa6c..78528627ada 100644 --- a/wiki/src/support/known_issues/graphics.tr.po +++ b/wiki/src/support/known_issues/graphics.tr.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -775,7 +775,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.zh.po b/wiki/src/support/known_issues/graphics.zh.po index 9ca7c0b0462..6d3404c5a7c 100644 --- a/wiki/src/support/known_issues/graphics.zh.po +++ b/wiki/src/support/known_issues/graphics.zh.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -775,7 +775,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.zh_TW.po b/wiki/src/support/known_issues/graphics.zh_TW.po index 8a6b4e36adf..bcdbf64e349 100644 --- a/wiki/src/support/known_issues/graphics.zh_TW.po +++ b/wiki/src/support/known_issues/graphics.zh_TW.po @@ -279,7 +279,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot_loader_menu]] fixes the issue." +"first_steps/startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -316,7 +316,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"startup_options#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -354,7 +354,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"startup_options#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -433,7 +433,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Title ### @@ -555,7 +555,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot_loader_menu]]." +"[[boot options|doc/first_steps/startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -708,7 +708,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"first_steps/startup_options#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -774,7 +774,7 @@ msgstr "" msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"startup_options#boot-loader]]." msgstr "" #. type: Plain text @@ -812,7 +812,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"startup_options/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text -- GitLab From ad7693e6f5dc70d2500ec08c0225610fb542a75e Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:04:15 +0000 Subject: [PATCH 04/72] Write 'Boot Menu' consistently --- .../how/documentation/style_guide.mdwn | 5 ++++ wiki/src/doc/about/license.mdwn | 2 +- .../inc/steps/pc_boot_menu.inline.html | 28 +++++++++---------- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index 7f66d8b792a..b5e01e97c59 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -49,6 +49,11 @@ - The Boot Loader is the first screen that appears when starting Tails. + - Use *Boot Menu* and *Boot Menu key* when referring to the BIOS + screen that allows choosing from which device to start from. + + [[!img install/inc/screenshots/bios_boot_menu.png link="no" alt=""]] + - Use *boot* when referring to *boot options*, which are only documented for workarounds or a technical audience. diff --git a/wiki/src/doc/about/license.mdwn b/wiki/src/doc/about/license.mdwn index 57ab8f8fb19..a27249138b1 100644 --- a/wiki/src/doc/about/license.mdwn +++ b/wiki/src/doc/about/license.mdwn @@ -52,7 +52,7 @@ and distribution terms: Attribution-ShareAlike 4.0 International License</a>, copyright Thomas Verguet. -- The [[boot menu animation|install/win/usb#animation]] is licensed +- The [[Boot Menu animation|install/win/usb#animation]] is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>, copyright [Odile Carabantes](https://studiomoare.com/) and [Enso 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 3a5bd60eb4a..201a063b14a 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -4,7 +4,7 @@ model of the computer:</p> <ul> -<li>On most computers, our basic instructions to get to the boot menu +<li>On most computers, our basic instructions to get to the Boot Menu work fine.</li> <li>On some computers, you might have to do more advanced techniques, like editing the BIOS settings.</li> @@ -25,12 +25,12 @@ can skip the rest of this section and <a href="#greeter">wait until </div> -<h3 id="boot-menu">Getting to the boot menu</h3> +<h3 id="boot-menu">Getting to the Boot Menu</h3> -<p>On most computers, you can press a <em>boot menu key</em> to display +<p>On most computers, you can press a <em>Boot Menu key</em> to display a list of possible devices to start from. The following instructions -explain how to display the boot menu and start on the USB stick. The -following screenshot is an example of a boot menu:</p> +explain how to display the Boot Menu and start on the USB stick. The +following screenshot is an example of a Boot Menu:</p> <p>[[!img install/inc/screenshots/bios_boot_menu.png link="no" alt=""]]</p> @@ -47,7 +47,7 @@ following screenshot is an example of a boot menu:</p> </li> <li> - <p>Identify the possible boot menu keys for the computer depending on + <p>Identify the possible Boot Menu keys for the computer depending on the computer manufacturer in the following list:</p> <table> @@ -67,25 +67,25 @@ following screenshot is an example of a boot menu:</p> <div class="tip"> <p>On many computers, a message is displayed very briefly when switching on - that also explains how to get to the boot menu or edit the BIOS settings.</p> + that also explains how to get to the Boot Menu or edit the BIOS settings.</p> </div> </li> <li> <p>Switch on the computer and immediately press several times the first - possible boot menu key identified in step 2.</p> + possible Boot Menu key identified in step 2.</p> </li> <li> <p>If the computer starts on another operating system or returns an error message, shut down the computer again and repeat step - 3 for all the possible boot menu keys identified in step 2.</p> + 3 for all the possible Boot Menu keys identified in step 2.</p> - <p>If a boot menu with a list of devices appears, select your USB stick + <p>If a Boot Menu with a list of devices appears, select your USB stick and press <span class="keycap">Enter</span>.</p> <div class="note"> - <p>If the boot menu key that works on your computer is a different one than + <p>If the Boot Menu key that works on your computer is a different one than the first in the list, please let us know so we can improve the list. You can write to [[sajolida@pimienta.org]] (private email).</p> </div> @@ -93,7 +93,7 @@ following screenshot is an example of a boot menu:</p> </ol> -<p id="animation">This animation explains how to use the boot menu key:</p> +<p id="animation">This animation explains how to use the Boot Menu key:</p> <video controls="true" width="640" height="360" poster="https://tails.boum.org/install/inc/videos/boot-menu-key.png"> <source src="https://tails.boum.org/install/inc/videos/boot-menu-key.webm" type="video/webm" /> @@ -107,8 +107,8 @@ in our [[list of known issues|support/known_issues]].</p> <h3 id="bios-settings">Edit the BIOS settings</h3> -<p>If none of the possible boot menu keys from the previous technique work, or if -the USB stick does not appear in the boot menu, you might need to edit your BIOS +<p>If none of the possible Boot Menu keys from the previous technique work, or if +the USB stick does not appear in the Boot Menu, you might need to edit your BIOS settings.</p> <div class="tip"> -- GitLab From 496e556741a4e3e31851041cc2b8475dd062f6f1 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:07:23 +0000 Subject: [PATCH 05/72] Document both SYSLINUX and GRUB in installation instructions --- .../install/inc/steps/pc_boot_menu.inline.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 201a063b14a..9bda7aa6f92 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -12,14 +12,23 @@ like editing the BIOS settings.</li> But, it is very hard to know without trying.</li> </ul> -<p>The goal is to reach the <span class="application">Boot Loader -</span> of Tails:</p> +<p>The goal is to reach the Boot Loader of Tails. Depending on the +computer, the Boot Loader might be either <em>GRUB</em> or +<em>SYSLINUX</em>.</p> -<p>[[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> +<p>This is how <em>GRUB</em> looks like:</p> + +<p>[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails +logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> + +<p>This is how <em>SYSLINUX</em> looks like:</p> + +<p>[[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails +logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> <div class="next"> -<p>After you reach the Boot Loader, you +<p>After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, you can skip the rest of this section and <a href="#greeter">wait until <span class="application">Tails Greeter</span> appears</a>.</p> -- GitLab From d4edefb9a776aa350c071ed73ef862c46f7324d2 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:10:57 +0000 Subject: [PATCH 06/72] Drop Secure Boot and UEFI/Legacy tweaks We now support Secure Boot \o/ Disabling UEFI might break some operating system that require Secure Boot to start (Windows 10). Switching back to UEFI might also break some Windows installations with BitLocker: https://redmine.tails.boum.org/code/issues/15016#note-19. --- .../install/inc/steps/pc_boot_menu.inline.html | 15 --------------- 1 file changed, 15 deletions(-) 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 9bda7aa6f92..c4d53afbddb 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -158,21 +158,6 @@ operating system.</p> <p>Disable <strong>Fast boot</strong>.</p> </li> - <li> - <p>If the computer is configured to start with <strong>legacy BIOS</strong>, try to - configure it to start with <strong>UEFI</strong>. Else, if the computer is configured - to start with <strong>UEFI</strong>, try to configure it to start with <strong>legacy - BIOS</strong>. To do so, try any of the following options if available:</p> - - <ul> - <li>Enable <strong>Legacy mode</strong></li> - <li>Disable <strong>Secure boot</strong> - (see the <a href="https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-boot">Microsoft documentation</a>)</li> - <li>Enable <strong>CSM boot</strong></li> - <li>Disable <strong>UEFI</strong></li> - </ul> - </li> - <li><p>Try to upgrade the BIOS to the latest version provided by the manufacturer.</p></li> </ol> -- GitLab From 08bf1b060030a92204c378c41e0e70fd7eb24510 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:13:35 +0000 Subject: [PATCH 07/72] Remove too dangerous option How the most popular manufacturers instruct to upgrade the BIOS: - https://support.lenovo.com/mx/en/solutions/ht500008 - https://support.hp.com/us-en/document/c00007682 - https://www.dell.com/support/article/es-mx/sln284433/what-is-bios-and-how-to-update-the-bios-on-your-dell-system?lang=en Upgrading the BIOS can lead to a badly broken system if done erroneously or if the procedure is interrupted. I prefer not giving this option and loosing a few users than encouraging people who might not actually need it to break their computer so badly. --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 2 -- 1 file changed, 2 deletions(-) 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 c4d53afbddb..8cc7ba6ee8d 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -157,8 +157,6 @@ operating system.</p> <li> <p>Disable <strong>Fast boot</strong>.</p> </li> - - <li><p>Try to upgrade the BIOS to the latest version provided by the manufacturer.</p></li> </ol> <div class="bug" id="report"> -- GitLab From 71cc9bd3577a531432946c5041d57da3f54d6899 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:32:43 +0000 Subject: [PATCH 08/72] Advertise editing the BIOS only for advanced users This shouldn't be so needed anymore now that we have Secure Boot. --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8cc7ba6ee8d..9dd5affbf09 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -114,7 +114,7 @@ following screenshot is an example of a Boot Menu:</p> <p>Similar problems might have been reported already for your model of computer in our [[list of known issues|support/known_issues]].</p> -<h3 id="bios-settings">Edit the BIOS settings</h3> +<h3 id="bios-settings">Edit the BIOS settings (advanced users)</h3> <p>If none of the possible Boot Menu keys from the previous technique work, or if the USB stick does not appear in the Boot Menu, you might need to edit your BIOS -- GitLab From e5d63fc3c432ccb79e014654559a2f882d9ef921 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 00:33:12 +0000 Subject: [PATCH 09/72] Changing the Boot Order and disabling Fast Boot can be done all at once --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 9dd5affbf09..3b6e0f7e5a2 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -136,8 +136,7 @@ manufacturer to learn how to edit the BIOS settings:</p> </ul> </div> -<p>In the BIOS settings, try to apply the following changes one by one and -restart the computer after each change. Some changes might not +<p>In the BIOS settings, try to apply the following changes. Some changes might not apply to certain computer models.</p> <div class="caution"> @@ -146,7 +145,7 @@ can revert the changes if they prevent the computer from starting on its usual operating system.</p> </div> -<ol> +<ul> <li> <p>Edit the <strong>Boot Order</strong>. Depending on the computer model you might see an entry for <strong>removable devices</strong> or <strong>USB media</strong>. Move this entry @@ -157,7 +156,7 @@ operating system.</p> <li> <p>Disable <strong>Fast boot</strong>.</p> </li> -</ol> +</ul> <div class="bug" id="report"> <p>If none of these options work, we are sorry but you might not be -- GitLab From fa9130af4c64a68f05cbb82a15560c0fc1d1fa64 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Sun, 22 Mar 2020 01:23:01 +0000 Subject: [PATCH 10/72] Document both SYSLINUX and GRUB when Tails fails to start entirely --- .../inc/steps/restart_first_time.inline.mdwn | 68 +++++++++++++++---- 1 file changed, 54 insertions(+), 14 deletions(-) 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 faf6bc6a37b..74950440c67 100644 --- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn @@ -104,26 +104,66 @@ the rest of the instructions afterwards, we recommend you either: 1. If the <span class="guilabel">Troubleshooting Mode</span> does not work better, restart the computer again on the first USB stick. - 1. In the Boot Loader, press - <span class="keycap">TAB</span>. A command line with a list - of boot options appears at the bottom of the screen. + 1. Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*: - [[!img doc/first_steps/startup_options/boot-menu-with-options.png link="no" alt="Black screen with Tails artwork and list of boot options"]] + If the Boot Loader is *GRUB*: - 1. Press the <span class="keycap">Backspace</span> key several times to - remove the <span class="code">quiet</span> option from the command line. + 1. Press **e** when GRUB appears. - 1. If Tails previously failed to start and displayed the <span - class="code">Probing EDD (edd=off to disable)...</span> error, - then type `edd=off` to add this option to the command line. + A new screen appears with more options. - 1. Type `debug nosplash` to add these options to the command line. + [[!img doc/first_steps/startup_options/grub-with-options.png link="no" alt="GRUB with a list of + options starting with 'setparams Tails'"]] - 1. To start Tails, press <span class="keycap">Enter</span>. + 1. Navigate with the arrows of the keyboard to the end of the line that + starts with <span class="code">linux</span>. The line is most likely + wrapped and displayed on several lines on the screen but it is a + single configuration line. - 1. Hopefully, 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. + 1. Press the <span class="keycap">Backspace</span> key several times to + remove the <span class="code">quiet</span> option from the command line. + + 1. Type <span class="code">debug nosplash</span> to add these options to the command line. + + 1. If Tails previously failed to start and displayed the + following error: + + <p class="pre">Probing EDD (edd=off to disable)...</span> + + Then type `edd=off` to add this option to the command line. + + 1. Press **Ctrl+X** to start Tails. + + 1. 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. + + If the Boot Loader is *SYSLINUX*: + + 1. Press + <span class="keycap">TAB</span>. A command line with a list + of boot options appears at the bottom of the screen. + + [[!img doc/first_steps/startup_options/syslinux-with-options.png link="no" alt="SYSLINUX with + a list of options starting with '/live/vmlinuz' at the bottom"]] + + 1. Press the <span class="keycap">Backspace</span> key several times to + remove the <span class="code">quiet</span> option from the command line. + + 1. Type <span class="code">debug nosplash</span> to add these options to the command line. + + 1. If Tails previously failed to start and displayed the + following error: + + <p class="pre">Probing EDD (edd=off to disable)...</span> + + Then type <span class="code">edd=off</span> to add this option to the command line. + + 1. Press <span class="keycap">Enter</span> to start Tails. + + 1. 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. """]] -- GitLab From a6a3be338d8d6c6c09fb9b77cf025ad1177d6fe9 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 24 Mar 2020 10:19:49 +0100 Subject: [PATCH 11/72] Add dummy changelog entry for 4.6. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index ccf16caa164..fade6986eff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tails (4.6) UNRELEASED; urgency=medium + + * Dummy entry for next release. + + -- Cyril Brulebois <ckb@riseup.net> Tue, 24 Mar 2020 10:19:15 +0100 + tails (4.4.1) unstable; urgency=medium * Security fixes -- GitLab From b2266d267caf2935146ecbeca39e4da702a5da40 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Tue, 24 Mar 2020 23:58:32 +0000 Subject: [PATCH 12/72] Move note inside of step --- .../inc/steps/mac_startup_disks.inline.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 495c5df3ee6..7942161154a 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -50,17 +50,17 @@ <p>[[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> + <div class="bug"> + <p>If your computer displays the Boot Loader + but then fails to start on the USB stick, it might + currently be impossible to start Tails on your Mac model.</p> + <p>Please [[!toggle id="report-toggle" text="report the problem to our help desk"]].</p> + </div> + </li> </ol> -<div class="bug"> -<p>If your computer displays the Boot Loader -but then fails to start on the USB stick, it might -currently be impossible to start Tails on your Mac model.</p> -<p>Please [[!toggle id="report-toggle" text="report the problem to our help desk"]].</p> -</div> - [[!toggleable id="report-toggle" text=""" <span class="hide">[[!toggle id="report-toggle" text=""]]</span> -- GitLab From fadd9c4709c0944f09c73df524f533f2fc516926 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Tue, 24 Mar 2020 23:59:11 +0000 Subject: [PATCH 13/72] Document only GRUB on Mac According to Wikipedia, Intel-based Mac always and only used EFI: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface#Platforms_using_EFI/UEFI --- wiki/src/install/inc/steps/mac_startup_disks.inline.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 7942161154a..a993fd44ce2 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -48,7 +48,10 @@ <p>If the computer starts on Tails, the Boot Loader appears and Tails starts automatically after 4 seconds.</p> - <p>[[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> + <p>[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> + + <p>The Boot Loader on Mac is always <em>GRUB</em>. It might be + different on PC.</p> <div class="bug"> <p>If your computer displays the Boot Loader -- GitLab From 53336bc6e2e54c344ee423cf26d3e8d6bfa098d3 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 01:25:43 +0000 Subject: [PATCH 14/72] Document how to disable Secure Boot on Macs (#16410) --- .../screenshots/startup-security-utility.png | Bin 0 -> 108009 bytes .../inc/steps/mac_startup_disks.inline.html | 68 ++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 wiki/src/install/inc/screenshots/startup-security-utility.png diff --git a/wiki/src/install/inc/screenshots/startup-security-utility.png b/wiki/src/install/inc/screenshots/startup-security-utility.png new file mode 100644 index 0000000000000000000000000000000000000000..68adfdbb8f15178f0e845dfe6aeb83dd88f2fd2a GIT binary patch literal 108009 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� z@txnY&ecyTo_@(!Z+fte=H$9?uG`z+vN+`WKWkK%S38@wD?_kskIk<gRy9JO?E2oU zp7=ZQ_<FbX#rxf@S%2;LBn+yX9~b$iKUys4I&p=Q;W5=!3#KS{JlesV*yJtD)%rqS zg27?=)g+^tLb6UE*Z$%C+<E4R`{IBjyvMGHN3p0|eOT?bHf-{|Y2O}-tAPi(_G{V& zrt3q-O&y#3`&`uj)iVT&2p-LTJn!>k*UH^Rm6KF@U(~#tRebzkRN$U}Qkj3Z&VLzY zylc+7Z}YN4)j{RN#h+J7A5Bsb<Y0O6@}=z0=ViO?O?#K9c(yoA=L`H5nChmKs5G%K zsll7^*6MQ`el|N#?-i8eYCV=4;u<J3O`9oiRradFoiXCE-vhtq<>xP7y!r8>4@=js zU7K@n&&-I73D>TLN$vXm^6lH?-{0PT`SL}f>rv>_$5)?Ks|YPyxR7!B>8~44zq*v! zy(30%TmF5&;NZ(!d$a$CJ4{lE(G%ZVx;1>FyVAaee&62QJp8b$&ELkZx`~BT@BH$0 z!qWwxJm~xS=Y{<K^Y!-sc~;l`7T))D^8Y6#rP}iXug7M6Q|@}?%6oe188f}ovo}f} zC7N%~zweiye?K+ZuX}NQeAqe<oeSp{-kp6T@Ve<T<&OE^FI|sy3{6&UHe^*2KmX4q z@X3jLXG6-q#9f%!@#X8+jmgLT_PooRaOlmQt<3q|>31Z*Og*FJe*QqxMhQ_-(Gr<# zhW9tlZ%C?Da`yFY`P(aV>$hFBzxkzCvP%}OoaeA$wqm(<c6k0#bD0~@4nL~={kQJg zo~_gD`tzSi>Mvh^U;e?{?bk0~y5XQBw!3MQZ2YsGeR-d!oozY1m@P1fK{Mv`w(Vgb zkNw{Lf%8^(O3jSE#it*5JzClSo#*k(>W4qQPj(+odh_z*hhuGLT^3I~y{!1(F$1SH zv)6TTNwL?=DGn}KIrHb!PZo|%Eb{ZSAH8`RrF87c9INPVJ>&W8^8bv?r}?I=*f?kT zy{hS%+|wp3nPPn5>ZzHptg5W71$xp-v{a3nO1^(7-nMDdy?1g`s+6S^<tFdiwr$$3 zT~RK9M-nddM;!N_bmYMUh1l5GFI%n$-@nv&E5l7$L*S@J?A_Qomc_Fg9nHDc%IP}3 z$~yJ)?fdzM9-cTbXHuKnS|>ghCPpi3>z8j{Em^vhxBH}vg200uSJky|b6Z5D&P16m zl32QT@7!0nqS*Erns`~x{p$Yn@T&BcFQ(0~QWRgS<B=Y&|Mu<MFW-I@_{=&x<&RDf zPu7z_e$%gKuUxzGfS={U>#tw7n}2*IA9qM~^5XK8r0bazl$Cy2YueXM5wH8NB^hbf zBPLzC^{q<_$2&#-y|sHKc-cg>L|fS0pL8YhOg-3>HN`q8P~_#?w@bIJnslwtZ%R{x z+u~)*w{m@Nn6p96!8usiNHXJ0+7~h2vgN{aPx*UaXE1WMy4<a9plQv%*U$0qMczLT zcZQ#w71!pwdg12H#YbM%6%<Tx+%7%!U_%2(P{(EW?;qZ9ub&WOAi4WwhuHraH5X>( zCV$~=bqWcUb6;#M%)K-7<qOw*Pbb|Iob89VY}<AzqO^t4pJVGqqoO_Q_T~B9(@L__ zDx3TCsQrGAV_PI|<Xn4LvdCnf<w5KBxrzV&v`+EWQ<LJlc=M*GceeK5zkg?(O^b?( zTCr+XO2UQSiwO=(gD%{==vf|a?t503r}B==qQI=xS}#k#F20@_xH9DVe!B@wJUmq^ zSFBmIa%E$OSAW!6M;^Wlx2}0+M@yewyOyJ=!E0qt^y*hV8X`tacJi^YvC8$Q+n;{j zc_$?F`i1AO7B9ZsdjE0Kxt^CTPKr|5eu4KdIeIK~Tpx1b>Qz?`%ciJS8xxQ0;|wc; zPH5|?=_|ADU2x$2%STUMW?5NT2Wp6XESk);WlLF5VBxezNAsx3qFWWzU&t?5wr%3E zXK9BPUYPOS(6Nan{G4UF{`_5jF=~@9#@uTR=f1p5Y+-Qp43oW6UR_q#oN#7^>0X=9 zXXG=#9$BGdfA*cRuE_HxLM2x}{a!wQ`DNh++qceoJoT+e>PgETsm81C-SlM<ZTFvd zVCJ+YRZUJyfnK*C559i?d2{`L-u<Use1B&0&9^(<Gf8PzcKPQ=+0rZDmjxETG6_9< zcZy%Yro`8re7Uzf54}^+wr!u1Vr=A@bRzWV`nqrD*Vx)ML_Ry5xqZX4x#bpdR~@SJ z^?&zW4}7uVVV><7{kU5B?-vBp`Q;BNPZxf<_VJO0lS^8+>dZ??Tv4ij|L3v(%#RrY zQxaL~&Gp}|Qrf+v!8kfD?Q6EaVAs)#?|aw&DDiA@-cWZrib+fN+#XMhw`nXYhwiyu z+q=2<a68}RIaB*|*H78kC$=s3wx7j~^Y40BujIUa^2FJNHJ?B4*;{Fz6+c0iolkk` z^GTWg#|zxK1h^_HzrDPF;q|vmg-Pu4GB#bczhbJ|*(!eRulI5Ja_LsY*;i-XXG8=! zt+792eE#n=*UxH~FI;ktnA~+PCE@HW^Nn0erKV^1Y<|gbxm$ff;E&3(tD9e>pK)Fs zw&~f{=>@H>MV~(hcq=A76o@X9OZ`7BS0(+~<RtHfuO3Lvt4~%wp&Iw^blEQvt7R6! z0a}m${a<uZgZ+D6^7(V$ITxlrU+28#8-Kv0<i)QpsQvr%E3L}O&`;jh@AHJ|i+Gf$ zK5hTme}BEBs`Qg)-t~f^FD|}Fk+HpU>YK3j39pTlY*UTcTALznxCft=yjPVi?KrbB zGuSB8`YYf6AD81Fi?MF`#MoA&wEyqd^#Lnb{PH4wxBIJTDo+p9-+S!U^!ci<-aoy& zJwE;Z!J<V$Q=HkqUAnJ4F+Qkb-{sT^+vDrngmv|-Vi~Wkt8Vv6H~Xub{`0u}KZ)%c z7XkuLo;z%MMk`>`zoY3dJZHO1y6JHA<Ki`U|1cJ(opo6nqA*#7js4co%lqr*&ze@p zcBgjFmNe_hTwF7P7o^`_w|39gt+O`lZ_j1_K4E&wl4l2gud%%6dhSRJ(_6;6|G(oW zOrLvZ;U}(F)wL?GS^j-G{{KlusO;XiTlZ}JuM({0o3^1&|Np=4`3sGg6g)eld1|+l z&-txIDVN{hEM3Am|N8k`+wUorS4oylw)=Q8rHLi{<W9domoFB_^R+TLrXE-%{z2=O zMcoCzBSsVR>t3E_v2FhIu)KcB?kscDQr{4snU!CrSxPkJ#nt{)oyGm+jcs&y!uiB| zdv2a!VwUJRX87p0NL`nh-jmn;c0TFp>i&QKU9Yf;x>35QeUIekonPBjU4B{rIC;MQ z<jtp>cRt*9{$kaNIqvUv&U^Dlr;WKuu;=E7({KMA7Jr|Z6=+w>TYY2Ce~$UJ54cla zl>T|T_4x~1U4sYx`q9&-oKuXHJD6lPaq=V=*Gk@vlG`8Y%yND^FSz69^}^%fcIRtW z&-r)GS;CL+0l#Zy>0!fpHIHsjIXBBGxL9{x-Na1E;1zTC_UyTxw<u>)@r~};OueOA z+wbNo+!B3yZ+HHYtg9P#?{Bsivp;qz`puO&2Ai|~>e+l={$aI!{)6{<`+6r;s(#u3 zS**HDHo?zND(h|K{qMnE;uGI)c$jzL^ZoUE&fe^DJ8<a8%cVAdE{I=@_WAQ$|KH?e zXLrvGifVJU-&Q5L=;P7rYf88yUwZ#c$mce{TOnK(X>6Hhsm?#YbrMrn*6qkmKdO2d zjC6~(PP2ZuWA5VPeTDCBw+r#O|G3+hT=VVT?}%+Vl9!juKfbwq{-MxW-f3yiJgO!o zEGxOkC0F~y@Ye0yKcB9z^DUh>^Q-l#$g1yqb>@UMt=`;g|Mxq8W;sj5-ZXyh_ti7n zpFh7?a_P)|+wIcPg_7Rk%P!djoV5LZ$MjKk>^id`o5dZj+UwG<E!utZq~G%OY@3R> zc7C4dexhgFhvo5q)Q@W0o&URC_t@<Thy3fm%I(Vh%uw;>oO)zYuuyh*Y2l&S=l}B8 zHufotuCd$0y<TOJ<hw)4fySA_&jK@yggf0VcD&VH)%Py>)sYglDff;r_ty({t9*Q& z|Chh9V8Wg~IotMrG;59D)&KT(nNjU26`oZ;p3h6tIW}>z>6S0jKc>sq2zKA}@qey= z(Zwn=du{Sn<MkUKowi@3bGhO5+E5wW*u!fiyMLUXfBhl<T^E0UUAAJaR!g;2TH2ke z;u~J)2-n{D`EC3DE;rS}7bi4B=4qT?bGJ8W{>eX^PF^ty`Ouy|Km8|*sH~o9(d6bu zk(*D>w&3l4^Qhn`r;y5yBD>P+N8&==ErCb=@cdd-;bMDR>->VNM-P`pok>gcpW%H) z`n|+iBYoe}ttMt>8&iH3EtwN(^X<mtI}^C`_kB_N?SD;af5H*@E*1|XwS_?|1y~yA z{K=`&>rB|q({3!=9M*bl!J)LP!FQi23v>z?YInLEYdaoN5oE|7baGSH#S^N(VjQQ` znLGC`&sd?Ce(lW66~)Vpiys=jn;Y%%bNA{STYfXx-T$#LwEL25#uv6Ht2h+nZJcJR zYc0C;>ZHFG%gkwS-e~&FHxq63Q&94k3_tf`sn<@eCf{X?4emENtv;5rap85B&Yy=e zN~-qM+V#!Lad|!G;F3q38b>}?A4oFk*uB27{C=!|?$x}eI{6G!flq-^2Aq43wk$A8 zFjFsFmH9mNw21(p(sW)X0T+j4zod7Ec2<<nOIxvUqEoTr&2w+O@5^^8bn{M_HBGGl z>fAX!UaQrGEajhtPI~0mCi7B~qp9I$l4JJi<-7EnZX_;Hx!M%7`cT%y$9ydrYjPLg zU8|;V%(~XE+xBp$^W8RknT7rx{C}Q&3Ov2<($77Tv29V&c2-*(xXjPWsaghe39v8* z2Wj0r#?koD!N^tk^Tgv{Ttrr8$i8H0-_EpU*AIa=G1tXDeOLTxee=V?yfRtaa{(T` zUW=8UU3z$8%VN_P1}mqgJWX2|nyIn-A={m|%L}%aUAlYw?AOcF`wE3$zspWIbj60J zO15c%LcNpRzlN414LggETjxG?aMkVmbMuMCTnQQB69!#8b1V<u&JN$asl<>$?dMMi zBV!}A1cMhBU*+n=>=2lJ*dg5AhT{x)nf0f_>xaKDHc#L9q;2;}ql$>{fATHMmNhwg zO6aZkZ-1E8#Pa|8k1J)566+b}$Gb>nCB5FY)uhB_qv-UFD|Gm$A9vla?-2Z6A-eCq zi-E?*jH?{qbe5fuKJn;iw}BK-%Ic{lC0l}RauxaQzgVvN_U>s$t!kY_@}D%ZV`d6P z(ITtQy2m;T*FNOf`&aQ7dyUW8Uh9~^UCPP5a~RfMa-MG3;G@Uf%Cy^(ck{(FEjPI} zqU(euCHYFCbeaEgY&#?LuI|Na369Tqiq8vj{*>r&>0oIRf9k9wldm(iNpSH31tXEv z_^XUb3myGrY!BUYUjD(TCFSi=`5vKN3v@+XCn}y-nAjj?XmIU~ZplFhmC7Qy?du|( z^78n0hS^5F{ZP45y!<xfwjBF2pJv-1U*oEM;l-ng&(HkgSl&N((e<aQ5<HK}c57(H zwjHWSY`7j+X{x1GWgx>?$#$;ua{+7l=X<x;PqtkyFtuz=o=2XNb70d$j;N)RQhxf( znmxP2<<OO@R~Z*bmiGIIt-m#Ott<-@<E&Y;IKNz<JU8F*aSL;)?2p5OQm?BGvakBg z2y$t&bn(qKW~^^mHcKjIRZU44b60>oLtWsbqR(#o(-WR-4_cevcKO83#px5B>TbQ# ze%TY{VRq!R>VwjFw@V+Cy@ed}XI#IQ_q46jICAHgG@n-+Q&;pHF%3Fa^}(yG<QY?% zMQ={!x6GcM#sZtpB;WaQOV*Vq<eIU8LC1ah2RA-)l|)G{(rj{DuAcoVCQL8h&8@9@ z$&(ZvH)ikWzK{3rw{gwg-+!laa=`23)6PD8_V~+}Z;wjLH`M+v+hyapX-?&hHC17E zDwsb%i*sLQ$k}|*W4ro^DKot*-h5oYDgA$0*#7O>`~2&^NxXBgNPIg_;b7>emC=6F z1zmFArT&iJcIi@_chK_oX)F5I*M5HOQ@Tv(%JZUM7u5c}_TR7gqFlJ_%mK?nxtTlf z=KT17YxjTo<!`O~9-p`96h7WL*<0@<>pK?r^|OCmTY2FkW0PM)%Qe5Z2^_n=T`-yP z!X(q)cj`9zU;JxYbF~%)-15rJchF3_wQB3DFwV@YH?H^fZuD(^=k?G-uU!0-t>2vP zz4Ap*EJC$7R%$JLe_Vf>(CLlI(fYq1_uIeUtNiDeOJBm>gW~T~-%e-W`R9GP<%j1o z-}U^2e2z(U=s7Ko{qylw!-mI8cQ)Qxy#2<9ty672zu~CXpOad3DkbCYVV*B;8()WR z37DFEJnreix4R=Z{>ckjAXF&)aaTdwsS3B>k8}3?&+D82N44$Uv30L(3@tk5S|9$b z{9Y*D!bLMW<*jo6qpz$HKaVQ%?Jb=W`uEnHMQUBQ_U+E`o6h;e=8a_BA^*6FiT~%> zo_!H9aqI2!&0aIrUgdtecEX$GPjyAY&q?QGEAr2Di>><fNBekX#&bTeTIP^iQ-zN6 z*+FZoJ5-fw{%_=!`FWM&<(c-Hf{h2R%illv<;;p|jYOuEQxD|-xSM}}nO)hmjkj{< zq^^s5@ZljdLr-Mkwzc<Je%|C3+Ip?!#2d4#F;a=josV-19zA*eMoP|&`}?NCuUg;! z*U2PbRJa@yzhHCgyNH(N$~alc#LLs(=2ZXD>y!Dz`uu+V{Lks`KVO|o?75MX-SYUx zj%D3{-mhPN)7;Xv%*Z?IYT7iNNG~t_jo(|7=lp+ue}{?L!DYJk2@fAFeRJd4vkM26 zZEDl(lEv>Q-%j@5WFwO@OMA-Z=M|YLExQzS7celeGJ)0t#2!9;q&MMtc~Ts^^^(Ns zxSVpHjQ9Gc1}Bc?zk4!szFfln_Wuj!*dCu%%D*{nUb}th`ug)svy5%O*q7<;$l=+4 zv?*Y-aao;O^nt4;R>xh^CB2$vnK!Ijm2+p$wB_IS9y7nT{@@o4<JP*{e|_KW{?7g9 zp=|44`)aBA>x!Q(HadB*?iYL8jlEwT<0>m#zC2P9e(BBgzEWuaqk{8YsWP>HEl%&- z)H+RYS>RrulX*^yPaUgn)0kss`Qy%JlU1Q!2QBPl_D;*U-_`fmzP@j<d*6g}Vv;-F zGlo^$F1c@gaAp0|PF`KsgrmPgr>N@{ym)GU<JaDwH80nR6w6m|D%zb~ZdUedZT7_7 zQA;8+%(rig(rsEO&{-kl8kknKaQX@HPdh}-8zUy|Tfw+i?D5S)uAfY+RtfbU?f9DU zgu8UvvSk}|x;^|`?nUIMN6Q|cSs8jpZK6j)q*$vH<6(mfe<qw1(-h<0A!^?Fk5!^h ze_QTk`TagC6CZbfDdU=GGF$BC8<vk1d-m2GUlOtDL{B;c$1BH4Ct31#AB))La(2za zs?emBbxo^gdo6X+o9=wQG$eHCy^Mq-LNDUjH%Bdr$rbcF^3jYdW>1mmWfM*oCYRsO zghTE=`CRF>RA`@v{^u&Exx3egt-cx=zqg*je`(MC=g!yv&bX?yv!-|66C07$4r<W{ zOnjXd3OuZke|YZm2eGwcDMpf7SGiVgzgul3(Y@H}?K#nDsfnh#haPfV+-EmK^1ba; zp2??Y-;kTyAhw{WROqllK<HE-wdT}F6?U;lCRuZ=zNv-3k+I(YnWb*M(e?w~$wpJp z1#OdARQs7z)6~xEd1eG}&8q&4`+r_vD=*uft-JIu-`=}Q(_Sq%U-CHOX#ZR0!|#u7 z(z*1~WNQ?!?`4mrK|lW1#jF#Wt|ywgHA>}|_=0ND1+0CpWs6!Cy>uz%-8^Y&j+XIn z--S1~NJ#H?I-HeY$;kHHor9%BO-<d<N%2dAQ`w@H(@O>Xj%0>uP0<!zR9jmyV`s<A zo9|Y7$!>p?XMVQ*aK)XxS6{6rrU+dvoH1j@0RtWzIdl0xAMIu89<$ijy>gduE67{w zaC}bjzl>RJtA2T?EDBj&dg-Ofv{XT^Ru8qwZ|8lwvUAeTE-4=2tEP9lj)tu3TKucC z{f^JmRVkYz@5q&>|JU~I_DP#lw6kZ`Dwjzs&()huTwUI`IbxN3>MlpU>B=JB0#`y- zuG2f>yTh#PSFXgPN1vCrCdWQ_d;Q)M{l%u+-u=?^{yq6p^v^Jh$$$P{vEEbh$%Nnb zldf6*j`+CyLXY@V74`Du`#kqu$g4Bwac+7ZW~r8TcF8q{dJUt?NeV4Hglk`go@v>U zsn<JC?(MP9o&L`*T`1x8-T!foQ-^hP%qnih7J*nVrx*^!mKQ-nkDNFZU8YYG5O?BG z+%=_Thkz5u#ic4oS_Pas^i&n~S_GU*G&u_uTLcz)dv;JuYu96o8{7Uyu5TA`;!w=H z^yQ05-{S={mU-@tJ6<^FeAV0*0Vj?^=Dx=PYp)sj3X30j@nVH=r^|=me>J+cY^ayJ zv8{KJhSAiOKJOQ--0}J5Hs8H*%L6nvWL#95{`!{q^K)~HO?(fV{+<XnUAgaZ!YsAZ f({zg&|H!|bq9<zN(=5Zlz`)??>gTe~DWM4fvLeQo literal 0 HcmV?d00001 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 a993fd44ce2..9a2ec2a1c3f 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -43,6 +43,74 @@ """]] +<li> + + <p>If your Mac displays the following error:</p> + + <pre>Security settings do not allow this Mac to use an external startup disk.</pre> + + <p>Then you have to change the change the settings of the <em>Startup + Security Utility</em> of your Mac to authorize starting from Tails.</p> + + <p>To open <em>Startup Security Utility</em>:</p> + + <ol> + + <!-- Section copied from https://support.apple.com/en-us/HT208198 --> + + <li><p>Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> + immediately after you see the Apple logo. Your Mac starts up from + <a href="https://support.apple.com/kb/HT201314">macOS Recovery</a>.</p></li> + + <li><p>When you see the macOS <em>Utilities</em> window, choose + <strong>Utilities ▸ Startup Security Utility</strong> from the menu + bar.</p></li> + + <li><p>When you are asked to authenticate, click <strong>Enter macOS + Password</strong>, then choose an administrator account and enter its + password.</p></li> + + </ol> + + <p>[[!img install/inc/screenshots/startup-security-utility.png link="no" alt="Startup Security Utility"]]</p> + + <p>In the <em>Startup Security Utility</em>:</p> + + <ul> + + <li><p>Choose <strong>No Security</strong> in the <strong>Secure + Boot</strong> section.</p></li> + + <li><p>Choose <strong>Allow booting from external media</strong> in the + <strong>External Boot</strong>.</p></li> + + </ul> + + <div class="tip"> + + <p>To still protect your Mac from starting on untrusted external media, you + can set a firmware password, available on macOS Mountain Lion or later. A + firmware password prevents users who do not have the password from starting + up from any media other than the designated startup disk.</p> + + <p><strong>If you forget your firmware password it will require an in-person + service appointment with an Apple Store or Apple Authorized Service + Provider.</strong></p> + + </div> + + <p>Read more on Apple Support about:</p> + + <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> + +</li> + <li> <p>If the computer starts on Tails, the Boot Loader -- GitLab From b794d7772a28de8cec24fb0b166e1ec2a060979d Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 01:51:17 +0000 Subject: [PATCH 15/72] Document BIOS option to enable the Boot Menu key If have one on my ThinkPad X250 and someone reported it to be disabled by default on an Acer Swift 3. --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 3b6e0f7e5a2..3481d126c94 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -146,6 +146,13 @@ operating system.</p> </div> <ul> + <li> + <p>There might be an option in your BIOS to enable the Boot Menu key. Make + sure that the Boot Menu key is enabled. This option might be called + <strong>Boot Device List</strong> or differently depending on the + computer.</p> + </li> + <li> <p>Edit the <strong>Boot Order</strong>. Depending on the computer model you might see an entry for <strong>removable devices</strong> or <strong>USB media</strong>. Move this entry -- GitLab From f2aa158c2fe0b47ada7ebfba1b4a3f1d622675cd Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 01:52:12 +0000 Subject: [PATCH 16/72] Shorten --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3481d126c94..8718cd47fa2 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -154,7 +154,7 @@ operating system.</p> </li> <li> - <p>Edit the <strong>Boot Order</strong>. Depending on the computer model you might + <p>Edit the <strong>Boot Order</strong>. Depending on the computer, you might see an entry for <strong>removable devices</strong> or <strong>USB media</strong>. Move this entry to the top of the list to force the computer to try to start from the USB stick before starting from the internal hard disk.</p> -- GitLab From 0ad56f92eba7a32bda9cd828d9f560ec1a6dbe5d Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 02:04:46 +0000 Subject: [PATCH 17/72] Remove non-examples --- wiki/src/contribute/how/documentation/style_guide.mdwn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index b5e01e97c59..2875d65db78 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -59,11 +59,6 @@ - *For example*: - - Most computers do not start on Tails by default. - - - The following instructions explain how to display the boot menu - and start on the USB stick. - - When starting Tails, add the <span class="command">toram</span> boot option in the <span class="application">Boot Loader Menu</span>. For detailed instructions, see the documentation on -- GitLab From 280701d27c20ec83dfb91d10b4f29568c05b78fb Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 02:38:17 +0000 Subject: [PATCH 18/72] Move adding boot options using the Boot Loader to a different page These options are mostly useful for debugging hardware support and power users so they belong in "Advanced topics". --- .../update_camouflage_for_jessie.mdwn | 2 +- .../how/documentation/style_guide.mdwn | 4 +- wiki/src/doc/advanced_topics.index.mdwn | 1 + .../src/doc/advanced_topics/boot_options.mdwn | 83 ++++++++++++++ .../boot_options}/syslinux-with-options.png | Bin .../src/doc/first_steps/persistence/use.ar.po | 2 +- .../src/doc/first_steps/persistence/use.ca.po | 2 +- .../src/doc/first_steps/persistence/use.de.po | 6 +- .../src/doc/first_steps/persistence/use.es.po | 4 +- .../src/doc/first_steps/persistence/use.fa.po | 6 +- .../src/doc/first_steps/persistence/use.fr.po | 4 +- .../src/doc/first_steps/persistence/use.id.po | 2 +- .../src/doc/first_steps/persistence/use.it.po | 6 +- wiki/src/doc/first_steps/persistence/use.mdwn | 2 +- .../src/doc/first_steps/persistence/use.pl.po | 2 +- .../src/doc/first_steps/persistence/use.pt.po | 6 +- .../src/doc/first_steps/persistence/use.ru.po | 2 +- .../first_steps/persistence/use.sr_Latn.po | 2 +- .../src/doc/first_steps/persistence/use.tr.po | 2 +- .../src/doc/first_steps/persistence/use.zh.po | 2 +- .../doc/first_steps/persistence/use.zh_TW.po | 2 +- wiki/src/doc/first_steps/startup_options.mdwn | 105 +----------------- .../administration_password.ar.po | 2 +- .../administration_password.ca.po | 2 +- .../administration_password.de.po | 4 +- .../administration_password.es.po | 4 +- .../administration_password.fa.po | 4 +- .../administration_password.fr.po | 4 +- .../administration_password.id.po | 2 +- .../administration_password.it.po | 4 +- .../administration_password.mdwn | 2 +- .../administration_password.pl.po | 2 +- .../administration_password.pt.po | 4 +- .../administration_password.ru.po | 2 +- .../administration_password.sr_Latn.po | 2 +- .../administration_password.tr.po | 2 +- .../administration_password.zh.po | 2 +- .../administration_password.zh_TW.po | 4 +- .../startup_options/bridge_mode.it.po | 6 +- .../startup_options/mac_spoofing.ar.po | 2 +- .../startup_options/mac_spoofing.ca.po | 2 +- .../startup_options/mac_spoofing.de.po | 4 +- .../startup_options/mac_spoofing.es.po | 4 +- .../startup_options/mac_spoofing.fa.po | 2 +- .../startup_options/mac_spoofing.fr.po | 4 +- .../startup_options/mac_spoofing.id.po | 2 +- .../startup_options/mac_spoofing.it.po | 4 +- .../startup_options/mac_spoofing.mdwn | 2 +- .../startup_options/mac_spoofing.pl.po | 2 +- .../startup_options/mac_spoofing.pt.po | 4 +- .../startup_options/mac_spoofing.ru.po | 2 +- .../startup_options/mac_spoofing.sr_Latn.po | 2 +- .../startup_options/mac_spoofing.tr.po | 2 +- .../startup_options/mac_spoofing.zh.po | 2 +- .../startup_options/mac_spoofing.zh_TW.po | 4 +- wiki/src/doc/reset/linux.ar.po | 2 +- wiki/src/doc/reset/linux.ca.po | 2 +- wiki/src/doc/reset/linux.de.po | 2 +- wiki/src/doc/reset/linux.es.po | 4 +- wiki/src/doc/reset/linux.fa.po | 2 +- wiki/src/doc/reset/linux.fr.po | 4 +- wiki/src/doc/reset/linux.id.po | 2 +- wiki/src/doc/reset/linux.it.po | 2 +- wiki/src/doc/reset/linux.mdwn | 2 +- wiki/src/doc/reset/linux.pl.po | 2 +- wiki/src/doc/reset/linux.pt.po | 2 +- wiki/src/doc/reset/linux.ru.po | 2 +- wiki/src/doc/reset/linux.sr_Latn.po | 2 +- wiki/src/doc/reset/linux.tr.po | 2 +- wiki/src/doc/reset/linux.zh.po | 2 +- wiki/src/doc/reset/linux.zh_TW.po | 2 +- wiki/src/news/spoof-mac.ar.po | 2 +- wiki/src/news/spoof-mac.ca.po | 2 +- wiki/src/news/spoof-mac.de.po | 2 +- wiki/src/news/spoof-mac.es.po | 2 +- wiki/src/news/spoof-mac.fa.po | 4 +- wiki/src/news/spoof-mac.fr.po | 4 +- wiki/src/news/spoof-mac.id.po | 2 +- wiki/src/news/spoof-mac.it.po | 2 +- wiki/src/news/spoof-mac.mdwn | 2 +- wiki/src/news/spoof-mac.pl.po | 2 +- wiki/src/news/spoof-mac.pt.po | 2 +- wiki/src/news/spoof-mac.ru.po | 2 +- wiki/src/news/spoof-mac.sr_Latn.po | 2 +- wiki/src/news/spoof-mac.tr.po | 2 +- wiki/src/news/spoof-mac.zh.po | 2 +- wiki/src/news/spoof-mac.zh_TW.po | 2 +- wiki/src/news/test_3.0-beta4.mdwn | 2 +- wiki/src/news/test_3.0-rc1.mdwn | 2 +- wiki/src/news/version_0.11.mdwn | 2 +- wiki/src/news/version_3.11.ar.po | 4 +- wiki/src/news/version_3.11.ca.po | 4 +- wiki/src/news/version_3.11.de.po | 4 +- wiki/src/news/version_3.11.es.po | 4 +- wiki/src/news/version_3.11.fa.po | 4 +- wiki/src/news/version_3.11.fr.po | 8 +- wiki/src/news/version_3.11.id.po | 4 +- wiki/src/news/version_3.11.it.po | 4 +- wiki/src/news/version_3.11.mdwn | 4 +- wiki/src/news/version_3.11.pl.po | 4 +- wiki/src/news/version_3.11.pt.po | 4 +- wiki/src/news/version_3.11.ru.po | 4 +- wiki/src/news/version_3.11.sr_Latn.po | 4 +- wiki/src/news/version_3.11.tr.po | 4 +- wiki/src/news/version_3.11.zh.po | 4 +- wiki/src/news/version_3.11.zh_TW.po | 4 +- wiki/src/support/known_issues.ar.po | 14 +-- wiki/src/support/known_issues.ca.po | 14 +-- wiki/src/support/known_issues.de.po | 14 +-- wiki/src/support/known_issues.es.po | 48 ++++---- wiki/src/support/known_issues.fa.po | 18 +-- wiki/src/support/known_issues.fr.po | 50 ++++----- wiki/src/support/known_issues.id.po | 14 +-- wiki/src/support/known_issues.it.po | 14 +-- wiki/src/support/known_issues.mdwn | 20 ++-- wiki/src/support/known_issues.pl.po | 14 +-- wiki/src/support/known_issues.pt.po | 26 ++--- wiki/src/support/known_issues.ru.po | 14 +-- wiki/src/support/known_issues.sr_Latn.po | 14 +-- wiki/src/support/known_issues.tr.po | 14 +-- wiki/src/support/known_issues.zh.po | 14 +-- wiki/src/support/known_issues.zh_TW.po | 14 +-- wiki/src/support/known_issues/graphics.ar.po | 4 +- wiki/src/support/known_issues/graphics.ca.po | 4 +- wiki/src/support/known_issues/graphics.de.po | 4 +- wiki/src/support/known_issues/graphics.es.po | 16 +-- wiki/src/support/known_issues/graphics.fa.po | 4 +- wiki/src/support/known_issues/graphics.fr.po | 10 +- wiki/src/support/known_issues/graphics.id.po | 4 +- wiki/src/support/known_issues/graphics.it.po | 4 +- wiki/src/support/known_issues/graphics.mdwn | 20 ++-- wiki/src/support/known_issues/graphics.pl.po | 4 +- wiki/src/support/known_issues/graphics.pt.po | 4 +- wiki/src/support/known_issues/graphics.ru.po | 4 +- .../support/known_issues/graphics.sr_Latn.po | 4 +- wiki/src/support/known_issues/graphics.tr.po | 4 +- wiki/src/support/known_issues/graphics.zh.po | 4 +- .../support/known_issues/graphics.zh_TW.po | 4 +- 138 files changed, 447 insertions(+), 456 deletions(-) create mode 100644 wiki/src/doc/advanced_topics/boot_options.mdwn rename wiki/src/doc/{first_steps/startup_options => advanced_topics/boot_options}/syslinux-with-options.png (100%) diff --git a/wiki/src/blueprint/update_camouflage_for_jessie.mdwn b/wiki/src/blueprint/update_camouflage_for_jessie.mdwn index 6e4d406bfe0..1bf000287db 100644 --- a/wiki/src/blueprint/update_camouflage_for_jessie.mdwn +++ b/wiki/src/blueprint/update_camouflage_for_jessie.mdwn @@ -40,7 +40,7 @@ Windows camouflage update MUST include: - a GNOME Shell theme/extension that looks like Windows 8.1 desktop panel compatible with the version on GNOME Shell shipped in Debian Jessie (3.14.2) - a way to enable all the required components to provide the camouflage mode - that can be triggered by [[Tails Greeter|/doc/first_steps/startup_options#greeter]] + that can be triggered by [[Tails Greeter|/doc/first_steps/startup_options]] Windows camouflage MAY include: diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index 2875d65db78..fcd60b82603 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -63,10 +63,10 @@ boot option in the <span class="application">Boot Loader Menu</span>. For detailed instructions, see the documentation on [[using the <span class="application">Boot Loader - Menu</span>|doc/first_steps/startup_options#boot-loader]]. + Menu</span>|doc/advanced_topics/boot_options]]. - To make the display work properly, [[add the following boot option - when starting Tails|doc/first_steps/startup_options/#boot-loader]]: + when starting Tails|doc/advanced_topics/boot_options]]: nouveau.noaccel=1 diff --git a/wiki/src/doc/advanced_topics.index.mdwn b/wiki/src/doc/advanced_topics.index.mdwn index 34dca358b6b..e1b8772dfd6 100644 --- a/wiki/src/doc/advanced_topics.index.mdwn +++ b/wiki/src/doc/advanced_topics.index.mdwn @@ -1,3 +1,4 @@ + - [[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/boot_options]] - [[!traillink Protection_against_cold_boot_attacks|advanced_topics/cold_boot_attacks]] - [[!traillink Running_Tails_in_a_virtual_machine|advanced_topics/virtualization]] - [[!traillink <span_class="application">VirtualBox</span>|advanced_topics/virtualization/virtualbox]] diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn new file mode 100644 index 00000000000..6ff000b244f --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -0,0 +1,83 @@ +[[!meta title="Adding boot options using the Boot Loader"]] + +The Boot Loader is the first screen that appears +when starting Tails. + +<div class="tip"> + +<p>The <span class="guilabel">Troubleshooting Mode</span> disables some features of the +Linux kernel and might work better on some computers. You can try this option if you +think you are experiencing errors related to hardware compatibility while +starting Tails.</p> + +</div> + +[[!toc levels=1]] + +Depending on the computer, the Boot Loader might be either *GRUB* or +*SYSLINUX*. + +<a id="syslinux"></a> + +Using *SYSLINUX* +================ + +This is how *SYSLINUX* looks like: + +[[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails +logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] + +If your Boot Loader looks differently, refer to our instructions on +adding a boot option [[using GRUB|boot_options#grub]] below. + +To add a boot option in *SYSLINUX*: + +1. Press **Tab** when *SYSLINUX* appears. + + A list of boot options + appears at the bottom of the screen. + + [[!img syslinux-with-options.png link="no" alt="SYSLINUX with + a list of options starting with '/live/vmlinuz' at the bottom"]] + +2. Press <span class="keycap">Space</span> and type the boot option that you + want to add. + +3. If you want to add more than one boot option, type them one after the + other and separate them by a <span class="keycap">Space</span>. + +4. Press <span class="keycap">Enter</span> to start Tails. + +<a id="grub"></a> + +Using *GRUB* +============ + +This is how GRUB looks like: + +[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails +logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] + +If your Boot Loader looks differently, refer to our instructions on +adding a boot option [[using SYSLINUX|boot_options#syslinux]] above. + +To add a boot option in *GRUB*: + +1. Press **e** when GRUB appears. + + A new screen appears with more options. + + [[!img grub-with-options.png link="no" alt="GRUB with a list of + options starting with 'setparams Tails'"]] + +1. Navigate with the arrows of the keyboard to the end of the line that + starts with <span class="code">linux</span>. The line is most likely + wrapped and displayed on several lines on the screen but it is a + single configuration line. + +1. Type the boot option that you want to add. + +1. If you want to add more than one boot option, type them one after the + other and separate them by a <span class="keycap">Space</span>. + +1. Press **Ctrl+X** to start Tails. diff --git a/wiki/src/doc/first_steps/startup_options/syslinux-with-options.png b/wiki/src/doc/advanced_topics/boot_options/syslinux-with-options.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/syslinux-with-options.png rename to wiki/src/doc/advanced_topics/boot_options/syslinux-with-options.png diff --git a/wiki/src/doc/first_steps/persistence/use.ar.po b/wiki/src/doc/first_steps/persistence/use.ar.po index ba8ad093dd9..a8acf133af9 100644 --- a/wiki/src/doc/first_steps/persistence/use.ar.po +++ b/wiki/src/doc/first_steps/persistence/use.ar.po @@ -49,7 +49,7 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options#tails_greeter]], enter your passphrase and " +"Greeter</span>|startup_options]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.ca.po b/wiki/src/doc/first_steps/persistence/use.ca.po index fadb02d6691..01c09e1ec56 100644 --- a/wiki/src/doc/first_steps/persistence/use.ca.po +++ b/wiki/src/doc/first_steps/persistence/use.ca.po @@ -45,7 +45,7 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.de.po b/wiki/src/doc/first_steps/persistence/use.de.po index 21fe70a25af..b47b23d96d1 100644 --- a/wiki/src/doc/first_steps/persistence/use.de.po +++ b/wiki/src/doc/first_steps/persistence/use.de.po @@ -41,17 +41,17 @@ msgstr "Aktivieren Sie den beständigen Speicherbereich\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. Wählen Sie beim Start von Tails beim\n" "<span class=\"guilabel\">Beständige Speicherpartition benutzen?</span> Dialog des [[Tails\n" -"Greeter|startup_options#tails_greeter]] <span class=\"guilabel\">Ja</span> aus, um\n" +"Greeter|startup_options]] <span class=\"guilabel\">Ja</span> aus, um\n" "den beständigen Speicherbereich für die aktuelle Arbeitssitzung zu aktivieren.\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/use.es.po b/wiki/src/doc/first_steps/persistence/use.es.po index bc72724394b..fada4c03a30 100644 --- a/wiki/src/doc/first_steps/persistence/use.es.po +++ b/wiki/src/doc/first_steps/persistence/use.es.po @@ -42,13 +42,13 @@ msgstr "Habilita el volumen persistente\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "Al iniciar Tails, en la sección\n" "<span class=\"guilabel\">Almacenamiento persistente cifrado</span> del [[<" "span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]], ingresa tu frase contraseña " +"Greeter</span>|startup_options]], ingresa tu frase contraseña " "y haz click en\n" "<span class=\"button\">Abrir</span>.\n" diff --git a/wiki/src/doc/first_steps/persistence/use.fa.po b/wiki/src/doc/first_steps/persistence/use.fa.po index e41dca062dc..b8b5aaf988d 100644 --- a/wiki/src/doc/first_steps/persistence/use.fa.po +++ b/wiki/src/doc/first_steps/persistence/use.fa.po @@ -45,16 +45,16 @@ msgstr "فعال کردن درایو مانا\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "۱. وقتی تیلز را راهاندازی میکنید، در \n" -"پنجرهٔ <span class=\"guilabel\">استفاده از مانا؟</span> در [[خوشامدگوی تیلز|startup_options#tails_greeter]] <span class=\"guilabel\">بله</span> را انتخاب کنید تا\n" +"پنجرهٔ <span class=\"guilabel\">استفاده از مانا؟</span> در [[خوشامدگوی تیلز|startup_options]] <span class=\"guilabel\">بله</span> را انتخاب کنید تا\n" "درایو مانا را برای نشست کاری فعلی فعال شود.\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/use.fr.po b/wiki/src/doc/first_steps/persistence/use.fr.po index ef5610d0917..f68ffb0ac3c 100644 --- a/wiki/src/doc/first_steps/persistence/use.fr.po +++ b/wiki/src/doc/first_steps/persistence/use.fr.po @@ -41,12 +41,12 @@ msgstr "Activer le volume persistant\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "Lors du démarrage de Tails, dans la\n" "section <span class=\"guilabel\">Stockage persistant chiffré</span> du\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], entrez votre phrase de passe et cliquez\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], entrez votre phrase de passe et cliquez\n" "sur <span class=\"button\">Déverrouiller</span>.\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/use.id.po b/wiki/src/doc/first_steps/persistence/use.id.po index 99a52c53bb6..01faa1e9405 100644 --- a/wiki/src/doc/first_steps/persistence/use.id.po +++ b/wiki/src/doc/first_steps/persistence/use.id.po @@ -43,7 +43,7 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.it.po b/wiki/src/doc/first_steps/persistence/use.it.po index dd1446ca216..1b5eaeae31d 100644 --- a/wiki/src/doc/first_steps/persistence/use.it.po +++ b/wiki/src/doc/first_steps/persistence/use.it.po @@ -43,17 +43,17 @@ msgstr "Avviare il volume persistente\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. All'avvio di Tails, nella \n" " finestra di dialogo <span class=\"guilabel\">Usare la persistenza?</span> di [[Tails\n" -"Greeter|startup_options#tails_greeter]], scegli <span class=\"guilabel\">Sì</span> per\n" +"Greeter|startup_options]], scegli <span class=\"guilabel\">Sì</span> per\n" "avviare il volume persistente nella sessione di lavoro corrente.\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/use.mdwn b/wiki/src/doc/first_steps/persistence/use.mdwn index b089730cc2e..c2e200fd3f9 100644 --- a/wiki/src/doc/first_steps/persistence/use.mdwn +++ b/wiki/src/doc/first_steps/persistence/use.mdwn @@ -9,7 +9,7 @@ Enable the persistent volume When starting Tails, in the <span class="guilabel">Encrypted Persistent Storage</span> section of -[[<span class="application">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click +[[<span class="application">Tails Greeter</span>|startup_options]], enter your passphrase and click <span class="button">Unlock</span>. [[!img startup_options/persistence.png link="no" alt=""]] diff --git a/wiki/src/doc/first_steps/persistence/use.pl.po b/wiki/src/doc/first_steps/persistence/use.pl.po index 5f8df31a7fa..e2ea3c9aaf4 100644 --- a/wiki/src/doc/first_steps/persistence/use.pl.po +++ b/wiki/src/doc/first_steps/persistence/use.pl.po @@ -46,7 +46,7 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.pt.po b/wiki/src/doc/first_steps/persistence/use.pt.po index 50f4e80c709..ef998040703 100644 --- a/wiki/src/doc/first_steps/persistence/use.pt.po +++ b/wiki/src/doc/first_steps/persistence/use.pt.po @@ -40,16 +40,16 @@ msgstr "Habilite o volume persistente\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. Ao iniciar o Tails, na caixa de diálogo <span class=\"guilabel\">Usar persistência?</span>\n" -"do [[Tails Greeter|startup_options#tails_greeter]], escolha <span class=\"guilabel\">Sim</span>\n" +"do [[Tails Greeter|startup_options]], escolha <span class=\"guilabel\">Sim</span>\n" "para habilitar o volume persistente para a sessão atual.\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/use.ru.po b/wiki/src/doc/first_steps/persistence/use.ru.po index be83c2404d4..a846a3121cd 100644 --- a/wiki/src/doc/first_steps/persistence/use.ru.po +++ b/wiki/src/doc/first_steps/persistence/use.ru.po @@ -49,7 +49,7 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options#tails_greeter]], enter your passphrase and " +"Greeter</span>|startup_options]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.sr_Latn.po b/wiki/src/doc/first_steps/persistence/use.sr_Latn.po index 0a3323b7834..0e647a9fba7 100644 --- a/wiki/src/doc/first_steps/persistence/use.sr_Latn.po +++ b/wiki/src/doc/first_steps/persistence/use.sr_Latn.po @@ -44,7 +44,7 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options#tails_greeter]], enter your passphrase and " +"Greeter</span>|startup_options]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.tr.po b/wiki/src/doc/first_steps/persistence/use.tr.po index 0d5e976632f..bac2b9efb2a 100644 --- a/wiki/src/doc/first_steps/persistence/use.tr.po +++ b/wiki/src/doc/first_steps/persistence/use.tr.po @@ -45,7 +45,7 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.zh.po b/wiki/src/doc/first_steps/persistence/use.zh.po index e299999b039..68d7e2eecbc 100644 --- a/wiki/src/doc/first_steps/persistence/use.zh.po +++ b/wiki/src/doc/first_steps/persistence/use.zh.po @@ -48,7 +48,7 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options#tails_greeter]], enter your passphrase and " +"Greeter</span>|startup_options]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/use.zh_TW.po b/wiki/src/doc/first_steps/persistence/use.zh_TW.po index 4f4966b06b9..4903c48ed94 100644 --- a/wiki/src/doc/first_steps/persistence/use.zh_TW.po +++ b/wiki/src/doc/first_steps/persistence/use.zh_TW.po @@ -48,7 +48,7 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options#tails_greeter]], enter your passphrase and " +"Greeter</span>|startup_options]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/startup_options.mdwn index e5c8768a7b5..aa01e4171d4 100644 --- a/wiki/src/doc/first_steps/startup_options.mdwn +++ b/wiki/src/doc/first_steps/startup_options.mdwn @@ -1,102 +1,9 @@ [[!meta title="Startup options"]] When starting Tails, you can specify startup options to alter some of its basic -functioning. The two ways of specifying startup options are the following: +functioning. -[[!toc levels=2]] - -<a id="boot-loader"></a> -<a id="boot_loader_menu"></a> <!-- for backward compatibility --> -<a id="boot_menu"></a> <!-- for backward compatibility --> - -Using the Boot Loader -===================== - -The Boot Loader is the first screen that appears -when starting Tails. - -<div class="tip"> - -<p>The <span class="guilabel">Troubleshooting Mode</span> disables some features of the -Linux kernel and might work better on some computers. You can try this option if you -think you are experiencing errors related to hardware compatibility while -starting Tails.</p> - -</div> - -Depending on the computer, the Boot Loader might be either *GRUB* or -*SYSLINUX*. - -<a id="syslinux"></a> - -Using *SYSLINUX* ----------------- - -This is how *SYSLINUX* looks like: - -[[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails -logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] - -If your Boot Loader looks differently, refer to our instructions on -adding a boot option [[using GRUB|startup_options#grub]] below. - -To add a boot option in *SYSLINUX*: - -1. Press **Tab** when *SYSLINUX* appears. - - A list of boot options - appears at the bottom of the screen. - - [[!img syslinux-with-options.png link="no" alt="SYSLINUX with - a list of options starting with '/live/vmlinuz' at the bottom"]] - -2. Press <span class="keycap">Space</span> and type the boot option that you - want to add. - -3. If you want to add more than one boot option, type them one after the - other and separate them by a <span class="keycap">Space</span>. - -4. Press <span class="keycap">Enter</span> to start Tails. - -<a id="grub"></a> - -Using *GRUB* ------------- - -This is how GRUB looks like: - -[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails -logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] - -If your Boot Loader looks differently, refer to our instructions on -adding a boot option [[using SYSLINUX|startup_options#syslinux]] above. - -To add a boot option in *GRUB*: - -1. Press **e** when GRUB appears. - - A new screen appears with more options. - - [[!img grub-with-options.png link="no" alt="GRUB with a list of - options starting with 'setparams Tails'"]] - -1. Navigate with the arrows of the keyboard to the end of the line that - starts with <span class="code">linux</span>. The line is most likely - wrapped and displayed on several lines on the screen but it is a - single configuration line. - -1. Type the boot option that you want to add. - -1. If you want to add more than one boot option, type them one after the - other and separate them by a <span class="keycap">Space</span>. - -1. Press **Ctrl+X** to start Tails. - -<a id="greeter"></a> -<a id="tails_greeter"></a> - -Using <span class="application">Tails Greeter</span> -==================================================== +[[!toc levels=1]] <span class="application">Tails Greeter</span> appears after the <span class="application">Boot Loader</span>, but before the @@ -115,7 +22,7 @@ To start Tails without options, click on the <a id="locale"></a> Language & region ------------------ +================= You can configure Tails depending on your language and location from <span class="application">Tails Greeter</span>. @@ -161,7 +68,7 @@ You can configure Tails depending on your language and location from <a id="persistence"></a> Encrypted persistence storage ------------------------------ +============================= If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an additional section appears in <span class="application">Tails @@ -173,7 +80,7 @@ section: <a id="additional"></a> Additional settings -------------------- +=================== Tails is configured with care to be as safe as possible by default. But, depending on your situation, you can change one of the following @@ -211,7 +118,7 @@ settings from <span class="application">Tails Greeter</span>. additional security. Keyboard shortcuts ------------------- +================== <table> <tr><td><span class="keycap">Alt+L</span></td><td><span class="guilabel">Language</td></tr> diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.ar.po b/wiki/src/doc/first_steps/startup_options/administration_password.ar.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.ar.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.ar.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.ca.po b/wiki/src/doc/first_steps/startup_options/administration_password.ca.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.ca.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.ca.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.de.po b/wiki/src/doc/first_steps/startup_options/administration_password.de.po index 68e3b90070c..56500a53a31 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.de.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.de.po @@ -82,11 +82,11 @@ msgstr "Ein Administrationspasswort einstellen\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "Um administrative Tätigkeiten durchzuführen, müssen Sie\n" "beim Start von Tails mithilfe des [[<span class=\"application\">Tails\n" -"Greeters</span>|startup_options#tails_greeter]] ein Administrationspasswort setzen.\n" +"Greeters</span>|startup_options]] ein Administrationspasswort setzen.\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.es.po b/wiki/src/doc/first_steps/startup_options/administration_password.es.po index bd90eb7b4d9..b31e2e3f580 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.es.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.es.po @@ -84,11 +84,11 @@ msgstr "Habilita una contraseña de administración\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "Para poder realizar tareas administrativas, necesitas configurar una contraseña\n" "de administrador cuando inicies Tails, usando el [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.fa.po b/wiki/src/doc/first_steps/startup_options/administration_password.fa.po index 60a499e5d09..9ef61a0a80e 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.fa.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.fa.po @@ -83,11 +83,11 @@ msgstr "یک گذرواژهٔ مدیریتی بسازید.\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "برای انجام عملکردهای مدیریتی باید هنگام راهاندازی تیلز \n" "با استفاده از [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]] \n" +"Greeter</span>|startup_options]] \n" "یک گذرواژهٔ مدیریتی بسازید.\n" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.fr.po b/wiki/src/doc/first_steps/startup_options/administration_password.fr.po index fe1ade09cfd..d6c9b18a2b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.fr.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.fr.po @@ -73,11 +73,11 @@ msgstr "Définir un mot de passe d'administration\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "Afin d'effectuer des tâches d'administration, vous devez choisir un mot\n" "de passe d'administration lors du démarrage de Tails, en utilisant [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.id.po b/wiki/src/doc/first_steps/startup_options/administration_password.id.po index 2aa591a53f3..6973a18a8a5 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.id.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.id.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.it.po b/wiki/src/doc/first_steps/startup_options/administration_password.it.po index c2d88dbf077..bcc251546d2 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.it.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.it.po @@ -78,11 +78,11 @@ msgstr "Definire una password da amministratore\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "Per effettuare operazioni da amministratore hai bisogno di \n" "impostare una password da amministratore durante l'avvio di Tails, usando [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.mdwn b/wiki/src/doc/first_steps/startup_options/administration_password.mdwn index fbeee056b7b..a507a29fafa 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.mdwn +++ b/wiki/src/doc/first_steps/startup_options/administration_password.mdwn @@ -20,7 +20,7 @@ Set up an administration password In order to perform administration tasks, you need to set up an administration password when starting Tails, using [[<span class="application">Tails -Greeter</span>|startup_options#tails_greeter]]. +Greeter</span>|startup_options]]. 1. When <span class="application">Tails Greeter</span> appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.pl.po b/wiki/src/doc/first_steps/startup_options/administration_password.pl.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.pl.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.pl.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.pt.po b/wiki/src/doc/first_steps/startup_options/administration_password.pt.po index 9a79b303435..03326c77f71 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.pt.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.pt.po @@ -78,11 +78,11 @@ msgstr "Configure uma senha de administração\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "Para poder realizar tarefas de administração, você precisa configurar uma senha\n" "de administração ao iniciar o Tails, usando o [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" #. type: Bullet: '1. ' #, fuzzy diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.ru.po b/wiki/src/doc/first_steps/startup_options/administration_password.ru.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.ru.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.ru.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po b/wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.tr.po b/wiki/src/doc/first_steps/startup_options/administration_password.tr.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.tr.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.tr.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.zh.po b/wiki/src/doc/first_steps/startup_options/administration_password.zh.po index c31d193816d..af3431ee4b6 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.zh.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.zh.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po b/wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po index b6f738f7486..f180d975761 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po +++ b/wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po @@ -74,11 +74,11 @@ msgstr "設定一個管理員密碼\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]].\n" +"Greeter</span>|startup_options]].\n" msgstr "" "為了執行管理者任務,需要在一開始進入 Tails 時\n" "設定一個管理者密碼[[<span class=\"application\">Tails\n" -"Greeters</span>|startup_options#tails_greeter]]。\n" +"Greeters</span>|startup_options]]。\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.it.po b/wiki/src/doc/first_steps/startup_options/bridge_mode.it.po index eb76761877a..65a4b2757fb 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.it.po +++ b/wiki/src/doc/first_steps/startup_options/bridge_mode.it.po @@ -306,13 +306,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To use bridges, choose to configure bridge settings from [[<span\n" -#~| "class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]] as\n" +#~| "class=\"application\">Tails Greeter</span>|startup_options]] as\n" #~| "explained in the [[network configuration|network_configuration]] documentation.\n" #~ msgid "" #~ "To use Tor through bridges, choose the bridge settings configuration option in [[<span\n" -#~ "class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]] as\n" +#~ "class=\"application\">Tails Greeter</span>|startup_options]] as\n" #~ "explained in the [[network configuration|network_configuration]] documentation.\n" #~ msgstr "" #~ "Per usare i bridge scegli di configurare le opzioni bridge dal [[<span\n" -#~ "class=\"application\">Tails Greeter</span>|startup_options#tails_greeter]], come\n" +#~ "class=\"application\">Tails Greeter</span>|startup_options]], come\n" #~ "spiegato nella documentazione relativa alla [[configurazione di rete|network_configuration]].\n" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po index a515a51be98..c8660278f0f 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po index a515a51be98..c8660278f0f 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po index fa6c880d34c..042ba4c2cf8 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po @@ -291,10 +291,10 @@ msgstr "Verschleiern der MAC-Adresse deaktivieren\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" "Sie können das Verschleiern Ihrer MAC-Adresse in [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]] deaktivieren:\n" +"Greeter</span>|startup_options]] deaktivieren:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po index 46647651755..8b3f70ba0d6 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po @@ -280,10 +280,10 @@ msgstr "Deshabilitar el spoofing de direcciones MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" "Puedes deshabilitar el spoofing de direcciones MAC desde [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po index 97b9d8f2c38..273997e0fa4 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po @@ -206,7 +206,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po index 3499e22f290..ebd9c9a7227 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po @@ -281,10 +281,10 @@ msgstr "Désactiver l'usurpation d'adresse MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" "Vous pouvez désactiver l'usurpation d'adresse MAC depuis le [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]] :\n" +"Greeter</span>|startup_options]] :\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po index 358ad7dd2d4..d54d8eca575 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po @@ -209,7 +209,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po index 2123c118435..b338ae49921 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po @@ -281,10 +281,10 @@ msgstr "Disattivare lo spoofing dell'indirizzo MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" "Puoi disattivare lo spoofing dell'indirizzo MAC tramite [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn b/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn index 327e584a403..462855c47d6 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn @@ -106,7 +106,7 @@ Disable MAC address spoofing ============================ You can disable MAC address spoofing from [[<span class="application">Tails -Greeter</span>|startup_options#tails_greeter]]: +Greeter</span>|startup_options]]: 1. When <span class="application">Tails Greeter</span> appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po index a515a51be98..c8660278f0f 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po index 3945d6460c4..8b1ba8debbb 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po @@ -277,10 +277,10 @@ msgstr "Desabilitar a alteração de endereço MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" "Você pode desabilitar a alteração de endereço MAC a partir to [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" #. type: Bullet: '1. ' #, fuzzy diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po index 04820148597..8dd208e02d5 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po index e21b0448b65..cf30bbbf12f 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po @@ -213,7 +213,7 @@ msgstr "" msgid "" "You can disable MAC address spoofing from [[<span " "class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po index a515a51be98..c8660278f0f 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po index a515a51be98..c8660278f0f 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po b/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po index c5f50d58f13..ba3f8e2540d 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po @@ -245,10 +245,10 @@ msgstr "取消MAC-地址欺騙\n" msgid "" "You can disable MAC address spoofing from [[<span " "class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]]:\n" +"Greeter</span>|startup_options]]:\n" msgstr "" "要取消MAC-地址欺騙功能,可在 [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options#tails_greeter]] 底下進行:\n" +"Greeter</span>|startup_options]] 底下進行:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/reset/linux.ar.po b/wiki/src/doc/reset/linux.ar.po index 69d6a0a259d..6a44a8704a3 100644 --- a/wiki/src/doc/reset/linux.ar.po +++ b/wiki/src/doc/reset/linux.ar.po @@ -165,7 +165,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.ca.po b/wiki/src/doc/reset/linux.ca.po index 805de2c7336..b6ef6e5d758 100644 --- a/wiki/src/doc/reset/linux.ca.po +++ b/wiki/src/doc/reset/linux.ca.po @@ -163,7 +163,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.de.po b/wiki/src/doc/reset/linux.de.po index 5c0929583f5..de10b95599a 100644 --- a/wiki/src/doc/reset/linux.de.po +++ b/wiki/src/doc/reset/linux.de.po @@ -194,7 +194,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "Fügen Sie beim Start von Tails die <span class=\"command\">toram</span> " "Bootoption im <span class=\"application\">Bootmenü</span> hinzu. Für " diff --git a/wiki/src/doc/reset/linux.es.po b/wiki/src/doc/reset/linux.es.po index 2901396e359..719d38dff18 100644 --- a/wiki/src/doc/reset/linux.es.po +++ b/wiki/src/doc/reset/linux.es.po @@ -194,13 +194,13 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "Cuando inicies Tails, añade la opción de arranque <span class=\"command" "\">toram</span> en el <span class=\"application\">Menú de Gestión de " "Arranque</span>. Para instrucciones detalladas, lee la documentación sobre " "como [[usar el <span class=\"application\">Menú de Gestión de Arranque</" -"span>|startup_options#boot-loader]]." +"span>|doc/advanced_topics/boot_options]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.fa.po b/wiki/src/doc/reset/linux.fa.po index 3ec9ffdb7e5..02c41c01b44 100644 --- a/wiki/src/doc/reset/linux.fa.po +++ b/wiki/src/doc/reset/linux.fa.po @@ -225,7 +225,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "هنگام راهاندازی تیلز گزینهٔ بوت <span class=\"command\">toram</span> را در " "<span class=\"application\">فهرست بوت</span> اضافه کنید. برای خواندن راهنمای " diff --git a/wiki/src/doc/reset/linux.fr.po b/wiki/src/doc/reset/linux.fr.po index 8b94d6da31e..59360cd3a94 100644 --- a/wiki/src/doc/reset/linux.fr.po +++ b/wiki/src/doc/reset/linux.fr.po @@ -196,13 +196,13 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "Au démarrage de Tails, ajoutez <span class=\"command\">toram</span> comme " "option de démarrage dans le <span class=\"application\">menu du chargeur " "d’amorçage</span>. Pour des instructions détaillées, voir la documentation " "sur [[l'utilisation du <span class=\"application\">menu du chargeur " -"d’amorçage</span>|startup_options#boot-loader]]." +"d’amorçage</span>|doc/advanced_topics/boot_options]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.id.po b/wiki/src/doc/reset/linux.id.po index d215ac7706a..f32acb03230 100644 --- a/wiki/src/doc/reset/linux.id.po +++ b/wiki/src/doc/reset/linux.id.po @@ -161,7 +161,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.it.po b/wiki/src/doc/reset/linux.it.po index 27e1ddde317..5f3fb03df71 100644 --- a/wiki/src/doc/reset/linux.it.po +++ b/wiki/src/doc/reset/linux.it.po @@ -243,7 +243,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "Quando Tails è partito, aggiungi l'opzione di avvio <span class=\"command" "\">toram</span> nel<span class=\"application\">menù di avvio</span>. Per " diff --git a/wiki/src/doc/reset/linux.mdwn b/wiki/src/doc/reset/linux.mdwn index 726c7e80e08..e0888ad6c1e 100644 --- a/wiki/src/doc/reset/linux.mdwn +++ b/wiki/src/doc/reset/linux.mdwn @@ -68,7 +68,7 @@ directly from that USB stick while running Tails. 1. When starting Tails, add the <span class="command">toram</span> boot option in the <span class="application">Boot Loader</span>. For detailed instructions, see the documentation on [[using the <span - class="application">Boot Loader</span>|startup_options#boot-loader]]. + class="application">Boot Loader</span>|advanced_topics/boot_options]]. 2. If Tails starts as usual, follow the instructions for [[resetting a USB stick using <span class="application">GNOME Disks</span>|linux#disks]]. diff --git a/wiki/src/doc/reset/linux.pl.po b/wiki/src/doc/reset/linux.pl.po index 611800b3589..e2d6e632d9e 100644 --- a/wiki/src/doc/reset/linux.pl.po +++ b/wiki/src/doc/reset/linux.pl.po @@ -164,7 +164,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.pt.po b/wiki/src/doc/reset/linux.pt.po index 479578fb6f5..dbdf486c1dd 100644 --- a/wiki/src/doc/reset/linux.pt.po +++ b/wiki/src/doc/reset/linux.pt.po @@ -227,7 +227,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "Quando iniciar o Tails, adicione a opção de boot <span class=\"command" "\">toram</span> no <span class=\"application\">meno de boot</span>. Para " diff --git a/wiki/src/doc/reset/linux.ru.po b/wiki/src/doc/reset/linux.ru.po index f4b4cb3598d..0a34fa6522c 100644 --- a/wiki/src/doc/reset/linux.ru.po +++ b/wiki/src/doc/reset/linux.ru.po @@ -164,7 +164,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.sr_Latn.po b/wiki/src/doc/reset/linux.sr_Latn.po index 89a440b6f01..45642edad82 100644 --- a/wiki/src/doc/reset/linux.sr_Latn.po +++ b/wiki/src/doc/reset/linux.sr_Latn.po @@ -167,7 +167,7 @@ msgid "" "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span " "class=\"application\">Boot Loader " -"Menu</span>|startup_options#boot-loader]]." +"Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.tr.po b/wiki/src/doc/reset/linux.tr.po index 606de7860ef..6ecc389b0a5 100644 --- a/wiki/src/doc/reset/linux.tr.po +++ b/wiki/src/doc/reset/linux.tr.po @@ -163,7 +163,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.zh.po b/wiki/src/doc/reset/linux.zh.po index 56305daf0c4..77e098008b9 100644 --- a/wiki/src/doc/reset/linux.zh.po +++ b/wiki/src/doc/reset/linux.zh.po @@ -165,7 +165,7 @@ msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.zh_TW.po b/wiki/src/doc/reset/linux.zh_TW.po index 6ef16aaafba..32dcc0bb253 100644 --- a/wiki/src/doc/reset/linux.zh_TW.po +++ b/wiki/src/doc/reset/linux.zh_TW.po @@ -183,7 +183,7 @@ msgid "" "option in the <span class=\"application\">Boot Loader Menu</span>. For " "detailed instructions, see the documentation on [[using the <span " "class=\"application\">Boot Loader " -"Menu</span>|startup_options#boot-loader]]." +"Menu</span>|doc/advanced_topics/boot_options]]." msgstr "" "在啟動Tails 時,新增 <span class=\"command\">toram</span> 開機選項在 <span class=\"" "application\">開機載入選單Boot Loader Menu</span>。 詳細的指示,請參見[[<span class=\"" diff --git a/wiki/src/news/spoof-mac.ar.po b/wiki/src/news/spoof-mac.ar.po index 50ebb34ddb5..e3d8c26de6b 100644 --- a/wiki/src/news/spoof-mac.ar.po +++ b/wiki/src/news/spoof-mac.ar.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.ca.po b/wiki/src/news/spoof-mac.ca.po index 8cd18a81938..d5baf5f6a2b 100644 --- a/wiki/src/news/spoof-mac.ca.po +++ b/wiki/src/news/spoof-mac.ca.po @@ -98,7 +98,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.de.po b/wiki/src/news/spoof-mac.de.po index a9af6b6e186..fa26ec1b261 100644 --- a/wiki/src/news/spoof-mac.de.po +++ b/wiki/src/news/spoof-mac.de.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.es.po b/wiki/src/news/spoof-mac.es.po index 34ff55d857f..eb7fd7d2df3 100644 --- a/wiki/src/news/spoof-mac.es.po +++ b/wiki/src/news/spoof-mac.es.po @@ -98,7 +98,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.fa.po b/wiki/src/news/spoof-mac.fa.po index 3f63304d829..d7fcc120152 100644 --- a/wiki/src/news/spoof-mac.fa.po +++ b/wiki/src/news/spoof-mac.fa.po @@ -122,7 +122,7 @@ msgstr "چگونه آدرس مک را در تیلز جا بزنیم" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -130,7 +130,7 @@ msgid "" msgstr "" "جا زدن (ابتدایی) آدرس مک در این ایزوی آزمایشی به طور پیشفرض فعال شده است. " "میتوانید این وضعیت را با تغییر [[تنظیمات آغاز|doc/first_steps/" -"startup_options#greeter]] عوض کنید. مستندسازی جا زدن توضیح میدهد که چه " +"startup_options]] عوض کنید. مستندسازی جا زدن توضیح میدهد که چه " "مواقعی ممکن است این کار ایدهٔ خوبی نباشد. البته این هنوز یک ویرایش آزمایشی " "است و از شما درخواست میکنیم از آن برای هیچ کار مهمی استفاده نکرده و در صورت " "امکان هر دو حالت فعال و غیرفعال آن را امتحان کنید." diff --git a/wiki/src/news/spoof-mac.fr.po b/wiki/src/news/spoof-mac.fr.po index 126ccd5c8ae..5573649f1dd 100644 --- a/wiki/src/news/spoof-mac.fr.po +++ b/wiki/src/news/spoof-mac.fr.po @@ -124,7 +124,7 @@ msgstr "Comment utiliser l'usurpation d'adresse MAC dans Tails" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -132,7 +132,7 @@ msgid "" msgstr "" "L'usurpation d'adresse MAC est activée par défaut dans cette image de test. " "Vous pouvez changer cela avec une [[option de démarrage|doc/first_steps/" -"startup_options#greeter]]. La documentation (préliminaire) sur l'usurpation " +"startup_options]]. La documentation (préliminaire) sur l'usurpation " "d'adresse MAC essaye d'expliquer les situations dans lesquelles il est peut " "s'avérer une bonne idée de garder cette option activée. Cela dit, s'agissant " "uniquement d'une version de test nous vous pressons de ne pas l'utiliser " diff --git a/wiki/src/news/spoof-mac.id.po b/wiki/src/news/spoof-mac.id.po index b8b958f3a08..2aabfbea5bf 100644 --- a/wiki/src/news/spoof-mac.id.po +++ b/wiki/src/news/spoof-mac.id.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.it.po b/wiki/src/news/spoof-mac.it.po index f4c0b3bb3b1..5be5e3852d9 100644 --- a/wiki/src/news/spoof-mac.it.po +++ b/wiki/src/news/spoof-mac.it.po @@ -98,7 +98,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.mdwn b/wiki/src/news/spoof-mac.mdwn index 9976f6ac161..2d7289d5428 100644 --- a/wiki/src/news/spoof-mac.mdwn +++ b/wiki/src/news/spoof-mac.mdwn @@ -43,7 +43,7 @@ OpenPGP key MAC spoofing is enabled by default in this test ISO. You can change this with a -[[startup option|doc/first_steps/startup_options#greeter]]. The +[[startup option|doc/first_steps/startup_options]]. The (preliminary) MAC spoofing documentation tries to explain situations where it actually may be a bad idea to keep this option enabled. However, as this is just a test version we of course urge you diff --git a/wiki/src/news/spoof-mac.pl.po b/wiki/src/news/spoof-mac.pl.po index 7b6275ce6b1..c607f5ea130 100644 --- a/wiki/src/news/spoof-mac.pl.po +++ b/wiki/src/news/spoof-mac.pl.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.pt.po b/wiki/src/news/spoof-mac.pt.po index 4d45bc7f205..5b278a8d797 100644 --- a/wiki/src/news/spoof-mac.pt.po +++ b/wiki/src/news/spoof-mac.pt.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.ru.po b/wiki/src/news/spoof-mac.ru.po index c9941d725a8..06027ebd8d8 100644 --- a/wiki/src/news/spoof-mac.ru.po +++ b/wiki/src/news/spoof-mac.ru.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.sr_Latn.po b/wiki/src/news/spoof-mac.sr_Latn.po index 8bfd8084fa1..8c8e9179a0a 100644 --- a/wiki/src/news/spoof-mac.sr_Latn.po +++ b/wiki/src/news/spoof-mac.sr_Latn.po @@ -97,7 +97,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.tr.po b/wiki/src/news/spoof-mac.tr.po index eca7280ef9a..af9d621cf5e 100644 --- a/wiki/src/news/spoof-mac.tr.po +++ b/wiki/src/news/spoof-mac.tr.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.zh.po b/wiki/src/news/spoof-mac.zh.po index c2ae67f1bc9..a32a179e780 100644 --- a/wiki/src/news/spoof-mac.zh.po +++ b/wiki/src/news/spoof-mac.zh.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/spoof-mac.zh_TW.po b/wiki/src/news/spoof-mac.zh_TW.po index 17dc3cf60c6..7d8f1bbcf83 100644 --- a/wiki/src/news/spoof-mac.zh_TW.po +++ b/wiki/src/news/spoof-mac.zh_TW.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options#greeter]]. The " +"with a [[startup option|doc/first_steps/startup_options]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " diff --git a/wiki/src/news/test_3.0-beta4.mdwn b/wiki/src/news/test_3.0-beta4.mdwn index 7cbbd5d94dd..b6e72ed8d4e 100644 --- a/wiki/src/news/test_3.0-beta4.mdwn +++ b/wiki/src/news/test_3.0-beta4.mdwn @@ -74,7 +74,7 @@ Known issues in 3.0~beta4 * The graphical interface fails to start on some Intel graphics adapters. If this happens to you: 1. Add the `xorg-driver=intel` option in the - [[boot menu|doc/first_steps/startup_options#boot_menu]]. + [[boot menu|doc/advanced_topics/boot_options]]. 2. If this fixes the problem, report to to <tails-testers@boum.org> the output of the following commands: diff --git a/wiki/src/news/test_3.0-rc1.mdwn b/wiki/src/news/test_3.0-rc1.mdwn index a612569a0a9..dda7a93e650 100644 --- a/wiki/src/news/test_3.0-rc1.mdwn +++ b/wiki/src/news/test_3.0-rc1.mdwn @@ -73,7 +73,7 @@ Known issues in 3.0~rc1 * The graphical interface fails to start on some Intel graphics adapters. If this happens to you: 1. Add the `xorg-driver=intel` option in the - [[boot menu|doc/first_steps/startup_options#boot_menu]]. + [[boot menu|doc/advanced_topics/boot_options]]. 2. If this fixes the problem, report to to <tails-testers@boum.org> the output of the following commands: diff --git a/wiki/src/news/version_0.11.mdwn b/wiki/src/news/version_0.11.mdwn index 11a63921e7b..e0a4426990a 100644 --- a/wiki/src/news/version_0.11.mdwn +++ b/wiki/src/news/version_0.11.mdwn @@ -21,7 +21,7 @@ Notable user-visible changes include: full sudo access is disabled per default, but can be enabled by setting this password. See [[the - documentation|doc/first_steps/startup_options#tails_greeter]] + documentation|doc/first_steps/startup_options]] for details. * Tails USB installer. This graphical user interface mostly obsoletes diff --git a/wiki/src/news/version_3.11.ar.po b/wiki/src/news/version_3.11.ar.po index e4143455cd1..d513d0844b3 100644 --- a/wiki/src/news/version_3.11.ar.po +++ b/wiki/src/news/version_3.11.ar.po @@ -155,14 +155,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.ca.po b/wiki/src/news/version_3.11.ca.po index 4699420d4ae..87a4029c5b2 100644 --- a/wiki/src/news/version_3.11.ca.po +++ b/wiki/src/news/version_3.11.ca.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.de.po b/wiki/src/news/version_3.11.de.po index 3cb014134bd..de1133d6501 100644 --- a/wiki/src/news/version_3.11.de.po +++ b/wiki/src/news/version_3.11.de.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.es.po b/wiki/src/news/version_3.11.es.po index 0cc9d7d4067..dc5825cedea 100644 --- a/wiki/src/news/version_3.11.es.po +++ b/wiki/src/news/version_3.11.es.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.fa.po b/wiki/src/news/version_3.11.fa.po index 478ee629f92..cf474c32a66 100644 --- a/wiki/src/news/version_3.11.fa.po +++ b/wiki/src/news/version_3.11.fa.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.fr.po b/wiki/src/news/version_3.11.fr.po index 7c02e5bea4b..cba54fb0a04 100644 --- a/wiki/src/news/version_3.11.fr.po +++ b/wiki/src/news/version_3.11.fr.po @@ -175,19 +175,19 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" " Pour corriger ce problème, ajoutez `nomodeset` aux [[options\n" -" de démarrage|doc/first_steps/startup_options/#boot-loader]].\n" +" de démarrage|doc/advanced_topics/boot_options]].\n" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" " Si cette solution ne marche pas, ajoutez `nomodeset xorg-driver=vesa` aux\n" -" [[options de démarrage|doc/first_steps/startup_options/#boot-loader]].\n" +" [[options de démarrage|doc/advanced_topics/boot_options]].\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/news/version_3.11.id.po b/wiki/src/news/version_3.11.id.po index 08ea0bb3e2f..cc932758da9 100644 --- a/wiki/src/news/version_3.11.id.po +++ b/wiki/src/news/version_3.11.id.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.it.po b/wiki/src/news/version_3.11.it.po index dcc20e2d261..7cbd2b1c081 100644 --- a/wiki/src/news/version_3.11.it.po +++ b/wiki/src/news/version_3.11.it.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.mdwn b/wiki/src/news/version_3.11.mdwn index 6afb1896cd2..89f79d33fd2 100644 --- a/wiki/src/news/version_3.11.mdwn +++ b/wiki/src/news/version_3.11.mdwn @@ -54,10 +54,10 @@ For more details, read our [[!tails_gitweb debian/changelog desc="changelog"]]. graphics cards. To fix this issue, add `nomodeset` to the [[startup - options|doc/first_steps/startup_options/#boot-loader]]. + options|doc/advanced_topics/boot_options]]. If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to - the [[startup options|doc/first_steps/startup_options/#boot-loader]]. + the [[startup options|doc/advanced_topics/boot_options]]. If this workaround doesn't work, please report to <tails-support-private@boum.org>: diff --git a/wiki/src/news/version_3.11.pl.po b/wiki/src/news/version_3.11.pl.po index e970171bc15..2e4d25bbc8a 100644 --- a/wiki/src/news/version_3.11.pl.po +++ b/wiki/src/news/version_3.11.pl.po @@ -155,14 +155,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.pt.po b/wiki/src/news/version_3.11.pt.po index ef4b18d4d4b..1ca82b540a7 100644 --- a/wiki/src/news/version_3.11.pt.po +++ b/wiki/src/news/version_3.11.pt.po @@ -156,14 +156,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.ru.po b/wiki/src/news/version_3.11.ru.po index 09396c25c0e..714ea21aaed 100644 --- a/wiki/src/news/version_3.11.ru.po +++ b/wiki/src/news/version_3.11.ru.po @@ -155,14 +155,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.sr_Latn.po b/wiki/src/news/version_3.11.sr_Latn.po index f61d7b6c9e8..98d2e24508f 100644 --- a/wiki/src/news/version_3.11.sr_Latn.po +++ b/wiki/src/news/version_3.11.sr_Latn.po @@ -153,14 +153,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.tr.po b/wiki/src/news/version_3.11.tr.po index 1f3ff6a3c08..0f94f2e3868 100644 --- a/wiki/src/news/version_3.11.tr.po +++ b/wiki/src/news/version_3.11.tr.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.zh.po b/wiki/src/news/version_3.11.zh.po index 4f6428fbb04..84f9208f66a 100644 --- a/wiki/src/news/version_3.11.zh.po +++ b/wiki/src/news/version_3.11.zh.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.11.zh_TW.po b/wiki/src/news/version_3.11.zh_TW.po index 4f8f457e15c..c6d4095f9f7 100644 --- a/wiki/src/news/version_3.11.zh_TW.po +++ b/wiki/src/news/version_3.11.zh_TW.po @@ -154,14 +154,14 @@ msgstr "" #, no-wrap msgid "" " To fix this issue, add `nomodeset` to the [[startup\n" -" options|doc/first_steps/startup_options/#boot-loader]].\n" +" options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text #, no-wrap msgid "" " If this workaround doesn't work, add `nomodeset xorg-driver=vesa` to\n" -" the [[startup options|doc/first_steps/startup_options/#boot-loader]].\n" +" the [[startup options|doc/advanced_topics/boot_options]].\n" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.ar.po b/wiki/src/support/known_issues.ar.po index 5330531d6f1..d4d092e5d26 100644 --- a/wiki/src/support/known_issues.ar.po +++ b/wiki/src/support/known_issues.ar.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.ca.po b/wiki/src/support/known_issues.ca.po index 5257a4a057b..71c06da10ea 100644 --- a/wiki/src/support/known_issues.ca.po +++ b/wiki/src/support/known_issues.ca.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.de.po b/wiki/src/support/known_issues.de.po index 17e5d894802..106563ff3c1 100644 --- a/wiki/src/support/known_issues.de.po +++ b/wiki/src/support/known_issues.de.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -803,7 +803,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -890,7 +890,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1330,7 +1330,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.es.po b/wiki/src/support/known_issues.es.po index bde6c7e08e4..b8d2a150fd9 100644 --- a/wiki/src/support/known_issues.es.po +++ b/wiki/src/support/known_issues.es.po @@ -252,11 +252,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/advanced_topics/boot_options]]:" msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" -msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]:" +" starting Tails|doc/advanced_topics/boot_options]]:\n" +msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/advanced_topics/boot_options]]:" #. type: Plain text #, no-wrap @@ -287,11 +287,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/advanced_topics/boot_options]]:" msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" -msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]:" +" starting Tails|doc/advanced_topics/boot_options]]:\n" +msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/advanced_topics/boot_options]]:" #. type: Plain text #, no-wrap @@ -304,11 +304,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/advanced_topics/boot_options]]:" msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" -msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]:" +" starting Tails|doc/advanced_topics/boot_options]]:\n" +msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/advanced_topics/boot_options]]:" #. type: Plain text #, no-wrap @@ -374,13 +374,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| "[[startup options|/doc/advanced_topics/boot_options]]:" msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot-loader]]:" +"arranque|/doc/advanced_topics/boot_options]]:" #. type: Plain text #, no-wrap @@ -892,7 +892,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -979,13 +979,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| "[[startup options|/doc/advanced_topics/boot_options]]:" msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot-loader]]:" +"arranque|/doc/advanced_topics/boot_options]]:" #. type: Plain text #, no-wrap @@ -1445,13 +1445,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#| "options|/doc/first_steps/startup_options/#boot-loader]]." +#| "options|/doc/advanced_topics/boot_options]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "Para corregir este problema añade `intel_idle.max_cstate=1` a las [[opciones " -"de arranque|/doc/first_steps/startup_options/#boot-loader]]." +"de arranque|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -1651,7 +1651,7 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#~| "options|/doc/first_steps/startup_options/#boot-loader]]." +#~| "options|/doc/advanced_topics/boot_options]]." #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" @@ -1764,7 +1764,7 @@ msgstr "" #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]] fixes the issue." +#~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a " #~ "las [[opciones de arranque|/doc/first_steps/startup_options/" @@ -1803,7 +1803,7 @@ msgstr "" #~ "first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" -#~ "first_steps/startup_options/#boot-loader]]." +#~ "advanced_topics/boot_options]]." #~ msgid "" #~ " Section \"Device\"\n" @@ -1835,7 +1835,7 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#~| "options|/doc/first_steps/startup_options/#boot-loader]]." +#~| "options|/doc/advanced_topics/boot_options]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" @@ -1853,7 +1853,7 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#~| "options|/doc/first_steps/startup_options/#boot-loader]]." +#~| "options|/doc/advanced_topics/boot_options]]." #~ msgid "" #~ "Add the `xorg-driver=intel` option in the [[boot menu|doc/first_steps/" #~ "startup_options#boot_menu]]." diff --git a/wiki/src/support/known_issues.fa.po b/wiki/src/support/known_issues.fa.po index 6a171f224f5..13333764f7f 100644 --- a/wiki/src/support/known_issues.fa.po +++ b/wiki/src/support/known_issues.fa.po @@ -259,7 +259,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -289,7 +289,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -306,7 +306,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -382,7 +382,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -914,7 +914,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -1022,7 +1022,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1518,7 +1518,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1700,7 +1700,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]]." +#~ "advanced_topics/boot_options]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." @@ -1954,7 +1954,7 @@ msgstr "" #~| "first_steps/startup_options#boot_menu]]." #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]] fixes the issue." +#~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" #~ "first_steps/startup_options#boot_menu]] اضافه کنید." diff --git a/wiki/src/support/known_issues.fr.po b/wiki/src/support/known_issues.fr.po index 2465c8eb1d4..722f26beb97 100644 --- a/wiki/src/support/known_issues.fr.po +++ b/wiki/src/support/known_issues.fr.po @@ -285,11 +285,11 @@ msgstr "MacBook Air Retina 2018 et 2019" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/advanced_topics/boot_options]]:" msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" -msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot-loader]] :" +" starting Tails|doc/advanced_topics/boot_options]]:\n" +msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/advanced_topics/boot_options]] :" #. type: Plain text #, no-wrap @@ -321,11 +321,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/advanced_topics/boot_options]]:" msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" -msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot-loader]] :" +" starting Tails|doc/advanced_topics/boot_options]]:\n" +msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/advanced_topics/boot_options]] :" #. type: Plain text #, no-wrap @@ -338,11 +338,11 @@ msgstr "MacBook Pro 5,1 17\" (Nvidia GeForce 9400M)" #. type: Plain text #, fuzzy, no-wrap -#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/advanced_topics/boot_options]]:" msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" -msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot-loader]] :" +" starting Tails|doc/advanced_topics/boot_options]]:\n" +msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/advanced_topics/boot_options]] :" #. type: Plain text #, no-wrap @@ -413,10 +413,10 @@ msgstr "<p class=\"pre\">soft lockup - CPU#<span class=\"command-placeholder\">N #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| "[[startup options|/doc/advanced_topics/boot_options]]:" msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " "suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" @@ -1008,7 +1008,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -1114,10 +1114,10 @@ msgstr "L'adaptateur Wi-Fi ne marche pas." #, fuzzy #| msgid "" #| "To make Tails start successfully, add the following options to the " -#| "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#| "[[startup options|/doc/advanced_topics/boot_options]]:" msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " "suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" @@ -1679,13 +1679,13 @@ msgstr "" #, fuzzy #| msgid "" #| "To fix this problem, add `intel_idle.max_cstate=1` to the [[startup " -#| "options|/doc/first_steps/startup_options/#boot-loader]]." +#| "options|/doc/advanced_topics/boot_options]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "Pour corriger le problème, ajoutez `intel_idle.max_cstate=1` dans les " -"[[options de démarrage|/doc/first_steps/startup_options/#boot-loader]]." +"[[options de démarrage|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -1796,7 +1796,7 @@ msgstr "" #~ "startup_options/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "Vous devez ajouter `nomodeset` dans les [[options de démarrage|/doc/" -#~ "first_steps/startup_options/#boot-loader]] pour permettre à Tails de " +#~ "advanced_topics/boot_options]] pour permettre à Tails de " #~ "démarrer correctement." #~ msgid "Dell Dimension 2400" @@ -1846,7 +1846,7 @@ msgstr "" #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]]." +#~ "advanced_topics/boot_options]]." #~ msgstr "" #~ "La plupart de ces problèmes peuvent être corrigés en ajoutant des " #~ "[[options de démarrage|/doc/first_steps/startup_options/" @@ -2066,7 +2066,7 @@ msgstr "" #~ msgstr "" #~ "Si la sortie son ne marche pas avec un ordinateur portable Acer Aspire " #~ "One, ajoutez `snd-hda-intel.model=acer-aspire` dans les [[options de " -#~ "démarrage|/doc/first_steps/startup_options/#boot-loader]]." +#~ "démarrage|/doc/advanced_topics/boot_options]]." #~ msgid "<a id=\"browser_languages\"></a>\n" #~ msgstr "<a id=\"browser_languages\"></a>\n" @@ -2395,10 +2395,10 @@ msgstr "" #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]] fixes the issue." +#~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " -#~ "démarrage|/doc/first_steps/startup_options/#boot-loader]] corrige le " +#~ "démarrage|/doc/advanced_topics/boot_options]] corrige le " #~ "problème." #~ msgid "" @@ -2439,7 +2439,7 @@ msgstr "" #~ "doc/first_steps/startup_options#boot-loader]]." #~ msgstr "" #~ "Ajoutez `nouveau.noaccel=1` ou `nouveau.modeset=0` dans les [[options de " -#~ "démarrage|doc/first_steps/startup_options/#boot-loader]]." +#~ "démarrage|doc/advanced_topics/boot_options]]." #~ msgid "" #~ "[[Report a bug|doc/first_steps/bug_reporting]], giving us an email " @@ -2547,12 +2547,12 @@ msgstr "" #~ msgid "" #~ "On some computers with switchable graphics, Tails 2.10 and later fails to " #~ "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -#~ "first_steps/startup_options#greeter]]." +#~ "first_steps/startup_options]]." #~ msgstr "" #~ "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 " #~ "et suivants ne peuvent ouvrir une session GNOME et reviennent " #~ "systématiquement au [[Tails Greeter|doc/first_steps/" -#~ "startup_options#greeter]]." +#~ "startup_options]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " diff --git a/wiki/src/support/known_issues.id.po b/wiki/src/support/known_issues.id.po index 8a892fbc1c1..9490288a87f 100644 --- a/wiki/src/support/known_issues.id.po +++ b/wiki/src/support/known_issues.id.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.it.po b/wiki/src/support/known_issues.it.po index d21e58edd6d..d23e891ccd4 100644 --- a/wiki/src/support/known_issues.it.po +++ b/wiki/src/support/known_issues.it.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -803,7 +803,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -890,7 +890,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1334,7 +1334,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn index 5e8167aee14..756224d8f74 100644 --- a/wiki/src/support/known_issues.mdwn +++ b/wiki/src/support/known_issues.mdwn @@ -100,7 +100,7 @@ Last updated: * MacBook Air Retina 2018 and 2019 To start Tails successfully, [[add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot-loader]]: + starting Tails|doc/advanced_topics/boot_options]]: modprobe.blacklist=thunderbolt @@ -113,14 +113,14 @@ Last updated: * MacBook Pro 8,3 17" (AMD Radeon HD6770M and Intel HD Graphics 3000) If Tails fails to start, [[add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot-loader]]: + starting Tails|doc/advanced_topics/boot_options]]: radeon.modeset=0 * MacBook Pro 5,1 17" (Nvidia GeForce 9400M) To make the display work properly, [[add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot-loader]]: + starting Tails|doc/advanced_topics/boot_options]]: nouveau.noaccel=1 @@ -148,7 +148,7 @@ On some laptops, Tails starts with the following error: <p class="pre">soft lockup - CPU#<span class="command-placeholder">N</span> stuck for <span class="command-placeholder">N</span>s</p> To start Tails successfully, [[add the following boot option when starting -Tails|doc/first_steps/startup_options/#boot-loader]]: +Tails|doc/advanced_topics/boot_options]]: acpi_rev_override=1 nouveau.modeset=0 @@ -180,7 +180,7 @@ Last updated: 2019-11-01 --> To start Tails successfully, [[add the following boot option when starting -Tails|doc/first_steps/startup_options/#boot-loader]]: +Tails|doc/advanced_topics/boot_options]]: iommu=soft @@ -203,7 +203,7 @@ Last updated: 2018-01-10 --> To start Tails successfully, [[add the following boot option when starting -Tails|doc/first_steps/startup_options/#boot-loader]]: +Tails|doc/advanced_topics/boot_options]]: nomodeset @@ -402,7 +402,7 @@ Wi-Fi networks, provide unreliable Wi-Fi connections, or have poor Wi-Fi performance. You can to [[add the following boot options when starting -Tails|doc/first_steps/startup_options/#boot-loader]] until you find a +Tails|doc/advanced_topics/boot_options]] until you find a combination that works for you. The exact combination of options that works depends on the computer: @@ -446,7 +446,7 @@ Last updated: 2019-05-10 Wi-Fi adapter does not work. To fix this issue, [[add the following boot option when -starting Tails|doc/first_steps/startup_options/#boot-loader]]: +starting Tails|doc/advanced_topics/boot_options]]: modprobe.blacklist=ideapad_laptop @@ -673,7 +673,7 @@ Tails may be unstable and stop working regularly on some Lenovo ThinkPad 11e laptops, such as the 2015 model. To fix this problem, [[add the following boot option when -starting Tails|doc/first_steps/startup_options/#boot-loader]]: +starting Tails|doc/advanced_topics/boot_options]]: intel_idle.max_cstate=1 @@ -701,7 +701,7 @@ To workaround this issue, you can try to: - IOMMU controller - [[Add the following boot option when - starting Tails|doc/first_steps/startup_options/#boot-loader]]: + starting Tails|doc/advanced_topics/boot_options]]: amd_iommu=on iommu=pt diff --git a/wiki/src/support/known_issues.pl.po b/wiki/src/support/known_issues.pl.po index 8778b772d85..43b82cb61bd 100644 --- a/wiki/src/support/known_issues.pl.po +++ b/wiki/src/support/known_issues.pl.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.pt.po b/wiki/src/support/known_issues.pt.po index 2ca6c71efb0..84a2f1ebc3c 100644 --- a/wiki/src/support/known_issues.pt.po +++ b/wiki/src/support/known_issues.pt.po @@ -265,7 +265,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -300,7 +300,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -317,7 +317,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -393,7 +393,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -922,7 +922,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -1033,7 +1033,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -1546,7 +1546,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -1617,13 +1617,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Most such problems can be solved by adding [[startup options|/doc/" -#| "first_steps/startup_options/#boot-loader]]." +#| "advanced_topics/boot_options]]." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" "startup_options/#boot-loader]]:" msgstr "" "A maior parte destes problemas pode ser resolvida adicionando [[opções de " -"inicialização|/doc/first_steps/startup_options/#boot-loader]]." +"inicialização|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -1657,7 +1657,7 @@ msgstr "" #~ "startup_options/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "É preciso adicionar `nomodeset` às [[opções de inicialização|/doc/" -#~ "first_steps/startup_options/#boot-loader]] para que Tails inicie " +#~ "advanced_topics/boot_options]] para que Tails inicie " #~ "corretamente." #~ msgid "Dell Dimension 2400" @@ -1713,10 +1713,10 @@ msgstr "" #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]]." +#~ "advanced_topics/boot_options]]." #~ msgstr "" #~ "A maior parte destes problemas pode ser resolvida adicionando [[opções de " -#~ "inicialização|/doc/first_steps/startup_options/#boot-loader]]." +#~ "inicialização|/doc/advanced_topics/boot_options]]." #~ msgid "" #~ "The exact combination of options that will work depends on the computer, " @@ -2077,7 +2077,7 @@ msgstr "" #~| "startup_options/#boot_menu]]." #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#~ "first_steps/startup_options/#boot-loader]] fixes the issue." +#~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " diff --git a/wiki/src/support/known_issues.ru.po b/wiki/src/support/known_issues.ru.po index ec29b7e3b90..5b6b7ed5d6d 100644 --- a/wiki/src/support/known_issues.ru.po +++ b/wiki/src/support/known_issues.ru.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.sr_Latn.po b/wiki/src/support/known_issues.sr_Latn.po index 28c31ed0f31..94c3bae4538 100644 --- a/wiki/src/support/known_issues.sr_Latn.po +++ b/wiki/src/support/known_issues.sr_Latn.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1325,7 +1325,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.tr.po b/wiki/src/support/known_issues.tr.po index bcbee5dbc7d..72263a735cc 100644 --- a/wiki/src/support/known_issues.tr.po +++ b/wiki/src/support/known_issues.tr.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.zh.po b/wiki/src/support/known_issues.zh.po index b647073492a..0026e1e20de 100644 --- a/wiki/src/support/known_issues.zh.po +++ b/wiki/src/support/known_issues.zh.po @@ -229,7 +229,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -258,7 +258,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -274,7 +274,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -335,7 +335,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -800,7 +800,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -886,7 +886,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1324,7 +1324,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.zh_TW.po b/wiki/src/support/known_issues.zh_TW.po index 6dd4718bdf9..3d768c25971 100644 --- a/wiki/src/support/known_issues.zh_TW.po +++ b/wiki/src/support/known_issues.zh_TW.po @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot-loader]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -336,7 +336,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot-loader]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]] until you find a combination " +"advanced_topics/boot_options]] until you find a combination " "that works for you. The exact combination of options that works depends on " "the computer:" msgstr "" @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1332,7 +1332,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot-loader]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ar.po b/wiki/src/support/known_issues/graphics.ar.po index d3529fb578b..39bd9c6d2ea 100644 --- a/wiki/src/support/known_issues/graphics.ar.po +++ b/wiki/src/support/known_issues/graphics.ar.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -769,7 +769,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ca.po b/wiki/src/support/known_issues/graphics.ca.po index e1edf56666b..4609f129bfd 100644 --- a/wiki/src/support/known_issues/graphics.ca.po +++ b/wiki/src/support/known_issues/graphics.ca.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -768,7 +768,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.de.po b/wiki/src/support/known_issues/graphics.de.po index c8532edd84d..25d43fea563 100644 --- a/wiki/src/support/known_issues/graphics.de.po +++ b/wiki/src/support/known_issues/graphics.de.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -768,7 +768,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.es.po b/wiki/src/support/known_issues/graphics.es.po index 0fd51402776..21b5c4f11cd 100644 --- a/wiki/src/support/known_issues/graphics.es.po +++ b/wiki/src/support/known_issues/graphics.es.po @@ -309,13 +309,13 @@ msgstr "" #, fuzzy #| msgid "" #| "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" -#| "first_steps/startup_options/#boot-loader]] fixes the issue." +#| "advanced_topics/boot_options]] fixes the issue." msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a las " -"[[opciones de arranque|/doc/first_steps/startup_options/#boot-loader]]." +"[[opciones de arranque|/doc/advanced_topics/boot_options]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 12482]]" @@ -361,7 +361,7 @@ msgid "" "startup_options#boot-loader]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot-loader]]." +"arranque|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -831,7 +831,7 @@ msgid "" "first_steps/startup_options#boot-loader]]." msgstr "" "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" -"first_steps/startup_options/#boot-loader]]." +"advanced_topics/boot_options]]." #. type: Bullet: ' 2. ' msgid "" @@ -894,7 +894,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text @@ -955,7 +955,7 @@ msgid "" "startup_options/#boot-loader]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " -"arranque|/doc/first_steps/startup_options/#boot-loader]]." +"arranque|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -1022,7 +1022,7 @@ msgstr "" #~| "startup_options#boot-loader]]." #~ msgid "" #~ "To make Tails start successfully, add the following options to the " -#~ "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#~ "[[startup options|/doc/advanced_topics/boot_options]]:" #~ msgstr "" #~ "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" #~ "startup_options#boot-loader]]." diff --git a/wiki/src/support/known_issues/graphics.fa.po b/wiki/src/support/known_issues/graphics.fa.po index cb60f932dc9..29866885618 100644 --- a/wiki/src/support/known_issues/graphics.fa.po +++ b/wiki/src/support/known_issues/graphics.fa.po @@ -283,7 +283,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -809,7 +809,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.fr.po b/wiki/src/support/known_issues/graphics.fr.po index 78e9868bde8..e99bf88ce1a 100644 --- a/wiki/src/support/known_issues/graphics.fr.po +++ b/wiki/src/support/known_issues/graphics.fr.po @@ -347,10 +347,10 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" "Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " -"démarrage|/doc/first_steps/startup_options/#boot-loader]] corrige le " +"démarrage|/doc/advanced_topics/boot_options]] corrige le " "problème." #. type: Plain text @@ -1040,11 +1040,11 @@ msgstr "La session GNOME ne peut pas démarrer avec des ordinateurs avec cartes msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 et " "suivants ne peuvent ouvrir une session GNOME et reviennent systématiquement " -"au [[Tails Greeter|doc/first_steps/startup_options#greeter]]." +"au [[Tails Greeter|doc/first_steps/startup_options]]." #. type: Plain text msgid "" @@ -1180,7 +1180,7 @@ msgstr "" #~| "startup_options#boot-loader]]." #~ msgid "" #~ "To make Tails start successfully, add the following options to the " -#~ "[[startup options|/doc/first_steps/startup_options/#boot-loader]]:" +#~ "[[startup options|/doc/advanced_topics/boot_options]]:" #~ msgstr "" #~ "Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" #~ "startup_options#boot-loader]]." diff --git a/wiki/src/support/known_issues/graphics.id.po b/wiki/src/support/known_issues/graphics.id.po index 9d833c774b6..545716f44d8 100644 --- a/wiki/src/support/known_issues/graphics.id.po +++ b/wiki/src/support/known_issues/graphics.id.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -768,7 +768,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.it.po b/wiki/src/support/known_issues/graphics.it.po index ecbfcc0159c..2e2cb2fe441 100644 --- a/wiki/src/support/known_issues/graphics.it.po +++ b/wiki/src/support/known_issues/graphics.it.po @@ -283,7 +283,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -778,7 +778,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.mdwn b/wiki/src/support/known_issues/graphics.mdwn index b247eaa0b69..4304e4e0dda 100644 --- a/wiki/src/support/known_issues/graphics.mdwn +++ b/wiki/src/support/known_issues/graphics.mdwn @@ -134,7 +134,7 @@ Tickets: #11095 #12482 ### Workaround For some models, adding `radeon.modeset=0` to the -[[boot options|/doc/first_steps/startup_options/#boot-loader]] fixes the issue. +[[boot options|doc/advanced_topics/boot_options]] fixes the issue. We need more test results from users: [[!tails_ticket 12482]] @@ -157,7 +157,7 @@ Tickets: #12218 #11850 ### Workaround Adding `radeon.dpm=0` to the -[[boot options|/doc/first_steps/startup_options#boot-loader]] +[[boot options|doc/advanced_topics/boot_options]] fixes the issue. <a id="intel"></a> @@ -186,7 +186,7 @@ Various Intel graphics card. ### Workaround Try adding to the [[boot -options|/doc/first_steps/startup_options#boot-loader]], +options|doc/advanced_topics/boot_options]], one after the other: * `xorg-driver=intel` @@ -232,7 +232,7 @@ Ticket: #15491 ### Workaround Try adding `nomodeset` to the -[[boot options|doc/first_steps/startup_options#boot-loader]]. +[[boot options|doc/advanced_topics/boot_options]]. ### Other possibly affected graphics cards @@ -325,7 +325,7 @@ Ticket: #15116 This problem has been fixed for some of these graphic cards. Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the -[[boot options|doc/first_steps/startup_options#boot-loader]]. +[[boot options|doc/advanced_topics/boot_options]]. We need more test results from users: [[!tails_ticket 15116]] @@ -428,7 +428,7 @@ Last updated: 2019-07-30 This problem has been fixed for some of these graphic cards. Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the -[[boot options|doc/first_steps/startup_options#boot-loader]]. +[[boot options|doc/advanced_topics/boot_options]]. We need more test results from users: [[!tails_ticket 15116]] @@ -456,7 +456,7 @@ There are several possible workarounds for this issue: * Expert Linux users can also do the following: 1. Add the `i915.modeset=0 rootpw=pass` option in the - [[Boot Loader|doc/first_steps/startup_options#boot-loader]]. + [[Boot Loader|doc/advanced_topics/boot_options]]. 2. Create a file `/etc/X11/xorg.conf.d/switchable.conf` with the following content: @@ -485,11 +485,11 @@ Cannot start GNOME session with switchable graphics computers On some computers with switchable graphics, Tails 2.10 and later fails to start the GNOME session and keeps returning to [[Tails -Greeter|doc/first_steps/startup_options#greeter]]. +Greeter|doc/first_steps/startup_options]]. Starting in *Troubleshooting Mode* works, as well as adding the `modprobe.blacklist=nouveau` to the [[boot -options|doc/first_steps/startup_options#boot-loader]]. +options|doc/advanced_topics/boot_options]]. <a id="intel-gm965"></a> @@ -513,7 +513,7 @@ The laptop crashes while running Tails. ### Workaround Adding `video=SVIDEO-1:d` to the -[[boot options|/doc/first_steps/startup_options/#boot-loader]] fixes the issue. +[[boot options|doc/advanced_topics/boot_options]] fixes the issue. <a id="qemu"></a> diff --git a/wiki/src/support/known_issues/graphics.pl.po b/wiki/src/support/known_issues/graphics.pl.po index 95f68c76fda..fe1b8ff7559 100644 --- a/wiki/src/support/known_issues/graphics.pl.po +++ b/wiki/src/support/known_issues/graphics.pl.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -769,7 +769,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.pt.po b/wiki/src/support/known_issues/graphics.pt.po index 5a900ae025c..504c57f48aa 100644 --- a/wiki/src/support/known_issues/graphics.pt.po +++ b/wiki/src/support/known_issues/graphics.pt.po @@ -285,7 +285,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -801,7 +801,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ru.po b/wiki/src/support/known_issues/graphics.ru.po index 87347a66ec5..791816eee65 100644 --- a/wiki/src/support/known_issues/graphics.ru.po +++ b/wiki/src/support/known_issues/graphics.ru.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -769,7 +769,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.sr_Latn.po b/wiki/src/support/known_issues/graphics.sr_Latn.po index eccc8d83c90..0f904b0f41d 100644 --- a/wiki/src/support/known_issues/graphics.sr_Latn.po +++ b/wiki/src/support/known_issues/graphics.sr_Latn.po @@ -281,7 +281,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -769,7 +769,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.tr.po b/wiki/src/support/known_issues/graphics.tr.po index 78528627ada..c99550496ee 100644 --- a/wiki/src/support/known_issues/graphics.tr.po +++ b/wiki/src/support/known_issues/graphics.tr.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -768,7 +768,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.zh.po b/wiki/src/support/known_issues/graphics.zh.po index 6d3404c5a7c..7c0129adf86 100644 --- a/wiki/src/support/known_issues/graphics.zh.po +++ b/wiki/src/support/known_issues/graphics.zh.po @@ -280,7 +280,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -768,7 +768,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.zh_TW.po b/wiki/src/support/known_issues/graphics.zh_TW.po index bcdbf64e349..11af8e3aa78 100644 --- a/wiki/src/support/known_issues/graphics.zh_TW.po +++ b/wiki/src/support/known_issues/graphics.zh_TW.po @@ -279,7 +279,7 @@ msgstr "" #. type: Plain text msgid "" "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" -"first_steps/startup_options/#boot-loader]] fixes the issue." +"advanced_topics/boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -767,7 +767,7 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"first_steps/startup_options]]." msgstr "" #. type: Plain text -- GitLab From 3a2b18ffa6183a86fc266ce1100f2c324387ccb0 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 02:43:40 +0000 Subject: [PATCH 19/72] Improve examples --- wiki/src/contribute/how/documentation/style_guide.mdwn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index fcd60b82603..abd7a5c1056 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -60,13 +60,11 @@ - *For example*: - When starting Tails, add the <span class="command">toram</span> - boot option in the <span class="application">Boot Loader - Menu</span>. For detailed instructions, see the documentation on - [[using the <span class="application">Boot Loader - Menu</span>|doc/advanced_topics/boot_options]]. + boot option. See our instructions on [[adding a boot option using + the Boot Loader|doc/advanced_topics/boot_options]]. - - To make the display work properly, [[add the following boot option - when starting Tails|doc/advanced_topics/boot_options]]: + - To make the display work properly, [[add the following boot option using the + Boot Loader|doc/advanced_topics/boot_options]] when starting Tails: nouveau.noaccel=1 -- GitLab From aaeb418b346cb8e6b01592d9daec1b3660086b0d Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 02:51:22 +0000 Subject: [PATCH 20/72] Improve intro --- wiki/src/doc/advanced_topics/boot_options.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 6ff000b244f..59269f3c1fc 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -3,9 +3,15 @@ The Boot Loader is the first screen that appears when starting Tails. +You can use the Boot Loader to add *boot options*. Boot options are +special parameters that can be useful to troubleshoot or workaround +hardware support problems. For example, our [[list of known issues with +graphics cards|support/known_issues/graphics]] document boot options for +different graphics cards. + <div class="tip"> -<p>The <span class="guilabel">Troubleshooting Mode</span> disables some features of the +<p>The <span class="guilabel">Troubleshooting Mode</span> of the Boot Loader disables some features of the Linux kernel and might work better on some computers. You can try this option if you think you are experiencing errors related to hardware compatibility while starting Tails.</p> -- GitLab From 6faaafe37ac00c72f1af2c78606f9fb32cbe62e0 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 02:51:30 +0000 Subject: [PATCH 21/72] Improve scannability --- wiki/src/doc/advanced_topics/boot_options.mdwn | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 59269f3c1fc..fbe50943d5d 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -33,8 +33,12 @@ This is how *SYSLINUX* looks like: [[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -If your Boot Loader looks differently, refer to our instructions on -adding a boot option [[using GRUB|boot_options#grub]] below. +<div class="note"> + +<p>If your Boot Loader looks differently, refer to our instructions on +adding a boot option [[using GRUB|boot_options#grub]] below.</p> + +</div> To add a boot option in *SYSLINUX*: @@ -64,8 +68,12 @@ This is how GRUB looks like: [[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -If your Boot Loader looks differently, refer to our instructions on -adding a boot option [[using SYSLINUX|boot_options#syslinux]] above. +<div class="note"> + +<p>If your Boot Loader looks differently, refer to our instructions on +adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p> + +</div> To add a boot option in *GRUB*: -- GitLab From 533c1b1bc7be750da64596f6baf1e31be949a951 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 03:30:56 +0000 Subject: [PATCH 22/72] Rename 'Tails Greeter' to 'Welcome Screen' in order to be more plain (#15122) --- wiki/src/contribute.mdwn | 2 +- wiki/src/contribute/design.mdwn | 2 +- wiki/src/contribute/design/MAC_address.mdwn | 6 +++--- .../design/Tor_enforcement/DNS.mdwn | 2 +- .../design/Tor_network_configuration.mdwn | 4 ++-- wiki/src/contribute/design/UEFI.mdwn | 2 +- wiki/src/contribute/design/persistence.mdwn | 2 +- wiki/src/contribute/git/post-rewrite.mdwn | 2 +- wiki/src/contribute/glossary.mdwn | 2 +- .../how/documentation/guidelines.mdwn | 4 ++-- .../how/documentation/style_guide.mdwn | 6 +++--- .../how/user_experience/interviews/adam.mdwn | 2 +- .../user_experience/interviews/roberto.mdwn | 2 +- .../how/user_experience/testing.mdwn | 2 +- wiki/src/contribute/release_process.mdwn | 2 +- wiki/src/contribute/release_process/test.mdwn | 4 ++-- .../release_process/test/automated_tests.mdwn | 6 +++--- .../persistence/change_passphrase.mdwn | 2 +- .../first_steps/persistence/configure.mdwn | 2 +- .../doc/first_steps/persistence/delete.mdwn | 2 +- wiki/src/doc/first_steps/persistence/use.mdwn | 2 +- wiki/src/doc/first_steps/startup_options.mdwn | 20 +++++++++--------- .../administration_password.mdwn | 8 +++---- .../startup_options/bridge_mode.inline.mdwn | 4 ++-- .../startup_options/bridge_mode.mdwn | 2 +- .../startup_options/mac_spoofing.mdwn | 8 +++---- ...elcome-to-tails.png => welcome-screen.png} | Bin ...ng => welcome_screen_with_persistence.png} | Bin .../inc/steps/create_persistence.inline.mdwn | 4 ++-- .../inc/steps/pc_boot_menu.inline.html | 4 ++-- .../inc/steps/restart_first_time.inline.mdwn | 12 +++++------ .../inc/steps/restart_second_time.inline.mdwn | 4 ++-- wiki/src/news/achievements_in_2019.mdwn | 2 +- wiki/src/news/celebrating_10_years.mdwn | 4 ++-- wiki/src/news/version_4.0.mdwn | 4 ++-- wiki/src/support/known_issues.mdwn | 8 +++---- wiki/src/support/known_issues/graphics.mdwn | 4 ++-- 37 files changed, 74 insertions(+), 74 deletions(-) rename wiki/src/doc/first_steps/startup_options/{tails-greeter-welcome-to-tails.png => welcome-screen.png} (100%) rename wiki/src/install/inc/screenshots/{greeter_with_persistence.png => welcome_screen_with_persistence.png} (100%) diff --git a/wiki/src/contribute.mdwn b/wiki/src/contribute.mdwn index b71aa5f8fc2..332717d6f5c 100644 --- a/wiki/src/contribute.mdwn +++ b/wiki/src/contribute.mdwn @@ -167,7 +167,7 @@ using the usual communication channels. - *OpenPGP Applet* (Perl): nodens - Persistence setup (Perl): intrigeri, kurono - Sysadmin: [[contact|contribute/how/sysadmin/#contact]] - - *Tails Greeter* (Python): alan, intrigeri + - Welcome Screen (Python): alan, intrigeri - *Tails Installer* (Python): alan, kurono, u - *Tails Upgrader* (Perl): intrigeri - *Tails Verification* (JavaScript): sajolida, anonym diff --git a/wiki/src/contribute/design.mdwn b/wiki/src/contribute/design.mdwn index d2235b3445f..8091d62dd8a 100644 --- a/wiki/src/contribute/design.mdwn +++ b/wiki/src/contribute/design.mdwn @@ -1005,7 +1005,7 @@ We only modify this Tor Browser installation slightly: We add a mandatory signing exception for this add-on. * We use the myspell/hunspell dictionaries provided by Debian. * We ship all langpacks and select the UI language depending on - the locale chosen by the user in our *Greeter*. + 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 diff --git a/wiki/src/contribute/design/MAC_address.mdwn b/wiki/src/contribute/design/MAC_address.mdwn index 800bd93059c..55e0805c408 100644 --- a/wiki/src/contribute/design/MAC_address.mdwn +++ b/wiki/src/contribute/design/MAC_address.mdwn @@ -350,7 +350,7 @@ The current implementation leaves the OUI part unchanged, and only spoofs the last three bytes of any network device's MAC address immediately after it is added by udev. Furthermore, to deal with potential network leaks before the user has chosen whether to enable MAC spoofing or not, the -addition of network devices is delayed until after Tails Greeter knows +addition of network devices is delayed until after the Welcome Screen knows the user's final decision. ## Network blocking @@ -361,7 +361,7 @@ whether to enable MAC spoofing or not. The way we do this is by generating a list of all network device modules during build time, and add these to a `modprobe.d`-type blacklist. An implication of this is that in-kernel drivers and modules installed after build time will not -be in the blacklist and hence are not supported. In Tails Greeter's +be in the blacklist and hence are not supported. In the Welcome Screen's post-login script (when we know the user's decision) we unblock the network by simply removing that list, and then we have udev "re-probe" for network devices and load their modules. @@ -461,7 +461,7 @@ that some devices are pretty much only used in some geographical areas. Note that collecting such data probably is orders of magnitude harder than `macchiato`'s current quest, and that the user interface would be further complicated (in Tails we'd have to ask for the -current geographical location in Tails Greeter, or similar). The real +current geographical location in the Welcome Screen, or similar). The real impact of this should be evaluated; it's very likely that the benefits still outweigh this risk. diff --git a/wiki/src/contribute/design/Tor_enforcement/DNS.mdwn b/wiki/src/contribute/design/Tor_enforcement/DNS.mdwn index fce864375d8..fc6a448e61e 100644 --- a/wiki/src/contribute/design/Tor_enforcement/DNS.mdwn +++ b/wiki/src/contribute/design/Tor_enforcement/DNS.mdwn @@ -33,7 +33,7 @@ The following is the complete list of the applications allowed to use the clearnet DNS configuration: * the `tor` process itself, but only if the user requested to - configure Tor's network settings in Tails Greeter; in this case + configure Tor's network settings in the Welcome Screen; in this case `tor` being able to resolve hostnames is convenient (e.g. hostnames are human-readable, IP addresses not as much) or even necessary (e.g. for the Meek pluggable transport): diff --git a/wiki/src/contribute/design/Tor_network_configuration.mdwn b/wiki/src/contribute/design/Tor_network_configuration.mdwn index ef8ac8a258a..0d77ae1484d 100644 --- a/wiki/src/contribute/design/Tor_network_configuration.mdwn +++ b/wiki/src/contribute/design/Tor_network_configuration.mdwn @@ -29,12 +29,12 @@ these options before Tor tries to connect to the public Tor network. # Implementation -In Tails Greeter the "Network Configuration" section contains a +In the Welcome Screen the "Network Configuration" section contains a non-default option called "My Internet Connection is censored...". When activated, the following deviations from normal Tails behaviour occur, in order: -0. Tails Greeter adds `DisableNetwork 1` to torrc so Tor will not +0. The Welcome Screen adds `DisableNetwork 1` to torrc so Tor will not connect to the network without user intervention. 0. The `tor` process is configured to not use the system resolver diff --git a/wiki/src/contribute/design/UEFI.mdwn b/wiki/src/contribute/design/UEFI.mdwn index 395727a2f78..442d25e3c71 100644 --- a/wiki/src/contribute/design/UEFI.mdwn +++ b/wiki/src/contribute/design/UEFI.mdwn @@ -223,7 +223,7 @@ detecting an encrypted Debian Live persistent volume). This is why we have decided, back when we were implementing persistence support and a graphical USB installer in 2012, to initialize Tails boot devices with a GPT. Since then, we have made great use of this feature in -Tails Persistent Volume Assistant, Incremental Upgrader and Greeter. +Tails Persistent Volume Assistant, Incremental Upgrader and the Welcome Screen. Despite a few painful consequences we discovered along the way, all caused by buggy firmware implementations, we think that picking GPT at diff --git a/wiki/src/contribute/design/persistence.mdwn b/wiki/src/contribute/design/persistence.mdwn index e25f01b277f..9253de6e48c 100644 --- a/wiki/src/contribute/design/persistence.mdwn +++ b/wiki/src/contribute/design/persistence.mdwn @@ -255,7 +255,7 @@ Persistence settings changes are taken into account at next boot. Choosing between various persistence modes is one of the reasons why we've written a graphical [[!tails_ticket 5528 desc="boot menu"]]: -[[!tails_ticket 5496 desc="TailsGreeter"]]. +the [[!tails_ticket 5496 desc="Welcome Screen"]] (aka. *tails-greeter*). #### Design diff --git a/wiki/src/contribute/git/post-rewrite.mdwn b/wiki/src/contribute/git/post-rewrite.mdwn index db4e600a7e5..7a2c078c4b0 100644 --- a/wiki/src/contribute/git/post-rewrite.mdwn +++ b/wiki/src/contribute/git/post-rewrite.mdwn @@ -5,7 +5,7 @@ <div class="note"> This is about the main Tails Git repository. Other repositories, such -as the ones for the Greeter and other custom software, are not affected. +as the ones for the Welcome Screen (aka *tails-greeter*) and other custom software, are not affected. </div> diff --git a/wiki/src/contribute/glossary.mdwn b/wiki/src/contribute/glossary.mdwn index 2687440f445..c9ca84482c2 100644 --- a/wiki/src/contribute/glossary.mdwn +++ b/wiki/src/contribute/glossary.mdwn @@ -34,7 +34,7 @@ The words - the beginning of the said phase. * **Help desk** (formerly: **Front desk**): see the [[definition of this shifting role|contribute/working_together/roles/help_desk/]] -* **Greeter**: the startup menu +* **Welcome Screen**: the startup menu, aka *tails-greeter* * **IUK**: Incremental Upgrade Kit, see [[contribute/design/incremental_upgrades]] * **known issues**: issues that we are aware of and don't need being diff --git a/wiki/src/contribute/how/documentation/guidelines.mdwn b/wiki/src/contribute/how/documentation/guidelines.mdwn index 95d616ad536..0c5a06a519a 100644 --- a/wiki/src/contribute/how/documentation/guidelines.mdwn +++ b/wiki/src/contribute/how/documentation/guidelines.mdwn @@ -60,8 +60,8 @@ Use the equivalent of DocBook tags to style your documentation using CSS. - <span class="code">span.application</span> for application names, for example: - - Code: `<span class="application">Tails Greeter</span>` - - Result: <span class="application">Tails Greeter</span> + - Code: `<span class="application">Welcome Screen</span>` + - Result: <span class="application">Welcome Screen</span> - <span class="code">span.button</span> for button names, for example: - Code: `the <span class="button">Login</span> button` - Result: the <span class="button">Login</span> button diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index abd7a5c1056..bc619036bb8 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -294,11 +294,11 @@ the progressive or perfect tense. coordinating conjunction (usually *and* or *or*) in a series of three or more terms. -<a id="tails-greeter"></a> +<a id="welcome-screen"></a> -- **<span class="application">Tails Greeter</span>** +- **Welcome Screen** - Without an article. Not *the Greeter*. Note the formatting as an application. + With an article. Not *Tails Greeter* or *the Greeter*. <a id="update"></a> diff --git a/wiki/src/contribute/how/user_experience/interviews/adam.mdwn b/wiki/src/contribute/how/user_experience/interviews/adam.mdwn index 07d0f68613c..f63682911ac 100644 --- a/wiki/src/contribute/how/user_experience/interviews/adam.mdwn +++ b/wiki/src/contribute/how/user_experience/interviews/adam.mdwn @@ -45,7 +45,7 @@ Things he dislikes: - His hardened X60 has a 32-bit processor and he won't be able to run Tails 3.0 on it anymore. - He finds it painful not to have the keyboard for his language listed - in the short list of keyboards in Tails Greeter. + in the short list of keyboards in the Welcome Screen. - He had troubles trying to install additional packages in Tails and instead reinstalled them every time. He wanted to use `scantailor`, a post-processing tool for scanned pages, and `tesseract-ocr`, an diff --git a/wiki/src/contribute/how/user_experience/interviews/roberto.mdwn b/wiki/src/contribute/how/user_experience/interviews/roberto.mdwn index 8a4f779107a..2f9ffcee994 100644 --- a/wiki/src/contribute/how/user_experience/interviews/roberto.mdwn +++ b/wiki/src/contribute/how/user_experience/interviews/roberto.mdwn @@ -100,7 +100,7 @@ My life is called "patience". **T: Let's do some tests!** The USB is Kingston. It takes 3:30 minutes to -get to *Tails Greeter*, 5 seconds to unlock the Persistence, 50 to open +get to the Welcome Screen, 5 seconds to unlock the Persistence, 50 to open the desktop, 7 to connect to the Wi-Fi, 30 to connect to Tor, more than 1 minute to open *Tor Browser*. It seems like it's a problem with the computer indeed. diff --git a/wiki/src/contribute/how/user_experience/testing.mdwn b/wiki/src/contribute/how/user_experience/testing.mdwn index 391dc3cfa53..031d30552ea 100644 --- a/wiki/src/contribute/how/user_experience/testing.mdwn +++ b/wiki/src/contribute/how/user_experience/testing.mdwn @@ -60,7 +60,7 @@ See also: - Lines are issues. - Columns are testers. - See these examples rainbow tables from testing - [*Tails Greeter*](https://tails.boum.org/blueprint/greeter_revamp_UI/rainbow_-_greeter_-_20151105.ods) + the [Welcome Screen](https://tails.boum.org/blueprint/greeter_revamp_UI/rainbow_-_greeter_-_20151105.ods), aka "Tails Greeter" and the [*Installation Assistant*](https://redmine.tails.boum.org/code/attachments/download/1245/ux-testing-20151120.ods) - Compact information. - Don't modify your design yet! diff --git a/wiki/src/contribute/release_process.mdwn b/wiki/src/contribute/release_process.mdwn index 0f8d66e49b4..c07036f76fd 100644 --- a/wiki/src/contribute/release_process.mdwn +++ b/wiki/src/contribute/release_process.mdwn @@ -573,7 +573,7 @@ SquashFS file order 1. Shut down this Tails. 1. Boot this USB stick **on bare metal** again. 1. Add `profile` to the kernel command-line. -1. Login with the default settings in the Greeter (e.g. do not configure +1. Login with the default settings in the Welcome Screen (e.g. do not configure an _Administration Password_). 1. Wait for the "Tor is ready" notification. 1. Start *Tor Browser*. diff --git a/wiki/src/contribute/release_process/test.mdwn b/wiki/src/contribute/release_process/test.mdwn index d12ee47eb5a..3d353dc9154 100644 --- a/wiki/src/contribute/release_process/test.mdwn +++ b/wiki/src/contribute/release_process/test.mdwn @@ -232,7 +232,7 @@ at the application level: 2. Start from that USB stick. -3. Set an administration password in the _Greeter_. +3. Set an administration password in the Welcome Screen. 4. Upgrade to the version we're testing: @@ -290,7 +290,7 @@ of files in the SquashFS, which might make them boot somewhat slower. 1. Boot this USB stick on bare-metal a first time to trigger re-partitioning. 2. Boot this USB stick a second time, measuring the boot time (from the syslinux menu until the GNOME desktop is ready -- quickly press - ENTER in the Greeter). + ENTER in the Welcome Screen). 3. Compare with the boot time of the previous Tails version. The new one should not be significantly slower to start. diff --git a/wiki/src/contribute/release_process/test/automated_tests.mdwn b/wiki/src/contribute/release_process/test/automated_tests.mdwn index ca5df048182..24a638188f3 100644 --- a/wiki/src/contribute/release_process/test/automated_tests.mdwn +++ b/wiki/src/contribute/release_process/test/automated_tests.mdwn @@ -106,7 +106,7 @@ Requirements on the guest (the remote shell server): firewall exceptions; actually we don't want any network traffic at all from it, but this kind of follows from the previous requirement any way) -* must start before Tails Greeter. Since that's the first point of +* must start before the Welcome Screen. Since that's the first point of user interaction in a Tails system (if we ignore the boot menu), it seems like a good place to be able to assume that the remote shell is running. @@ -217,11 +217,11 @@ This step: * verifies that we see the boot menu * adds any boot options added via `I set Tails to boot with options ...` -* makes sure that Tails Greeter starts +* makes sure that the Welcome Screen starts * makes sure that the remote shell is up and running Note that the "I set sudo password ..." step has to be run before the -other Tails Greeter option steps as it relies on keyboard navigation. +other option steps of the Welcome Screen as it relies on keyboard navigation. And I set sudo password "asdf" diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn b/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn index 96f41e7611d..eed2972f421 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn @@ -3,7 +3,7 @@ 1. Start Tails and [[set up an administration password |doc/first_steps/startup_options/administration_password]]. - Do not enable the persistent volume in <span class="application">Tails Greeter</span>. + Do not enable the persistent volume in the Welcome Screen. 1. Open <span class="application">Disks</span> from the menu <span class="menuchoice"> diff --git a/wiki/src/doc/first_steps/persistence/configure.mdwn b/wiki/src/doc/first_steps/persistence/configure.mdwn index 36a57cf940a..c886c129c05 100644 --- a/wiki/src/doc/first_steps/persistence/configure.mdwn +++ b/wiki/src/doc/first_steps/persistence/configure.mdwn @@ -14,7 +14,7 @@ To start the persistent volume assistant, choose The error message <span class="emphasis">Error, Persistence partition is not unlocked.</span> means that the persistent volume was not enabled from -<span class="application">Tails Greeter</span>. So you can not configure it +the Welcome Screen. So you can not configure it but you can delete it and create a new one. </div> diff --git a/wiki/src/doc/first_steps/persistence/delete.mdwn b/wiki/src/doc/first_steps/persistence/delete.mdwn index 8d2443e175f..8f7c48626ed 100644 --- a/wiki/src/doc/first_steps/persistence/delete.mdwn +++ b/wiki/src/doc/first_steps/persistence/delete.mdwn @@ -15,7 +15,7 @@ which is a much slower operation.</p> 1. Start Tails from the USB stick on which you want to delete the persistent volume. - Do not enable the persistent volume in <span class="application">Tails Greeter</span>. + Do not enable the persistent volume in the Welcome Screen. 1. Choose <span class="menuchoice"> diff --git a/wiki/src/doc/first_steps/persistence/use.mdwn b/wiki/src/doc/first_steps/persistence/use.mdwn index c2e200fd3f9..19748a0333c 100644 --- a/wiki/src/doc/first_steps/persistence/use.mdwn +++ b/wiki/src/doc/first_steps/persistence/use.mdwn @@ -9,7 +9,7 @@ Enable the persistent volume When starting Tails, in the <span class="guilabel">Encrypted Persistent Storage</span> section of -[[<span class="application">Tails Greeter</span>|startup_options]], enter your passphrase and click +the [[Welcome Screen|startup_options]], enter your passphrase and click <span class="button">Unlock</span>. [[!img startup_options/persistence.png link="no" alt=""]] diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/startup_options.mdwn index aa01e4171d4..8f7df505abf 100644 --- a/wiki/src/doc/first_steps/startup_options.mdwn +++ b/wiki/src/doc/first_steps/startup_options.mdwn @@ -5,11 +5,11 @@ functioning. [[!toc levels=1]] -<span class="application">Tails Greeter</span> -appears after the <span class="application">Boot Loader</span>, but before the -<span class="application">GNOME Desktop</span>: +The Welcome Screen +appears after the Boot Loader, but before the +GNOME Desktop: -[[!img tails-greeter-welcome-to-tails.png link=no alt="Tails Greeter: Welcome to Tails!"]] +[[!img welcome-screen.png link=no alt="Welcome to Tails!"]] You can activate assistive technologies, like a screen reader or large text, from the universal access menu (the @@ -25,9 +25,9 @@ Language & region ================= You can configure Tails depending on your language and location from -<span class="application">Tails Greeter</span>. +the Welcome Screen. -[[!img locale.png link="no" alt="Language & Region section of Tails Greeter"]] +[[!img locale.png link="no" alt="Language & Region section of the Welcome Screen"]] * The <span class="guilabel">Language</span> option allows you to change the main language of the interface. @@ -71,8 +71,8 @@ Encrypted persistence storage ============================= If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an -additional section appears in <span class="application">Tails -Greeter</span> below the <span class="guilabel">Language & Region</span> +additional section appears in the Welcome Screen +below the **Language & Region** section: [[!img persistence.png link="no" alt=""]] @@ -84,9 +84,9 @@ Additional settings Tails is configured with care to be as safe as possible by default. But, depending on your situation, you can change one of the following -settings from <span class="application">Tails Greeter</span>. +settings from the Welcome Screen. -[[!img additional.png link="no" alt="Additional settings of Tails Greeter"]] +[[!img additional.png link="no" alt="Additional settings of the Welcome Screen"]] - Set an <span class="guilabel">Administration Password</span> to be able to perform administrative tasks like installing additional diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.mdwn b/wiki/src/doc/first_steps/startup_options/administration_password.mdwn index a507a29fafa..b66a98a76c9 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.mdwn +++ b/wiki/src/doc/first_steps/startup_options/administration_password.mdwn @@ -19,13 +19,13 @@ Set up an administration password ================================= In order to perform administration tasks, you need to set up an administration -password when starting Tails, using [[<span class="application">Tails -Greeter</span>|startup_options]]. +password when starting Tails, using the [[Welcome +Screen|startup_options]]. -1. When <span class="application">Tails Greeter</span> appears, click on the +1. When the Welcome Screen appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. - [[!img additional.png link="no" alt="Additional settings of Tails Greeter"]] + [[!img additional.png link="no" alt="Additional settings of the Welcome Screen"]] 2. When the <span class="guilabel">Additional Settings</span> dialog appears, click on <span class="guilabel">Administration Password</span>. diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.mdwn b/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.mdwn index 9ddbb0aface..1341ef0dac1 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.mdwn +++ b/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.mdwn @@ -1,7 +1,7 @@ -1. When <span class="application">Tails Greeter</span> appears, click on the +1. When the Welcome Screen appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. - [[!img additional.png link="no" alt="Additional settings of Tails Greeter"]] + [[!img additional.png link="no" alt="Additional settings of the Welcome Screen"]] 2. When the <span class="guilabel">Additional Settings</span> dialog appears, click on <span class="guilabel">Network Configuration</span>. diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn b/wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn index 12c09e04487..3e05ada2a91 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn +++ b/wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn @@ -60,7 +60,7 @@ Tails allows you to use bridges of the following types: - `ScrambleSuit` To use bridges, choose to configure bridge settings from -<span class="application">Tails Greeter</span>: +the Welcome Screen: [[!inline pages="doc/first_steps/startup_options/bridge_mode.inline" raw="yes" sort="age"]] diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn b/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn index 462855c47d6..4bb903a0804 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn +++ b/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn @@ -105,13 +105,13 @@ Here are a few examples: Disable MAC address spoofing ============================ -You can disable MAC address spoofing from [[<span class="application">Tails -Greeter</span>|startup_options]]: +You can disable MAC address spoofing from the [[Welcome +Screen|startup_options]]: -1. When <span class="application">Tails Greeter</span> appears, click on the +1. When the Welcome Screen appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. - [[!img additional.png link="no" alt="Additional settings of Tails Greeter"]] + [[!img additional.png link="no" alt="Additional settings of the Welcome Screen"]] 2. When the <span class="guilabel">Additional Settings</span> dialog appears, click on <span class="guilabel">MAC Address Spoofing</span>. diff --git a/wiki/src/doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png b/wiki/src/doc/first_steps/startup_options/welcome-screen.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png rename to wiki/src/doc/first_steps/startup_options/welcome-screen.png diff --git a/wiki/src/install/inc/screenshots/greeter_with_persistence.png b/wiki/src/install/inc/screenshots/welcome_screen_with_persistence.png similarity index 100% rename from wiki/src/install/inc/screenshots/greeter_with_persistence.png rename to wiki/src/install/inc/screenshots/welcome_screen_with_persistence.png diff --git a/wiki/src/install/inc/steps/create_persistence.inline.mdwn b/wiki/src/install/inc/steps/create_persistence.inline.mdwn index 3c7e5010eb7..12da5f87078 100644 --- a/wiki/src/install/inc/steps/create_persistence.inline.mdwn +++ b/wiki/src/install/inc/steps/create_persistence.inline.mdwn @@ -119,9 +119,9 @@ Restart and activate the persistent storage <span class="clone">new</span> Tails USB stick. -1. In <span class="application">Tails Greeter</span>: +1. In the Welcome Screen: - [[!img install/inc/screenshots/greeter_with_persistence.png link="no" alt="Tails Greeter: 'Welcome to Tails!'"]] + [[!img install/inc/screenshots/welcome_screen_with_persistence.png link="no" alt="Welcome to Tails!"]] - Select your language and keyboard layout in the <span class="guilabel">Language & Region</span> section. 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 8718cd47fa2..2966018fbb5 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -29,8 +29,8 @@ logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> <div class="next"> <p>After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, you -can skip the rest of this section and <a href="#greeter">wait until -<span class="application">Tails Greeter</span> appears</a>.</p> +can skip the rest of this section and <a href="#welcome-screen">wait until +the Welcome Screen appears</a>.</p> </div> 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 74950440c67..4d7b683ddee 100644 --- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn @@ -67,9 +67,9 @@ the rest of the instructions afterwards, we recommend you either: [[!inline pages="install/inc/steps/mac_startup_disks.inline" raw="yes" sort="age"]] </div> -<h2 id="greeter">Tails Greeter</h2> +<h2 id="welcome-screen">Welcome Screen</h2> -1. One to two minutes after the Boot Loader, another screen called <span class="application">Tails Greeter</span> appears. +1. One to two minutes after the Boot Loader, the Welcome Screen appears. <div class="note"> <p>If the computer display the error message @@ -78,7 +78,7 @@ the rest of the instructions afterwards, we recommend you either: cards|support/known_issues/graphics]].</p> <p>If the computer stops responding or displays other error messages before - getting to <span class="application">Tails Greeter</span>, refer to + getting to the Welcome Screen, refer to [[!toggle id="not_entirely" text="the troubleshooting section about Tails not starting entirely"]].</p> </div> @@ -93,7 +93,7 @@ the rest of the instructions afterwards, we recommend you either: ----------------------------- The following section applies if the Boot Loader appears but not - <span class="application">Tails Greeter</span> when starting Tails. + the Welcome Screen when starting Tails. 1. Restart the computer on the first USB stick. @@ -167,9 +167,9 @@ the rest of the instructions afterwards, we recommend you either: """]] - [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link="no" alt="Tails Greeter: 'Welcome to Tails!'"]] + [[!img doc/first_steps/startup_options/welcome-screen.png link="no" alt="Welcome to Tails!"]] -1. In <span class="application">Tails Greeter</span>, select your language and +1. In the Welcome Screen, select your language and keyboard layout in the <span class="guilabel">Language & Region</span> section. Click <span class="button">Start Tails</span>. 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 1f476407b49..5a755fcb575 100644 --- a/wiki/src/install/inc/steps/restart_second_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_second_time.inline.mdwn @@ -15,9 +15,9 @@ [[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]] -1. After 30–60 seconds, <span class="application">Tails Greeter</span> appears. +1. After 30–60 seconds, the Welcome Screen appears. -1. In <span class="application">Tails Greeter</span>, select your language and +1. In the Welcome Screen, select your language and keyboard layout in the <span class="guilabel">Language & Region</span> section. Click <span class="button">Start Tails</span>. diff --git a/wiki/src/news/achievements_in_2019.mdwn b/wiki/src/news/achievements_in_2019.mdwn index ae5a13b704f..a84e93ac8ac 100644 --- a/wiki/src/news/achievements_in_2019.mdwn +++ b/wiki/src/news/achievements_in_2019.mdwn @@ -49,7 +49,7 @@ we built a [[translation platform|https://translate.tails.boum.org/]] for our we Since then, people started translations in Arabic, Catalan, Traditional and Simplified Chinese, Polish, Russian, Serbian, and Turkish. -We also improved a lot the usability of *Tails Greeter* for non-English +We also improved a lot the usability of the Welcome Screen for non-English users in [[Tails 4.0|version_4.0#greeter]]. diff --git a/wiki/src/news/celebrating_10_years.mdwn b/wiki/src/news/celebrating_10_years.mdwn index b8f3f5cd351..495ed71e5a5 100644 --- a/wiki/src/news/celebrating_10_years.mdwn +++ b/wiki/src/news/celebrating_10_years.mdwn @@ -108,7 +108,7 @@ that make Tails today: - **Tails Installer**, forked from the [[!wikipedia Fedora_Media_Writer desc="Fedora Live USB Creator"]] - **Persistence** -- **Tails Greeter**, our welcome screen +- **Welcome Screen** - **Automatic upgades** - **MAC Spoofing** - **MAT (Metadata Anonymization Toolkit)**, which was developed by @@ -217,7 +217,7 @@ make Tails easier to install: - The [[installation instructions|install]] (2016) - The [[verification extension|install/download]] (2016) -- The new [[Tails Greeter|news/version_3.0#greeter]] (2017) +- The new [[Welcome Screen|news/version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/version_3.12#usb-images]] (2019) ### Continuous integration diff --git a/wiki/src/news/version_4.0.mdwn b/wiki/src/news/version_4.0.mdwn index 5d2154746d0..acbad1ce0de 100644 --- a/wiki/src/news/version_4.0.mdwn +++ b/wiki/src/news/version_4.0.mdwn @@ -98,9 +98,9 @@ upgrade as soon as possible. <a id="greeter"></a> -## Usability improvements to *Tails Greeter* +## Usability improvements to the Welcome Screen -We improved various aspects of the usability of *Tails Greeter*, +We improved various aspects of the usability of the Welcome Screen, especially for non-English users: - To make it easier to select a language, we curated the list of diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn index 756224d8f74..85008d21407 100644 --- a/wiki/src/support/known_issues.mdwn +++ b/wiki/src/support/known_issues.mdwn @@ -572,7 +572,7 @@ configurations should still be saved. If you encounter this problem: 1. Enable your encrypted persistent storage in - <span class="application">Tails Greeter</span> when you start Tails. + the Welcome Screen when you start Tails. 1. Choose <span class="menuchoice"> @@ -610,11 +610,11 @@ Some languages do not have the correct keyboard layout set by default Last updated: 2017-08-07 --> -When selecting some languages in the Tails Greeter, the default associated +When selecting some languages in the Welcome Screen, the default associated keyboard layout fallbacks to US. -To use the right keyboard layout during a session, set it in the Tails -Greeter after having set the language. When the desktop has started, apply +To use the right keyboard layout during a session, set it in the Welcome +Screen after having set the language. When the desktop has started, apply the keyboard layout by clicking on the `en` systray icon. Affected language codes are `AYC`, `BHB`, `BRX`, `CMN`, `HAK`, `HNE`, `LIJ`, diff --git a/wiki/src/support/known_issues/graphics.mdwn b/wiki/src/support/known_issues/graphics.mdwn index 4304e4e0dda..42503173440 100644 --- a/wiki/src/support/known_issues/graphics.mdwn +++ b/wiki/src/support/known_issues/graphics.mdwn @@ -484,8 +484,8 @@ Cannot start GNOME session with switchable graphics computers ------------------------------------------------------------- On some computers with switchable graphics, Tails 2.10 and later fails -to start the GNOME session and keeps returning to [[Tails -Greeter|doc/first_steps/startup_options]]. +to start the GNOME session and keeps returning to the [[Welcome +Screen|doc/first_steps/startup_options]]. Starting in *Troubleshooting Mode* works, as well as adding the `modprobe.blacklist=nouveau` to the [[boot -- GitLab From e257c1fbee6061ac648e168323cb3a6cef5a6d06 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 03:47:10 +0000 Subject: [PATCH 23/72] Rename /doc/first_steps/startup_options/* into welcome_screen (#15122) Now all this section is about the Welcome Screen only. --- wiki/src/about.ar.po | 2 +- wiki/src/about.ca.po | 2 +- wiki/src/about.de.po | 4 +- wiki/src/about.es.po | 4 +- wiki/src/about.fa.po | 4 +- wiki/src/about.fr.po | 4 +- wiki/src/about.id.po | 2 +- wiki/src/about.it.po | 4 +- wiki/src/about.mdwn | 2 +- wiki/src/about.pl.po | 2 +- wiki/src/about.pt.po | 4 +- wiki/src/about.ru.po | 4 +- wiki/src/about.sr_Latn.po | 2 +- wiki/src/about.tr.po | 2 +- wiki/src/about.zh.po | 4 +- wiki/src/about.zh_TW.po | 4 +- wiki/src/about/staging/about.ar.po | 2 +- wiki/src/about/staging/about.ca.po | 2 +- wiki/src/about/staging/about.de.po | 2 +- wiki/src/about/staging/about.es.po | 2 +- wiki/src/about/staging/about.fa.po | 2 +- wiki/src/about/staging/about.fr.po | 2 +- wiki/src/about/staging/about.html | 2 +- wiki/src/about/staging/about.id.po | 2 +- wiki/src/about/staging/about.it.po | 2 +- wiki/src/about/staging/about.pl.po | 2 +- wiki/src/about/staging/about.pt.po | 2 +- wiki/src/about/staging/about.ru.po | 2 +- wiki/src/about/staging/about.sr_Latn.po | 2 +- wiki/src/about/staging/about.tr.po | 2 +- wiki/src/about/staging/about.zh.po | 2 +- wiki/src/about/staging/about.zh_TW.po | 2 +- wiki/src/blueprint/Debian_testing.mdwn | 10 +-- .../update_camouflage_for_jessie.mdwn | 6 +- wiki/src/contribute/build/website.mdwn | 2 +- .../how/documentation/style_guide.mdwn | 4 +- .../style_guide/persistence.mdwn | 2 +- .../style_guide/persistent_storage.mdwn | 2 +- .../contribute/l10n_tricks/core_po_files.txt | 8 +- wiki/src/doc/about/fingerprint.ar.po | 2 +- wiki/src/doc/about/fingerprint.ca.po | 2 +- wiki/src/doc/about/fingerprint.de.po | 4 +- wiki/src/doc/about/fingerprint.es.po | 4 +- wiki/src/doc/about/fingerprint.fa.po | 4 +- wiki/src/doc/about/fingerprint.fr.po | 4 +- wiki/src/doc/about/fingerprint.id.po | 2 +- wiki/src/doc/about/fingerprint.it.po | 4 +- wiki/src/doc/about/fingerprint.mdwn | 2 +- wiki/src/doc/about/fingerprint.pl.po | 2 +- wiki/src/doc/about/fingerprint.pt.po | 4 +- wiki/src/doc/about/fingerprint.ru.po | 2 +- wiki/src/doc/about/fingerprint.sr_Latn.po | 2 +- wiki/src/doc/about/fingerprint.tr.po | 2 +- wiki/src/doc/about/fingerprint.zh.po | 2 +- wiki/src/doc/about/fingerprint.zh_TW.po | 4 +- wiki/src/doc/about/warning.ar.po | 2 +- wiki/src/doc/about/warning.ca.po | 2 +- wiki/src/doc/about/warning.de.po | 4 +- wiki/src/doc/about/warning.es.po | 4 +- wiki/src/doc/about/warning.fa.po | 4 +- wiki/src/doc/about/warning.fr.po | 4 +- wiki/src/doc/about/warning.id.po | 2 +- wiki/src/doc/about/warning.it.po | 4 +- wiki/src/doc/about/warning.mdwn | 2 +- wiki/src/doc/about/warning.pl.po | 2 +- wiki/src/doc/about/warning.pt.po | 4 +- wiki/src/doc/about/warning.ru.po | 2 +- wiki/src/doc/about/warning.sr_Latn.po | 2 +- wiki/src/doc/about/warning.tr.po | 2 +- wiki/src/doc/about/warning.zh.po | 2 +- wiki/src/doc/about/warning.zh_TW.po | 2 +- .../persistence/change_passphrase.ar.po | 2 +- .../persistence/change_passphrase.ca.po | 2 +- .../persistence/change_passphrase.de.po | 4 +- .../persistence/change_passphrase.es.po | 4 +- .../persistence/change_passphrase.fa.po | 2 +- .../persistence/change_passphrase.fr.po | 4 +- .../persistence/change_passphrase.id.po | 2 +- .../persistence/change_passphrase.it.po | 2 +- .../persistence/change_passphrase.mdwn | 2 +- .../persistence/change_passphrase.pl.po | 2 +- .../persistence/change_passphrase.pt.po | 2 +- .../persistence/change_passphrase.ru.po | 2 +- .../persistence/change_passphrase.sr_Latn.po | 2 +- .../persistence/change_passphrase.tr.po | 2 +- .../persistence/change_passphrase.zh.po | 2 +- .../persistence/change_passphrase.zh_TW.po | 2 +- .../persistence/check_file_system.ar.po | 2 +- .../persistence/check_file_system.ca.po | 2 +- .../persistence/check_file_system.de.po | 4 +- .../persistence/check_file_system.es.po | 4 +- .../persistence/check_file_system.fa.po | 4 +- .../persistence/check_file_system.fr.po | 4 +- .../persistence/check_file_system.id.po | 2 +- .../persistence/check_file_system.it.po | 2 +- .../persistence/check_file_system.mdwn | 2 +- .../persistence/check_file_system.pl.po | 2 +- .../persistence/check_file_system.pt.po | 2 +- .../persistence/check_file_system.ru.po | 2 +- .../persistence/check_file_system.sr_Latn.po | 2 +- .../persistence/check_file_system.tr.po | 2 +- .../persistence/check_file_system.zh.po | 2 +- .../persistence/check_file_system.zh_TW.po | 2 +- .../doc/advanced_topics/virtualization.ar.po | 2 +- .../doc/advanced_topics/virtualization.ca.po | 2 +- .../doc/advanced_topics/virtualization.de.po | 4 +- .../doc/advanced_topics/virtualization.es.po | 4 +- .../doc/advanced_topics/virtualization.fa.po | 4 +- .../doc/advanced_topics/virtualization.fr.po | 4 +- .../doc/advanced_topics/virtualization.id.po | 2 +- .../doc/advanced_topics/virtualization.it.po | 2 +- .../doc/advanced_topics/virtualization.mdwn | 2 +- .../doc/advanced_topics/virtualization.pl.po | 2 +- .../doc/advanced_topics/virtualization.pt.po | 2 +- .../doc/advanced_topics/virtualization.ru.po | 2 +- .../advanced_topics/virtualization.sr_Latn.po | 2 +- .../doc/advanced_topics/virtualization.tr.po | 2 +- .../doc/advanced_topics/virtualization.zh.po | 2 +- .../advanced_topics/virtualization.zh_TW.po | 4 +- .../advanced_topics/wireless_devices.ar.po | 6 +- .../advanced_topics/wireless_devices.ca.po | 6 +- .../advanced_topics/wireless_devices.de.po | 12 +-- .../advanced_topics/wireless_devices.es.po | 12 +-- .../advanced_topics/wireless_devices.fa.po | 12 +-- .../advanced_topics/wireless_devices.fr.po | 12 +-- .../advanced_topics/wireless_devices.id.po | 6 +- .../advanced_topics/wireless_devices.it.po | 6 +- .../doc/advanced_topics/wireless_devices.mdwn | 6 +- .../advanced_topics/wireless_devices.pl.po | 6 +- .../advanced_topics/wireless_devices.pt.po | 6 +- .../advanced_topics/wireless_devices.ru.po | 6 +- .../wireless_devices.sr_Latn.po | 6 +- .../advanced_topics/wireless_devices.tr.po | 6 +- .../advanced_topics/wireless_devices.zh.po | 6 +- .../advanced_topics/wireless_devices.zh_TW.po | 12 +-- .../anonymous_internet/networkmanager.ar.po | 2 +- .../anonymous_internet/networkmanager.ca.po | 2 +- .../anonymous_internet/networkmanager.de.po | 4 +- .../anonymous_internet/networkmanager.es.po | 4 +- .../anonymous_internet/networkmanager.fa.po | 2 +- .../anonymous_internet/networkmanager.fr.po | 4 +- .../anonymous_internet/networkmanager.id.po | 2 +- .../anonymous_internet/networkmanager.it.po | 2 +- .../anonymous_internet/networkmanager.mdwn | 2 +- .../anonymous_internet/networkmanager.pl.po | 2 +- .../anonymous_internet/networkmanager.pt.po | 2 +- .../anonymous_internet/networkmanager.ru.po | 2 +- .../networkmanager.sr_Latn.po | 2 +- .../anonymous_internet/networkmanager.tr.po | 2 +- .../anonymous_internet/networkmanager.zh.po | 2 +- .../networkmanager.zh_TW.po | 2 +- .../networkmanager/no-wifi.inline.ar.po | 2 +- .../networkmanager/no-wifi.inline.ca.po | 2 +- .../networkmanager/no-wifi.inline.de.po | 2 +- .../networkmanager/no-wifi.inline.es.po | 2 +- .../networkmanager/no-wifi.inline.fa.po | 2 +- .../networkmanager/no-wifi.inline.fr.po | 4 +- .../networkmanager/no-wifi.inline.id.po | 2 +- .../networkmanager/no-wifi.inline.it.po | 2 +- .../networkmanager/no-wifi.inline.mdwn | 2 +- .../networkmanager/no-wifi.inline.pl.po | 2 +- .../networkmanager/no-wifi.inline.pt.po | 2 +- .../networkmanager/no-wifi.inline.ru.po | 2 +- .../networkmanager/no-wifi.inline.sr_Latn.po | 2 +- .../networkmanager/no-wifi.inline.tr.po | 2 +- .../networkmanager/no-wifi.inline.zh.po | 2 +- .../networkmanager/no-wifi.inline.zh_TW.po | 2 +- .../doc/anonymous_internet/tor_status.ar.po | 2 +- .../doc/anonymous_internet/tor_status.ca.po | 2 +- .../doc/anonymous_internet/tor_status.de.po | 14 +-- .../doc/anonymous_internet/tor_status.es.po | 4 +- .../doc/anonymous_internet/tor_status.fa.po | 12 +-- .../doc/anonymous_internet/tor_status.fr.po | 18 ++-- .../doc/anonymous_internet/tor_status.id.po | 2 +- .../doc/anonymous_internet/tor_status.it.po | 2 +- .../doc/anonymous_internet/tor_status.mdwn | 2 +- .../doc/anonymous_internet/tor_status.pl.po | 2 +- .../doc/anonymous_internet/tor_status.pt.po | 14 +-- .../doc/anonymous_internet/tor_status.ru.po | 2 +- .../anonymous_internet/tor_status.sr_Latn.po | 2 +- .../doc/anonymous_internet/tor_status.tr.po | 2 +- .../doc/anonymous_internet/tor_status.zh.po | 2 +- .../anonymous_internet/tor_status.zh_TW.po | 2 +- .../anonymous_internet/unsafe_browser.de.po | 4 +- .../anonymous_internet/unsafe_browser.fa.po | 4 +- .../anonymous_internet/unsafe_browser.fr.po | 4 +- .../anonymous_internet/unsafe_browser.pt.po | 4 +- .../encrypted_volumes.fr.po | 4 +- .../encryption_and_privacy/veracrypt.ar.po | 2 +- .../encryption_and_privacy/veracrypt.ca.po | 2 +- .../encryption_and_privacy/veracrypt.de.po | 2 +- .../encryption_and_privacy/veracrypt.es.po | 2 +- .../encryption_and_privacy/veracrypt.fa.po | 2 +- .../encryption_and_privacy/veracrypt.fr.po | 4 +- .../encryption_and_privacy/veracrypt.id.po | 2 +- .../encryption_and_privacy/veracrypt.it.po | 4 +- .../doc/encryption_and_privacy/veracrypt.mdwn | 4 +- .../encryption_and_privacy/veracrypt.pl.po | 2 +- .../encryption_and_privacy/veracrypt.pt.po | 2 +- .../encryption_and_privacy/veracrypt.ru.po | 2 +- .../veracrypt.sr_Latn.po | 2 +- .../encryption_and_privacy/veracrypt.tr.po | 2 +- .../encryption_and_privacy/veracrypt.zh.po | 2 +- .../encryption_and_privacy/veracrypt.zh_TW.po | 2 +- ...ont_be_saved_unless_explicitly_asked.ar.po | 2 +- ...ont_be_saved_unless_explicitly_asked.ca.po | 2 +- ...ont_be_saved_unless_explicitly_asked.de.po | 4 +- ...ont_be_saved_unless_explicitly_asked.es.po | 2 +- ...ont_be_saved_unless_explicitly_asked.fa.po | 4 +- ...ont_be_saved_unless_explicitly_asked.fr.po | 4 +- ...ont_be_saved_unless_explicitly_asked.id.po | 2 +- ...ont_be_saved_unless_explicitly_asked.it.po | 2 +- ...wont_be_saved_unless_explicitly_asked.mdwn | 2 +- ...ont_be_saved_unless_explicitly_asked.pl.po | 2 +- ...ont_be_saved_unless_explicitly_asked.pt.po | 2 +- ...ont_be_saved_unless_explicitly_asked.ru.po | 2 +- ...e_saved_unless_explicitly_asked.sr_Latn.po | 2 +- ...ont_be_saved_unless_explicitly_asked.tr.po | 2 +- ...ont_be_saved_unless_explicitly_asked.zh.po | 2 +- ..._be_saved_unless_explicitly_asked.zh_TW.po | 2 +- wiki/src/doc/first_steps.index.ar.po | 8 +- wiki/src/doc/first_steps.index.ca.po | 8 +- wiki/src/doc/first_steps.index.de.po | 24 ++--- wiki/src/doc/first_steps.index.es.po | 16 ++-- wiki/src/doc/first_steps.index.fa.po | 16 ++-- wiki/src/doc/first_steps.index.fr.po | 16 ++-- wiki/src/doc/first_steps.index.id.po | 8 +- wiki/src/doc/first_steps.index.it.po | 16 ++-- wiki/src/doc/first_steps.index.mdwn | 8 +- wiki/src/doc/first_steps.index.pl.po | 8 +- wiki/src/doc/first_steps.index.pt.po | 16 ++-- wiki/src/doc/first_steps.index.ru.po | 8 +- wiki/src/doc/first_steps.index.sr_Latn.po | 8 +- wiki/src/doc/first_steps.index.tr.po | 8 +- wiki/src/doc/first_steps.index.zh.po | 8 +- wiki/src/doc/first_steps.index.zh_TW.po | 8 +- .../doc/first_steps/additional_software.ar.po | 2 +- .../doc/first_steps/additional_software.ca.po | 2 +- .../doc/first_steps/additional_software.de.po | 10 +-- .../doc/first_steps/additional_software.es.po | 8 +- .../doc/first_steps/additional_software.fa.po | 10 +-- .../doc/first_steps/additional_software.fr.po | 8 +- .../doc/first_steps/additional_software.id.po | 2 +- .../doc/first_steps/additional_software.it.po | 2 +- .../doc/first_steps/additional_software.mdwn | 10 +-- .../doc/first_steps/additional_software.pl.po | 2 +- .../doc/first_steps/additional_software.pt.po | 2 +- .../doc/first_steps/additional_software.ru.po | 2 +- .../additional_software.sr_Latn.po | 2 +- .../doc/first_steps/additional_software.tr.po | 2 +- .../doc/first_steps/additional_software.zh.po | 2 +- .../first_steps/additional_software.zh_TW.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.ar.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.ca.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.de.po | 4 +- ...ction_to_gnome_and_the_tails_desktop.es.po | 4 +- ...ction_to_gnome_and_the_tails_desktop.fa.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.fr.po | 4 +- ...ction_to_gnome_and_the_tails_desktop.id.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.it.po | 2 +- ...uction_to_gnome_and_the_tails_desktop.mdwn | 2 +- ...ction_to_gnome_and_the_tails_desktop.pl.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.pt.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.ru.po | 2 +- ..._to_gnome_and_the_tails_desktop.sr_Latn.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.tr.po | 2 +- ...ction_to_gnome_and_the_tails_desktop.zh.po | 2 +- ...on_to_gnome_and_the_tails_desktop.zh_TW.po | 2 +- .../first_steps/persistence/configure.ar.po | 2 +- .../first_steps/persistence/configure.ca.po | 2 +- .../first_steps/persistence/configure.de.po | 4 +- .../first_steps/persistence/configure.es.po | 4 +- .../first_steps/persistence/configure.fa.po | 2 +- .../first_steps/persistence/configure.fr.po | 4 +- .../first_steps/persistence/configure.id.po | 2 +- .../first_steps/persistence/configure.it.po | 2 +- .../first_steps/persistence/configure.mdwn | 2 +- .../first_steps/persistence/configure.pl.po | 2 +- .../first_steps/persistence/configure.pt.po | 2 +- .../first_steps/persistence/configure.ru.po | 2 +- .../persistence/configure.sr_Latn.po | 2 +- .../first_steps/persistence/configure.tr.po | 2 +- .../first_steps/persistence/configure.zh.po | 2 +- .../persistence/configure.zh_TW.po | 2 +- .../doc/first_steps/persistence/copy.ar.po | 2 +- .../doc/first_steps/persistence/copy.ca.po | 2 +- .../doc/first_steps/persistence/copy.de.po | 6 +- .../doc/first_steps/persistence/copy.es.po | 4 +- .../doc/first_steps/persistence/copy.fa.po | 6 +- .../doc/first_steps/persistence/copy.fr.po | 4 +- .../doc/first_steps/persistence/copy.id.po | 2 +- .../doc/first_steps/persistence/copy.it.po | 2 +- .../src/doc/first_steps/persistence/copy.mdwn | 2 +- .../doc/first_steps/persistence/copy.pl.po | 2 +- .../doc/first_steps/persistence/copy.pt.po | 6 +- .../doc/first_steps/persistence/copy.ru.po | 2 +- .../first_steps/persistence/copy.sr_Latn.po | 2 +- .../doc/first_steps/persistence/copy.tr.po | 2 +- .../doc/first_steps/persistence/copy.zh.po | 2 +- .../doc/first_steps/persistence/copy.zh_TW.po | 2 +- .../src/doc/first_steps/persistence/use.ar.po | 4 +- .../src/doc/first_steps/persistence/use.ca.po | 6 +- .../src/doc/first_steps/persistence/use.de.po | 8 +- .../src/doc/first_steps/persistence/use.es.po | 8 +- .../src/doc/first_steps/persistence/use.fa.po | 10 +-- .../src/doc/first_steps/persistence/use.fr.po | 8 +- .../src/doc/first_steps/persistence/use.id.po | 4 +- .../src/doc/first_steps/persistence/use.it.po | 10 +-- wiki/src/doc/first_steps/persistence/use.mdwn | 4 +- .../src/doc/first_steps/persistence/use.pl.po | 6 +- .../src/doc/first_steps/persistence/use.pt.po | 10 +-- .../src/doc/first_steps/persistence/use.ru.po | 6 +- .../first_steps/persistence/use.sr_Latn.po | 4 +- .../src/doc/first_steps/persistence/use.tr.po | 6 +- .../src/doc/first_steps/persistence/use.zh.po | 6 +- .../doc/first_steps/persistence/use.zh_TW.po | 6 +- ...tup_options.ar.po => welcome_screen.ar.po} | 2 +- ...tup_options.ca.po => welcome_screen.ca.po} | 0 ...tup_options.de.po => welcome_screen.de.po} | 0 ...tup_options.es.po => welcome_screen.es.po} | 2 +- ...tup_options.fa.po => welcome_screen.fa.po} | 2 +- ...tup_options.fr.po => welcome_screen.fr.po} | 0 ...tup_options.id.po => welcome_screen.id.po} | 0 ...tup_options.it.po => welcome_screen.it.po} | 0 ...artup_options.mdwn => welcome_screen.mdwn} | 0 ...tup_options.pl.po => welcome_screen.pl.po} | 0 ...tup_options.pt.po => welcome_screen.pt.po} | 2 +- ...tup_options.ru.po => welcome_screen.ru.po} | 0 ...s.sr_Latn.po => welcome_screen.sr_Latn.po} | 0 ...tup_options.tr.po => welcome_screen.tr.po} | 0 ...tup_options.zh.po => welcome_screen.zh.po} | 0 ...tions.zh_TW.po => welcome_screen.zh_TW.po} | 0 .../US_calendar_in_Russian.png | Bin .../additional.png | Bin .../administration_password.ar.po | 2 +- .../administration_password.ca.po | 2 +- .../administration_password.de.po | 4 +- .../administration_password.es.po | 4 +- .../administration_password.fa.po | 4 +- .../administration_password.fr.po | 4 +- .../administration_password.id.po | 2 +- .../administration_password.it.po | 4 +- .../administration_password.mdwn | 2 +- .../administration_password.pl.po | 2 +- .../administration_password.pt.po | 4 +- .../administration_password.ru.po | 2 +- .../administration_password.sr_Latn.po | 2 +- .../administration_password.tr.po | 2 +- .../administration_password.zh.po | 2 +- .../administration_password.zh_TW.po | 4 +- .../bridge_mode.ar.po | 4 +- .../bridge_mode.ca.po | 4 +- .../bridge_mode.de.po | 4 +- .../bridge_mode.es.po | 4 +- .../bridge_mode.fa.po | 4 +- .../bridge_mode.fr.po | 4 +- .../bridge_mode.id.po | 4 +- .../bridge_mode.inline.ar.po | 0 .../bridge_mode.inline.ca.po | 0 .../bridge_mode.inline.de.po | 0 .../bridge_mode.inline.es.po | 0 .../bridge_mode.inline.fa.po | 0 .../bridge_mode.inline.fr.po | 0 .../bridge_mode.inline.id.po | 0 .../bridge_mode.inline.it.po | 0 .../bridge_mode.inline.mdwn | 0 .../bridge_mode.inline.pl.po | 0 .../bridge_mode.inline.pt.po | 0 .../bridge_mode.inline.ru.po | 0 .../bridge_mode.inline.sr_Latn.po | 0 .../bridge_mode.inline.tr.po | 0 .../bridge_mode.inline.zh.po | 0 .../bridge_mode.inline.zh_TW.po | 0 .../bridge_mode.it.po | 10 +-- .../bridge_mode.mdwn | 2 +- .../bridge_mode.pl.po | 4 +- .../bridge_mode.pt.po | 8 +- .../bridge_mode.ru.po | 4 +- .../bridge_mode.sr_Latn.po | 2 +- .../bridge_mode.tr.po | 4 +- .../bridge_mode.zh.po | 4 +- .../bridge_mode.zh_TW.po | 4 +- .../grub-with-options.png | Bin .../locale.png | Bin .../mac_spoofing.ar.po | 2 +- .../mac_spoofing.ca.po | 2 +- .../mac_spoofing.de.po | 4 +- .../mac_spoofing.es.po | 4 +- .../mac_spoofing.fa.po | 2 +- .../mac_spoofing.fr.po | 4 +- .../mac_spoofing.id.po | 2 +- .../mac_spoofing.it.po | 4 +- .../mac_spoofing.mdwn | 2 +- .../mac_spoofing.pl.po | 2 +- .../mac_spoofing.pt.po | 4 +- .../mac_spoofing.ru.po | 2 +- .../mac_spoofing.sr_Latn.po | 2 +- .../mac_spoofing.tr.po | 2 +- .../mac_spoofing.zh.po | 2 +- .../mac_spoofing.zh_TW.po | 4 +- .../password-prompt.png | Bin .../persistence.png | Bin .../welcome-screen.png | Bin wiki/src/doc/reset/linux.de.po | 2 +- wiki/src/doc/reset/linux.fa.po | 4 +- wiki/src/doc/reset/linux.it.po | 4 +- wiki/src/doc/reset/linux.pt.po | 4 +- wiki/src/doc/reset/linux.zh_TW.po | 2 +- .../inc/steps/pc_boot_menu.inline.it.po | 4 +- .../inc/steps/restart_first_time.inline.ar.po | 4 +- .../inc/steps/restart_first_time.inline.ca.po | 4 +- .../inc/steps/restart_first_time.inline.de.po | 12 +-- .../inc/steps/restart_first_time.inline.es.po | 8 +- .../inc/steps/restart_first_time.inline.fa.po | 4 +- .../inc/steps/restart_first_time.inline.fr.po | 8 +- .../inc/steps/restart_first_time.inline.id.po | 4 +- .../inc/steps/restart_first_time.inline.it.po | 8 +- .../inc/steps/restart_first_time.inline.mdwn | 6 +- .../inc/steps/restart_first_time.inline.pl.po | 4 +- .../inc/steps/restart_first_time.inline.pt.po | 4 +- .../inc/steps/restart_first_time.inline.ru.po | 4 +- .../restart_first_time.inline.sr_Latn.po | 4 +- .../inc/steps/restart_first_time.inline.tr.po | 4 +- .../inc/steps/restart_first_time.inline.zh.po | 4 +- .../steps/restart_first_time.inline.zh_TW.po | 4 +- wiki/src/news/report_2014_03.mdwn | 2 +- wiki/src/news/report_2015_12.mdwn | 2 +- wiki/src/news/report_2018_01.mdwn | 2 +- wiki/src/news/report_2018_03.mdwn | 2 +- wiki/src/news/report_2019_03.mdwn | 2 +- wiki/src/news/spoof-mac.ar.po | 4 +- wiki/src/news/spoof-mac.ca.po | 4 +- wiki/src/news/spoof-mac.de.po | 4 +- wiki/src/news/spoof-mac.es.po | 4 +- wiki/src/news/spoof-mac.fa.po | 8 +- wiki/src/news/spoof-mac.fr.po | 8 +- wiki/src/news/spoof-mac.id.po | 4 +- wiki/src/news/spoof-mac.it.po | 4 +- wiki/src/news/spoof-mac.mdwn | 4 +- wiki/src/news/spoof-mac.pl.po | 4 +- wiki/src/news/spoof-mac.pt.po | 4 +- wiki/src/news/spoof-mac.ru.po | 4 +- wiki/src/news/spoof-mac.sr_Latn.po | 4 +- wiki/src/news/spoof-mac.tr.po | 4 +- wiki/src/news/spoof-mac.zh.po | 4 +- wiki/src/news/spoof-mac.zh_TW.po | 4 +- wiki/src/news/test_0.22.1-rc1.mdwn | 2 +- wiki/src/news/test_0.23-rc1.html | 2 +- wiki/src/news/test_1.0-rc1.mdwn | 2 +- wiki/src/news/test_1.1-rc1.mdwn | 2 +- wiki/src/news/test_1.2-rc1.mdwn | 2 +- wiki/src/news/test_1.3-rc1.mdwn | 2 +- wiki/src/news/test_1.4-rc1.mdwn | 2 +- wiki/src/news/test_1.5-rc1.mdwn | 2 +- wiki/src/news/test_1.7-rc1.mdwn | 2 +- wiki/src/news/test_2.10-rc1.mdwn | 2 +- wiki/src/news/test_2.12-rc1.mdwn | 2 +- wiki/src/news/test_2.2-rc1.mdwn | 2 +- wiki/src/news/test_2.4-rc1.mdwn | 2 +- wiki/src/news/test_2.6-rc1.mdwn | 2 +- wiki/src/news/test_3.12-rc1.mdwn | 2 +- wiki/src/news/test_3.2-rc1.mdwn | 2 +- wiki/src/news/test_3.6~rc1.mdwn | 2 +- wiki/src/news/test_3.9-rc1.mdwn | 2 +- wiki/src/news/test_incremental_upgrades.mdwn | 2 +- wiki/src/news/version_0.11.mdwn | 2 +- wiki/src/news/version_0.12.mdwn | 2 +- wiki/src/news/version_0.15.mdwn | 2 +- wiki/src/news/version_0.23.mdwn | 4 +- wiki/src/news/version_1.0.mdwn | 6 +- wiki/src/news/version_1.1.mdwn | 4 +- wiki/src/news/version_1.2.1.mdwn | 2 +- wiki/src/news/version_1.2.2.mdwn | 2 +- wiki/src/news/version_1.7.mdwn | 2 +- wiki/src/news/version_1.8.mdwn | 4 +- wiki/src/news/version_3.0.ar.po | 2 +- wiki/src/news/version_3.0.ca.po | 2 +- wiki/src/news/version_3.0.de.po | 2 +- wiki/src/news/version_3.0.es.po | 2 +- wiki/src/news/version_3.0.fa.po | 2 +- wiki/src/news/version_3.0.fr.po | 4 +- wiki/src/news/version_3.0.id.po | 2 +- wiki/src/news/version_3.0.it.po | 2 +- wiki/src/news/version_3.0.mdwn | 2 +- wiki/src/news/version_3.0.pl.po | 2 +- wiki/src/news/version_3.0.pt.po | 2 +- wiki/src/news/version_3.0.ru.po | 2 +- wiki/src/news/version_3.0.sr_Latn.po | 2 +- wiki/src/news/version_3.0.tr.po | 2 +- wiki/src/news/version_3.0.zh.po | 2 +- wiki/src/news/version_3.0.zh_TW.po | 2 +- wiki/src/news/version_3.12.1.ar.po | 2 +- wiki/src/news/version_3.12.1.ca.po | 2 +- wiki/src/news/version_3.12.1.de.po | 2 +- wiki/src/news/version_3.12.1.es.po | 2 +- wiki/src/news/version_3.12.1.fa.po | 2 +- wiki/src/news/version_3.12.1.fr.po | 4 +- wiki/src/news/version_3.12.1.id.po | 2 +- wiki/src/news/version_3.12.1.it.po | 2 +- wiki/src/news/version_3.12.1.mdwn | 2 +- wiki/src/news/version_3.12.1.pl.po | 2 +- wiki/src/news/version_3.12.1.pt.po | 2 +- wiki/src/news/version_3.12.1.ru.po | 2 +- wiki/src/news/version_3.12.1.sr_Latn.po | 2 +- wiki/src/news/version_3.12.1.tr.po | 2 +- wiki/src/news/version_3.12.1.zh.po | 2 +- wiki/src/news/version_3.12.1.zh_TW.po | 2 +- wiki/src/news/version_3.12.ar.po | 2 +- wiki/src/news/version_3.12.ca.po | 2 +- wiki/src/news/version_3.12.de.po | 2 +- wiki/src/news/version_3.12.es.po | 2 +- wiki/src/news/version_3.12.fa.po | 2 +- wiki/src/news/version_3.12.fr.po | 4 +- wiki/src/news/version_3.12.id.po | 2 +- wiki/src/news/version_3.12.it.po | 2 +- wiki/src/news/version_3.12.mdwn | 2 +- wiki/src/news/version_3.12.pl.po | 2 +- wiki/src/news/version_3.12.pt.po | 2 +- wiki/src/news/version_3.12.ru.po | 2 +- wiki/src/news/version_3.12.sr_Latn.po | 2 +- wiki/src/news/version_3.12.tr.po | 2 +- wiki/src/news/version_3.12.zh.po | 2 +- wiki/src/news/version_3.12.zh_TW.po | 2 +- wiki/src/news/version_3.13.1.ar.po | 2 +- wiki/src/news/version_3.13.1.ca.po | 2 +- wiki/src/news/version_3.13.1.de.po | 2 +- wiki/src/news/version_3.13.1.es.po | 2 +- wiki/src/news/version_3.13.1.fa.po | 2 +- wiki/src/news/version_3.13.1.fr.po | 4 +- wiki/src/news/version_3.13.1.id.po | 2 +- wiki/src/news/version_3.13.1.it.po | 2 +- wiki/src/news/version_3.13.1.mdwn | 2 +- wiki/src/news/version_3.13.1.pl.po | 2 +- wiki/src/news/version_3.13.1.pt.po | 2 +- wiki/src/news/version_3.13.1.ru.po | 2 +- wiki/src/news/version_3.13.1.sr_Latn.po | 2 +- wiki/src/news/version_3.13.1.tr.po | 2 +- wiki/src/news/version_3.13.1.zh.po | 2 +- wiki/src/news/version_3.13.1.zh_TW.po | 2 +- wiki/src/news/version_3.13.2.ar.po | 2 +- wiki/src/news/version_3.13.2.ca.po | 2 +- wiki/src/news/version_3.13.2.de.po | 2 +- wiki/src/news/version_3.13.2.es.po | 2 +- wiki/src/news/version_3.13.2.fa.po | 2 +- wiki/src/news/version_3.13.2.fr.po | 4 +- wiki/src/news/version_3.13.2.id.po | 2 +- wiki/src/news/version_3.13.2.it.po | 2 +- wiki/src/news/version_3.13.2.mdwn | 2 +- wiki/src/news/version_3.13.2.pl.po | 2 +- wiki/src/news/version_3.13.2.pt.po | 2 +- wiki/src/news/version_3.13.2.ru.po | 2 +- wiki/src/news/version_3.13.2.sr_Latn.po | 2 +- wiki/src/news/version_3.13.2.tr.po | 2 +- wiki/src/news/version_3.13.2.zh.po | 2 +- wiki/src/news/version_3.13.2.zh_TW.po | 2 +- wiki/src/news/version_3.13.ar.po | 4 +- wiki/src/news/version_3.13.ca.po | 4 +- wiki/src/news/version_3.13.de.po | 4 +- wiki/src/news/version_3.13.es.po | 4 +- wiki/src/news/version_3.13.fa.po | 4 +- wiki/src/news/version_3.13.fr.po | 8 +- wiki/src/news/version_3.13.id.po | 4 +- wiki/src/news/version_3.13.it.po | 4 +- wiki/src/news/version_3.13.mdwn | 4 +- wiki/src/news/version_3.13.pl.po | 4 +- wiki/src/news/version_3.13.pt.po | 4 +- wiki/src/news/version_3.13.ru.po | 4 +- wiki/src/news/version_3.13.sr_Latn.po | 4 +- wiki/src/news/version_3.13.tr.po | 4 +- wiki/src/news/version_3.13.zh.po | 4 +- wiki/src/news/version_3.13.zh_TW.po | 4 +- wiki/src/news/version_3.14.1.ar.po | 2 +- wiki/src/news/version_3.14.1.ca.po | 2 +- wiki/src/news/version_3.14.1.de.po | 2 +- wiki/src/news/version_3.14.1.es.po | 2 +- wiki/src/news/version_3.14.1.fa.po | 2 +- wiki/src/news/version_3.14.1.fr.po | 4 +- wiki/src/news/version_3.14.1.id.po | 2 +- wiki/src/news/version_3.14.1.it.po | 2 +- wiki/src/news/version_3.14.1.mdwn | 2 +- wiki/src/news/version_3.14.1.pl.po | 2 +- wiki/src/news/version_3.14.1.pt.po | 2 +- wiki/src/news/version_3.14.1.ru.po | 2 +- wiki/src/news/version_3.14.1.sr_Latn.po | 2 +- wiki/src/news/version_3.14.1.tr.po | 2 +- wiki/src/news/version_3.14.1.zh.po | 2 +- wiki/src/news/version_3.14.1.zh_TW.po | 2 +- wiki/src/news/version_3.14.2.ar.po | 2 +- wiki/src/news/version_3.14.2.ca.po | 2 +- wiki/src/news/version_3.14.2.de.po | 2 +- wiki/src/news/version_3.14.2.es.po | 2 +- wiki/src/news/version_3.14.2.fa.po | 2 +- wiki/src/news/version_3.14.2.fr.po | 4 +- wiki/src/news/version_3.14.2.id.po | 2 +- wiki/src/news/version_3.14.2.it.po | 2 +- wiki/src/news/version_3.14.2.mdwn | 2 +- wiki/src/news/version_3.14.2.pl.po | 2 +- wiki/src/news/version_3.14.2.pt.po | 2 +- wiki/src/news/version_3.14.2.ru.po | 2 +- wiki/src/news/version_3.14.2.sr_Latn.po | 2 +- wiki/src/news/version_3.14.2.tr.po | 2 +- wiki/src/news/version_3.14.2.zh.po | 2 +- wiki/src/news/version_3.14.2.zh_TW.po | 2 +- wiki/src/news/version_3.14.ar.po | 2 +- wiki/src/news/version_3.14.ca.po | 2 +- wiki/src/news/version_3.14.de.po | 2 +- wiki/src/news/version_3.14.es.po | 2 +- wiki/src/news/version_3.14.fa.po | 2 +- wiki/src/news/version_3.14.fr.po | 4 +- wiki/src/news/version_3.14.id.po | 2 +- wiki/src/news/version_3.14.it.po | 2 +- wiki/src/news/version_3.14.mdwn | 2 +- wiki/src/news/version_3.14.pl.po | 2 +- wiki/src/news/version_3.14.pt.po | 2 +- wiki/src/news/version_3.14.ru.po | 2 +- wiki/src/news/version_3.14.sr_Latn.po | 2 +- wiki/src/news/version_3.14.tr.po | 2 +- wiki/src/news/version_3.14.zh.po | 2 +- wiki/src/news/version_3.14.zh_TW.po | 2 +- wiki/src/news/version_3.5.ar.po | 2 +- wiki/src/news/version_3.5.ca.po | 2 +- wiki/src/news/version_3.5.de.po | 2 +- wiki/src/news/version_3.5.es.po | 2 +- wiki/src/news/version_3.5.fa.po | 2 +- wiki/src/news/version_3.5.fr.po | 4 +- wiki/src/news/version_3.5.id.po | 2 +- wiki/src/news/version_3.5.it.po | 2 +- wiki/src/news/version_3.5.mdwn | 2 +- wiki/src/news/version_3.5.pl.po | 2 +- wiki/src/news/version_3.5.pt.po | 2 +- wiki/src/news/version_3.5.ru.po | 2 +- wiki/src/news/version_3.5.sr_Latn.po | 2 +- wiki/src/news/version_3.5.tr.po | 2 +- wiki/src/news/version_3.5.zh.po | 2 +- wiki/src/news/version_3.5.zh_TW.po | 2 +- wiki/src/news/version_3.6.ar.po | 2 +- wiki/src/news/version_3.6.ca.po | 2 +- wiki/src/news/version_3.6.de.po | 2 +- wiki/src/news/version_3.6.es.po | 4 +- wiki/src/news/version_3.6.fa.po | 2 +- wiki/src/news/version_3.6.fr.po | 4 +- wiki/src/news/version_3.6.id.po | 2 +- wiki/src/news/version_3.6.it.po | 2 +- wiki/src/news/version_3.6.mdwn | 2 +- wiki/src/news/version_3.6.pl.po | 2 +- wiki/src/news/version_3.6.pt.po | 4 +- wiki/src/news/version_3.6.ru.po | 2 +- wiki/src/news/version_3.6.sr_Latn.po | 2 +- wiki/src/news/version_3.6.tr.po | 2 +- wiki/src/news/version_3.6.zh.po | 2 +- wiki/src/news/version_3.6.zh_TW.po | 2 +- wiki/src/news/version_4.1.ar.po | 2 +- wiki/src/news/version_4.1.ca.po | 2 +- wiki/src/news/version_4.1.de.po | 2 +- wiki/src/news/version_4.1.es.po | 2 +- wiki/src/news/version_4.1.fa.po | 2 +- wiki/src/news/version_4.1.fr.po | 4 +- wiki/src/news/version_4.1.id.po | 2 +- wiki/src/news/version_4.1.it.po | 2 +- wiki/src/news/version_4.1.mdwn | 2 +- wiki/src/news/version_4.1.pl.po | 2 +- wiki/src/news/version_4.1.pt.po | 2 +- wiki/src/news/version_4.1.ru.po | 2 +- wiki/src/news/version_4.1.sr_Latn.po | 2 +- wiki/src/news/version_4.1.tr.po | 2 +- wiki/src/news/version_4.1.zh.po | 2 +- wiki/src/news/version_4.1.zh_TW.po | 2 +- wiki/src/news/windows_camouflage_jessie.fa.po | 4 +- .../Security_hole_in_I2P_0.9.13.ar.po | 2 +- .../Security_hole_in_I2P_0.9.13.ca.po | 2 +- .../Security_hole_in_I2P_0.9.13.de.po | 2 +- .../Security_hole_in_I2P_0.9.13.es.po | 2 +- .../Security_hole_in_I2P_0.9.13.fa.po | 4 +- .../Security_hole_in_I2P_0.9.13.fr.po | 2 +- .../Security_hole_in_I2P_0.9.13.id.po | 2 +- .../Security_hole_in_I2P_0.9.13.it.po | 2 +- .../security/Security_hole_in_I2P_0.9.13.mdwn | 2 +- .../Security_hole_in_I2P_0.9.13.pl.po | 2 +- .../Security_hole_in_I2P_0.9.13.pt.po | 2 +- .../Security_hole_in_I2P_0.9.13.ru.po | 2 +- .../Security_hole_in_I2P_0.9.13.sr_Latn.po | 2 +- .../Security_hole_in_I2P_0.9.13.tr.po | 2 +- .../Security_hole_in_I2P_0.9.13.zh.po | 2 +- .../Security_hole_in_I2P_0.9.13.zh_TW.po | 2 +- wiki/src/support/faq.ar.po | 2 +- wiki/src/support/faq.ca.po | 2 +- wiki/src/support/faq.de.po | 2 +- wiki/src/support/faq.es.po | 4 +- wiki/src/support/faq.fa.po | 4 +- wiki/src/support/faq.fr.po | 8 +- wiki/src/support/faq.id.po | 2 +- wiki/src/support/faq.it.po | 4 +- wiki/src/support/faq.mdwn | 2 +- wiki/src/support/faq.pl.po | 2 +- wiki/src/support/faq.pt.po | 4 +- wiki/src/support/faq.ru.po | 2 +- wiki/src/support/faq.sr_Latn.po | 2 +- wiki/src/support/faq.tr.po | 2 +- wiki/src/support/faq.zh.po | 2 +- wiki/src/support/faq.zh_TW.po | 2 +- wiki/src/support/known_issues.ar.po | 6 +- wiki/src/support/known_issues.ca.po | 6 +- wiki/src/support/known_issues.de.po | 6 +- wiki/src/support/known_issues.es.po | 42 ++++----- wiki/src/support/known_issues.fa.po | 84 +++++++++--------- wiki/src/support/known_issues.fr.po | 46 +++++----- wiki/src/support/known_issues.id.po | 6 +- wiki/src/support/known_issues.it.po | 6 +- wiki/src/support/known_issues.mdwn | 4 +- wiki/src/support/known_issues.pl.po | 6 +- wiki/src/support/known_issues.pt.po | 60 ++++++------- wiki/src/support/known_issues.ru.po | 6 +- wiki/src/support/known_issues.sr_Latn.po | 6 +- wiki/src/support/known_issues.tr.po | 6 +- wiki/src/support/known_issues.zh.po | 6 +- wiki/src/support/known_issues.zh_TW.po | 6 +- wiki/src/support/known_issues/graphics.ar.po | 16 ++-- wiki/src/support/known_issues/graphics.ca.po | 16 ++-- wiki/src/support/known_issues/graphics.de.po | 16 ++-- wiki/src/support/known_issues/graphics.es.po | 46 +++++----- wiki/src/support/known_issues/graphics.fa.po | 16 ++-- wiki/src/support/known_issues/graphics.fr.po | 36 ++++---- wiki/src/support/known_issues/graphics.id.po | 16 ++-- wiki/src/support/known_issues/graphics.it.po | 16 ++-- wiki/src/support/known_issues/graphics.mdwn | 2 +- wiki/src/support/known_issues/graphics.pl.po | 16 ++-- wiki/src/support/known_issues/graphics.pt.po | 16 ++-- wiki/src/support/known_issues/graphics.ru.po | 16 ++-- .../support/known_issues/graphics.sr_Latn.po | 16 ++-- wiki/src/support/known_issues/graphics.tr.po | 16 ++-- wiki/src/support/known_issues/graphics.zh.po | 16 ++-- .../support/known_issues/graphics.zh_TW.po | 16 ++-- 732 files changed, 1367 insertions(+), 1367 deletions(-) rename wiki/src/doc/first_steps/{startup_options.ar.po => welcome_screen.ar.po} (99%) rename wiki/src/doc/first_steps/{startup_options.ca.po => welcome_screen.ca.po} (100%) rename wiki/src/doc/first_steps/{startup_options.de.po => welcome_screen.de.po} (100%) rename wiki/src/doc/first_steps/{startup_options.es.po => welcome_screen.es.po} (99%) rename wiki/src/doc/first_steps/{startup_options.fa.po => welcome_screen.fa.po} (99%) rename wiki/src/doc/first_steps/{startup_options.fr.po => welcome_screen.fr.po} (100%) rename wiki/src/doc/first_steps/{startup_options.id.po => welcome_screen.id.po} (100%) rename wiki/src/doc/first_steps/{startup_options.it.po => welcome_screen.it.po} (100%) rename wiki/src/doc/first_steps/{startup_options.mdwn => welcome_screen.mdwn} (100%) rename wiki/src/doc/first_steps/{startup_options.pl.po => welcome_screen.pl.po} (100%) rename wiki/src/doc/first_steps/{startup_options.pt.po => welcome_screen.pt.po} (99%) rename wiki/src/doc/first_steps/{startup_options.ru.po => welcome_screen.ru.po} (100%) rename wiki/src/doc/first_steps/{startup_options.sr_Latn.po => welcome_screen.sr_Latn.po} (100%) rename wiki/src/doc/first_steps/{startup_options.tr.po => welcome_screen.tr.po} (100%) rename wiki/src/doc/first_steps/{startup_options.zh.po => welcome_screen.zh.po} (100%) rename wiki/src/doc/first_steps/{startup_options.zh_TW.po => welcome_screen.zh_TW.po} (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/US_calendar_in_Russian.png (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/additional.png (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.ar.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.ca.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.de.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.es.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.fa.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.fr.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.id.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.it.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.mdwn (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.pl.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.pt.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.ru.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.sr_Latn.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.tr.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.zh.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/administration_password.zh_TW.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.ar.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.ca.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.de.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.es.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.fa.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.fr.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.id.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.ar.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.ca.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.de.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.es.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.fa.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.fr.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.id.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.it.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.mdwn (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.pl.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.pt.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.ru.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.sr_Latn.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.tr.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.zh.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.inline.zh_TW.po (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.it.po (96%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.mdwn (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.pl.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.pt.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.ru.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.sr_Latn.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.tr.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.zh.po (97%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/bridge_mode.zh_TW.po (98%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/grub-with-options.png (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/locale.png (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.ar.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.ca.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.de.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.es.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.fa.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.fr.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.id.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.it.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.mdwn (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.pl.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.pt.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.ru.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.sr_Latn.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.tr.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.zh.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/mac_spoofing.zh_TW.po (99%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/password-prompt.png (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/persistence.png (100%) rename wiki/src/doc/first_steps/{startup_options => welcome_screen}/welcome-screen.png (100%) diff --git a/wiki/src/about.ar.po b/wiki/src/about.ar.po index f2e3fc95506..18eed06b933 100644 --- a/wiki/src/about.ar.po +++ b/wiki/src/about.ar.po @@ -134,7 +134,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Plain text diff --git a/wiki/src/about.ca.po b/wiki/src/about.ca.po index 41658cbbfa2..ac8fc468caf 100644 --- a/wiki/src/about.ca.po +++ b/wiki/src/about.ca.po @@ -128,7 +128,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Plain text diff --git a/wiki/src/about.de.po b/wiki/src/about.de.po index 9e54016604f..4bb3df520bf 100644 --- a/wiki/src/about.de.po +++ b/wiki/src/about.de.po @@ -163,10 +163,10 @@ msgstr "Sich mit Diensten verbinden, die andernfalls zensiert wären;" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "Angriffen, die Tor blockieren, widerstehen, indem Sie Umgehungssoftware wie " -"[[Tor-Bridges|doc/first_steps/startup_options/bridge_mode]] (Brücken in das " +"[[Tor-Bridges|doc/first_steps/welcome_screen/bridge_mode]] (Brücken in das " "Tor-Netzwerk) einsetzen." #. type: Plain text diff --git a/wiki/src/about.es.po b/wiki/src/about.es.po index c0e16a0c4d8..30e16528ae8 100644 --- a/wiki/src/about.es.po +++ b/wiki/src/about.es.po @@ -159,10 +159,10 @@ msgstr "conectarte a servicios que de otro modo estarían censurados;" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "resistir ataques que bloquean el uso de Tor, mediante herramientas de " -"elusión como los [[puentes|doc/first_steps/startup_options/bridge_mode]]." +"elusión como los [[puentes|doc/first_steps/welcome_screen/bridge_mode]]." #. type: Plain text msgid "" diff --git a/wiki/src/about.fa.po b/wiki/src/about.fa.po index 851cb2d442d..ec3502952f0 100644 --- a/wiki/src/about.fa.po +++ b/wiki/src/about.fa.po @@ -175,10 +175,10 @@ msgstr "به سیستمهایی متصل شوید که در غیر این ص #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "مقاومت در مقابل حملاتی که با استفاده از ابزارهای فیلتر شکن مانند " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]. مانع از استفاده تور " +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]. مانع از استفاده تور " "میشوند." #. type: Plain text diff --git a/wiki/src/about.fr.po b/wiki/src/about.fr.po index ad786d9bc28..f88ee094451 100644 --- a/wiki/src/about.fr.po +++ b/wiki/src/about.fr.po @@ -160,11 +160,11 @@ msgstr "vous connecter à des services qui seraient censurés sinon ;" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "résister à des attaques qui bloquent l'utilisation de Tor, grâce à des " "outils de contournement tels que les [[bridges|doc/first_steps/" -"startup_options/bridge_mode]]." +"welcome_screen/bridge_mode]]." #. type: Plain text msgid "" diff --git a/wiki/src/about.id.po b/wiki/src/about.id.po index 70825b4db69..27b82127bb8 100644 --- a/wiki/src/about.id.po +++ b/wiki/src/about.id.po @@ -130,7 +130,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Plain text diff --git a/wiki/src/about.it.po b/wiki/src/about.it.po index 8e8140eaea0..41af45cfc30 100644 --- a/wiki/src/about.it.po +++ b/wiki/src/about.it.po @@ -160,10 +160,10 @@ msgstr "connetterti a servizi che altrimenti sarebbero censurati;" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "resistere ad attacchi che bloccano l'uso di Tor, usando strumenti di " -"aggiramento come i [[bridge|doc/first_steps/startup_options/bridge_mode]]." +"aggiramento come i [[bridge|doc/first_steps/welcome_screen/bridge_mode]]." #. type: Plain text msgid "" diff --git a/wiki/src/about.mdwn b/wiki/src/about.mdwn index 786a36d7a76..d711fd83f1c 100644 --- a/wiki/src/about.mdwn +++ b/wiki/src/about.mdwn @@ -50,7 +50,7 @@ Using Tor you can: - be anonymous online by hiding your location, - connect to services that would be censored otherwise; - resist attacks that block the usage of Tor using circumvention tools - such as [[bridges|doc/first_steps/startup_options/bridge_mode]]. + such as [[bridges|doc/first_steps/welcome_screen/bridge_mode]]. To learn more about Tor, see the official [Tor website](https://www.torproject.org/), particularly the following pages: diff --git a/wiki/src/about.pl.po b/wiki/src/about.pl.po index e79df91240c..adb6861d91b 100644 --- a/wiki/src/about.pl.po +++ b/wiki/src/about.pl.po @@ -129,7 +129,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Plain text diff --git a/wiki/src/about.pt.po b/wiki/src/about.pt.po index 440d5a07b6c..d7181e1b83d 100644 --- a/wiki/src/about.pt.po +++ b/wiki/src/about.pt.po @@ -160,10 +160,10 @@ msgstr "conectar à serviços que de outra forma estariam censurados;" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "resistir a ataques que bloqueiam o uso do Tor usando ferramentas de " -"circunscrição tais como [[bridges|doc/first_steps/startup_options/" +"circunscrição tais como [[bridges|doc/first_steps/welcome_screen/" "bridge_mode]]." #. type: Plain text diff --git a/wiki/src/about.ru.po b/wiki/src/about.ru.po index da8c144d02d..dbe118e8643 100644 --- a/wiki/src/about.ru.po +++ b/wiki/src/about.ru.po @@ -147,11 +147,11 @@ msgstr "пользоваться сервисами, которые запрещ #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "отражать атаки, которые блокируют использование Tor, используя обходные " "инструменты, например, [[сетевые " -"мосты|doc/first_steps/startup_options/bridge_mode]]." +"мосты|doc/first_steps/welcome_screen/bridge_mode]]." #. type: Plain text msgid "" diff --git a/wiki/src/about.sr_Latn.po b/wiki/src/about.sr_Latn.po index dfaca14e498..3c7d9428e0a 100644 --- a/wiki/src/about.sr_Latn.po +++ b/wiki/src/about.sr_Latn.po @@ -125,7 +125,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Plain text diff --git a/wiki/src/about.tr.po b/wiki/src/about.tr.po index 2591809cf07..ee2e24052c5 100644 --- a/wiki/src/about.tr.po +++ b/wiki/src/about.tr.po @@ -128,7 +128,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Plain text diff --git a/wiki/src/about.zh.po b/wiki/src/about.zh.po index a9d1e84ca93..c0e407ba01f 100644 --- a/wiki/src/about.zh.po +++ b/wiki/src/about.zh.po @@ -138,9 +138,9 @@ msgstr "连接上已被审查禁止的服务" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" -"使用[[网桥|doc/first_steps/startup_options/bridge_mode]]作为规避工具抵抗对 Tor 的封锁攻击。" +"使用[[网桥|doc/first_steps/welcome_screen/bridge_mode]]作为规避工具抵抗对 Tor 的封锁攻击。" #. type: Plain text msgid "" diff --git a/wiki/src/about.zh_TW.po b/wiki/src/about.zh_TW.po index 0f1324aa2c0..6736cec5e97 100644 --- a/wiki/src/about.zh_TW.po +++ b/wiki/src/about.zh_TW.po @@ -137,9 +137,9 @@ msgstr "連結上可能已被審查禁止的服務" #. type: Bullet: ' - ' msgid "" "resist attacks that block the usage of Tor using circumvention tools such as " -"[[bridges|doc/first_steps/startup_options/bridge_mode]]." +"[[bridges|doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" -"使用Tor作為規避工具來抵抗封鎖攻擊,例如[[Tor-橋接|doc/first_steps/startup_options/bridge_mode]] 。" +"使用Tor作為規避工具來抵抗封鎖攻擊,例如[[Tor-橋接|doc/first_steps/welcome_screen/bridge_mode]] 。" #. type: Plain text msgid "" diff --git a/wiki/src/about/staging/about.ar.po b/wiki/src/about/staging/about.ar.po index e7494d0184c..4ce74515a5f 100644 --- a/wiki/src/about/staging/about.ar.po +++ b/wiki/src/about/staging/about.ar.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.ca.po b/wiki/src/about/staging/about.ca.po index d865c66764c..c9615ed148b 100644 --- a/wiki/src/about/staging/about.ca.po +++ b/wiki/src/about/staging/about.ca.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.de.po b/wiki/src/about/staging/about.de.po index 5ad21ecc5a1..2cb704ea257 100644 --- a/wiki/src/about/staging/about.de.po +++ b/wiki/src/about/staging/about.de.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.es.po b/wiki/src/about/staging/about.es.po index 5ad21ecc5a1..2cb704ea257 100644 --- a/wiki/src/about/staging/about.es.po +++ b/wiki/src/about/staging/about.es.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.fa.po b/wiki/src/about/staging/about.fa.po index 5ad21ecc5a1..2cb704ea257 100644 --- a/wiki/src/about/staging/about.fa.po +++ b/wiki/src/about/staging/about.fa.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.fr.po b/wiki/src/about/staging/about.fr.po index 5ad21ecc5a1..2cb704ea257 100644 --- a/wiki/src/about/staging/about.fr.po +++ b/wiki/src/about/staging/about.fr.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.html b/wiki/src/about/staging/about.html index 01a4061a19b..f156466bf98 100644 --- a/wiki/src/about/staging/about.html +++ b/wiki/src/about/staging/about.html @@ -398,7 +398,7 @@ P12: [WORK] The card could be intercepted. The phone line could be cut. <p>See also:</p> <ul> <li>[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]</li> - <li>[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]</li> + <li>[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]</li> </ul> </div> diff --git a/wiki/src/about/staging/about.id.po b/wiki/src/about/staging/about.id.po index 6630ef06961..49094af9abd 100644 --- a/wiki/src/about/staging/about.id.po +++ b/wiki/src/about/staging/about.id.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.it.po b/wiki/src/about/staging/about.it.po index 5ad21ecc5a1..2cb704ea257 100644 --- a/wiki/src/about/staging/about.it.po +++ b/wiki/src/about/staging/about.it.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.pl.po b/wiki/src/about/staging/about.pl.po index 368c1892301..3cb977395ed 100644 --- a/wiki/src/about/staging/about.pl.po +++ b/wiki/src/about/staging/about.pl.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.pt.po b/wiki/src/about/staging/about.pt.po index ec7df3bb6cf..a8b387dd4ab 100644 --- a/wiki/src/about/staging/about.pt.po +++ b/wiki/src/about/staging/about.pt.po @@ -348,7 +348,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.ru.po b/wiki/src/about/staging/about.ru.po index cbe5fb97438..94371b99985 100644 --- a/wiki/src/about/staging/about.ru.po +++ b/wiki/src/about/staging/about.ru.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.sr_Latn.po b/wiki/src/about/staging/about.sr_Latn.po index d857ee85901..79d91a02e96 100644 --- a/wiki/src/about/staging/about.sr_Latn.po +++ b/wiki/src/about/staging/about.sr_Latn.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.tr.po b/wiki/src/about/staging/about.tr.po index 803ff916492..22953a9be6c 100644 --- a/wiki/src/about/staging/about.tr.po +++ b/wiki/src/about/staging/about.tr.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.zh.po b/wiki/src/about/staging/about.zh.po index 61b9ef818d8..4bf0ce6079b 100644 --- a/wiki/src/about/staging/about.zh.po +++ b/wiki/src/about/staging/about.zh.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.zh_TW.po b/wiki/src/about/staging/about.zh_TW.po index 548bd9baefb..11629fdb5b6 100644 --- a/wiki/src/about/staging/about.zh_TW.po +++ b/wiki/src/about/staging/about.zh_TW.po @@ -347,7 +347,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <div><div><h2> diff --git a/wiki/src/blueprint/Debian_testing.mdwn b/wiki/src/blueprint/Debian_testing.mdwn index 8bbb1e70096..3c4f0fafa55 100644 --- a/wiki/src/blueprint/Debian_testing.mdwn +++ b/wiki/src/blueprint/Debian_testing.mdwn @@ -313,15 +313,15 @@ Example (YAML): - caribou - dasher - orca - - page: doc/first_steps/startup_options + - page: doc/first_steps/welcome_screen package: tails-greeter files: - config/binary_local-hooks/*grub* - config/binary_local-hooks/*syslinux* - config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults - - page: doc/first_steps/startup_options/administration_password + - page: doc/first_steps/welcome_screen/administration_password package: tails-greeter - - page: doc/first_steps/startup_options/bridge_mode + - page: doc/first_steps/welcome_screen/bridge_mode packages: - obfs4proxy - tor @@ -345,8 +345,8 @@ Example (YAML): - features/images/TailsGreeter* pages: - doc/first_steps/persistence/use - - doc/first_steps/startup_options - - doc/first_steps/startup_options/* + - doc/first_steps/welcome_screen + - doc/first_steps/welcome_screen/* ### Automated testing diff --git a/wiki/src/blueprint/update_camouflage_for_jessie.mdwn b/wiki/src/blueprint/update_camouflage_for_jessie.mdwn index 1bf000287db..8a4e6829d25 100644 --- a/wiki/src/blueprint/update_camouflage_for_jessie.mdwn +++ b/wiki/src/blueprint/update_camouflage_for_jessie.mdwn @@ -1,11 +1,11 @@ # Introduction -Our [[documentation|doc/first_steps/startup_options/windows_camouflage]] reads "if +Our [[documentation|doc/first_steps/welcome_screen/windows_camouflage]] reads "if you are using a computer in public you may want to avoid attracting unwanted attention by changing the way Tails looks into something that resembles Microsoft Windows 8." This is what we call the "Windows camouflage". -[[!img doc/first_steps/startup_options/windows_camouflage/windows_camouflage.jpg size=320x240 link=no]] +[[!img doc/first_steps/welcome_screen/windows_camouflage/windows_camouflage.jpg size=320x240 link=no]] The Windows camouflage will be [[!tails_ticket 8064 desc="broken in Debian Jessie based Tails"]]. This blueprint describes what should be done to update the Windows camouflage to Jessie. @@ -40,7 +40,7 @@ Windows camouflage update MUST include: - a GNOME Shell theme/extension that looks like Windows 8.1 desktop panel compatible with the version on GNOME Shell shipped in Debian Jessie (3.14.2) - a way to enable all the required components to provide the camouflage mode - that can be triggered by [[Tails Greeter|/doc/first_steps/startup_options]] + that can be triggered by [[Tails Greeter|/doc/first_steps/welcome_screen]] Windows camouflage MAY include: diff --git a/wiki/src/contribute/build/website.mdwn b/wiki/src/contribute/build/website.mdwn index 06b27ec22ab..b7e6c8e0139 100644 --- a/wiki/src/contribute/build/website.mdwn +++ b/wiki/src/contribute/build/website.mdwn @@ -62,7 +62,7 @@ Build the website in Tails - APT Packages - APT Lists -2. Restart Tails, [[enable the persistence|doc/first_steps/persistence/use]], and [[set up an administration password|doc/first_steps/startup_options/administration_password]]. +2. Restart Tails, [[enable the persistence|doc/first_steps/persistence/use]], and [[set up an administration password|doc/first_steps/welcome_screen/administration_password]]. 3. Update the list of available packages: diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index bc619036bb8..df24626171c 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -10,11 +10,11 @@ - *For example:* - [[Set up an administration password - |doc/first_steps/startup_options/administration_password]] when + |doc/first_steps/welcome_screen/administration_password]] when you start Tails. - Start Tails and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. <a id="anchors"></a> diff --git a/wiki/src/contribute/how/documentation/style_guide/persistence.mdwn b/wiki/src/contribute/how/documentation/style_guide/persistence.mdwn index 80a7a46b68f..1d05aab74b4 100644 --- a/wiki/src/contribute/how/documentation/style_guide/persistence.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide/persistence.mdwn @@ -48,7 +48,7 @@ Examples: - An attacker in possession of your USB stick can know that there is Persistence on it. (from [[doc/first_steps/persistence/warnings]]) -- If Persistence is detected on the USB stick, an additional section appears in Tails Greeter. (from [[doc/first_steps/startup_options]]) +- If Persistence is detected on the USB stick, an additional section appears in Tails Greeter. (from [[doc/first_steps/welcome_screen]]) - Warnings about Persistence (from [[doc/first_steps/persistence]]) diff --git a/wiki/src/contribute/how/documentation/style_guide/persistent_storage.mdwn b/wiki/src/contribute/how/documentation/style_guide/persistent_storage.mdwn index cdb5050db94..3f2dd7cb149 100644 --- a/wiki/src/contribute/how/documentation/style_guide/persistent_storage.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide/persistent_storage.mdwn @@ -32,7 +32,7 @@ - An attacker in possession of your USB stick can know that there is a Persistent Storage on it. (from [[doc/first_steps/persistence/warnings]]) -- If a Persistent Storage is detected on the USB stick, an additional section appears in Tails Greeter. (from [[doc/first_steps/startup_options]]) +- If a Persistent Storage is detected on the USB stick, an additional section appears in Tails Greeter. (from [[doc/first_steps/welcome_screen]]) - Warnings about the Persistent Storage (from [[doc/first_steps/persistence]]) diff --git a/wiki/src/contribute/l10n_tricks/core_po_files.txt b/wiki/src/contribute/l10n_tricks/core_po_files.txt index 395e7683d9d..e66851d181b 100644 --- a/wiki/src/contribute/l10n_tricks/core_po_files.txt +++ b/wiki/src/contribute/l10n_tricks/core_po_files.txt @@ -22,10 +22,10 @@ ./doc/first_steps/persistence/use ./doc/first_steps/persistence/warnings ./doc/first_steps/shutdown -./doc/first_steps/startup_options -./doc/first_steps/startup_options/administration_password -./doc/first_steps/startup_options/bridge_mode -./doc/first_steps/startup_options/mac_spoofing +./doc/first_steps/welcome_screen +./doc/first_steps/welcome_screen/administration_password +./doc/first_steps/welcome_screen/bridge_mode +./doc/first_steps/welcome_screen/mac_spoofing ./doc/reset ./doc/reset.intro ./doc/reset/linux diff --git a/wiki/src/doc/about/fingerprint.ar.po b/wiki/src/doc/about/fingerprint.ar.po index 6c57a8cbae1..fe8a487516c 100644 --- a/wiki/src/doc/about/fingerprint.ar.po +++ b/wiki/src/doc/about/fingerprint.ar.po @@ -110,7 +110,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.ca.po b/wiki/src/doc/about/fingerprint.ca.po index faf6b51a7d1..055393a6195 100644 --- a/wiki/src/doc/about/fingerprint.ca.po +++ b/wiki/src/doc/about/fingerprint.ca.po @@ -112,7 +112,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.de.po b/wiki/src/doc/about/fingerprint.de.po index d5a1571c051..348af38c9d8 100644 --- a/wiki/src/doc/about/fingerprint.de.po +++ b/wiki/src/doc/about/fingerprint.de.po @@ -143,12 +143,12 @@ msgstr "Für Ihren Internetanbieter oder Ihre lokale Netzwerkadministratorin\n" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "Meist sind Tor Bridges (dt: Tor Brücken) ein guter Weg, die Verwendung von " "Tor gegenüber einem lokalen Beobachter zu verbergen. Falls das für Sie " "wichtig ist, lesen Sie unsere Dokumentation über den [[Tor Bridge Modus|doc/" -"first_steps/startup_options/bridge_mode]]." +"first_steps/welcome_screen/bridge_mode]]." #. type: Bullet: ' - ' msgid "" diff --git a/wiki/src/doc/about/fingerprint.es.po b/wiki/src/doc/about/fingerprint.es.po index 3eec146f591..2a2978c4708 100644 --- a/wiki/src/doc/about/fingerprint.es.po +++ b/wiki/src/doc/about/fingerprint.es.po @@ -141,12 +141,12 @@ msgstr "Para tu ISP o quien administre de tu red local\n" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "Los puentes de Tor (Tor bridges) son casi siempre una buena forma de " "esconder de un observador local el hecho de que estás conectado a Tor. Si " "esto es importante para ti, lee nuestra documentación al respecto: [[doc/" -"first_steps/startup_options/bridge_mode]]." +"first_steps/welcome_screen/bridge_mode]]." #. type: Bullet: ' - ' msgid "" diff --git a/wiki/src/doc/about/fingerprint.fa.po b/wiki/src/doc/about/fingerprint.fa.po index 05c2fb5e3cb..8fa75c5cb15 100644 --- a/wiki/src/doc/about/fingerprint.fa.po +++ b/wiki/src/doc/about/fingerprint.fa.po @@ -147,11 +147,11 @@ msgstr "برای ارائهدهندهٔ خدمات اینترنتی یا مس msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "اغلب اوقات پلهای تور راه خوبی برای پنهان کردن استفادهٔ شما از تور برای یک " "ناظر محلی است. اگر این موضوع برایتان مهم است، این قسمت را بخوانید: [[doc/" -"first_steps/startup_options/bridge_mode]]." +"first_steps/welcome_screen/bridge_mode]]." #. type: Bullet: ' - ' msgid "" diff --git a/wiki/src/doc/about/fingerprint.fr.po b/wiki/src/doc/about/fingerprint.fr.po index a5683bf4716..86ab660e53c 100644 --- a/wiki/src/doc/about/fingerprint.fr.po +++ b/wiki/src/doc/about/fingerprint.fr.po @@ -141,12 +141,12 @@ msgstr "Pour votre FAI ou l'administrateur de votre réseau local\n" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "Les bridges Tor sont la plupart du temps une bonne manière de cacher le fait " "que vous vous connectez à Tor à un observateur local. Si cela est important " "pour vous, lisez notre documentation à propos du [[mode bridge|doc/" -"first_steps/startup_options/bridge_mode]]." +"first_steps/welcome_screen/bridge_mode]]." #. type: Bullet: ' - ' msgid "" diff --git a/wiki/src/doc/about/fingerprint.id.po b/wiki/src/doc/about/fingerprint.id.po index f7ed5f202fa..4af41d23106 100644 --- a/wiki/src/doc/about/fingerprint.id.po +++ b/wiki/src/doc/about/fingerprint.id.po @@ -112,7 +112,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.it.po b/wiki/src/doc/about/fingerprint.it.po index 59d9935ccda..5911efc0e1b 100644 --- a/wiki/src/doc/about/fingerprint.it.po +++ b/wiki/src/doc/about/fingerprint.it.po @@ -147,11 +147,11 @@ msgstr "Per il tuo ISP o amministratore di rete locale\n" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "I Tor bridges sono principalmente un buon modo per nascondere, ad un " "osservatore locale, il fatto che sei connesso a Tor. Se questo è importante " -"per te, leggi la documentazione [[doc/first_steps/startup_options/" +"per te, leggi la documentazione [[doc/first_steps/welcome_screen/" "bridge_mode]]." #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.mdwn b/wiki/src/doc/about/fingerprint.mdwn index a6a42e4c62e..4ca5eb7e96a 100644 --- a/wiki/src/doc/about/fingerprint.mdwn +++ b/wiki/src/doc/about/fingerprint.mdwn @@ -49,7 +49,7 @@ For your ISP or local network administrator - Tor bridges are most of the time a good way of hiding the fact that you are connecting to Tor to a local observer. If this is important for you, read - our documentation about [[doc/first_steps/startup_options/bridge_mode]]. + our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]. - A Tails system is **almost exclusively generating Tor activity** on the network. Usually users of <span class="application">Tor Browser</span> on other operating systems also have network activity outside of diff --git a/wiki/src/doc/about/fingerprint.pl.po b/wiki/src/doc/about/fingerprint.pl.po index 3bd07a1bb8d..1d4c7c5e917 100644 --- a/wiki/src/doc/about/fingerprint.pl.po +++ b/wiki/src/doc/about/fingerprint.pl.po @@ -113,7 +113,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.pt.po b/wiki/src/doc/about/fingerprint.pt.po index d212a479463..8c0a74194a5 100644 --- a/wiki/src/doc/about/fingerprint.pt.po +++ b/wiki/src/doc/about/fingerprint.pt.po @@ -141,12 +141,12 @@ msgstr "Para seu provedor de serviços de Internet ou administrador da rede loca msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "Bridges de Tor são, na maior parte do tempo, uma boa forma de esconder de um " "observador local o fato de que você está se conectando ao Tor. Se isto for " "importante para você, leia nossa documentação sobre [[modo bridge|doc/" -"first_steps/startup_options/bridge_mode]]." +"first_steps/welcome_screen/bridge_mode]]." #. type: Bullet: ' - ' msgid "" diff --git a/wiki/src/doc/about/fingerprint.ru.po b/wiki/src/doc/about/fingerprint.ru.po index 56c087dfd98..03bece525f0 100644 --- a/wiki/src/doc/about/fingerprint.ru.po +++ b/wiki/src/doc/about/fingerprint.ru.po @@ -113,7 +113,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.sr_Latn.po b/wiki/src/doc/about/fingerprint.sr_Latn.po index 5435c61e4c2..fb3ea1b7369 100644 --- a/wiki/src/doc/about/fingerprint.sr_Latn.po +++ b/wiki/src/doc/about/fingerprint.sr_Latn.po @@ -116,7 +116,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.tr.po b/wiki/src/doc/about/fingerprint.tr.po index 6c57a8cbae1..fe8a487516c 100644 --- a/wiki/src/doc/about/fingerprint.tr.po +++ b/wiki/src/doc/about/fingerprint.tr.po @@ -110,7 +110,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.zh.po b/wiki/src/doc/about/fingerprint.zh.po index 18b316a3a72..c4f52ea95ad 100644 --- a/wiki/src/doc/about/fingerprint.zh.po +++ b/wiki/src/doc/about/fingerprint.zh.po @@ -112,7 +112,7 @@ msgstr "" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/fingerprint.zh_TW.po b/wiki/src/doc/about/fingerprint.zh_TW.po index 418d1827dc4..b3634f269e8 100644 --- a/wiki/src/doc/about/fingerprint.zh_TW.po +++ b/wiki/src/doc/about/fingerprint.zh_TW.po @@ -133,10 +133,10 @@ msgstr "對你的 ISP 或本地的網管者\n" msgid "" "Tor bridges are most of the time a good way of hiding the fact that you are " "connecting to Tor to a local observer. If this is important for you, read " -"our documentation about [[doc/first_steps/startup_options/bridge_mode]]." +"our documentation about [[doc/first_steps/welcome_screen/bridge_mode]]." msgstr "" "Tor 橋結器是多大數情況下最好的方式來對本地觀測者隱瞞你正連到 Tor 的事實。如果對你來說這很重要,請參考我們所提供的文件 [[doc/" -"first_steps/startup_options/bridge_mode]]." +"first_steps/welcome_screen/bridge_mode]]." #. type: Bullet: ' - ' msgid "" diff --git a/wiki/src/doc/about/warning.ar.po b/wiki/src/doc/about/warning.ar.po index fca08ba4d9b..579272a686b 100644 --- a/wiki/src/doc/about/warning.ar.po +++ b/wiki/src/doc/about/warning.ar.po @@ -190,7 +190,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.ca.po b/wiki/src/doc/about/warning.ca.po index 0d57181df0e..e71a31f817b 100644 --- a/wiki/src/doc/about/warning.ca.po +++ b/wiki/src/doc/about/warning.ca.po @@ -189,7 +189,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.de.po b/wiki/src/doc/about/warning.de.po index e595059ac79..eb50520af1b 100644 --- a/wiki/src/doc/about/warning.de.po +++ b/wiki/src/doc/about/warning.de.po @@ -233,12 +233,12 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" "**Ihr Internet Service Provider (ISP) oder die Person, die das lokale Netzwerk administriert**\n" "kann sehen, dass Sie sich zu einem Tor-Relais und nicht beispielsweise zu einem normalen Web-Server verbinden.\n" -"Die Verwendung von [[Tor-Bridges in bestimmten Situationen|first_steps/startup_options/bridge_mode]] kann Ihnen helfen,\n" +"Die Verwendung von [[Tor-Bridges in bestimmten Situationen|first_steps/welcome_screen/bridge_mode]] kann Ihnen helfen,\n" "die Tatsache, dass Sie Tor verwenden, zu verschleiern.\n" #. type: Plain text diff --git a/wiki/src/doc/about/warning.es.po b/wiki/src/doc/about/warning.es.po index bc5e0e78156..ecc7c8e9f29 100644 --- a/wiki/src/doc/about/warning.es.po +++ b/wiki/src/doc/about/warning.es.po @@ -231,13 +231,13 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" "**Tu proveedor de Internet o el administrador de tu red local**\n" "pueden ver que te estás conectando a un relay de Tor, y no a un servidor web normal,\n" "por ejemplo. Usar [[Puentes de Tor en ciertas\n" -"condiciones|first_steps/startup_options/bridge_mode]] te puede ayudar a esconder\n" +"condiciones|first_steps/welcome_screen/bridge_mode]] te puede ayudar a esconder\n" "el hecho de que estás usando Tor.\n" " \n" diff --git a/wiki/src/doc/about/warning.fa.po b/wiki/src/doc/about/warning.fa.po index c4d28c06c5d..04bb71cda11 100644 --- a/wiki/src/doc/about/warning.fa.po +++ b/wiki/src/doc/about/warning.fa.po @@ -232,12 +232,12 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" "**ارائهدهندهٔ خدمات اینترنتی یا مدیر شبکهٔ محلی شما** میتواند متوجه شود\n" "که شما به یک رلهٔ تور متصل شدهاید و نه به یک سرور معمولی وب.\n" -" [[استفاده از پلهای تور در شرایطی خاص|first_steps/startup_options/bridge_mode]]\n" +" [[استفاده از پلهای تور در شرایطی خاص|first_steps/welcome_screen/bridge_mode]]\n" "میتواند به شما در پنهان کردن استفادهتان از تور \n" "کمک کند.\n" diff --git a/wiki/src/doc/about/warning.fr.po b/wiki/src/doc/about/warning.fr.po index 15d5c2c6647..0655fa0e053 100644 --- a/wiki/src/doc/about/warning.fr.po +++ b/wiki/src/doc/about/warning.fr.po @@ -232,13 +232,13 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" "**Votre fournisseur d'accès à Internet (FAI) ou la personne administrant votre réseau local**\n" "peut voir que vous vous connectez à un relai Tor, et pas à un serveur web normal\n" "par exemple. Utiliser des [[bridges Tor dans certains cas\n" -"|first_steps/startup_options/bridge_mode]] peut vous aider à cacher le fait que\n" +"|first_steps/welcome_screen/bridge_mode]] peut vous aider à cacher le fait que\n" "vous utilisez Tails.\n" #. type: Plain text diff --git a/wiki/src/doc/about/warning.id.po b/wiki/src/doc/about/warning.id.po index 86f0be37b12..ca5986d4d6a 100644 --- a/wiki/src/doc/about/warning.id.po +++ b/wiki/src/doc/about/warning.id.po @@ -189,7 +189,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.it.po b/wiki/src/doc/about/warning.it.po index 0bd5fb87c18..dd66c8ce037 100644 --- a/wiki/src/doc/about/warning.it.po +++ b/wiki/src/doc/about/warning.it.po @@ -244,12 +244,12 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" "**Il tuo gestore del servizio Internet (ISP) o il tuo amministratore della rete locale**\n" "può vedere se sei connesso a un nodo Tor e non a un normale server web per\n" -"esempio. Usando [[Tor-Bridges in alcune condizioni|first_steps/startup_options/bridge_mode]] può aiutarti a nascondere il fatto\n" +"esempio. Usando [[Tor-Bridges in alcune condizioni|first_steps/welcome_screen/bridge_mode]] può aiutarti a nascondere il fatto\n" "che stai usando Tor.\n" #. type: Plain text diff --git a/wiki/src/doc/about/warning.mdwn b/wiki/src/doc/about/warning.mdwn index 9d2dc1d8a8b..47e4bf8f34c 100644 --- a/wiki/src/doc/about/warning.mdwn +++ b/wiki/src/doc/about/warning.mdwn @@ -89,7 +89,7 @@ Tails makes it clear that you are using Tor and probably Tails **Your Internet Service Provider (ISP) or your local network administrator** can see that you're connecting to a Tor relay, and not a normal web server for example. Using [[Tor bridges in certain -conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact +conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact that you are using Tor. **The destination server that you are contacting through Tor** can know whether your diff --git a/wiki/src/doc/about/warning.pl.po b/wiki/src/doc/about/warning.pl.po index b4cc74109d9..acb7f887fe4 100644 --- a/wiki/src/doc/about/warning.pl.po +++ b/wiki/src/doc/about/warning.pl.po @@ -190,7 +190,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.pt.po b/wiki/src/doc/about/warning.pt.po index ba663fccbfd..b2262ea3784 100644 --- a/wiki/src/doc/about/warning.pt.po +++ b/wiki/src/doc/about/warning.pt.po @@ -233,13 +233,13 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" "**Seu provedor de acesso à Internet e/ou as pessoas que administram sua rede local**\n" "podem ver que você está conectando a um relay Tor, e não a um servidor web\n" "normal, por exemplo. Usar [[pontes Tor (bridges) em certas\n" -"condições|first_steps/startup_options/bridge_mode]] pode te ajudar a ocultar\n" +"condições|first_steps/welcome_screen/bridge_mode]] pode te ajudar a ocultar\n" "o fato de que você está usando Tor.\n" #. type: Plain text diff --git a/wiki/src/doc/about/warning.ru.po b/wiki/src/doc/about/warning.ru.po index 4e838542816..2b29d407084 100644 --- a/wiki/src/doc/about/warning.ru.po +++ b/wiki/src/doc/about/warning.ru.po @@ -190,7 +190,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.sr_Latn.po b/wiki/src/doc/about/warning.sr_Latn.po index 9541470209d..6d71b52a82d 100644 --- a/wiki/src/doc/about/warning.sr_Latn.po +++ b/wiki/src/doc/about/warning.sr_Latn.po @@ -188,7 +188,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.tr.po b/wiki/src/doc/about/warning.tr.po index 5c3e8f94a27..07f90202ae4 100644 --- a/wiki/src/doc/about/warning.tr.po +++ b/wiki/src/doc/about/warning.tr.po @@ -189,7 +189,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.zh.po b/wiki/src/doc/about/warning.zh.po index 4298e221273..2cff1c864c5 100644 --- a/wiki/src/doc/about/warning.zh.po +++ b/wiki/src/doc/about/warning.zh.po @@ -191,7 +191,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/about/warning.zh_TW.po b/wiki/src/doc/about/warning.zh_TW.po index 1d03a7986e2..10218f8d3e8 100644 --- a/wiki/src/doc/about/warning.zh_TW.po +++ b/wiki/src/doc/about/warning.zh_TW.po @@ -189,7 +189,7 @@ msgid "" "**Your Internet Service Provider (ISP) or your local network administrator**\n" "can see that you're connecting to a Tor relay, and not a normal web server for\n" "example. Using [[Tor bridges in certain\n" -"conditions|first_steps/startup_options/bridge_mode]] can help you hide the fact\n" +"conditions|first_steps/welcome_screen/bridge_mode]] can help you hide the fact\n" "that you are using Tor.\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.ar.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.ar.po index b25c49e51cc..436f61318fe 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.ar.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.ar.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.ca.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.ca.po index b25c49e51cc..436f61318fe 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.ca.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.ca.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po index e2278c82925..691c1f45f4c 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po @@ -26,10 +26,10 @@ msgstr "[[!meta title=\"Die Passphrase des beständigen Speicherbereichs ändern #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "Starten Sie Tails und [[stellen Sie ein Administrationspasswort ein|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po index da474e46a0e..6f0cd887242 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po @@ -25,10 +25,10 @@ msgstr "[[!meta title=\"Cambia la contraseña del volumen persistente\"]]\n" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "Arranca Tails [[configurando una contraseña de " -"administrador|doc/first_steps/startup_options/administration_password]]." +"administrador|doc/first_steps/welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po index d2280bb801a..b8c82443053 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po @@ -26,7 +26,7 @@ msgstr "[[!meta title=\"تغییر گذرواژهٔ درایو مانا\"]]\n" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po index cccca29eb1f..b9088b17b50 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po @@ -26,10 +26,10 @@ msgstr "[[!meta title=\"Changer la phrase de passe du volume persistant\"]]\n" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "Démarrez Tails et [[définissez un mot de passe d'administration|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.id.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.id.po index 29113c4504d..5e20be13534 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.id.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.id.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po index 90bde247c0b..b2a3aac2b29 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn b/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn index eed2972f421..2ed22bc27be 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.mdwn @@ -1,7 +1,7 @@ [[!meta title="Change the passphrase of the persistent volume"]] 1. Start Tails and [[set up an administration password - |doc/first_steps/startup_options/administration_password]]. + |doc/first_steps/welcome_screen/administration_password]]. Do not enable the persistent volume in the Welcome Screen. diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pl.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pl.po index b25c49e51cc..436f61318fe 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pl.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pl.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po index 56fce7dc9b7..5016466e94c 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po @@ -23,7 +23,7 @@ msgstr "[[!meta title=\"Altere a senha do volume persistente\"]]\n" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.ru.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.ru.po index b25c49e51cc..436f61318fe 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.ru.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.ru.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.sr_Latn.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.sr_Latn.po index f1ea602675a..df1eb32ff5e 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.sr_Latn.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.sr_Latn.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password " -"|doc/first_steps/startup_options/administration_password]]." +"|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.tr.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.tr.po index b25c49e51cc..436f61318fe 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.tr.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.tr.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh.po index b25c49e51cc..436f61318fe 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh.po @@ -24,7 +24,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh_TW.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh_TW.po index 8effa62ed6b..82b63c6e03e 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh_TW.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.zh_TW.po @@ -23,7 +23,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password " -"|doc/first_steps/startup_options/administration_password]]." +"|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.ar.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.ar.po index 151d078544f..67dd121e0c7 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.ar.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.ar.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.ca.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.ca.po index b3b0c95ff0a..f103eaaaaaf 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.ca.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.ca.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.de.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.de.po index 594305f073c..96d26f0a66f 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.de.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.de.po @@ -37,10 +37,10 @@ msgstr "Entsperren Sie den beständigen Speicherbereich\n" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" "Starten Sie Tails mit deaktiviertem beständigen Speicherbereich und " -"[[stellen Sie ein Administrationspasswort ein|startup_options/" +"[[stellen Sie ein Administrationspasswort ein|welcome_screen/" "administration_password]]." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.es.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.es.po index 07c5aad2a8b..c90c34655db 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.es.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.es.po @@ -40,10 +40,10 @@ msgstr "Desbloquea el volumen persistente\n" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" "Arranca Tails sin abrir la persistencia, y [[añade una contraseña de " -"administración|startup_options/administration_password]]." +"administración|welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.fa.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.fa.po index 44c116b6200..9c60f61e966 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.fa.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.fa.po @@ -39,10 +39,10 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" "تیلز را در حالت مانای غیرفعال راهاندازی کرده و [[یک گذرواژهٔ مدیریتی ایجاد " -"کنید|startup_options/administration_password]]." +"کنید|welcome_screen/administration_password]]." #. type: Plain text #, fuzzy, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.fr.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.fr.po index 25d275a13f5..1aa3983c12e 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.fr.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.fr.po @@ -37,10 +37,10 @@ msgstr "Déverrouiller le volume persistant\n" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" "Démarrez Tails sans activer la persistance et [[définissez un mot de passe " -"d'administration|startup_options/administration_password]]." +"d'administration|welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.id.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.id.po index a529a354ce8..6d9738e920e 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.id.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.id.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.it.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.it.po index f088f3fdf31..73fb42769c2 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.it.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.it.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.mdwn b/wiki/src/doc/advanced_topics/persistence/check_file_system.mdwn index 8a18e7a2099..ca1ffed00db 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.mdwn +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.mdwn @@ -7,7 +7,7 @@ Unlock the persistent volume ============================ 1. Start Tails, with persistence disabled, and [[set up an administration - password|startup_options/administration_password]]. + password|welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.pl.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.pl.po index b3b0c95ff0a..f103eaaaaaf 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.pl.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.pl.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.pt.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.pt.po index 4a8a642b7e3..f7873471ee3 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.pt.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.pt.po @@ -34,7 +34,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.ru.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.ru.po index 151d078544f..67dd121e0c7 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.ru.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.ru.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.sr_Latn.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.sr_Latn.po index 270fd2b7a1b..70a629a612e 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.sr_Latn.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.sr_Latn.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.tr.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.tr.po index b3b0c95ff0a..f103eaaaaaf 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.tr.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.tr.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.zh.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.zh.po index 151d078544f..67dd121e0c7 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.zh.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.zh.po @@ -35,7 +35,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/check_file_system.zh_TW.po b/wiki/src/doc/advanced_topics/persistence/check_file_system.zh_TW.po index 9cca10c6504..e36a70c0b4c 100644 --- a/wiki/src/doc/advanced_topics/persistence/check_file_system.zh_TW.po +++ b/wiki/src/doc/advanced_topics/persistence/check_file_system.zh_TW.po @@ -34,7 +34,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails, with persistence disabled, and [[set up an administration " -"password|startup_options/administration_password]]." +"password|welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/virtualization.ar.po b/wiki/src/doc/advanced_topics/virtualization.ar.po index 8e044818a39..8a1ee794a65 100644 --- a/wiki/src/doc/advanced_topics/virtualization.ar.po +++ b/wiki/src/doc/advanced_topics/virtualization.ar.po @@ -167,7 +167,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.ca.po b/wiki/src/doc/advanced_topics/virtualization.ca.po index f36e5b98f3a..002d2f10432 100644 --- a/wiki/src/doc/advanced_topics/virtualization.ca.po +++ b/wiki/src/doc/advanced_topics/virtualization.ca.po @@ -165,7 +165,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.de.po b/wiki/src/doc/advanced_topics/virtualization.de.po index ae30298d7a1..e2713695f99 100644 --- a/wiki/src/doc/advanced_topics/virtualization.de.po +++ b/wiki/src/doc/advanced_topics/virtualization.de.po @@ -199,13 +199,13 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" "Die virtuelle Maschine von Tails verändert das Verhalten des " "Hostbetriebssystems nicht und der Netzwerkverkehr des Hosts wird nicht " "anonymisiert. Die MAC-Adresse des Computers wird nicht durch die Funktion " -"zum [[Verschleiern der MAC-Adresse|first_steps/startup_options/" +"zum [[Verschleiern der MAC-Adresse|first_steps/welcome_screen/" "mac_spoofing]] geändert, wenn Tails in einer virtuellen Maschine ausgeführt " "wird." diff --git a/wiki/src/doc/advanced_topics/virtualization.es.po b/wiki/src/doc/advanced_topics/virtualization.es.po index e997ec46622..083f4cd4ed7 100644 --- a/wiki/src/doc/advanced_topics/virtualization.es.po +++ b/wiki/src/doc/advanced_topics/virtualization.es.po @@ -196,13 +196,13 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" "La máquina virtual de Tails no modifica el comportamiento del sistema " "operativo anfitrión y el tráfico de red no es anonimizado. La dirección MAC " "del ordenador no se modifica con la funcionalidad de [[MAC address spoofing|" -"first_steps/startup_options/mac_spoofing]] de Tails cuando lo usas desde una " +"first_steps/welcome_screen/mac_spoofing]] de Tails cuando lo usas desde una " "máquina virtual." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/virtualization.fa.po b/wiki/src/doc/advanced_topics/virtualization.fa.po index 75ef9a7fa5b..308cef391af 100644 --- a/wiki/src/doc/advanced_topics/virtualization.fa.po +++ b/wiki/src/doc/advanced_topics/virtualization.fa.po @@ -204,11 +204,11 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" "ماشین مجازی تیلز رفتار سیستمعامل میزبان را تغییر نمیدهد و ترافیک شبکهٔ میزبان " -"ناشناس نمیشود. ویژگی [[جا زدن آدرس مک|first_steps/startup_options/" +"ناشناس نمیشود. ویژگی [[جا زدن آدرس مک|first_steps/welcome_screen/" "mac_spoofing]] نیز\n" "هنگام راهاندازی تیلز از یک ماشین مجازی باعث عوض شدن آدرس مک رایانه نمیشود." diff --git a/wiki/src/doc/advanced_topics/virtualization.fr.po b/wiki/src/doc/advanced_topics/virtualization.fr.po index 83e4561b100..58c53c71770 100644 --- a/wiki/src/doc/advanced_topics/virtualization.fr.po +++ b/wiki/src/doc/advanced_topics/virtualization.fr.po @@ -201,13 +201,13 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" "La machine virtuelle Tails ne modifie pas le comportement du système " "d'exploitation hôte et le trafic réseau de l'hôte n'est pas anonymisé. " "L'adresse MAC de l'ordinateur n'est pas modifiée par la fonctionnalité " -"d'[[usurpation d'adresse MAC|first_steps/startup_options/mac_spoofing]] de " +"d'[[usurpation d'adresse MAC|first_steps/welcome_screen/mac_spoofing]] de " "Tails si celui-ci est lancé dans une machine virtuelle." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/virtualization.id.po b/wiki/src/doc/advanced_topics/virtualization.id.po index 055ed6180a9..9b4f8b3514f 100644 --- a/wiki/src/doc/advanced_topics/virtualization.id.po +++ b/wiki/src/doc/advanced_topics/virtualization.id.po @@ -165,7 +165,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.it.po b/wiki/src/doc/advanced_topics/virtualization.it.po index a1f5dfb1eb9..eb702ca4651 100644 --- a/wiki/src/doc/advanced_topics/virtualization.it.po +++ b/wiki/src/doc/advanced_topics/virtualization.it.po @@ -162,7 +162,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.mdwn b/wiki/src/doc/advanced_topics/virtualization.mdwn index 91aafedfcb8..2a8540ff031 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/startup_options/mac_spoofing]] feature of Tails +spoofing|first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a virtual machine. </div> diff --git a/wiki/src/doc/advanced_topics/virtualization.pl.po b/wiki/src/doc/advanced_topics/virtualization.pl.po index a406889443f..03a67fcffea 100644 --- a/wiki/src/doc/advanced_topics/virtualization.pl.po +++ b/wiki/src/doc/advanced_topics/virtualization.pl.po @@ -166,7 +166,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.pt.po b/wiki/src/doc/advanced_topics/virtualization.pt.po index c31e95e10fc..5d7fc659ccf 100644 --- a/wiki/src/doc/advanced_topics/virtualization.pt.po +++ b/wiki/src/doc/advanced_topics/virtualization.pt.po @@ -165,7 +165,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.ru.po b/wiki/src/doc/advanced_topics/virtualization.ru.po index e438f1334ee..80134f9a6d9 100644 --- a/wiki/src/doc/advanced_topics/virtualization.ru.po +++ b/wiki/src/doc/advanced_topics/virtualization.ru.po @@ -166,7 +166,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.sr_Latn.po b/wiki/src/doc/advanced_topics/virtualization.sr_Latn.po index af74614c4a7..dd301b1f136 100644 --- a/wiki/src/doc/advanced_topics/virtualization.sr_Latn.po +++ b/wiki/src/doc/advanced_topics/virtualization.sr_Latn.po @@ -166,7 +166,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.tr.po b/wiki/src/doc/advanced_topics/virtualization.tr.po index 963ad2a7e1c..a205f5132e2 100644 --- a/wiki/src/doc/advanced_topics/virtualization.tr.po +++ b/wiki/src/doc/advanced_topics/virtualization.tr.po @@ -165,7 +165,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.zh.po b/wiki/src/doc/advanced_topics/virtualization.zh.po index 3d29a69318e..242e4ffe6f9 100644 --- a/wiki/src/doc/advanced_topics/virtualization.zh.po +++ b/wiki/src/doc/advanced_topics/virtualization.zh.po @@ -167,7 +167,7 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" diff --git a/wiki/src/doc/advanced_topics/virtualization.zh_TW.po b/wiki/src/doc/advanced_topics/virtualization.zh_TW.po index dc01c7d0347..e98d2695bf7 100644 --- a/wiki/src/doc/advanced_topics/virtualization.zh_TW.po +++ b/wiki/src/doc/advanced_topics/virtualization.zh_TW.po @@ -176,11 +176,11 @@ msgid "" "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/startup_options/mac_spoofing]] feature of Tails when run in a " +"first_steps/welcome_screen/mac_spoofing]] feature of Tails when run in a " "virtual machine." msgstr "" "Tails虛擬器不能修改原機作業系統的行為,也不能改變原機未匿名的網路流量。透過虛擬器運行 Tails ,其[[欺瞞 MAC 地址|" -"first_steps/startup_options/mac_spoofing]]的功能無法修改電腦的 MAC 地址。" +"first_steps/welcome_screen/mac_spoofing]]的功能無法修改電腦的 MAC 地址。" #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/wireless_devices.ar.po b/wiki/src/doc/advanced_topics/wireless_devices.ar.po index cfc6716c6e8..162bfeb4e27 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.ar.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.ar.po @@ -44,13 +44,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.ca.po b/wiki/src/doc/advanced_topics/wireless_devices.ca.po index 7758acae025..9d9b58471bc 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.ca.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.ca.po @@ -46,13 +46,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -166,7 +166,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.de.po b/wiki/src/doc/advanced_topics/wireless_devices.de.po index 0a515ce5ed6..fc6b5c1a196 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.de.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.de.po @@ -52,20 +52,20 @@ msgstr "Bei diese Vorgehensweise wird die Kommandozeile verwendet." #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "[[Setzen Sie beim Start von Tails ein Administrationspasswort|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" "Um den Index des drahtlosen Geräts herauszufinden, das Sie aktivieren " -"möchten, öffnen Sie ein [[Root-Terminal|doc/first_steps/startup_options/" +"möchten, öffnen Sie ein [[Root-Terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]] und führen Sie den folgenden " "Befehl aus:" @@ -231,11 +231,11 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" "Um nichtsdestotrotz Blutetooth in Tails zu verwenden, müssen Sie [[beim " -"Start ein Administrationspasswort setzen|doc/first_steps/startup_options/" +"Start ein Administrationspasswort setzen|doc/first_steps/welcome_screen/" "administration_password]] und das Paket `gnome-bluetooth` installieren." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/wireless_devices.es.po b/wiki/src/doc/advanced_topics/wireless_devices.es.po index 11ca60ebda8..f449a0ff295 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.es.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.es.po @@ -50,20 +50,20 @@ msgstr "Esta técnica utiliza la línea de comandos." #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "Al iniciar Tails, [[configura una contraseña de " -"administración|doc/first_steps/startup_options/administration_password]]." +"administración|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" "Para averiguar el índice del dispositivo inalámbrico que deseas habilitar, " -"abre una [[terminal de root|doc/first_steps/startup_options/administration_pa" +"abre una [[terminal de root|doc/first_steps/welcome_screen/administration_pa" "ssword#open_root_terminal]] y ejecuta el siguiente comando:" #. type: Plain text @@ -213,12 +213,12 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" "No obstante, para usar Bluetooth en Tails, tienes que [[configurar una " "contraseña de administración en el momento del " -"arranque|doc/first_steps/startup_options/administration_password]] e " +"arranque|doc/first_steps/welcome_screen/administration_password]] e " "instalar el paquete `gnome-bluetooth`." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/wireless_devices.fa.po b/wiki/src/doc/advanced_topics/wireless_devices.fa.po index eb85e562d25..3538396827a 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.fa.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.fa.po @@ -62,20 +62,20 @@ msgstr "این روش از خط فرمان استفاده میکند." #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "هنگام راهاندازی تیلز [[یک گذرواژهٔ مدیریتی بسازید|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" "برای یافتن شاخص دستگاههای بیسیم که میتوانید فعالشان کنید، یک [[پایانهٔ اصلی|" -"doc/first_steps/startup_options/administration_password#open_root_terminal]] " +"doc/first_steps/welcome_screen/administration_password#open_root_terminal]] " "باز کرده و این فرمان را اجرا کنید:" #. type: Plain text @@ -240,11 +240,11 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" "با این حال برای استفاده از بلوتوث باید [[هنگام راهاندازی یک گذرواژهٔ مدیریتی " -"بسازید|doc/first_steps/startup_options/administration_password]] و بستهٔ " +"بسازید|doc/first_steps/welcome_screen/administration_password]] و بستهٔ " "`gnome-bluetooth` را نصب کنید." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/wireless_devices.fr.po b/wiki/src/doc/advanced_topics/wireless_devices.fr.po index a25c42d6717..cb2627c7d67 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.fr.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.fr.po @@ -48,20 +48,20 @@ msgstr "Cette méthode utilise la ligne de commande." #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" "Lors du démarrage de Tails, [[définissez un mot de passe d'administration|" -"doc/first_steps/startup_options/administration_password]]." +"doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" "Pour déterminer l'index du périphérique sans-fil que vous voulez activer, " -"ouvrez un [[terminal administrateur|doc/first_steps/startup_options/" +"ouvrez un [[terminal administrateur|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], et exécutez la commande " "suivante :" @@ -210,11 +210,11 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" "Pour utiliser le Bluetooth, vous devez [[définir un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]] " +"d'administration|doc/first_steps/welcome_screen/administration_password]] " "et installer le paquet `gnome-bluetooth`." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/wireless_devices.id.po b/wiki/src/doc/advanced_topics/wireless_devices.id.po index 50088458c4a..d6429a016d4 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.id.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.id.po @@ -46,13 +46,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -175,7 +175,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.it.po b/wiki/src/doc/advanced_topics/wireless_devices.it.po index e32a1ae2467..7034d1b460a 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.it.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.it.po @@ -46,13 +46,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -175,7 +175,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.mdwn b/wiki/src/doc/advanced_topics/wireless_devices.mdwn index 0480b0aa163..e743396aba2 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.mdwn +++ b/wiki/src/doc/advanced_topics/wireless_devices.mdwn @@ -13,11 +13,11 @@ Enable a wireless device This technique uses the command line. 1. When starting Tails, [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 2. To find out the index of the wireless device that you want to enable, open a [[root - terminal|doc/first_steps/startup_options/administration_password#open_root_terminal]], + terminal|doc/first_steps/welcome_screen/administration_password#open_root_terminal]], and execute the following command: rfkill list @@ -84,7 +84,7 @@ XXX: one also needs to remove `sudo rm rfkill unblock bluetooth`. To use Bluetooth in Tails nonetheless, you have to -[[set up an administration password at boot time|doc/first_steps/startup_options/administration_password]] +[[set up an administration password at boot time|doc/first_steps/welcome_screen/administration_password]] and install the `gnome-bluetooth` package. --> diff --git a/wiki/src/doc/advanced_topics/wireless_devices.pl.po b/wiki/src/doc/advanced_topics/wireless_devices.pl.po index 92844279771..b1247fb1343 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.pl.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.pl.po @@ -47,13 +47,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -167,7 +167,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.pt.po b/wiki/src/doc/advanced_topics/wireless_devices.pt.po index 7c6c7ae1342..eb30e773da7 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.pt.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.pt.po @@ -46,13 +46,13 @@ msgstr "Esta técnica utiliza a linha de comando." #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -166,7 +166,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.ru.po b/wiki/src/doc/advanced_topics/wireless_devices.ru.po index 3e14a563ba2..d06adab0a8d 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.ru.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.ru.po @@ -47,13 +47,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -167,7 +167,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.sr_Latn.po b/wiki/src/doc/advanced_topics/wireless_devices.sr_Latn.po index eac5a369add..48feb393f06 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.sr_Latn.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.sr_Latn.po @@ -44,14 +44,14 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " "[[root " -"terminal|doc/first_steps/startup_options/administration_password#open_root_terminal]], " +"terminal|doc/first_steps/welcome_screen/administration_password#open_root_terminal]], " "and execute the following command:" msgstr "" @@ -166,7 +166,7 @@ msgstr "" msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " "administration password at boot " -"time|doc/first_steps/startup_options/administration_password]] and install " +"time|doc/first_steps/welcome_screen/administration_password]] and install " "the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.tr.po b/wiki/src/doc/advanced_topics/wireless_devices.tr.po index cfc6716c6e8..162bfeb4e27 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.tr.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.tr.po @@ -44,13 +44,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.zh.po b/wiki/src/doc/advanced_topics/wireless_devices.zh.po index 43711cf01bb..bdac0383c5f 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.zh.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.zh.po @@ -46,13 +46,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " -"[[root terminal|doc/first_steps/startup_options/" +"[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]], and execute the following " "command:" msgstr "" @@ -166,7 +166,7 @@ msgstr "" #. type: Plain text msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " -"administration password at boot time|doc/first_steps/startup_options/" +"administration password at boot time|doc/first_steps/welcome_screen/" "administration_password]] and install the `gnome-bluetooth` package." msgstr "" diff --git a/wiki/src/doc/advanced_topics/wireless_devices.zh_TW.po b/wiki/src/doc/advanced_topics/wireless_devices.zh_TW.po index abb263203bf..19dbc37163d 100644 --- a/wiki/src/doc/advanced_topics/wireless_devices.zh_TW.po +++ b/wiki/src/doc/advanced_topics/wireless_devices.zh_TW.po @@ -45,19 +45,19 @@ msgstr "這個技巧是使用命令列指令。" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" -"Tails 啟動時, [[設定一個管理員密碼|doc/first_steps/startup_options/" +"Tails 啟動時, [[設定一個管理員密碼|doc/first_steps/welcome_screen/" "administration_password]]." #. type: Bullet: '2. ' msgid "" "To find out the index of the wireless device that you want to enable, open a " "[[root " -"terminal|doc/first_steps/startup_options/administration_password#open_root_terminal]], " +"terminal|doc/first_steps/welcome_screen/administration_password#open_root_terminal]], " "and execute the following command:" msgstr "" -"欲找出要啟動的無線設備目錄索引,請利用[[root terminal|doc/first_steps/startup_options/" +"欲找出要啟動的無線設備目錄索引,請利用[[root terminal|doc/first_steps/welcome_screen/" "administration_password#open_root_terminal]],並執行以下指令:" #. type: Plain text @@ -180,10 +180,10 @@ msgstr "" msgid "" "To use Bluetooth in Tails nonetheless, you have to [[set up an " "administration password at boot " -"time|doc/first_steps/startup_options/administration_password]] and install " +"time|doc/first_steps/welcome_screen/administration_password]] and install " "the `gnome-bluetooth` package." msgstr "" -"在 Tails 使用藍牙,必須 [[在開機時設定管理員密碼|doc/first_steps/startup_options/" +"在 Tails 使用藍牙,必須 [[在開機時設定管理員密碼|doc/first_steps/welcome_screen/" "administration_password]]並安裝 `gnome-bluetooth` 套件包。" #. type: Plain text diff --git a/wiki/src/doc/anonymous_internet/networkmanager.ar.po b/wiki/src/doc/anonymous_internet/networkmanager.ar.po index e50cb14ff6b..86b34e7459c 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.ar.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.ar.po @@ -150,7 +150,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.ca.po b/wiki/src/doc/anonymous_internet/networkmanager.ca.po index b7bc6b445f2..c88db626e7f 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.ca.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.ca.po @@ -148,7 +148,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.de.po b/wiki/src/doc/anonymous_internet/networkmanager.de.po index f6665525e47..19eba36d1fb 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.de.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.de.po @@ -202,12 +202,12 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" "Um sich mit Hilfe von Bridges mit Tor zu verbinden oder einen Proxy für den " "Internetzugriff zu konfigurieren, ist es nötig [[beim Start von Tails " "zusätzliche Konfigurationen für Tor zu aktivieren|first_steps/" -"startup_options#additional]]." +"welcome_screen#additional]]." #. type: Title = #, no-wrap diff --git a/wiki/src/doc/anonymous_internet/networkmanager.es.po b/wiki/src/doc/anonymous_internet/networkmanager.es.po index 9662d36e3a7..04cf00117e8 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.es.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.es.po @@ -176,11 +176,11 @@ msgstr "Usar puentes de Tor o un proxy local\n" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" "Para conectarte a Tor a través de puentes o configurar un proxy de acceso a " "Internet, necesitas [[activar la configuración adicional de Tor cuando " -"arrancas Tails|first_steps/startup_options#additional]]." +"arrancas Tails|first_steps/welcome_screen#additional]]." #. type: Title = #, no-wrap diff --git a/wiki/src/doc/anonymous_internet/networkmanager.fa.po b/wiki/src/doc/anonymous_internet/networkmanager.fa.po index e08e86e7805..8e2a6b3011f 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.fa.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.fa.po @@ -210,7 +210,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.fr.po b/wiki/src/doc/anonymous_internet/networkmanager.fr.po index 58a359f301d..eff410fe06c 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.fr.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.fr.po @@ -175,12 +175,12 @@ msgstr "Utiliser les bridges Tor ou un serveur proxy local\n" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" "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/" -"startup_options#additional]]." +"welcome_screen#additional]]." #. type: Title = #, no-wrap diff --git a/wiki/src/doc/anonymous_internet/networkmanager.id.po b/wiki/src/doc/anonymous_internet/networkmanager.id.po index 3a8a96881ca..0a573a4e2af 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.id.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.id.po @@ -148,7 +148,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.it.po b/wiki/src/doc/anonymous_internet/networkmanager.it.po index bc38fb58d2a..0689ab59143 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.it.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.it.po @@ -150,7 +150,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.mdwn b/wiki/src/doc/anonymous_internet/networkmanager.mdwn index 248cc0d965e..36502034002 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.mdwn +++ b/wiki/src/doc/anonymous_internet/networkmanager.mdwn @@ -60,7 +60,7 @@ Using Tor bridges or a local proxy ================================== To connect to Tor using bridges or configure a proxy to access the Internet, -you need to [[activate additional Tor configuration when starting Tails|first_steps/startup_options#additional]]. +you need to [[activate additional Tor configuration when starting Tails|first_steps/welcome_screen#additional]]. Modifying and saving your network settings ========================================== diff --git a/wiki/src/doc/anonymous_internet/networkmanager.pl.po b/wiki/src/doc/anonymous_internet/networkmanager.pl.po index 581a7b734ff..32a6837ac20 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.pl.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.pl.po @@ -149,7 +149,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.pt.po b/wiki/src/doc/anonymous_internet/networkmanager.pt.po index e945a9754c5..89e89a3b69c 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.pt.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.pt.po @@ -211,7 +211,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.ru.po b/wiki/src/doc/anonymous_internet/networkmanager.ru.po index 552057823f2..b26705e7342 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.ru.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.ru.po @@ -149,7 +149,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.sr_Latn.po b/wiki/src/doc/anonymous_internet/networkmanager.sr_Latn.po index 3bea978ec29..fc0c2ca61c9 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.sr_Latn.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.sr_Latn.po @@ -149,7 +149,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.tr.po b/wiki/src/doc/anonymous_internet/networkmanager.tr.po index e90fbcb1f17..e5a5d28f5a1 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.tr.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.tr.po @@ -148,7 +148,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.zh.po b/wiki/src/doc/anonymous_internet/networkmanager.zh.po index f82a654f244..e82600d0db6 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.zh.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.zh.po @@ -148,7 +148,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = diff --git a/wiki/src/doc/anonymous_internet/networkmanager.zh_TW.po b/wiki/src/doc/anonymous_internet/networkmanager.zh_TW.po index e5577c783d0..2b566bfa753 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager.zh_TW.po +++ b/wiki/src/doc/anonymous_internet/networkmanager.zh_TW.po @@ -148,7 +148,7 @@ msgstr "" msgid "" "To connect to Tor using bridges or configure a proxy to access the Internet, " "you need to [[activate additional Tor configuration when starting Tails|" -"first_steps/startup_options#additional]]." +"first_steps/welcome_screen#additional]]." msgstr "" #. type: Title = 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 54f22cb440b..2ce90614dba 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 3845d946148..1b464d85d36 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 de8043a2b72..be1d1e2a236 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 de8043a2b72..be1d1e2a236 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 de8043a2b72..be1d1e2a236 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 930f3714f9e..fc5cfe7f681 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 @@ -49,12 +49,12 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" " Dans ce cas, vous pouvez désactiver l'usurpation d'adresse MAC pour permettre à l'interface Wi-Fi\n" " de fonctionner dans Tails. Désactiver l'usurpation d'adresse MAC a des conséquences sur la sécurité, donc lisez\n" " attentivement notre [[documentation sur l’usurpation d'adresse\n" -" MAC|first_steps/startup_options/mac_spoofing]] avant de le faire.\n" +" MAC|first_steps/welcome_screen/mac_spoofing]] avant de le faire.\n" #. type: Plain text msgid "To connect to the Internet, you can try to either:" 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 5be4256f571..47e458bba46 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 0f5f472503f..4938a38df84 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 @@ -47,7 +47,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 3bd85a384b6..f5d388265ef 100644 --- a/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.mdwn +++ b/wiki/src/doc/anonymous_internet/networkmanager/no-wifi.inline.mdwn @@ -12,7 +12,7 @@ If your Wi-Fi interface is not working, either: 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 carefully our [[documentation about MAC - spoofing|first_steps/startup_options/mac_spoofing]] before doing so. + spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so. To connect to the Internet, you can try to either: 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 13185b13713..3db5c4befff 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 de8043a2b72..be1d1e2a236 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 1cb51ee7408..8cc1fc87737 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 8d11c9866fc..8754af8e8d4 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 cba5178abfd..b6f0ad472fa 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 98e8d0f9a04..1fb4f6a9c56 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text 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 efc8de3d987..bbf26340eba 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 @@ -46,7 +46,7 @@ msgid "" " In this case, you can disable MAC spoofing to get your Wi-Fi interface\n" " to work in Tails. Disabling MAC spoofing has security implications, so read\n" " carefully our [[documentation about MAC\n" -" spoofing|first_steps/startup_options/mac_spoofing]] before doing so.\n" +" spoofing|first_steps/welcome_screen/mac_spoofing]] before doing so.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/doc/anonymous_internet/tor_status.ar.po b/wiki/src/doc/anonymous_internet/tor_status.ar.po index 5e5141098f9..d0132c7dbcd 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.ar.po +++ b/wiki/src/doc/anonymous_internet/tor_status.ar.po @@ -128,7 +128,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.ca.po b/wiki/src/doc/anonymous_internet/tor_status.ca.po index 838d33e9054..8fb369d585b 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.ca.po +++ b/wiki/src/doc/anonymous_internet/tor_status.ca.po @@ -126,7 +126,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.de.po b/wiki/src/doc/anonymous_internet/tor_status.de.po index aa272cf1273..6aeb58871a7 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.de.po +++ b/wiki/src/doc/anonymous_internet/tor_status.de.po @@ -144,10 +144,10 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" "Dem ersten Relais oder dem *Entry Guard*. Wenn Sie eine [[Tor Bridge|" -"first_steps/startup_options/bridge_mode]] konfiguriert haben, ist Ihre " +"first_steps/welcome_screen/bridge_mode]] konfiguriert haben, ist Ihre " "Bridge das erste Relais." #. type: Bullet: ' - ' @@ -234,16 +234,16 @@ msgstr "[[!img doc/about/warning/htw2-tails.png link=no alt=\"Schema einer Verbi #~| msgid "" #~| "To configure bridges, firewall, or proxy settings [[select the " #~| "corresponding option in <span class=\"application\">Tails Greeter</span> " -#~| "|first_steps/startup_options/bridge_mode]]." +#~| "|first_steps/welcome_screen/bridge_mode]]." #~ msgid "" #~ "To configure bridges, firewall, or proxy settings [[select the " #~ "corresponding\n" #~ "option in <span class=\"application\">Tails Greeter</span>|first_steps/" -#~ "startup_options/bridge_mode]].\n" +#~ "welcome_screen/bridge_mode]].\n" #~ msgstr "" #~ "Um Bridges, Firewall- oder Proxyeinstellungen zu konfigurieren, [[wählen " #~ "Sie die entsprechende Option im <span class=\"application\">Tails " -#~ "Greeter</span>|first_steps/startup_options/bridge_mode]]." +#~ "Greeter</span>|first_steps/welcome_screen/bridge_mode]]." #~ msgid "[[!meta title=\"Controlling Tor using Vidalia\"]]\n" #~ msgstr "[[!meta title=\"Tor mit Vidalia steuern\"]]\n" @@ -430,7 +430,7 @@ msgstr "[[!img doc/about/warning/htw2-tails.png link=no alt=\"Schema einer Verbi #~ msgid "" #~ "<span class=\"application\">Vidalia</span> allows you to control some of " #~ "the\n" -#~ "functionalities of Tor. Unless [[first_steps/startup_options/" +#~ "functionalities of Tor. Unless [[first_steps/welcome_screen/" #~ "Windows_Camouflage]] is enabled, Vidalia will\n" #~ "be started automatically when an [[Internet connection|networkmanager]] " #~ "is established.\n" @@ -438,7 +438,7 @@ msgstr "[[!img doc/about/warning/htw2-tails.png link=no alt=\"Schema einer Verbi #~ "<span class=\"application\">Vidalia</span> erlaubt Ihnen, einige der " #~ "Funktionen von\n" #~ "Tor zu steuern. Sofern die [[Windows Camouflage|first_steps/" -#~ "startup_options/Windows_Camouflage]] nicht aktiviert ist, wird Vidalia,\n" +#~ "welcome_screen/Windows_Camouflage]] nicht aktiviert ist, wird Vidalia,\n" #~ "nach dem [[Verbinden mit dem Internet|networkmanager]], automatisch " #~ "gestartet.\n" diff --git a/wiki/src/doc/anonymous_internet/tor_status.es.po b/wiki/src/doc/anonymous_internet/tor_status.es.po index 6e298a0e539..0da84edb1d7 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.es.po +++ b/wiki/src/doc/anonymous_internet/tor_status.es.po @@ -144,10 +144,10 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" "El primer repetidor, o *entry guard*. Si has configurado un [[puente de Tor|" -"first_steps/startup_options/bridge_mode]], tu puente será el primer " +"first_steps/welcome_screen/bridge_mode]], tu puente será el primer " "repetidor." #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.fa.po b/wiki/src/doc/anonymous_internet/tor_status.fa.po index cd43b3f0213..5b008e922e5 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.fa.po +++ b/wiki/src/doc/anonymous_internet/tor_status.fa.po @@ -156,7 +156,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' @@ -251,16 +251,16 @@ msgstr "" #~| msgid "" #~| "To configure bridges, firewall, or proxy settings [[select the " #~| "corresponding option in <span class=\"application\">Tails Greeter</span> " -#~| "|first_steps/startup_options/bridge_mode]]." +#~| "|first_steps/welcome_screen/bridge_mode]]." #~ msgid "" #~ "To configure bridges, firewall, or proxy settings [[select the " #~ "corresponding\n" #~ "option in <span class=\"application\">Tails Greeter</span>|first_steps/" -#~ "startup_options/bridge_mode]].\n" +#~ "welcome_screen/bridge_mode]].\n" #~ msgstr "" #~ "برای پیکربندی پلها، دیوارهای آتش یا تنظیمات پروکسی [[گزینهٔ مرتبط در " #~ "<span class=\"application\">خوشامدگوی تیلز</span> انتخاب کنید|first_steps/" -#~ "startup_options/bridge_mode]]." +#~ "welcome_screen/bridge_mode]]." #~ msgid "[[!meta title=\"Controlling Tor using Vidalia\"]]\n" #~ msgstr "[[!meta title=\"کنترل تور با استفاده از ویدالیا\"]]\n" @@ -443,7 +443,7 @@ msgstr "" #~ msgid "" #~ "<span class=\"application\">Vidalia</span> allows you to control some of " #~ "the\n" -#~ "functionalities of Tor. Unless [[first_steps/startup_options/" +#~ "functionalities of Tor. Unless [[first_steps/welcome_screen/" #~ "Windows_Camouflage]] is enabled, Vidalia will\n" #~ "be started automatically when an [[Internet connection|networkmanager]] " #~ "is established.\n" @@ -452,7 +452,7 @@ msgstr "" #~ "ویژگیهای\n" #~ "تور را میدهد. ویدالیا پس از برقراری [[اتصال اینترنت|networkmanager]] فعال " #~ "میشود،\n" -#~ "مگر این که حالت [[first_steps/startup_options/Windows_Camouflage]] فعال " +#~ "مگر این که حالت [[first_steps/welcome_screen/Windows_Camouflage]] فعال " #~ "شده باشد.\n" #~ msgid "<div class=\"icon\">\n" diff --git a/wiki/src/doc/anonymous_internet/tor_status.fr.po b/wiki/src/doc/anonymous_internet/tor_status.fr.po index 935e0ca65e8..ff195344a98 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.fr.po +++ b/wiki/src/doc/anonymous_internet/tor_status.fr.po @@ -144,10 +144,10 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" "Un premier relais ou *garde d'entrée*. Si vous avez configuré un [[bridge " -"Tor|first_steps/startup_options/bridge_mode]], il sera votre premier relais." +"Tor|first_steps/welcome_screen/bridge_mode]], il sera votre premier relais." #. type: Bullet: ' - ' msgid "The second relay or *middle node*." @@ -227,16 +227,16 @@ msgstr "[[!img doc/about/warning/htw2-tails.fr.png link=no alt=\"Schéma d'une c #~| msgid "" #~| "To configure bridges, firewall, or proxy settings [[select the " #~| "corresponding option in <span class=\"application\">Tails Greeter</span> " -#~| "|first_steps/startup_options/bridge_mode]]." +#~| "|first_steps/welcome_screen/bridge_mode]]." #~ msgid "" #~ "To configure bridges, firewall, or proxy settings [[select the " #~ "corresponding\n" #~ "option in <span class=\"application\">Tails Greeter</span>|first_steps/" -#~ "startup_options/bridge_mode]].\n" +#~ "welcome_screen/bridge_mode]].\n" #~ msgstr "" #~ "Pour configurer des bridges, pare-feu, ou proxy [[sélectionner l'option " #~ "correspondante dans <span class=\"application\">Tails Greeter</span> |" -#~ "first_steps/startup_options/bridge_mode]]." +#~ "first_steps/welcome_screen/bridge_mode]]." #~ msgid "[[!meta title=\"Controlling Tor using Vidalia\"]]\n" #~ msgstr "[[!meta title=\"Contrôler Tor grâce à Vidalia\"]]\n" @@ -431,7 +431,7 @@ msgstr "[[!img doc/about/warning/htw2-tails.fr.png link=no alt=\"Schéma d'une c #~ msgid "" #~ "<span class=\"application\">Vidalia</span> allows you to control some of " #~ "the\n" -#~ "functionalities of Tor. Unless [[first_steps/startup_options/" +#~ "functionalities of Tor. Unless [[first_steps/welcome_screen/" #~ "Windows_Camouflage]] is enabled, Vidalia will\n" #~ "be started automatically when an [[Internet connection|networkmanager]] " #~ "is established.\n" @@ -439,7 +439,7 @@ msgstr "[[!img doc/about/warning/htw2-tails.fr.png link=no alt=\"Schéma d'une c #~ "<span class=\"application\">Vidalia</span> vous permet de contrôler " #~ "quelques\n" #~ "fonctionnalités de Tor. Sauf lorsque vous utilisez le [[camouflage " -#~ "Windows|first_steps/startup_options/Windows_Camouflage]],\n" +#~ "Windows|first_steps/welcome_screen/Windows_Camouflage]],\n" #~ "Vidalia est démarré automatiquement lorsqu'une [[connexion\n" #~ "Internet|networkmanager]] est établie.\n" @@ -516,10 +516,10 @@ msgstr "[[!img doc/about/warning/htw2-tails.fr.png link=no alt=\"Schéma d'une c #~ msgstr "Se connecter *via* une passerelle\n" #~ msgid "" -#~ "[[See the corresponding documentation.|first_steps/startup_options/" +#~ "[[See the corresponding documentation.|first_steps/welcome_screen/" #~ "bridge_mode]]" #~ msgstr "" -#~ "[[Voir la documentation correspondante.|first_steps/startup_options/" +#~ "[[Voir la documentation correspondante.|first_steps/welcome_screen/" #~ "bridge_mode]]" #~ msgid "Configuring Hidden Services for Tor\n" diff --git a/wiki/src/doc/anonymous_internet/tor_status.id.po b/wiki/src/doc/anonymous_internet/tor_status.id.po index b5cd66cfd7a..1c2bcc4b304 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.id.po +++ b/wiki/src/doc/anonymous_internet/tor_status.id.po @@ -126,7 +126,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.it.po b/wiki/src/doc/anonymous_internet/tor_status.it.po index 5c9d3be7f5d..4552fb79784 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.it.po +++ b/wiki/src/doc/anonymous_internet/tor_status.it.po @@ -123,7 +123,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.mdwn b/wiki/src/doc/anonymous_internet/tor_status.mdwn index 90e8d1df37a..80174748b12 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.mdwn +++ b/wiki/src/doc/anonymous_internet/tor_status.mdwn @@ -46,7 +46,7 @@ untranslated.--> The circuits established by Tor are listed in the left pane. A Tor circuit is made of three relays: - - The first relay or *entry guard*. If you configured a [[Tor bridge|first_steps/startup_options/bridge_mode]], your bridge is the first relay. + - The first relay or *entry guard*. If you configured a [[Tor bridge|first_steps/welcome_screen/bridge_mode]], your bridge is the first relay. - The second relay or *middle node*. - The exit node. diff --git a/wiki/src/doc/anonymous_internet/tor_status.pl.po b/wiki/src/doc/anonymous_internet/tor_status.pl.po index bc3ff543482..10e87d7bdcb 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.pl.po +++ b/wiki/src/doc/anonymous_internet/tor_status.pl.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.pt.po b/wiki/src/doc/anonymous_internet/tor_status.pt.po index 71d54f93f03..1389990de74 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.pt.po +++ b/wiki/src/doc/anonymous_internet/tor_status.pt.po @@ -151,7 +151,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' @@ -247,16 +247,16 @@ msgstr "" #~| msgid "" #~| "To configure bridges, firewall, or proxy settings [[select the " #~| "corresponding option in <span class=\"application\">Tails Greeter</span> " -#~| "|first_steps/startup_options/bridge_mode]]." +#~| "|first_steps/welcome_screen/bridge_mode]]." #~ msgid "" #~ "To configure bridges, firewall, or proxy settings [[select the " #~ "corresponding\n" #~ "option in <span class=\"application\">Tails Greeter</span>|first_steps/" -#~ "startup_options/bridge_mode]].\n" +#~ "welcome_screen/bridge_mode]].\n" #~ msgstr "" #~ "Para configurar pontes (bridges), firewall ou proxy, [[selecione a opção " #~ "correspondente no <span class=\"application\">Tails Greeter</span>|" -#~ "first_steps/startup_options/bridge_mode]]." +#~ "first_steps/welcome_screen/bridge_mode]]." #~ msgid "[[!meta title=\"Controlling Tor using Vidalia\"]]\n" #~ msgstr "[[!meta title=\"Controlando o Tor com Vidalia\"]]\n" @@ -433,7 +433,7 @@ msgstr "" #~ msgid "" #~ "<span class=\"application\">Vidalia</span> allows you to control some of " #~ "the\n" -#~ "functionalities of Tor. Unless [[first_steps/startup_options/" +#~ "functionalities of Tor. Unless [[first_steps/welcome_screen/" #~ "Windows_Camouflage]] is enabled, Vidalia will\n" #~ "be started automatically when an [[Internet connection|networkmanager]] " #~ "is established.\n" @@ -518,10 +518,10 @@ msgstr "" #~ msgstr "Conecte-se Através de uma Bridge\n" #~ msgid "" -#~ "[[See the corresponding documentation.|first_steps/startup_options/" +#~ "[[See the corresponding documentation.|first_steps/welcome_screen/" #~ "bridge_mode]]" #~ msgstr "" -#~ "[[Veja a documentação correspondente.|first_steps/startup_options/" +#~ "[[Veja a documentação correspondente.|first_steps/welcome_screen/" #~ "bridge_mode]]" #~ msgid "Configuring Hidden Services for Tor\n" diff --git a/wiki/src/doc/anonymous_internet/tor_status.ru.po b/wiki/src/doc/anonymous_internet/tor_status.ru.po index ddcc32d9124..eecdc2e852b 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.ru.po +++ b/wiki/src/doc/anonymous_internet/tor_status.ru.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.sr_Latn.po b/wiki/src/doc/anonymous_internet/tor_status.sr_Latn.po index 5c08c724cf4..d19206dbaf3 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.sr_Latn.po +++ b/wiki/src/doc/anonymous_internet/tor_status.sr_Latn.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.tr.po b/wiki/src/doc/anonymous_internet/tor_status.tr.po index 06fd94e47e1..46db85c8f64 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.tr.po +++ b/wiki/src/doc/anonymous_internet/tor_status.tr.po @@ -126,7 +126,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.zh.po b/wiki/src/doc/anonymous_internet/tor_status.zh.po index d62d85bb2af..f5ff561e09a 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.zh.po +++ b/wiki/src/doc/anonymous_internet/tor_status.zh.po @@ -126,7 +126,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/tor_status.zh_TW.po b/wiki/src/doc/anonymous_internet/tor_status.zh_TW.po index bc18783d16d..00a4d27bd10 100644 --- a/wiki/src/doc/anonymous_internet/tor_status.zh_TW.po +++ b/wiki/src/doc/anonymous_internet/tor_status.zh_TW.po @@ -125,7 +125,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" "The first relay or *entry guard*. If you configured a [[Tor bridge|" -"first_steps/startup_options/bridge_mode]], your bridge is the first relay." +"first_steps/welcome_screen/bridge_mode]], your bridge is the first relay." msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser.de.po b/wiki/src/doc/anonymous_internet/unsafe_browser.de.po index 42148979c73..f894f94d45f 100644 --- a/wiki/src/doc/anonymous_internet/unsafe_browser.de.po +++ b/wiki/src/doc/anonymous_internet/unsafe_browser.de.po @@ -141,14 +141,14 @@ msgstr "" #~ "ein Browser mit uneingeschränktem Internetzugriff nötig." #~ msgid "" -#~ "When using [[doc/first_steps/startup_options/windows_camouflage]] the red " +#~ "When using [[doc/first_steps/welcome_screen/windows_camouflage]] the red " #~ "theme is disabled in order to raise less suspicion. It is still possible " #~ "to quietly identify the <span class=\"application\">Unsafe Browser</span> " #~ "since it has English Wikipedia as its default (and only) search engine in " #~ "the navigation toolbar. The lack of the onion icon is another such visual " #~ "reminder." #~ msgstr "" -#~ "Wenn [[Windows Camouflage|doc/first_steps/startup_options/" +#~ "Wenn [[Windows Camouflage|doc/first_steps/welcome_screen/" #~ "windows_camouflage]] benutzt wird, ist das rote Farbschema deaktiviert, " #~ "um weniger Aufmerksamkeit zu erregen. Es ist dennoch möglich, den <span " #~ "class=\"application\">Unsicheren Browser</span> in Ruhe zu erkennen, da " diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser.fa.po b/wiki/src/doc/anonymous_internet/unsafe_browser.fa.po index ae5cdbeebc9..2a74bc22f75 100644 --- a/wiki/src/doc/anonymous_internet/unsafe_browser.fa.po +++ b/wiki/src/doc/anonymous_internet/unsafe_browser.fa.po @@ -140,14 +140,14 @@ msgstr "" #~ "نامحدود به اینترنت ضروری است." #~ msgid "" -#~ "When using [[doc/first_steps/startup_options/windows_camouflage]] the red " +#~ "When using [[doc/first_steps/welcome_screen/windows_camouflage]] the red " #~ "theme is disabled in order to raise less suspicion. It is still possible " #~ "to quietly identify the <span class=\"application\">Unsafe Browser</span> " #~ "since it has English Wikipedia as its default (and only) search engine in " #~ "the navigation toolbar. The lack of the onion icon is another such visual " #~ "reminder." #~ msgstr "" -#~ "هنگام استفاده از [[doc/first_steps/startup_options/windows_camouflage]] " +#~ "هنگام استفاده از [[doc/first_steps/welcome_screen/windows_camouflage]] " #~ "تم قرمز برای جلوگیری از مشکوک شدن دیگران غیرفعال میشود. همچنان امکان " #~ "شناسایی <span class=\"application\">مرورگر غیرامن</span> وجود دارد، چون " #~ "موتور جستجوی پیشفرض (و تنها موتور جستجوی آن) در نوار ابزار مرور ویکیپدیای " diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po b/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po index 69e3b0bbabf..88ea8cf77d8 100644 --- a/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po +++ b/wiki/src/doc/anonymous_internet/unsafe_browser.fr.po @@ -137,7 +137,7 @@ msgstr "" #~ "navigateur web ayant un accès sans restriction à Internet est nécessaire." #~ msgid "" -#~ "When using [[doc/first_steps/startup_options/windows_camouflage]] the red " +#~ "When using [[doc/first_steps/welcome_screen/windows_camouflage]] the red " #~ "theme is disabled in order to raise less suspicion. It is still possible " #~ "to quietly identify the <span class=\"application\">Unsafe Browser</span> " #~ "since it has English Wikipedia as its default (and only) search engine in " @@ -145,7 +145,7 @@ msgstr "" #~ "reminder." #~ msgstr "" #~ "Lorsque vous utilisez l'option [[Windows camouflage|doc/first_steps/" -#~ "startup_options/windows_camouflage]], le thème rouge est désactivé pour " +#~ "welcome_screen/windows_camouflage]], le thème rouge est désactivé pour " #~ "éviter d'éveiller les soupçons. Il est toujours possible de différencier " #~ "le <span class=\"application\">Navigateur Non-sécurisé</span> par le fait " #~ "que Wikipedia en anglais est le moteur de recherche par défaut, et le " diff --git a/wiki/src/doc/anonymous_internet/unsafe_browser.pt.po b/wiki/src/doc/anonymous_internet/unsafe_browser.pt.po index a9fb1edcaee..811a09da7b2 100644 --- a/wiki/src/doc/anonymous_internet/unsafe_browser.pt.po +++ b/wiki/src/doc/anonymous_internet/unsafe_browser.pt.po @@ -151,7 +151,7 @@ msgstr "" #~ "irrestrito à rede." #~ msgid "" -#~ "When using [[doc/first_steps/startup_options/windows_camouflage]] the red " +#~ "When using [[doc/first_steps/welcome_screen/windows_camouflage]] the red " #~ "theme is disabled in order to raise less suspicion. It is still possible " #~ "to quietly identify the <span class=\"application\">Unsafe Browser</span> " #~ "since it has English Wikipedia as its default (and only) search engine in " @@ -159,7 +159,7 @@ msgstr "" #~ "reminder." #~ msgstr "" #~ "Quando estiver usando a [[camuflagem windows|doc/first_steps/" -#~ "startup_options/windows_camouflage]], o tema vermelho estará desabilitado " +#~ "welcome_screen/windows_camouflage]], o tema vermelho estará desabilitado " #~ "para levantar menos suspeitas. Ainda será possível identificar " #~ "silenciosamente o <span class=\"application\">Navegador Inseguro</span> " #~ "pois ele tem a Wikipedia em inglês como sua ferramenta de busca padrão (e " diff --git a/wiki/src/doc/encryption_and_privacy/encrypted_volumes.fr.po b/wiki/src/doc/encryption_and_privacy/encrypted_volumes.fr.po index 431b473eec1..773abbe01e6 100644 --- a/wiki/src/doc/encryption_and_privacy/encrypted_volumes.fr.po +++ b/wiki/src/doc/encryption_and_privacy/encrypted_volumes.fr.po @@ -718,14 +718,14 @@ msgstr " </span> et choisissez <span class=\"guimenu\">Modifier la phrase de p #~ msgid "" #~ "<p>[[Administration\n" -#~ "privileges|first_steps/startup_options/administration_password]] are " +#~ "privileges|first_steps/welcome_screen/administration_password]] are " #~ "required to\n" #~ "modify the list of partitions on the USB stick or SD card from which " #~ "Tails is\n" #~ "running.</p>\n" #~ msgstr "" #~ "<p>Les [[droits\n" -#~ "d'administration|first_steps/startup_options/administration_password]] " +#~ "d'administration|first_steps/welcome_screen/administration_password]] " #~ "sont nécessaires\n" #~ "pour modifier la liste des partitions sur la clé USB ou la carte SD " #~ "depuis laquelle Tails est\n" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.ar.po b/wiki/src/doc/encryption_and_privacy/veracrypt.ar.po index eb3597f0006..9c9c9de1497 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.ar.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.ar.po @@ -456,7 +456,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.ca.po b/wiki/src/doc/encryption_and_privacy/veracrypt.ca.po index 24210e758bc..86878a1773e 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.ca.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.ca.po @@ -455,7 +455,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.de.po b/wiki/src/doc/encryption_and_privacy/veracrypt.de.po index bf83025dd24..770e996e027 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.de.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.de.po @@ -458,7 +458,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.es.po b/wiki/src/doc/encryption_and_privacy/veracrypt.es.po index 91a406acea7..5e2a5951ac6 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.es.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.es.po @@ -458,7 +458,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.fa.po b/wiki/src/doc/encryption_and_privacy/veracrypt.fa.po index 70c60cadedc..5ac5e8029f5 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.fa.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.fa.po @@ -453,7 +453,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.fr.po b/wiki/src/doc/encryption_and_privacy/veracrypt.fr.po index ef79bd09a44..5ae059aa8c8 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.fr.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.fr.po @@ -563,11 +563,11 @@ msgstr "Déverrouiller une partition ou un périphérique sans fichiers clés\n" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" "Si votre partition ou périphérique est un disque dur interne, [[configurez " -"un mot de passe d'administration|doc/first_steps/startup_options/" +"un mot de passe d'administration|doc/first_steps/welcome_screen/" "administration_password]] lors du démarrage de Tails." #. type: Plain text diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.id.po b/wiki/src/doc/encryption_and_privacy/veracrypt.id.po index fae63b03fab..915437ee093 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.id.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.id.po @@ -456,7 +456,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.it.po b/wiki/src/doc/encryption_and_privacy/veracrypt.it.po index df56a1e0982..c95761807eb 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.it.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.it.po @@ -559,11 +559,11 @@ msgstr "Sbloccare una partizione o drive senza keyfiles\n" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" "Se la vostra partizione o il vostro drive è su un hard disk interno, " -"[[settate la password di amministrazione |doc/first_steps/startup_options/" +"[[settate la password di amministrazione |doc/first_steps/welcome_screen/" "administration_password]] quando avviate Tails." #. type: Plain text diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn b/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn index 1b9cd84204a..13a24b4192d 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.mdwn @@ -217,7 +217,7 @@ Unlocking a partition or drive without keyfiles ----------------------------------------------- 1. If your partition or drive is on an internal hard disk, [[set up an administration - password|doc/first_steps/startup_options/administration_password]] when + password|doc/first_steps/welcome_screen/administration_password]] when starting Tails. Otherwise, plug in the USB stick or the hard disk that you want to @@ -248,7 +248,7 @@ Unlocking a partition or drive with keyfiles -------------------------------------------- 1. If your partition or drive is on an internal hard disk, [[set up an administration - password|doc/first_steps/startup_options/administration_password]] when + password|doc/first_steps/welcome_screen/administration_password]] when starting Tails. Otherwise, plug in the USB stick or the hard disk that you want to diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.pl.po b/wiki/src/doc/encryption_and_privacy/veracrypt.pl.po index 33344075949..1f1ed69ba87 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.pl.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.pl.po @@ -456,7 +456,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.pt.po b/wiki/src/doc/encryption_and_privacy/veracrypt.pt.po index 5716f681ad2..bd1a1f6caac 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.pt.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.pt.po @@ -456,7 +456,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.ru.po b/wiki/src/doc/encryption_and_privacy/veracrypt.ru.po index 8360338e864..7f678c9dc86 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.ru.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.ru.po @@ -456,7 +456,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.sr_Latn.po b/wiki/src/doc/encryption_and_privacy/veracrypt.sr_Latn.po index 6273b46466d..ebb767baed2 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.sr_Latn.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.sr_Latn.po @@ -456,7 +456,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.tr.po b/wiki/src/doc/encryption_and_privacy/veracrypt.tr.po index 2b4ababe208..58f4590e367 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.tr.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.tr.po @@ -455,7 +455,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.zh.po b/wiki/src/doc/encryption_and_privacy/veracrypt.zh.po index 4092c7b65d3..a661697af86 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.zh.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.zh.po @@ -455,7 +455,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/veracrypt.zh_TW.po b/wiki/src/doc/encryption_and_privacy/veracrypt.zh_TW.po index ed7ca7fddf1..7029afb1783 100644 --- a/wiki/src/doc/encryption_and_privacy/veracrypt.zh_TW.po +++ b/wiki/src/doc/encryption_and_privacy/veracrypt.zh_TW.po @@ -455,7 +455,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If your partition or drive is on an internal hard disk, [[set up an " -"administration password|doc/first_steps/startup_options/" +"administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails." msgstr "" diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ar.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ar.po index 13692d6389d..784c8b20907 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ar.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ar.po @@ -96,7 +96,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ca.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ca.po index 4ab48801030..1014428a6d2 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ca.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ca.po @@ -94,7 +94,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.de.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.de.po index d008e12ea2e..c2117772362 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.de.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.de.po @@ -125,10 +125,10 @@ msgstr "Um auf eingebaute Speichermedien zuzugreifen:" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" "Stellen Sie beim Start von Tails [[ein Administrationspasswort ein|doc/" -"first_steps/startup_options/administration_password/]]." +"first_steps/welcome_screen/administration_password/]]." #. type: Bullet: '2. ' #, fuzzy diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.es.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.es.po index 1e63af033b4..cb9a5f1562c 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.es.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.es.po @@ -94,7 +94,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fa.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fa.po index 3ea983fabb0..7d3a4f31a68 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fa.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fa.po @@ -125,10 +125,10 @@ msgstr "برای دسترسی به سختدیسکهای داخلی:" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" "هنگام آغاز تیلز Tails, [[یک گذرواژهٔ مدیریتی ایجاد کنید|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." #. type: Bullet: '2. ' #, fuzzy diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fr.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fr.po index 1151c28685e..57ef0b93d65 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fr.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.fr.po @@ -114,10 +114,10 @@ msgstr "Pour accéder aux disques durs internes :" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" "Lors du démarrage de Tails, [[définir un mot de passe d'administration|doc/" -"first_steps/startup_options/administration_password/]]." +"first_steps/welcome_screen/administration_password/]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.id.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.id.po index e32923c70da..d3f9556547f 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.id.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.id.po @@ -94,7 +94,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.it.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.it.po index 9ee71f3e315..af209d941f7 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.it.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.it.po @@ -91,7 +91,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.mdwn b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.mdwn index 5026531a6ed..f941e5e4a90 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.mdwn +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.mdwn @@ -36,7 +36,7 @@ Accessing internal hard disks To access internal hard disks: -1. When starting Tails, [[set up an administration password|doc/first_steps/startup_options/administration_password/]]. +1. When starting Tails, [[set up an administration password|doc/first_steps/welcome_screen/administration_password/]]. 2. Open the [[*Files* browser|doc/first_steps/introduction_to_gnome_and_the_tails_desktop#files]]. diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pl.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pl.po index a9cc8dd0f0d..367dd6c5a4f 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pl.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pl.po @@ -95,7 +95,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pt.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pt.po index a7b9e1bdfb3..a5cecd35ea8 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pt.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.pt.po @@ -95,7 +95,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ru.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ru.po index d7f01fa547b..a1ab9941770 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ru.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.ru.po @@ -95,7 +95,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.sr_Latn.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.sr_Latn.po index ec082a0a2e7..5aadb95470f 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.sr_Latn.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.sr_Latn.po @@ -95,7 +95,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.tr.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.tr.po index 4871419ad8d..ea08a509b9e 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.tr.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.tr.po @@ -94,7 +94,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh.po index d9a2bc76714..8b5d352e4c5 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh.po @@ -94,7 +94,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh_TW.po b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh_TW.po index a02f1090817..97dcd58ef0a 100644 --- a/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh_TW.po +++ b/wiki/src/doc/encryption_and_privacy/your_data_wont_be_saved_unless_explicitly_asked.zh_TW.po @@ -94,7 +94,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "When starting Tails, [[set up an administration password|doc/first_steps/" -"startup_options/administration_password/]]." +"welcome_screen/administration_password/]]." msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps.index.ar.po b/wiki/src/doc/first_steps.index.ar.po index 6c89a5c821a..dd1b4c46407 100644 --- a/wiki/src/doc/first_steps.index.ar.po +++ b/wiki/src/doc/first_steps.index.ar.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.ca.po b/wiki/src/doc/first_steps.index.ca.po index 166abbb6123..5e80b5dadaf 100644 --- a/wiki/src/doc/first_steps.index.ca.po +++ b/wiki/src/doc/first_steps.index.ca.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.de.po b/wiki/src/doc/first_steps.index.de.po index 5efa348c8ce..a64a0e30ef3 100644 --- a/wiki/src/doc/first_steps.index.de.po +++ b/wiki/src/doc/first_steps.index.de.po @@ -27,10 +27,10 @@ msgstr "[[!traillink Barrierefreiheit|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap #| msgid "" -#| " - [[!traillink Startup_options|first_steps/startup_options]]\n" -#| " - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -#| " - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -#| " - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +#| " - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +#| " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +#| " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +#| " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" #| " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" #| " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" #| " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -48,10 +48,10 @@ msgstr "[[!traillink Barrierefreiheit|first_steps/accessibility]]" #| " [[!traillink Windows|first_steps/reset/windows]],\n" #| " or [[!traillink Mac|first_steps/reset/mac]]\n" msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -63,10 +63,10 @@ msgid "" " - [[!traillink Report_an_error|first_steps/bug_reporting]]\n" " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgstr "" -" - [[!traillink Startoptionen|first_steps/startup_options]]\n" -" - [[!traillink Administrationspasswort|first_steps/startup_options/administration_password]]\n" -" - [[!traillink Verschleiern_der_MAC-Adresse|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_Bridge_Modus|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startoptionen|first_steps/welcome_screen]]\n" +" - [[!traillink Administrationspasswort|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink Verschleiern_der_MAC-Adresse|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_Bridge_Modus|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Einführung_in_GNOME_und_die_Arbeitsumgebung_von_Tails|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Verschlüsselter_beständiger_Speicherbereich|first_steps/persistence]]\n" " - [[!traillink Warnungen_zu_Beständigkeit|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.es.po b/wiki/src/doc/first_steps.index.es.po index b9052189713..b801fcb118a 100644 --- a/wiki/src/doc/first_steps.index.es.po +++ b/wiki/src/doc/first_steps.index.es.po @@ -29,10 +29,10 @@ msgstr "[[!traillink Accesibilidad|first_steps/accessibility]]" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -44,12 +44,12 @@ msgid "" " - [[!traillink Report_an_error|first_steps/bug_reporting]]\n" " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgstr "" -" - [[!traillink Opciones_de_arranque|first_steps/startup_options]]\n" -" - [[!traillink Contraseña_de_administración|first_steps/startup_options/" +" - [[!traillink Opciones_de_arranque|first_steps/welcome_screen]]\n" +" - [[!traillink Contraseña_de_administración|first_steps/welcome_screen/" "administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/" "mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]" "\n" " - [[!traillink Introducción_a_Tails_y_al_escritorio_de_GNOME|first_steps/" "introduction_to_gnome_and_the_tails_desktop]]\n" diff --git a/wiki/src/doc/first_steps.index.fa.po b/wiki/src/doc/first_steps.index.fa.po index 3ae2b6b15d2..82c002f6a1b 100644 --- a/wiki/src/doc/first_steps.index.fa.po +++ b/wiki/src/doc/first_steps.index.fa.po @@ -30,10 +30,10 @@ msgstr "[[!traillink دسترسیپذیری|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -55,10 +55,10 @@ msgstr "" " [[!traillink ویندوز|first_steps/reset/windows]]،\n" " یا [[!traillink مک|first_steps/reset/mac]]\n" " - [[!traillink ارتقای_یک_درایو_یواسبی_یا_کارت_حافظهٔ_تیلز|first_steps/upgrade]]\n" -" - [[!traillink گزینههای_راهاندازی|first_steps/startup_options]]\n" -" - [[!traillink گذرواژهٔ_مدیریتی|first_steps/startup_options/administration_password]]\n" -" - [[!traillink جا_زدن_آدرس_مک|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink حالت_پل_تور|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink گزینههای_راهاندازی|first_steps/welcome_screen]]\n" +" - [[!traillink گذرواژهٔ_مدیریتی|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink جا_زدن_آدرس_مک|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink حالت_پل_تور|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink آشنایی_با_گنوم_و_دسکتاپ_تیلز|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink مانای_رمزگذاریشده|first_steps/persistence]]\n" " - [[!traillink هشدارهایی_در_مورد_مانا|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.fr.po b/wiki/src/doc/first_steps.index.fr.po index f7fe6fdcc38..944263330a9 100644 --- a/wiki/src/doc/first_steps.index.fr.po +++ b/wiki/src/doc/first_steps.index.fr.po @@ -29,10 +29,10 @@ msgstr "[[!traillink Accessibilité|first_steps/accessibility]]" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -44,12 +44,12 @@ msgid "" " - [[!traillink Report_an_error|first_steps/bug_reporting]]\n" " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgstr "" -" - [[!traillink Options_de_démarrage|first_steps/startup_options]]\n" -" - [[!traillink Mot_de_passe_d'administration|first_steps/startup_options/" +" - [[!traillink Options_de_démarrage|first_steps/welcome_screen]]\n" +" - [[!traillink Mot_de_passe_d'administration|first_steps/welcome_screen/" "administration_password]]\n" -" - [[!traillink Usurpation_d'adresse_MAC|first_steps/startup_options/" +" - [[!traillink Usurpation_d'adresse_MAC|first_steps/welcome_screen/" "mac_spoofing]]\n" -" - [[!traillink Tor_en_mode_bridge|first_steps/startup_options/" +" - [[!traillink Tor_en_mode_bridge|first_steps/welcome_screen/" "bridge_mode]]\n" " - [[!traillink Introduction_à_GNOME_et_au_bureau_de_Tails|first_steps/" "introduction_to_gnome_and_the_tails_desktop]]\n" diff --git a/wiki/src/doc/first_steps.index.id.po b/wiki/src/doc/first_steps.index.id.po index a2d0cc3ce93..e9d6ad15963 100644 --- a/wiki/src/doc/first_steps.index.id.po +++ b/wiki/src/doc/first_steps.index.id.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.it.po b/wiki/src/doc/first_steps.index.it.po index 28dd691c360..185783ca4f9 100644 --- a/wiki/src/doc/first_steps.index.it.po +++ b/wiki/src/doc/first_steps.index.it.po @@ -27,10 +27,10 @@ msgstr "[[!traillink Accessibilità|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -52,10 +52,10 @@ msgstr "" " [[!traillink Windows|first_steps.it/reset.it/windows.it]]\n" " oppure [[!traillink Mac|first_steps.it/reset.it/mac.it]]\n" " - [[!traillink Aggiornare_una_chiave_USB_o_una_scheda_SD_di_Tails|first_steps.it/upgrade.it]]\n" -" - [[!traillink Opzioni_iniziali|first_steps.it/startup_options.it]]\n" -" - [[!traillink Password_amministratore|first_steps.it/startup_options.it/administration_password.it]]\n" -" - [[!traillink Ingannare_indirizzo_MAC|first_steps.it/startup_options.it/mac_spoofing.it]]\n" -" - [[!traillink modalità_bridge_Tor|first_steps.it/startup_options.it/bridge_mode.it]]\n" +" - [[!traillink Opzioni_iniziali|first_steps.it/welcome_screen.it]]\n" +" - [[!traillink Password_amministratore|first_steps.it/welcome_screen.it/administration_password.it]]\n" +" - [[!traillink Ingannare_indirizzo_MAC|first_steps.it/welcome_screen.it/mac_spoofing.it]]\n" +" - [[!traillink modalità_bridge_Tor|first_steps.it/welcome_screen.it/bridge_mode.it]]\n" " - [[!traillink Introduzione_a_GNOME_e_al_Desktop_di_Tails|first_steps.it/introduction_to_gnome_and_the_tails_desktop.it]]\n" " - [[!traillink Persistenza_cifrata|first_steps.it/persistence.it]]\n" " - [[!traillink Avvisi_sulla_persistenza|first_steps.it/persistence.it/warnings.it]]\n" diff --git a/wiki/src/doc/first_steps.index.mdwn b/wiki/src/doc/first_steps.index.mdwn index 5e32f7f74aa..48fdba3b194 100644 --- a/wiki/src/doc/first_steps.index.mdwn +++ b/wiki/src/doc/first_steps.index.mdwn @@ -1,9 +1,9 @@ - [[!traillink Start_Tails|first_steps/start_tails]] - [[!traillink Accessibility|first_steps/accessibility]] - - [[!traillink Startup_options|first_steps/startup_options]] - - [[!traillink Administration_password|first_steps/startup_options/administration_password]] - - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]] - - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]] + - [[!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 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_persistence|first_steps/persistence]] - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]] diff --git a/wiki/src/doc/first_steps.index.pl.po b/wiki/src/doc/first_steps.index.pl.po index a4e972f2d5d..62a11238ff7 100644 --- a/wiki/src/doc/first_steps.index.pl.po +++ b/wiki/src/doc/first_steps.index.pl.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.pt.po b/wiki/src/doc/first_steps.index.pt.po index de8e940f891..c152f74e625 100644 --- a/wiki/src/doc/first_steps.index.pt.po +++ b/wiki/src/doc/first_steps.index.pt.po @@ -29,10 +29,10 @@ msgstr "[[!traillink Acessibilidade|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" @@ -44,10 +44,10 @@ msgid "" " - [[!traillink Report_an_error|first_steps/bug_reporting]]\n" " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgstr "" -" - [[!traillink Opções_de_Inicialização|first_steps/startup_options]]\n" -" - [[!traillink Senha_de_administração|first_steps/startup_options/administration_password]]\n" -" - [[!traillink Troca_de_endereço_MAC|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Modo_Tor_Bridge|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Opções_de_Inicialização|first_steps/welcome_screen]]\n" +" - [[!traillink Senha_de_administração|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink Troca_de_endereço_MAC|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Modo_Tor_Bridge|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introdução_ao_GNOME_e_ao_Desktop_Tails|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Persistência_criptografada|first_steps/persistence]]\n" " - [[!traillink Advertências_sobre_persistência|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.ru.po b/wiki/src/doc/first_steps.index.ru.po index 909922610b4..c608ee6b3dc 100644 --- a/wiki/src/doc/first_steps.index.ru.po +++ b/wiki/src/doc/first_steps.index.ru.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.sr_Latn.po b/wiki/src/doc/first_steps.index.sr_Latn.po index 191d111e3c7..418a345a6e3 100644 --- a/wiki/src/doc/first_steps.index.sr_Latn.po +++ b/wiki/src/doc/first_steps.index.sr_Latn.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.tr.po b/wiki/src/doc/first_steps.index.tr.po index e1dc9946e17..916eef40d28 100644 --- a/wiki/src/doc/first_steps.index.tr.po +++ b/wiki/src/doc/first_steps.index.tr.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.zh.po b/wiki/src/doc/first_steps.index.zh.po index 1da5a5c9e35..3de9ffcf381 100644 --- a/wiki/src/doc/first_steps.index.zh.po +++ b/wiki/src/doc/first_steps.index.zh.po @@ -27,10 +27,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps.index.zh_TW.po b/wiki/src/doc/first_steps.index.zh_TW.po index 7ba6f1ce57d..a97cba2bb0f 100644 --- a/wiki/src/doc/first_steps.index.zh_TW.po +++ b/wiki/src/doc/first_steps.index.zh_TW.po @@ -26,10 +26,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/startup_options]]\n" -" - [[!traillink Administration_password|first_steps/startup_options/administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/startup_options/mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/startup_options/bridge_mode]]\n" +" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" diff --git a/wiki/src/doc/first_steps/additional_software.ar.po b/wiki/src/doc/first_steps/additional_software.ar.po index 538973a6c36..3cee3746527 100644 --- a/wiki/src/doc/first_steps/additional_software.ar.po +++ b/wiki/src/doc/first_steps/additional_software.ar.po @@ -57,7 +57,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.ca.po b/wiki/src/doc/first_steps/additional_software.ca.po index 40df2def933..d9d445628a0 100644 --- a/wiki/src/doc/first_steps/additional_software.ca.po +++ b/wiki/src/doc/first_steps/additional_software.ca.po @@ -56,7 +56,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.de.po b/wiki/src/doc/first_steps/additional_software.de.po index a919f7da5ea..2bece402031 100644 --- a/wiki/src/doc/first_steps/additional_software.de.po +++ b/wiki/src/doc/first_steps/additional_software.de.po @@ -56,13 +56,13 @@ msgstr "" #. type: Bullet: '1. ' #, fuzzy #| msgid "" -#| "[[Set up an administration password|doc/first_steps/startup_options/" +#| "[[Set up an administration password|doc/first_steps/welcome_screen/" #| "administration_password]]." msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" -"[[Setzen Sie ein Administrationspasswort|doc/first_steps/startup_options/" +"[[Setzen Sie ein Administrationspasswort|doc/first_steps/welcome_screen/" "administration_password]]." #. type: Bullet: ' 1. ' @@ -649,10 +649,10 @@ msgstr "" #~ "automatisch zu Beginn von jeder Arbeitssitzung zu installieren.\n" #~ msgid "" -#~ "Open a [[root terminal|doc/first_steps/startup_options/" +#~ "Open a [[root terminal|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgstr "" -#~ "Öffnen Sie ein [[Root-Terminal|doc/first_steps/startup_options/" +#~ "Öffnen Sie ein [[Root-Terminal|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgid "" diff --git a/wiki/src/doc/first_steps/additional_software.es.po b/wiki/src/doc/first_steps/additional_software.es.po index c837825d056..0a8283e21d9 100644 --- a/wiki/src/doc/first_steps/additional_software.es.po +++ b/wiki/src/doc/first_steps/additional_software.es.po @@ -63,10 +63,10 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" -"[[Configura una contraseña de administración|doc/first_steps/startup_options/" +"[[Configura una contraseña de administración|doc/first_steps/welcome_screen/" "administration_password]] cuando arrancas Tails." #. type: Bullet: ' 1. ' @@ -668,10 +668,10 @@ msgstr "Reinicia Tails para aplicar los cambios." #~ "doc/first_steps/persistence/configure#additional_software]].\n" #~ msgid "" -#~ "Open a [[root terminal|doc/first_steps/startup_options/" +#~ "Open a [[root terminal|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgstr "" -#~ "Abre una [[terminal de root|doc/first_steps/startup_options/" +#~ "Abre una [[terminal de root|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgid "" diff --git a/wiki/src/doc/first_steps/additional_software.fa.po b/wiki/src/doc/first_steps/additional_software.fa.po index d7bfca6ffa3..8cc951d1817 100644 --- a/wiki/src/doc/first_steps/additional_software.fa.po +++ b/wiki/src/doc/first_steps/additional_software.fa.po @@ -59,13 +59,13 @@ msgstr "" #. type: Bullet: '1. ' #, fuzzy #| msgid "" -#| "[[Set up an administration password|doc/first_steps/startup_options/" +#| "[[Set up an administration password|doc/first_steps/welcome_screen/" #| "administration_password]]." msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" -"[[یک گذرواژهٔ مدیریتی بسازید|doc/first_steps/startup_options/" +"[[یک گذرواژهٔ مدیریتی بسازید|doc/first_steps/welcome_screen/" "administration_password]]." #. type: Bullet: ' 1. ' @@ -647,10 +647,10 @@ msgstr "" #~ "first_steps/persistence/configure#additional_software]] استفاده کنید.\n" #~ msgid "" -#~ "Open a [[root terminal|doc/first_steps/startup_options/" +#~ "Open a [[root terminal|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgstr "" -#~ "یک [[پایانهٔ اصلی|doc/first_steps/startup_options/" +#~ "یک [[پایانهٔ اصلی|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]] باز کنید." #~ msgid "" diff --git a/wiki/src/doc/first_steps/additional_software.fr.po b/wiki/src/doc/first_steps/additional_software.fr.po index 6985e5aa72b..15be9d61b3e 100644 --- a/wiki/src/doc/first_steps/additional_software.fr.po +++ b/wiki/src/doc/first_steps/additional_software.fr.po @@ -63,10 +63,10 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" -"[[Configurez un mot de passe d'administration|first_steps/startup_options/" +"[[Configurez un mot de passe d'administration|first_steps/welcome_screen/" "administration_password]] au démarrage de Tails." #. type: Bullet: ' 1. ' @@ -766,10 +766,10 @@ msgstr "Redémarrez Tails pour appliquer les changements." #~ "configure#additional_software]].\n" #~ msgid "" -#~ "Open a [[root terminal|doc/first_steps/startup_options/" +#~ "Open a [[root terminal|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgstr "" -#~ "Ouvrez un [[terminal administrateur|doc/first_steps/startup_options/" +#~ "Ouvrez un [[terminal administrateur|doc/first_steps/welcome_screen/" #~ "administration_password#open_root_terminal]]." #~ msgid "" diff --git a/wiki/src/doc/first_steps/additional_software.id.po b/wiki/src/doc/first_steps/additional_software.id.po index e0e13f48b2c..d779bd557e3 100644 --- a/wiki/src/doc/first_steps/additional_software.id.po +++ b/wiki/src/doc/first_steps/additional_software.id.po @@ -57,7 +57,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.it.po b/wiki/src/doc/first_steps/additional_software.it.po index 529b92a202d..297210aebe9 100644 --- a/wiki/src/doc/first_steps/additional_software.it.po +++ b/wiki/src/doc/first_steps/additional_software.it.po @@ -54,7 +54,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.mdwn b/wiki/src/doc/first_steps/additional_software.mdwn index f97499dff10..1639b63325e 100644 --- a/wiki/src/doc/first_steps/additional_software.mdwn +++ b/wiki/src/doc/first_steps/additional_software.mdwn @@ -17,7 +17,7 @@ To know which packages are available in Debian: the <span class="application">Synaptic Package Manager</span>: 1. [[Set up an administration password - |first_steps/startup_options/administration_password]] when you start Tails. + |first_steps/welcome_screen/administration_password]] when you start Tails. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ @@ -103,7 +103,7 @@ Installing additional software To install a package using <span class="application">Synaptic</span>: 1. [[Set up an administration password - |first_steps/startup_options/administration_password]] when you start Tails. + |first_steps/welcome_screen/administration_password]] when you start Tails. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ @@ -206,7 +206,7 @@ When you installed the package, if you chose: - Using <span class="application">Synaptic</span>: 1. [[Set up an administration password - |first_steps/startup_options/administration_password]] when you start Tails. + |first_steps/welcome_screen/administration_password]] when you start Tails. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ @@ -233,7 +233,7 @@ Freeing space in your persistent storage After you installed many packages that you are not using anymore, you can free some space in your persistent storage: 1. [[Set up an administration password - |first_steps/startup_options/administration_password]] when you start Tails. + |first_steps/welcome_screen/administration_password]] when you start Tails. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ @@ -266,7 +266,7 @@ Sometimes, you might need to configure additional APT repositories. For example, to install packages from the `non-free` section of Debian. To do so: 1. [[Set up an administration password - |first_steps/startup_options/administration_password]] when you start Tails. + |first_steps/welcome_screen/administration_password]] when you start Tails. 1. Create an <span class="filename">apt-sources.list.d</span> folder in your persistent volume: diff --git a/wiki/src/doc/first_steps/additional_software.pl.po b/wiki/src/doc/first_steps/additional_software.pl.po index 3c23cac9cfe..6feaf7932ad 100644 --- a/wiki/src/doc/first_steps/additional_software.pl.po +++ b/wiki/src/doc/first_steps/additional_software.pl.po @@ -57,7 +57,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.pt.po b/wiki/src/doc/first_steps/additional_software.pt.po index 63f89f7d1c8..14f46472e7a 100644 --- a/wiki/src/doc/first_steps/additional_software.pt.po +++ b/wiki/src/doc/first_steps/additional_software.pt.po @@ -58,7 +58,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.ru.po b/wiki/src/doc/first_steps/additional_software.ru.po index 967b1640fc1..43d151e3200 100644 --- a/wiki/src/doc/first_steps/additional_software.ru.po +++ b/wiki/src/doc/first_steps/additional_software.ru.po @@ -57,7 +57,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.sr_Latn.po b/wiki/src/doc/first_steps/additional_software.sr_Latn.po index ecb15b29793..c7696c446b2 100644 --- a/wiki/src/doc/first_steps/additional_software.sr_Latn.po +++ b/wiki/src/doc/first_steps/additional_software.sr_Latn.po @@ -57,7 +57,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.tr.po b/wiki/src/doc/first_steps/additional_software.tr.po index f4dfc15ab82..5c78dcec98c 100644 --- a/wiki/src/doc/first_steps/additional_software.tr.po +++ b/wiki/src/doc/first_steps/additional_software.tr.po @@ -56,7 +56,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.zh.po b/wiki/src/doc/first_steps/additional_software.zh.po index cdd53234ae3..e4baef85dc9 100644 --- a/wiki/src/doc/first_steps/additional_software.zh.po +++ b/wiki/src/doc/first_steps/additional_software.zh.po @@ -56,7 +56,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/additional_software.zh_TW.po b/wiki/src/doc/first_steps/additional_software.zh_TW.po index fe85b25907d..342bf1aac9e 100644 --- a/wiki/src/doc/first_steps/additional_software.zh_TW.po +++ b/wiki/src/doc/first_steps/additional_software.zh_TW.po @@ -55,7 +55,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ar.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ar.po index fbf81f708e2..2d17e143f7c 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ar.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ar.po @@ -459,7 +459,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ca.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ca.po index 7d7e1dae034..f60364c577d 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ca.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.ca.po @@ -457,7 +457,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.de.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.de.po index f9f4aa6997b..b65340fe210 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.de.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.de.po @@ -583,12 +583,12 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" "Falls Sie beim Starten von Tails ein [[Administrationspasswort|first_steps/" -"startup_options/administration_password]] einstellen, können Sie den " +"welcome_screen/administration_password]] einstellen, können Sie den " "Bildschirm mit Ihrem Administrationspasswort entsperren." #. type: Plain text diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.es.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.es.po index b49a84a7317..133bdc20684 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.es.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.es.po @@ -546,11 +546,11 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" -"Si habilitas una [[contraseña de administración|first_steps/startup_options/" +"Si habilitas una [[contraseña de administración|first_steps/welcome_screen/" "administration_password]] cuando inicias Tails, puedes desbloquear tu " "pantalla con esa contraseña de administración." diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fa.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fa.po index dfd90acdf36..d2004b09049 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fa.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fa.po @@ -572,7 +572,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fr.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fr.po index ec09f7f33fc..22c23b5b2f6 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fr.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.fr.po @@ -548,12 +548,12 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" "Si vous avez défini un [[mot de passe d'administration|first_steps/" -"startup_options/administration_password]] lors du démarrage de Tails, vous " +"welcome_screen/administration_password]] lors du démarrage de Tails, vous " "pouvez déverrouiller votre écran avec votre mot de passe d'administration." #. type: Plain text diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.id.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.id.po index 0c9eb6cc126..f4fcd25104b 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.id.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.id.po @@ -443,7 +443,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.it.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.it.po index fb8ed22b4eb..d0bd1740d0f 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.it.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.it.po @@ -639,7 +639,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.mdwn b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.mdwn index 1f5505298ee..ba6214c61f0 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.mdwn +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.mdwn @@ -211,7 +211,7 @@ These settings will not be saved when you restart Tails. Click on the [[!img lib/network-wireless-encrypted.png alt="Lock Screen" class="symbolic" link="no"]] button to lock your screen with a password. -- If you set up an [[administration password|first_steps/startup_options/administration_password]] +- If you set up an [[administration password|first_steps/welcome_screen/administration_password]] when starting Tails, you can unlock your screen with your administration password. diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pl.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pl.po index 85f54c54990..2748c6523dc 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pl.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pl.po @@ -444,7 +444,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pt.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pt.po index c7e96162796..370dd079f56 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pt.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.pt.po @@ -608,7 +608,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" 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 847c4728c82..c80f71d16c1 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 @@ -444,7 +444,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.sr_Latn.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.sr_Latn.po index dc7e85508b4..fe42df8b894 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.sr_Latn.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.sr_Latn.po @@ -444,7 +444,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.tr.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.tr.po index ec3674be3c1..87732ad2a94 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.tr.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.tr.po @@ -443,7 +443,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh.po index 3daa6144e29..1cafd24acd9 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh.po @@ -443,7 +443,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh_TW.po b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh_TW.po index 8325b60bc65..4cd03e8d649 100644 --- a/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh_TW.po +++ b/wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.zh_TW.po @@ -443,7 +443,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"If you set up an [[administration password|first_steps/startup_options/" +"If you set up an [[administration password|first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/configure.ar.po b/wiki/src/doc/first_steps/persistence/configure.ar.po index 5724f07542e..f7a28f952a1 100644 --- a/wiki/src/doc/first_steps/persistence/configure.ar.po +++ b/wiki/src/doc/first_steps/persistence/configure.ar.po @@ -120,7 +120,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.ca.po b/wiki/src/doc/first_steps/persistence/configure.ca.po index 713b48f43e0..cf48bac6b3e 100644 --- a/wiki/src/doc/first_steps/persistence/configure.ca.po +++ b/wiki/src/doc/first_steps/persistence/configure.ca.po @@ -118,7 +118,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.de.po b/wiki/src/doc/first_steps/persistence/configure.de.po index f3360915ef7..2d7e748c145 100644 --- a/wiki/src/doc/first_steps/persistence/configure.de.po +++ b/wiki/src/doc/first_steps/persistence/configure.de.po @@ -155,7 +155,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" @@ -182,7 +182,7 @@ msgstr "" "<ol>\n" " <li>\n" " Starten Sie Tails und stellen Sie ein\n" -" [[Administrationspasswort|doc/first_steps/startup_options/administration_password]] ein.\n" +" [[Administrationspasswort|doc/first_steps/welcome_screen/administration_password]] ein.\n" " </li>\n" " <li>\n" " Wählen Sie\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.es.po b/wiki/src/doc/first_steps/persistence/configure.es.po index aecdffbb6c1..dfdc12e102a 100644 --- a/wiki/src/doc/first_steps/persistence/configure.es.po +++ b/wiki/src/doc/first_steps/persistence/configure.es.po @@ -149,7 +149,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" @@ -176,7 +176,7 @@ msgstr "" "<ol>\n" " <li>\n" " Arranca Tails configurando una\n" -" [[contraseña de administración|doc/first_steps/startup_options/administration_password]].\n" +" [[contraseña de administración|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Elige\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.fa.po b/wiki/src/doc/first_steps/persistence/configure.fa.po index 2f13888bdb2..990a503b8f5 100644 --- a/wiki/src/doc/first_steps/persistence/configure.fa.po +++ b/wiki/src/doc/first_steps/persistence/configure.fa.po @@ -157,7 +157,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.fr.po b/wiki/src/doc/first_steps/persistence/configure.fr.po index 752daea7654..8b3e7e855c5 100644 --- a/wiki/src/doc/first_steps/persistence/configure.fr.po +++ b/wiki/src/doc/first_steps/persistence/configure.fr.po @@ -144,7 +144,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" @@ -171,7 +171,7 @@ msgstr "" "<ol>\n" " <li>\n" " Démarrer Tails et mettre un\n" -" [[mot de passe d'administration|doc/first_steps/startup_options/administration_password]].\n" +" [[mot de passe d'administration|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choisir\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.id.po b/wiki/src/doc/first_steps/persistence/configure.id.po index c695fec103c..36172024819 100644 --- a/wiki/src/doc/first_steps/persistence/configure.id.po +++ b/wiki/src/doc/first_steps/persistence/configure.id.po @@ -118,7 +118,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.it.po b/wiki/src/doc/first_steps/persistence/configure.it.po index 931e95527d4..225a34355b4 100644 --- a/wiki/src/doc/first_steps/persistence/configure.it.po +++ b/wiki/src/doc/first_steps/persistence/configure.it.po @@ -158,7 +158,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.mdwn b/wiki/src/doc/first_steps/persistence/configure.mdwn index c886c129c05..650a9a0627d 100644 --- a/wiki/src/doc/first_steps/persistence/configure.mdwn +++ b/wiki/src/doc/first_steps/persistence/configure.mdwn @@ -61,7 +61,7 @@ will remain on the persistent volume.</p> <ol> <li> Start Tails and set an - [[administration password|doc/first_steps/startup_options/administration_password]]. + [[administration password|doc/first_steps/welcome_screen/administration_password]]. </li> <li> Choose diff --git a/wiki/src/doc/first_steps/persistence/configure.pl.po b/wiki/src/doc/first_steps/persistence/configure.pl.po index cdc7e9ab59a..66c996c4f56 100644 --- a/wiki/src/doc/first_steps/persistence/configure.pl.po +++ b/wiki/src/doc/first_steps/persistence/configure.pl.po @@ -119,7 +119,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.pt.po b/wiki/src/doc/first_steps/persistence/configure.pt.po index bd3fabcebb3..e92c4e6c2ee 100644 --- a/wiki/src/doc/first_steps/persistence/configure.pt.po +++ b/wiki/src/doc/first_steps/persistence/configure.pt.po @@ -138,7 +138,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.ru.po b/wiki/src/doc/first_steps/persistence/configure.ru.po index b7ca49665cb..fa3e0a9ffb3 100644 --- a/wiki/src/doc/first_steps/persistence/configure.ru.po +++ b/wiki/src/doc/first_steps/persistence/configure.ru.po @@ -119,7 +119,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.sr_Latn.po b/wiki/src/doc/first_steps/persistence/configure.sr_Latn.po index 269495a6932..0444047a12c 100644 --- a/wiki/src/doc/first_steps/persistence/configure.sr_Latn.po +++ b/wiki/src/doc/first_steps/persistence/configure.sr_Latn.po @@ -119,7 +119,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.tr.po b/wiki/src/doc/first_steps/persistence/configure.tr.po index fc8ecea2ac6..676075c8b41 100644 --- a/wiki/src/doc/first_steps/persistence/configure.tr.po +++ b/wiki/src/doc/first_steps/persistence/configure.tr.po @@ -118,7 +118,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.zh.po b/wiki/src/doc/first_steps/persistence/configure.zh.po index e9a32c9446a..140fb5c81ac 100644 --- a/wiki/src/doc/first_steps/persistence/configure.zh.po +++ b/wiki/src/doc/first_steps/persistence/configure.zh.po @@ -118,7 +118,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.zh_TW.po b/wiki/src/doc/first_steps/persistence/configure.zh_TW.po index 31611e28b56..b5f67f684cb 100644 --- a/wiki/src/doc/first_steps/persistence/configure.zh_TW.po +++ b/wiki/src/doc/first_steps/persistence/configure.zh_TW.po @@ -118,7 +118,7 @@ msgid "" "<ol>\n" " <li>\n" " Start Tails and set an\n" -" [[administration password|doc/first_steps/startup_options/administration_password]].\n" +" [[administration password|doc/first_steps/welcome_screen/administration_password]].\n" " </li>\n" " <li>\n" " Choose\n" diff --git a/wiki/src/doc/first_steps/persistence/copy.ar.po b/wiki/src/doc/first_steps/persistence/copy.ar.po index cffdab61df3..e7ce106369c 100644 --- a/wiki/src/doc/first_steps/persistence/copy.ar.po +++ b/wiki/src/doc/first_steps/persistence/copy.ar.po @@ -108,7 +108,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.ca.po b/wiki/src/doc/first_steps/persistence/copy.ca.po index 2de6be17913..d53f7a877ee 100644 --- a/wiki/src/doc/first_steps/persistence/copy.ca.po +++ b/wiki/src/doc/first_steps/persistence/copy.ca.po @@ -107,7 +107,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.de.po b/wiki/src/doc/first_steps/persistence/copy.de.po index bc2a14d47af..21721449ab0 100644 --- a/wiki/src/doc/first_steps/persistence/copy.de.po +++ b/wiki/src/doc/first_steps/persistence/copy.de.po @@ -110,14 +110,14 @@ msgstr "" #, fuzzy #| msgid "" #| "Restart on the new USB stick, enable persistence, and [[set up an " -#| "administration password|startup_options/administration_password]]." +#| "administration password|welcome_screen/administration_password]]." msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Starten Sie Tails von dem neuen USB-Stick neu, aktivieren Sie den " "beständigen Speicherbereich und [[stellen Sie ein Administrationspasswort " -"ein|startup_options/administration_password]]." +"ein|welcome_screen/administration_password]]." #. type: Plain text #, fuzzy, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/copy.es.po b/wiki/src/doc/first_steps/persistence/copy.es.po index c44a7a6095f..cc545bcae09 100644 --- a/wiki/src/doc/first_steps/persistence/copy.es.po +++ b/wiki/src/doc/first_steps/persistence/copy.es.po @@ -128,10 +128,10 @@ msgstr "Crea o actualiza tu copia de respaldo\n" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Arranca en tu Tails actual y configura una [[contraseña de administrador|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/copy.fa.po b/wiki/src/doc/first_steps/persistence/copy.fa.po index ebe0d6070da..a247cf2d421 100644 --- a/wiki/src/doc/first_steps/persistence/copy.fa.po +++ b/wiki/src/doc/first_steps/persistence/copy.fa.po @@ -111,13 +111,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Restart Tails, enable persistence, and [[set up an administration " -#| "password|startup_options/administration_password]]." +#| "password|welcome_screen/administration_password]]." msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "تیلز را دوباره راهاندازی و مانا را فعال کنید و [[یک گذرواژهٔ مدیریتی نیز " -"بسازید|startup_options/administration_password]]." +"بسازید|welcome_screen/administration_password]]." #. type: Plain text #, fuzzy, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/copy.fr.po b/wiki/src/doc/first_steps/persistence/copy.fr.po index ec98b806053..77561119b4a 100644 --- a/wiki/src/doc/first_steps/persistence/copy.fr.po +++ b/wiki/src/doc/first_steps/persistence/copy.fr.po @@ -135,10 +135,10 @@ msgstr "Créer ou mettre à jour votre sauvegarde\n" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez sur votre Tails actuel et définissez un [[mot de passe " -"d'administration|startup_options/administration_password]]." +"d'administration|welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/copy.id.po b/wiki/src/doc/first_steps/persistence/copy.id.po index e9687eed8ad..b1b5815bb96 100644 --- a/wiki/src/doc/first_steps/persistence/copy.id.po +++ b/wiki/src/doc/first_steps/persistence/copy.id.po @@ -107,7 +107,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.it.po b/wiki/src/doc/first_steps/persistence/copy.it.po index ae8ea0bd28d..061d0abe340 100644 --- a/wiki/src/doc/first_steps/persistence/copy.it.po +++ b/wiki/src/doc/first_steps/persistence/copy.it.po @@ -107,7 +107,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.mdwn b/wiki/src/doc/first_steps/persistence/copy.mdwn index fa7403c99d6..3d8fca898b6 100644 --- a/wiki/src/doc/first_steps/persistence/copy.mdwn +++ b/wiki/src/doc/first_steps/persistence/copy.mdwn @@ -47,7 +47,7 @@ Create or update your backup ============================ 1. Start on your current Tails and set up an [[administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> diff --git a/wiki/src/doc/first_steps/persistence/copy.pl.po b/wiki/src/doc/first_steps/persistence/copy.pl.po index b4237f95edd..20695110c5d 100644 --- a/wiki/src/doc/first_steps/persistence/copy.pl.po +++ b/wiki/src/doc/first_steps/persistence/copy.pl.po @@ -108,7 +108,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.pt.po b/wiki/src/doc/first_steps/persistence/copy.pt.po index 7b32ec7e66b..e803d3bf42c 100644 --- a/wiki/src/doc/first_steps/persistence/copy.pt.po +++ b/wiki/src/doc/first_steps/persistence/copy.pt.po @@ -111,13 +111,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Restart Tails, enable persistence, and [[set up an administration " -#| "password|startup_options/administration_password]]." +#| "password|welcome_screen/administration_password]]." msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Reinicie o Tails, habilite a persistência, e [[configure uma senha de " -"administração|startup_options/administration_password]]." +"administração|welcome_screen/administration_password]]." #. type: Plain text #, fuzzy, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/copy.ru.po b/wiki/src/doc/first_steps/persistence/copy.ru.po index 9541b64d4a9..36f6d0b8731 100644 --- a/wiki/src/doc/first_steps/persistence/copy.ru.po +++ b/wiki/src/doc/first_steps/persistence/copy.ru.po @@ -106,7 +106,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.sr_Latn.po b/wiki/src/doc/first_steps/persistence/copy.sr_Latn.po index ac0f89523a7..63e80c27e27 100644 --- a/wiki/src/doc/first_steps/persistence/copy.sr_Latn.po +++ b/wiki/src/doc/first_steps/persistence/copy.sr_Latn.po @@ -106,7 +106,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.tr.po b/wiki/src/doc/first_steps/persistence/copy.tr.po index cc9ebdac4d4..5e4765c4d79 100644 --- a/wiki/src/doc/first_steps/persistence/copy.tr.po +++ b/wiki/src/doc/first_steps/persistence/copy.tr.po @@ -107,7 +107,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.zh.po b/wiki/src/doc/first_steps/persistence/copy.zh.po index fd6e29064f3..6522c3e6567 100644 --- a/wiki/src/doc/first_steps/persistence/copy.zh.po +++ b/wiki/src/doc/first_steps/persistence/copy.zh.po @@ -107,7 +107,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/copy.zh_TW.po b/wiki/src/doc/first_steps/persistence/copy.zh_TW.po index 217a0fdec06..ded70efeebc 100644 --- a/wiki/src/doc/first_steps/persistence/copy.zh_TW.po +++ b/wiki/src/doc/first_steps/persistence/copy.zh_TW.po @@ -105,7 +105,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails and set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/doc/first_steps/persistence/use.ar.po b/wiki/src/doc/first_steps/persistence/use.ar.po index a8acf133af9..d41287c241e 100644 --- a/wiki/src/doc/first_steps/persistence/use.ar.po +++ b/wiki/src/doc/first_steps/persistence/use.ar.po @@ -49,14 +49,14 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options]], enter your passphrase and " +"Greeter</span>|welcome_screen]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Title = diff --git a/wiki/src/doc/first_steps/persistence/use.ca.po b/wiki/src/doc/first_steps/persistence/use.ca.po index 01c09e1ec56..a916bcb8128 100644 --- a/wiki/src/doc/first_steps/persistence/use.ca.po +++ b/wiki/src/doc/first_steps/persistence/use.ca.po @@ -45,14 +45,14 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.de.po b/wiki/src/doc/first_steps/persistence/use.de.po index b47b23d96d1..292deb358ea 100644 --- a/wiki/src/doc/first_steps/persistence/use.de.po +++ b/wiki/src/doc/first_steps/persistence/use.de.po @@ -41,22 +41,22 @@ msgstr "Aktivieren Sie den beständigen Speicherbereich\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|welcome_screen]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. Wählen Sie beim Start von Tails beim\n" "<span class=\"guilabel\">Beständige Speicherpartition benutzen?</span> Dialog des [[Tails\n" -"Greeter|startup_options]] <span class=\"guilabel\">Ja</span> aus, um\n" +"Greeter|welcome_screen]] <span class=\"guilabel\">Ja</span> aus, um\n" "den beständigen Speicherbereich für die aktuelle Arbeitssitzung zu aktivieren.\n" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Title = diff --git a/wiki/src/doc/first_steps/persistence/use.es.po b/wiki/src/doc/first_steps/persistence/use.es.po index fada4c03a30..5f8a6d1bcf9 100644 --- a/wiki/src/doc/first_steps/persistence/use.es.po +++ b/wiki/src/doc/first_steps/persistence/use.es.po @@ -42,20 +42,20 @@ msgstr "Habilita el volumen persistente\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "Al iniciar Tails, en la sección\n" "<span class=\"guilabel\">Almacenamiento persistente cifrado</span> del [[<" "span class=\"application\">Tails\n" -"Greeter</span>|startup_options]], ingresa tu frase contraseña " +"Greeter</span>|welcome_screen]], ingresa tu frase contraseña " "y haz click en\n" "<span class=\"button\">Abrir</span>.\n" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.fa.po b/wiki/src/doc/first_steps/persistence/use.fa.po index b8b5aaf988d..0f19638dbea 100644 --- a/wiki/src/doc/first_steps/persistence/use.fa.po +++ b/wiki/src/doc/first_steps/persistence/use.fa.po @@ -45,22 +45,22 @@ msgstr "فعال کردن درایو مانا\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|welcome_screen]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "۱. وقتی تیلز را راهاندازی میکنید، در \n" -"پنجرهٔ <span class=\"guilabel\">استفاده از مانا؟</span> در [[خوشامدگوی تیلز|startup_options]] <span class=\"guilabel\">بله</span> را انتخاب کنید تا\n" +"پنجرهٔ <span class=\"guilabel\">استفاده از مانا؟</span> در [[خوشامدگوی تیلز|welcome_screen]] <span class=\"guilabel\">بله</span> را انتخاب کنید تا\n" "درایو مانا را برای نشست کاری فعلی فعال شود.\n" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, 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 f68ffb0ac3c..a3307bd6d30 100644 --- a/wiki/src/doc/first_steps/persistence/use.fr.po +++ b/wiki/src/doc/first_steps/persistence/use.fr.po @@ -41,18 +41,18 @@ msgstr "Activer le volume persistant\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "Lors du démarrage de Tails, dans la\n" "section <span class=\"guilabel\">Stockage persistant chiffré</span> du\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], entrez votre phrase de passe et cliquez\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], entrez votre phrase de passe et cliquez\n" "sur <span class=\"button\">Déverrouiller</span>.\n" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.id.po b/wiki/src/doc/first_steps/persistence/use.id.po index 01faa1e9405..162b5ce5767 100644 --- a/wiki/src/doc/first_steps/persistence/use.id.po +++ b/wiki/src/doc/first_steps/persistence/use.id.po @@ -43,13 +43,13 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Title = diff --git a/wiki/src/doc/first_steps/persistence/use.it.po b/wiki/src/doc/first_steps/persistence/use.it.po index 1b5eaeae31d..1b790f086be 100644 --- a/wiki/src/doc/first_steps/persistence/use.it.po +++ b/wiki/src/doc/first_steps/persistence/use.it.po @@ -43,23 +43,23 @@ msgstr "Avviare il volume persistente\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|welcome_screen]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. All'avvio di Tails, nella \n" " finestra di dialogo <span class=\"guilabel\">Usare la persistenza?</span> di [[Tails\n" -"Greeter|startup_options]], scegli <span class=\"guilabel\">Sì</span> per\n" +"Greeter|welcome_screen]], scegli <span class=\"guilabel\">Sì</span> per\n" "avviare il volume persistente nella sessione di lavoro corrente.\n" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.mdwn b/wiki/src/doc/first_steps/persistence/use.mdwn index 19748a0333c..9648688423d 100644 --- a/wiki/src/doc/first_steps/persistence/use.mdwn +++ b/wiki/src/doc/first_steps/persistence/use.mdwn @@ -9,10 +9,10 @@ Enable the persistent volume When starting Tails, in the <span class="guilabel">Encrypted Persistent Storage</span> section of -the [[Welcome Screen|startup_options]], enter your passphrase and click +the [[Welcome Screen|welcome_screen]], enter your passphrase and click <span class="button">Unlock</span>. -[[!img startup_options/persistence.png link="no" alt=""]] +[[!img welcome_screen/persistence.png link="no" alt=""]] Use the persistent volume ========================= diff --git a/wiki/src/doc/first_steps/persistence/use.pl.po b/wiki/src/doc/first_steps/persistence/use.pl.po index e2ea3c9aaf4..dda7aa92ba3 100644 --- a/wiki/src/doc/first_steps/persistence/use.pl.po +++ b/wiki/src/doc/first_steps/persistence/use.pl.po @@ -46,14 +46,14 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.pt.po b/wiki/src/doc/first_steps/persistence/use.pt.po index ef998040703..d52e4ac6d81 100644 --- a/wiki/src/doc/first_steps/persistence/use.pt.po +++ b/wiki/src/doc/first_steps/persistence/use.pt.po @@ -40,22 +40,22 @@ msgstr "Habilite o volume persistente\n" #| msgid "" #| "1. When starting Tails, in the\n" #| "<span class=\"guilabel\">Use persistence?</span> dialog of [[Tails\n" -#| "Greeter|startup_options]], choose <span class=\"guilabel\">Yes</span> to\n" +#| "Greeter|welcome_screen]], choose <span class=\"guilabel\">Yes</span> to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. Ao iniciar o Tails, na caixa de diálogo <span class=\"guilabel\">Usar persistência?</span>\n" -"do [[Tails Greeter|startup_options]], escolha <span class=\"guilabel\">Sim</span>\n" +"do [[Tails Greeter|welcome_screen]], escolha <span class=\"guilabel\">Sim</span>\n" "para habilitar o volume persistente para a sessão atual.\n" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.ru.po b/wiki/src/doc/first_steps/persistence/use.ru.po index a846a3121cd..d5477a9503f 100644 --- a/wiki/src/doc/first_steps/persistence/use.ru.po +++ b/wiki/src/doc/first_steps/persistence/use.ru.po @@ -49,15 +49,15 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options]], enter your passphrase and " +"Greeter</span>|welcome_screen]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.sr_Latn.po b/wiki/src/doc/first_steps/persistence/use.sr_Latn.po index 0e647a9fba7..401dbca2806 100644 --- a/wiki/src/doc/first_steps/persistence/use.sr_Latn.po +++ b/wiki/src/doc/first_steps/persistence/use.sr_Latn.po @@ -44,14 +44,14 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options]], enter your passphrase and " +"Greeter</span>|welcome_screen]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Title = diff --git a/wiki/src/doc/first_steps/persistence/use.tr.po b/wiki/src/doc/first_steps/persistence/use.tr.po index bac2b9efb2a..6757eff0e01 100644 --- a/wiki/src/doc/first_steps/persistence/use.tr.po +++ b/wiki/src/doc/first_steps/persistence/use.tr.po @@ -45,14 +45,14 @@ msgstr "" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|startup_options]], enter your passphrase and click\n" +"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.zh.po b/wiki/src/doc/first_steps/persistence/use.zh.po index 68d7e2eecbc..8f0074dbb8e 100644 --- a/wiki/src/doc/first_steps/persistence/use.zh.po +++ b/wiki/src/doc/first_steps/persistence/use.zh.po @@ -48,15 +48,15 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options]], enter your passphrase and " +"Greeter</span>|welcome_screen]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/use.zh_TW.po b/wiki/src/doc/first_steps/persistence/use.zh_TW.po index 4903c48ed94..0a37e7291a3 100644 --- a/wiki/src/doc/first_steps/persistence/use.zh_TW.po +++ b/wiki/src/doc/first_steps/persistence/use.zh_TW.po @@ -48,15 +48,15 @@ msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" "[[<span class=\"application\">Tails " -"Greeter</span>|startup_options]], enter your passphrase and " +"Greeter</span>|welcome_screen]], enter your passphrase and " "click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" -msgstr "[[!img startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" +msgstr "[[!img welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap diff --git a/wiki/src/doc/first_steps/startup_options.ar.po b/wiki/src/doc/first_steps/welcome_screen.ar.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options.ar.po rename to wiki/src/doc/first_steps/welcome_screen.ar.po index b6dddbe8efb..6ed8df0c3fb 100644 --- a/wiki/src/doc/first_steps/startup_options.ar.po +++ b/wiki/src/doc/first_steps/welcome_screen.ar.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: 2018-07-02 05:57+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Arabic <http://translate.tails.boum.org/projects/tails/" -"startup_options/ar/>\n" +"welcome_screen/ar/>\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/wiki/src/doc/first_steps/startup_options.ca.po b/wiki/src/doc/first_steps/welcome_screen.ca.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.ca.po rename to wiki/src/doc/first_steps/welcome_screen.ca.po diff --git a/wiki/src/doc/first_steps/startup_options.de.po b/wiki/src/doc/first_steps/welcome_screen.de.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.de.po rename to wiki/src/doc/first_steps/welcome_screen.de.po diff --git a/wiki/src/doc/first_steps/startup_options.es.po b/wiki/src/doc/first_steps/welcome_screen.es.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options.es.po rename to wiki/src/doc/first_steps/welcome_screen.es.po index e0e94a9def3..089ac1a8160 100644 --- a/wiki/src/doc/first_steps/startup_options.es.po +++ b/wiki/src/doc/first_steps/welcome_screen.es.po @@ -10,7 +10,7 @@ msgstr "" "PO-Revision-Date: 2018-01-30 21:56+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" -"startup_options/es/>\n" +"welcome_screen/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/wiki/src/doc/first_steps/startup_options.fa.po b/wiki/src/doc/first_steps/welcome_screen.fa.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options.fa.po rename to wiki/src/doc/first_steps/welcome_screen.fa.po index 30ff496fef2..f4f19b11ac0 100644 --- a/wiki/src/doc/first_steps/startup_options.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen.fa.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: 2015-10-10 06:50+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" -"startup_options/fa/>\n" +"welcome_screen/fa/>\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/wiki/src/doc/first_steps/startup_options.fr.po b/wiki/src/doc/first_steps/welcome_screen.fr.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.fr.po rename to wiki/src/doc/first_steps/welcome_screen.fr.po diff --git a/wiki/src/doc/first_steps/startup_options.id.po b/wiki/src/doc/first_steps/welcome_screen.id.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.id.po rename to wiki/src/doc/first_steps/welcome_screen.id.po diff --git a/wiki/src/doc/first_steps/startup_options.it.po b/wiki/src/doc/first_steps/welcome_screen.it.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.it.po rename to wiki/src/doc/first_steps/welcome_screen.it.po diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/welcome_screen.mdwn similarity index 100% rename from wiki/src/doc/first_steps/startup_options.mdwn rename to wiki/src/doc/first_steps/welcome_screen.mdwn diff --git a/wiki/src/doc/first_steps/startup_options.pl.po b/wiki/src/doc/first_steps/welcome_screen.pl.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.pl.po rename to wiki/src/doc/first_steps/welcome_screen.pl.po diff --git a/wiki/src/doc/first_steps/startup_options.pt.po b/wiki/src/doc/first_steps/welcome_screen.pt.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options.pt.po rename to wiki/src/doc/first_steps/welcome_screen.pt.po index 810a9091a39..017126c5577 100644 --- a/wiki/src/doc/first_steps/startup_options.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen.pt.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: 2019-12-22 21:03+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Portuguese <http://translate.tails.boum.org/projects/tails/" -"startup_options/pt/>\n" +"welcome_screen/pt/>\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/wiki/src/doc/first_steps/startup_options.ru.po b/wiki/src/doc/first_steps/welcome_screen.ru.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.ru.po rename to wiki/src/doc/first_steps/welcome_screen.ru.po diff --git a/wiki/src/doc/first_steps/startup_options.sr_Latn.po b/wiki/src/doc/first_steps/welcome_screen.sr_Latn.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.sr_Latn.po rename to wiki/src/doc/first_steps/welcome_screen.sr_Latn.po diff --git a/wiki/src/doc/first_steps/startup_options.tr.po b/wiki/src/doc/first_steps/welcome_screen.tr.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.tr.po rename to wiki/src/doc/first_steps/welcome_screen.tr.po diff --git a/wiki/src/doc/first_steps/startup_options.zh.po b/wiki/src/doc/first_steps/welcome_screen.zh.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.zh.po rename to wiki/src/doc/first_steps/welcome_screen.zh.po diff --git a/wiki/src/doc/first_steps/startup_options.zh_TW.po b/wiki/src/doc/first_steps/welcome_screen.zh_TW.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options.zh_TW.po rename to wiki/src/doc/first_steps/welcome_screen.zh_TW.po diff --git a/wiki/src/doc/first_steps/startup_options/US_calendar_in_Russian.png b/wiki/src/doc/first_steps/welcome_screen/US_calendar_in_Russian.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/US_calendar_in_Russian.png rename to wiki/src/doc/first_steps/welcome_screen/US_calendar_in_Russian.png diff --git a/wiki/src/doc/first_steps/startup_options/additional.png b/wiki/src/doc/first_steps/welcome_screen/additional.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/additional.png rename to wiki/src/doc/first_steps/welcome_screen/additional.png diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.ar.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.ar.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.ar.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.ar.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.ar.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.ar.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.ca.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.ca.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.ca.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.ca.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.ca.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.ca.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.de.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.de.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.de.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.de.po index 56500a53a31..3803d20148b 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.de.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.de.po @@ -82,11 +82,11 @@ msgstr "Ein Administrationspasswort einstellen\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "Um administrative Tätigkeiten durchzuführen, müssen Sie\n" "beim Start von Tails mithilfe des [[<span class=\"application\">Tails\n" -"Greeters</span>|startup_options]] ein Administrationspasswort setzen.\n" +"Greeters</span>|welcome_screen]] ein Administrationspasswort setzen.\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.es.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.es.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.es.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.es.po index b31e2e3f580..d2238bc887d 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.es.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.es.po @@ -84,11 +84,11 @@ msgstr "Habilita una contraseña de administración\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "Para poder realizar tareas administrativas, necesitas configurar una contraseña\n" "de administrador cuando inicies Tails, usando el [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.fa.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.fa.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po index 9ef61a0a80e..475bf4bcd32 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po @@ -83,11 +83,11 @@ msgstr "یک گذرواژهٔ مدیریتی بسازید.\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "برای انجام عملکردهای مدیریتی باید هنگام راهاندازی تیلز \n" "با استفاده از [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]] \n" +"Greeter</span>|welcome_screen]] \n" "یک گذرواژهٔ مدیریتی بسازید.\n" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.fr.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.fr.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po index d6c9b18a2b6..7cfb0e2111a 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.fr.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.fr.po @@ -73,11 +73,11 @@ msgstr "Définir un mot de passe d'administration\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "Afin d'effectuer des tâches d'administration, vous devez choisir un mot\n" "de passe d'administration lors du démarrage de Tails, en utilisant [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.id.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.id.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.id.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.id.po index 6973a18a8a5..06bfa6e092b 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.id.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.id.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.it.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.it.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.it.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.it.po index bcc251546d2..142bb6f178c 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.it.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.it.po @@ -78,11 +78,11 @@ msgstr "Definire una password da amministratore\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "Per effettuare operazioni da amministratore hai bisogno di \n" "impostare una password da amministratore durante l'avvio di Tails, usando [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.mdwn b/wiki/src/doc/first_steps/welcome_screen/administration_password.mdwn similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.mdwn rename to wiki/src/doc/first_steps/welcome_screen/administration_password.mdwn index b66a98a76c9..802ddb84c59 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.mdwn +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.mdwn @@ -20,7 +20,7 @@ Set up an administration password In order to perform administration tasks, you need to set up an administration password when starting Tails, using the [[Welcome -Screen|startup_options]]. +Screen|welcome_screen]]. 1. When the Welcome Screen appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.pl.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.pl.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.pl.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.pl.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.pl.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.pl.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.pt.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.pt.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po index 03326c77f71..a065d64f50f 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po @@ -78,11 +78,11 @@ msgstr "Configure uma senha de administração\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "Para poder realizar tarefas de administração, você precisa configurar uma senha\n" "de administração ao iniciar o Tails, usando o [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' #, fuzzy diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.ru.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.ru.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.ru.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.ru.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.ru.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.ru.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.sr_Latn.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.sr_Latn.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.sr_Latn.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.sr_Latn.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.tr.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.tr.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.tr.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.tr.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.tr.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.tr.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.zh.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.zh.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.zh.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.zh.po index af3431ee4b6..d42c7488403 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.zh.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.zh.po @@ -66,7 +66,7 @@ msgstr "" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.zh_TW.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po rename to wiki/src/doc/first_steps/welcome_screen/administration_password.zh_TW.po index f180d975761..19d08df724d 100644 --- a/wiki/src/doc/first_steps/startup_options/administration_password.zh_TW.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.zh_TW.po @@ -74,11 +74,11 @@ msgstr "設定一個管理員密碼\n" msgid "" "In order to perform administration tasks, you need to set up an administration\n" "password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]].\n" +"Greeter</span>|welcome_screen]].\n" msgstr "" "為了執行管理者任務,需要在一開始進入 Tails 時\n" "設定一個管理者密碼[[<span class=\"application\">Tails\n" -"Greeters</span>|startup_options]]。\n" +"Greeters</span>|welcome_screen]]。\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.ar.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.ar.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.ar.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.ar.po index ab47045777b..bd7a4078e28 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.ar.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.ar.po @@ -147,10 +147,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" " "raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.ar\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.ar\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.ca.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.ca.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.ca.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.ca.po index 136093c1110..4d70f726d66 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.ca.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.ca.po @@ -143,9 +143,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.ca\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.ca\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.de.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.de.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po index 80c2a5f7abd..b5a1ee8f6b7 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.de.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po @@ -176,8 +176,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.de\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.de\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.es.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.es.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po index c56cc4dcc37..a88d58a9103 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.es.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po @@ -174,9 +174,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.es\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.es\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.fa.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.fa.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po index d04218f20c0..1f3bbc31cd5 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po @@ -177,8 +177,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.fa\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.fa\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.fr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.fr.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po index e7b6aef3a61..a9f23dd8fef 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.fr.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po @@ -172,8 +172,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.fr\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.fr\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.id.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.id.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.id.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.id.po index 760e40ced68..043e925a9c9 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.id.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.id.po @@ -144,9 +144,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.id\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.id\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.ar.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ar.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.ar.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ar.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.ca.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ca.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.ca.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ca.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.de.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.de.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.de.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.de.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.es.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.es.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.es.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.es.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.fa.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fa.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.fa.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fa.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.fr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fr.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.fr.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.fr.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.id.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.id.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.id.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.id.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.it.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.it.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.it.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.it.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.mdwn b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.mdwn similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.mdwn rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.mdwn diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.pl.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pl.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.pl.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pl.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.pt.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pt.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.pt.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.pt.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.ru.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ru.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.ru.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.ru.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.sr_Latn.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.sr_Latn.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.sr_Latn.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.sr_Latn.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.tr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.tr.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.tr.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.tr.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.zh.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.zh.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.inline.zh_TW.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW.po similarity index 100% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.inline.zh_TW.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW.po diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.it.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po similarity index 96% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.it.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po index 65a4b2757fb..ee869e86b20 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.it.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po @@ -178,9 +178,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.it\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.it\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text @@ -306,13 +306,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "To use bridges, choose to configure bridge settings from [[<span\n" -#~| "class=\"application\">Tails Greeter</span>|startup_options]] as\n" +#~| "class=\"application\">Tails Greeter</span>|welcome_screen]] as\n" #~| "explained in the [[network configuration|network_configuration]] documentation.\n" #~ msgid "" #~ "To use Tor through bridges, choose the bridge settings configuration option in [[<span\n" -#~ "class=\"application\">Tails Greeter</span>|startup_options]] as\n" +#~ "class=\"application\">Tails Greeter</span>|welcome_screen]] as\n" #~ "explained in the [[network configuration|network_configuration]] documentation.\n" #~ msgstr "" #~ "Per usare i bridge scegli di configurare le opzioni bridge dal [[<span\n" -#~ "class=\"application\">Tails Greeter</span>|startup_options]], come\n" +#~ "class=\"application\">Tails Greeter</span>|welcome_screen]], come\n" #~ "spiegato nella documentazione relativa alla [[configurazione di rete|network_configuration]].\n" diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.mdwn similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.mdwn index 3e05ada2a91..7b565cfe8a3 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.mdwn +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.mdwn @@ -62,7 +62,7 @@ Tails allows you to use bridges of the following types: To use bridges, choose to configure bridge settings from the Welcome Screen: -[[!inline pages="doc/first_steps/startup_options/bridge_mode.inline" raw="yes" sort="age"]] +[[!inline pages="doc/first_steps/welcome_screen/bridge_mode.inline" raw="yes" sort="age"]] <div class="tip"> diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.pl.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pl.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.pl.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.pl.po index bc0918e56d2..eb31ca88643 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.pl.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pl.po @@ -145,9 +145,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.pl\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.pl\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.pt.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.pt.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po index e1c515241e9..8007fff4ab5 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po @@ -177,8 +177,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.pt\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.pt\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -301,14 +301,14 @@ msgstr "" #~ "class=\"application\">boot menu</span>. For detailed instructions, see\n" #~ "the documentation on\n" #~ "[[using the <span class=\"application\">boot menu</span>|" -#~ "startup_options#boot_menu]].\n" +#~ "welcome_screen#boot_menu]].\n" #~ msgstr "" #~ "Para ativar o modo bridge do Tor, adicione a opção de boot <span class=" #~ "\"command\">bridge</span>\n" #~ "no <span class=\"application\">menu de boot</span>. Para instruções " #~ "detalhadas,\n" #~ "veja a documentação sobre [[como usar o <span class=\"application\">menu " -#~ "de boot</span>|startup_options#boot_menu]].\n" +#~ "de boot</span>|welcome_screen#boot_menu]].\n" #~ msgid "" #~ "If you live in a country where Tor is blocked, or if you want to try to " diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.ru.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.ru.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.ru.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.ru.po index 0667054fb61..2be3eba5edd 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.ru.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.ru.po @@ -145,10 +145,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" " "raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.ru\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.ru\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.sr_Latn.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.sr_Latn.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.sr_Latn.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.sr_Latn.po index 9c01e18972d..55c2f6c35ac 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.sr_Latn.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.sr_Latn.po @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" " "raw=\"yes\" sort=\"age\"]]\n" msgstr "" diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.tr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.tr.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.tr.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.tr.po index 0cd8dbb64b2..ba38db96251 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.tr.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.tr.po @@ -144,9 +144,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" +msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.tr\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.tr\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.zh.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.zh.po similarity index 97% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.zh.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.zh.po index ae33333e83e..c28fa0d299c 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.zh.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.zh.po @@ -143,10 +143,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" " "raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.zh\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.zh\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/bridge_mode.zh_TW.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.zh_TW.po similarity index 98% rename from wiki/src/doc/first_steps/startup_options/bridge_mode.zh_TW.po rename to wiki/src/doc/first_steps/welcome_screen/bridge_mode.zh_TW.po index f45f6b83792..c48d11ebb33 100644 --- a/wiki/src/doc/first_steps/startup_options/bridge_mode.zh_TW.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.zh_TW.po @@ -155,10 +155,10 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" " "raw=\"yes\" sort=\"age\"]]\n" msgstr "" -"[[!inline pages=\"doc/first_steps/startup_options/bridge_mode.inline.zh_TW\" " +"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.zh_TW\" " "raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/startup_options/grub-with-options.png b/wiki/src/doc/first_steps/welcome_screen/grub-with-options.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/grub-with-options.png rename to wiki/src/doc/first_steps/welcome_screen/grub-with-options.png diff --git a/wiki/src/doc/first_steps/startup_options/locale.png b/wiki/src/doc/first_steps/welcome_screen/locale.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/locale.png rename to wiki/src/doc/first_steps/welcome_screen/locale.png diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ar.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ar.po index c8660278f0f..6b8395bb810 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ar.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ar.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ca.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ca.po index c8660278f0f..6b8395bb810 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ca.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ca.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po index 042ba4c2cf8..b9fd605cd5d 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.de.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po @@ -291,10 +291,10 @@ msgstr "Verschleiern der MAC-Adresse deaktivieren\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" "Sie können das Verschleiern Ihrer MAC-Adresse in [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]] deaktivieren:\n" +"Greeter</span>|welcome_screen]] deaktivieren:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po index 8b3f70ba0d6..a3873581647 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.es.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po @@ -280,10 +280,10 @@ msgstr "Deshabilitar el spoofing de direcciones MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" "Puedes deshabilitar el spoofing de direcciones MAC desde [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po index 273997e0fa4..b4284fd640c 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po @@ -206,7 +206,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po index ebd9c9a7227..31ec084d615 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.fr.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fr.po @@ -281,10 +281,10 @@ msgstr "Désactiver l'usurpation d'adresse MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" "Vous pouvez désactiver l'usurpation d'adresse MAC depuis le [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]] :\n" +"Greeter</span>|welcome_screen]] :\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.id.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.id.po index d54d8eca575..d6251283c4a 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.id.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.id.po @@ -209,7 +209,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po index b338ae49921..c716d105032 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.it.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po @@ -281,10 +281,10 @@ msgstr "Disattivare lo spoofing dell'indirizzo MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" "Puoi disattivare lo spoofing dell'indirizzo MAC tramite [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn index 4bb903a0804..ce8cd7e16e5 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.mdwn +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.mdwn @@ -106,7 +106,7 @@ Disable MAC address spoofing ============================ You can disable MAC address spoofing from the [[Welcome -Screen|startup_options]]: +Screen|welcome_screen]]: 1. When the Welcome Screen appears, click on the <span class="button">[[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]]</span> button. diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pl.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pl.po index c8660278f0f..6b8395bb810 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pl.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pl.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po index 8b1ba8debbb..48cf3706227 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po @@ -277,10 +277,10 @@ msgstr "Desabilitar a alteração de endereço MAC\n" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" "Você pode desabilitar a alteração de endereço MAC a partir to [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" #. type: Bullet: '1. ' #, fuzzy diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ru.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ru.po index 8dd208e02d5..24d3e37d636 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.ru.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.ru.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.sr_Latn.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.sr_Latn.po index cf30bbbf12f..fb3b0a76171 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.sr_Latn.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.sr_Latn.po @@ -213,7 +213,7 @@ msgstr "" msgid "" "You can disable MAC address spoofing from [[<span " "class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.tr.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.tr.po index c8660278f0f..6b8395bb810 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.tr.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.tr.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.zh.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.zh.po index c8660278f0f..6b8395bb810 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.zh.po @@ -207,7 +207,7 @@ msgstr "" #, no-wrap msgid "" "You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.zh_TW.po similarity index 99% rename from wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po rename to wiki/src/doc/first_steps/welcome_screen/mac_spoofing.zh_TW.po index ba3f8e2540d..6e83083096e 100644 --- a/wiki/src/doc/first_steps/startup_options/mac_spoofing.zh_TW.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.zh_TW.po @@ -245,10 +245,10 @@ msgstr "取消MAC-地址欺騙\n" msgid "" "You can disable MAC address spoofing from [[<span " "class=\"application\">Tails\n" -"Greeter</span>|startup_options]]:\n" +"Greeter</span>|welcome_screen]]:\n" msgstr "" "要取消MAC-地址欺騙功能,可在 [[<span class=\"application\">Tails\n" -"Greeter</span>|startup_options]] 底下進行:\n" +"Greeter</span>|welcome_screen]] 底下進行:\n" #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/doc/first_steps/startup_options/password-prompt.png b/wiki/src/doc/first_steps/welcome_screen/password-prompt.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/password-prompt.png rename to wiki/src/doc/first_steps/welcome_screen/password-prompt.png diff --git a/wiki/src/doc/first_steps/startup_options/persistence.png b/wiki/src/doc/first_steps/welcome_screen/persistence.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/persistence.png rename to wiki/src/doc/first_steps/welcome_screen/persistence.png diff --git a/wiki/src/doc/first_steps/startup_options/welcome-screen.png b/wiki/src/doc/first_steps/welcome_screen/welcome-screen.png similarity index 100% rename from wiki/src/doc/first_steps/startup_options/welcome-screen.png rename to wiki/src/doc/first_steps/welcome_screen/welcome-screen.png diff --git a/wiki/src/doc/reset/linux.de.po b/wiki/src/doc/reset/linux.de.po index de10b95599a..ac73328fda3 100644 --- a/wiki/src/doc/reset/linux.de.po +++ b/wiki/src/doc/reset/linux.de.po @@ -200,7 +200,7 @@ msgstr "" "Bootoption im <span class=\"application\">Bootmenü</span> hinzu. Für " "detaillierte Anweisungen lesen Sie bitte die Dokumentation\n" "zum [[<span class=\"application\">Bootmenü</span>|" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.fa.po b/wiki/src/doc/reset/linux.fa.po index 02c41c01b44..d7300dbaebc 100644 --- a/wiki/src/doc/reset/linux.fa.po +++ b/wiki/src/doc/reset/linux.fa.po @@ -220,7 +220,7 @@ msgstr "" #| "When starting Tails, add the <span class=\"command\">toram</span> boot " #| "option in the <span class=\"application\">boot menu</span>. For detailed " #| "instructions, see the documentation on [[using the <span class=" -#| "\"application\">boot menu</span>|startup_options#boot_menu]]." +#| "\"application\">boot menu</span>|welcome_screen#boot_menu]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " @@ -230,7 +230,7 @@ msgstr "" "هنگام راهاندازی تیلز گزینهٔ بوت <span class=\"command\">toram</span> را در " "<span class=\"application\">فهرست بوت</span> اضافه کنید. برای خواندن راهنمای " "مشروح به [[استفاده از<span class=\"application\">فهرست بوت</span>|" -"startup_options#boot_menu]] مراجعه کنید." +"welcome_screen#boot_menu]] مراجعه کنید." #. type: Bullet: '2. ' #, fuzzy diff --git a/wiki/src/doc/reset/linux.it.po b/wiki/src/doc/reset/linux.it.po index 5f3fb03df71..4f7c0588bec 100644 --- a/wiki/src/doc/reset/linux.it.po +++ b/wiki/src/doc/reset/linux.it.po @@ -238,7 +238,7 @@ msgstr "" #| "When starting Tails, add the <span class=\"command\">toram</span> boot " #| "option in the <span class=\"application\">boot menu</span>. For detailed " #| "instructions, see the documentation on [[using the <span class=" -#| "\"application\">boot menu</span>|startup_options#boot_menu]]." +#| "\"application\">boot menu</span>|welcome_screen#boot_menu]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " @@ -248,7 +248,7 @@ msgstr "" "Quando Tails è partito, aggiungi l'opzione di avvio <span class=\"command" "\">toram</span> nel<span class=\"application\">menù di avvio</span>. Per " "istruzioni dettagliate, guarda la documentazione su [[usare <span class=" -"\"application\">menù di avvio</span>|startup_options#boot_menu]]." +"\"application\">menù di avvio</span>|welcome_screen#boot_menu]]." #. type: Bullet: '2. ' #, fuzzy diff --git a/wiki/src/doc/reset/linux.pt.po b/wiki/src/doc/reset/linux.pt.po index dbdf486c1dd..920f020f29f 100644 --- a/wiki/src/doc/reset/linux.pt.po +++ b/wiki/src/doc/reset/linux.pt.po @@ -222,7 +222,7 @@ msgstr "" #| "When starting Tails, add the <span class=\"command\">toram</span> boot " #| "option in the <span class=\"application\">boot menu</span>. For detailed " #| "instructions, see the documentation on [[using the <span class=" -#| "\"application\">boot menu</span>|startup_options#boot_menu]]." +#| "\"application\">boot menu</span>|welcome_screen#boot_menu]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " "option in the <span class=\"application\">Boot Loader Menu</span>. For " @@ -232,7 +232,7 @@ msgstr "" "Quando iniciar o Tails, adicione a opção de boot <span class=\"command" "\">toram</span> no <span class=\"application\">meno de boot</span>. Para " "instruções detalhadas, veja a documentação sobre [[como usar o <span class=" -"\"application\">menu de boot</span>|startup_options#boot_menu]]." +"\"application\">menu de boot</span>|welcome_screen#boot_menu]]." #. type: Bullet: '2. ' #, fuzzy diff --git a/wiki/src/doc/reset/linux.zh_TW.po b/wiki/src/doc/reset/linux.zh_TW.po index 32dcc0bb253..44a22558601 100644 --- a/wiki/src/doc/reset/linux.zh_TW.po +++ b/wiki/src/doc/reset/linux.zh_TW.po @@ -187,7 +187,7 @@ msgid "" msgstr "" "在啟動Tails 時,新增 <span class=\"command\">toram</span> 開機選項在 <span class=\"" "application\">開機載入選單Boot Loader Menu</span>。 詳細的指示,請參見[[<span class=\"" -"application\">Boot Loader Menu</span>|startup_options#boot_menu]]文件。" +"application\">Boot Loader Menu</span>|welcome_screen#boot_menu]]文件。" #. type: Bullet: '2. ' msgid "" 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 cb6763db5db..f457494bd02 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 @@ -805,8 +805,8 @@ msgstr "" #~ "link=\"no\"]]\n" #~ msgid "" -#~ " [[!img doc/first_steps/startup_options/boot-menu-with-options.png " +#~ " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png " #~ "link=\"no\"]]\n" #~ msgstr "" -#~ " [[!img doc/first_steps/startup_options/boot-menu-with-options.png " +#~ " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png " #~ "link=\"no\"]]\n" 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 086d810b8e7..ada44ef6d7f 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 @@ -294,7 +294,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -327,7 +327,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 27cd02414dc..d101cc05530 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 @@ -292,7 +292,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -325,7 +325,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 51e70108a05..0ca517abed6 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 @@ -389,9 +389,9 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\"]]\n" -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\"]]\n" +#| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\"]]\n" #. type: Bullet: ' 1. ' msgid "" @@ -437,9 +437,9 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" +#| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\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 f3af0a1357a..06220968b40 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 @@ -366,8 +366,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Pantalla negra con el logo de Tails y una lista de opciones de arranque\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Pantalla negra con el logo de Tails y una lista de opciones de arranque\"]]\n" #. type: Bullet: ' 1. ' msgid "" @@ -411,8 +411,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" #. type: Plain text #, no-wrap 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 d778c249e90..9a0cad8df99 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 @@ -294,7 +294,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -327,7 +327,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 5bbdc019598..360d2915c80 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 @@ -364,8 +364,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Écran noir avec le logo de Tails et la liste des options de démarrage\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Écran noir avec le logo de Tails et la liste des options de démarrage\"]]\n" #. type: Bullet: ' 1. ' msgid "" @@ -408,8 +408,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter : 'Bienvenue dans Tails !'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter : 'Bienvenue dans Tails !'\"]]\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 8a7d83548b3..2435143f72e 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 @@ -292,7 +292,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -325,7 +325,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 54c1b1808cc..e5c8f8518fa 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 @@ -403,7 +403,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -447,9 +447,9 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" -msgstr " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" +#| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" #. type: Plain text #, fuzzy, 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 4d7b683ddee..6bf078db4ad 100644 --- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn @@ -112,7 +112,7 @@ the rest of the instructions afterwards, we recommend you either: A new screen appears with more options. - [[!img doc/first_steps/startup_options/grub-with-options.png link="no" alt="GRUB with a list of + [[!img doc/first_steps/welcome_screen/grub-with-options.png link="no" alt="GRUB with a list of options starting with 'setparams Tails'"]] 1. Navigate with the arrows of the keyboard to the end of the line that @@ -144,7 +144,7 @@ the rest of the instructions afterwards, we recommend you either: <span class="keycap">TAB</span>. A command line with a list of boot options appears at the bottom of the screen. - [[!img doc/first_steps/startup_options/syslinux-with-options.png link="no" alt="SYSLINUX with + [[!img doc/first_steps/welcome_screen/syslinux-with-options.png link="no" alt="SYSLINUX with a list of options starting with '/live/vmlinuz' at the bottom"]] 1. Press the <span class="keycap">Backspace</span> key several times to @@ -167,7 +167,7 @@ the rest of the instructions afterwards, we recommend you either: """]] - [[!img doc/first_steps/startup_options/welcome-screen.png link="no" alt="Welcome to Tails!"]] + [[!img doc/first_steps/welcome_screen/welcome-screen.png link="no" alt="Welcome to Tails!"]] 1. In the Welcome Screen, select your language and keyboard layout in the <span class="guilabel">Language & Region</span> section. 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 2b60f8f5852..4aa15cdc278 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 @@ -293,7 +293,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -326,7 +326,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 66482acfaa2..9824380920d 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 @@ -295,7 +295,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -328,7 +328,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 c314933e02b..518fc2ba869 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 @@ -293,7 +293,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -326,7 +326,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 ec0a8f29a0f..4c05493570f 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 @@ -293,7 +293,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -326,7 +326,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 be0edc46a99..2eec2b27ea0 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 @@ -292,7 +292,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -325,7 +325,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 ec40d70262f..802f555a264 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 @@ -292,7 +292,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -325,7 +325,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text 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 9fc97128837..2d0c34bd198 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 @@ -312,7 +312,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" msgstr "" #. type: Bullet: ' 1. ' @@ -352,7 +352,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/report_2014_03.mdwn b/wiki/src/news/report_2014_03.mdwn index 28af77d641d..35e60c07b6f 100644 --- a/wiki/src/news/report_2014_03.mdwn +++ b/wiki/src/news/report_2014_03.mdwn @@ -98,7 +98,7 @@ Documentation and website c0cd62c46f8ef1d4682c1a72b80ed45b21083578 desc="documented"]]. - The documentation for MAC spoofing was - [[completed|doc/first_steps/startup_options/mac_spoofing]]. + [[completed|doc/first_steps/welcome_screen/mac_spoofing]]. Translation =========== diff --git a/wiki/src/news/report_2015_12.mdwn b/wiki/src/news/report_2015_12.mdwn index c4f6303ea57..90b04975d01 100644 --- a/wiki/src/news/report_2015_12.mdwn +++ b/wiki/src/news/report_2015_12.mdwn @@ -21,7 +21,7 @@ Code For details, see each release announcement. Notable changes include: -* 1.7: You can now start Tails in [[offline mode|doc/first_steps/startup_options#additional]] +* 1.7: You can now start Tails in [[offline mode|doc/first_steps/welcome_screen#additional]] to disable all networking for additional security. Doing so can be useful when working on sensitive documents. diff --git a/wiki/src/news/report_2018_01.mdwn b/wiki/src/news/report_2018_01.mdwn index f3e280997ff..3c3aa9608d6 100644 --- a/wiki/src/news/report_2018_01.mdwn +++ b/wiki/src/news/report_2018_01.mdwn @@ -17,7 +17,7 @@ Releases The following changes were introduced in Tails 3.5: - Tor redesigned *Tor Launcher*, the application to configure a [[Tor - bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. + bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. - Fix printing to a PDF in *Tor Browser*. ([[!tails_ticket 13403]] and [[!tails_ticket 15024]]) diff --git a/wiki/src/news/report_2018_03.mdwn b/wiki/src/news/report_2018_03.mdwn index dd04d55d5de..3b1973fcbc5 100644 --- a/wiki/src/news/report_2018_03.mdwn +++ b/wiki/src/news/report_2018_03.mdwn @@ -24,7 +24,7 @@ The following changes were introduced in Tails 3.6: - You can now lock your screen by clicking on the *Lock* button in the system menu. - - If you set up an [[administration password|doc/first_steps/startup_options/administration_password]] + - If you set up an [[administration password|doc/first_steps/welcome_screen/administration_password]] when starting Tails, you can unlock your screen with your administration password. - Otherwise, you can set up a password to unlock your screen when locking your diff --git a/wiki/src/news/report_2019_03.mdwn b/wiki/src/news/report_2019_03.mdwn index f627e8e2b3b..f8b11a49b59 100644 --- a/wiki/src/news/report_2019_03.mdwn +++ b/wiki/src/news/report_2019_03.mdwn @@ -27,7 +27,7 @@ The following changes were introduced in Tails 3.13: saved in the persistent storage. ([[!tails_ticket 15957]]) - Fix the localization of *Tor Launcher*, the application to configure a [[Tor - bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. + bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!tails_ticket 16338]]) - Fix accessibility when opening *Tor Browser* from a desktop notification. diff --git a/wiki/src/news/spoof-mac.ar.po b/wiki/src/news/spoof-mac.ar.po index e3d8c26de6b..140d529006b 100644 --- a/wiki/src/news/spoof-mac.ar.po +++ b/wiki/src/news/spoof-mac.ar.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -116,7 +116,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.ca.po b/wiki/src/news/spoof-mac.ca.po index d5baf5f6a2b..13ea3eaff5d 100644 --- a/wiki/src/news/spoof-mac.ca.po +++ b/wiki/src/news/spoof-mac.ca.po @@ -98,7 +98,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -114,7 +114,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.de.po b/wiki/src/news/spoof-mac.de.po index fa26ec1b261..a13d45ae218 100644 --- a/wiki/src/news/spoof-mac.de.po +++ b/wiki/src/news/spoof-mac.de.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -115,7 +115,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.es.po b/wiki/src/news/spoof-mac.es.po index eb7fd7d2df3..beb2d331f9b 100644 --- a/wiki/src/news/spoof-mac.es.po +++ b/wiki/src/news/spoof-mac.es.po @@ -98,7 +98,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -114,7 +114,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.fa.po b/wiki/src/news/spoof-mac.fa.po index d7fcc120152..207233269c6 100644 --- a/wiki/src/news/spoof-mac.fa.po +++ b/wiki/src/news/spoof-mac.fa.po @@ -122,7 +122,7 @@ msgstr "چگونه آدرس مک را در تیلز جا بزنیم" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -130,7 +130,7 @@ msgid "" msgstr "" "جا زدن (ابتدایی) آدرس مک در این ایزوی آزمایشی به طور پیشفرض فعال شده است. " "میتوانید این وضعیت را با تغییر [[تنظیمات آغاز|doc/first_steps/" -"startup_options]] عوض کنید. مستندسازی جا زدن توضیح میدهد که چه " +"welcome_screen]] عوض کنید. مستندسازی جا زدن توضیح میدهد که چه " "مواقعی ممکن است این کار ایدهٔ خوبی نباشد. البته این هنوز یک ویرایش آزمایشی " "است و از شما درخواست میکنیم از آن برای هیچ کار مهمی استفاده نکرده و در صورت " "امکان هر دو حالت فعال و غیرفعال آن را امتحان کنید." @@ -144,12 +144,12 @@ msgstr "چه چیزی را امتحان کنیم" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" "در صورت بروز هر گونه مشکلی در رابطه با جا زدن آدرس مک هنگام استفاده از ایزوی " "آزمایشی، لطفاً خروجی دستورهای مرتبط را هنگام گزارش دادن مساله به ما ذکر کنید. " -"(نکته: این کار مستلزم ایجاد یک [[doc/first_steps/startup_options/" +"(نکته: این کار مستلزم ایجاد یک [[doc/first_steps/welcome_screen/" "administration_password]] است):" #. type: Plain text diff --git a/wiki/src/news/spoof-mac.fr.po b/wiki/src/news/spoof-mac.fr.po index 5573649f1dd..3f57b626a70 100644 --- a/wiki/src/news/spoof-mac.fr.po +++ b/wiki/src/news/spoof-mac.fr.po @@ -124,7 +124,7 @@ msgstr "Comment utiliser l'usurpation d'adresse MAC dans Tails" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -132,7 +132,7 @@ msgid "" msgstr "" "L'usurpation d'adresse MAC est activée par défaut dans cette image de test. " "Vous pouvez changer cela avec une [[option de démarrage|doc/first_steps/" -"startup_options]]. La documentation (préliminaire) sur l'usurpation " +"welcome_screen]]. La documentation (préliminaire) sur l'usurpation " "d'adresse MAC essaye d'expliquer les situations dans lesquelles il est peut " "s'avérer une bonne idée de garder cette option activée. Cela dit, s'agissant " "uniquement d'une version de test nous vous pressons de ne pas l'utiliser " @@ -148,14 +148,14 @@ msgstr "Que tester" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" "Pour chaque problème d'usurpation d'adresse MAC que vous rencontrerez en " "utilisant cette ISO de test, veuillez inclure les résultats des commandes " "suivantes quand vous nous le signalerez (note : cela requière la " "configuration d'un [[mot de passe d'administration|doc/first_steps/" -"startup_options/administration_password]]) :" +"welcome_screen/administration_password]]) :" #. type: Plain text #, no-wrap diff --git a/wiki/src/news/spoof-mac.id.po b/wiki/src/news/spoof-mac.id.po index 2aabfbea5bf..9885afbd96d 100644 --- a/wiki/src/news/spoof-mac.id.po +++ b/wiki/src/news/spoof-mac.id.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -115,7 +115,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.it.po b/wiki/src/news/spoof-mac.it.po index 5be5e3852d9..5b7a0188f56 100644 --- a/wiki/src/news/spoof-mac.it.po +++ b/wiki/src/news/spoof-mac.it.po @@ -98,7 +98,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -114,7 +114,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.mdwn b/wiki/src/news/spoof-mac.mdwn index 2d7289d5428..cdde66c0db4 100644 --- a/wiki/src/news/spoof-mac.mdwn +++ b/wiki/src/news/spoof-mac.mdwn @@ -43,7 +43,7 @@ OpenPGP key MAC spoofing is enabled by default in this test ISO. You can change this with a -[[startup option|doc/first_steps/startup_options]]. The +[[startup option|doc/first_steps/welcome_screen]]. The (preliminary) MAC spoofing documentation tries to explain situations where it actually may be a bad idea to keep this option enabled. However, as this is just a test version we of course urge you @@ -55,7 +55,7 @@ enable and disable the option. For any MAC spoofing-related issues you experience using this test ISO, please include the output from the following commands when reporting it to us (note: it requires setting an -[[doc/first_steps/startup_options/administration_password]]): +[[doc/first_steps/welcome_screen/administration_password]]): sudo grep spoof-mac /var/log/syslog sudo grep unblock-network /var/log/syslog diff --git a/wiki/src/news/spoof-mac.pl.po b/wiki/src/news/spoof-mac.pl.po index c607f5ea130..7480e1d7bc4 100644 --- a/wiki/src/news/spoof-mac.pl.po +++ b/wiki/src/news/spoof-mac.pl.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -116,7 +116,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.pt.po b/wiki/src/news/spoof-mac.pt.po index 5b278a8d797..39648017d80 100644 --- a/wiki/src/news/spoof-mac.pt.po +++ b/wiki/src/news/spoof-mac.pt.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -116,7 +116,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.ru.po b/wiki/src/news/spoof-mac.ru.po index 06027ebd8d8..f2e907ffb19 100644 --- a/wiki/src/news/spoof-mac.ru.po +++ b/wiki/src/news/spoof-mac.ru.po @@ -100,7 +100,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -116,7 +116,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.sr_Latn.po b/wiki/src/news/spoof-mac.sr_Latn.po index 8c8e9179a0a..86ae999b4fa 100644 --- a/wiki/src/news/spoof-mac.sr_Latn.po +++ b/wiki/src/news/spoof-mac.sr_Latn.po @@ -97,7 +97,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -113,7 +113,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.tr.po b/wiki/src/news/spoof-mac.tr.po index af9d621cf5e..85759bba338 100644 --- a/wiki/src/news/spoof-mac.tr.po +++ b/wiki/src/news/spoof-mac.tr.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -115,7 +115,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.zh.po b/wiki/src/news/spoof-mac.zh.po index a32a179e780..041a59e2b76 100644 --- a/wiki/src/news/spoof-mac.zh.po +++ b/wiki/src/news/spoof-mac.zh.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -115,7 +115,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/spoof-mac.zh_TW.po b/wiki/src/news/spoof-mac.zh_TW.po index 7d8f1bbcf83..fd9ce7e375a 100644 --- a/wiki/src/news/spoof-mac.zh_TW.po +++ b/wiki/src/news/spoof-mac.zh_TW.po @@ -99,7 +99,7 @@ msgstr "" #. type: Plain text msgid "" "MAC spoofing is enabled by default in this test ISO. You can change this " -"with a [[startup option|doc/first_steps/startup_options]]. The " +"with a [[startup option|doc/first_steps/welcome_screen]]. The " "(preliminary) MAC spoofing documentation tries to explain situations where " "it actually may be a bad idea to keep this option enabled. However, as this " "is just a test version we of course urge you to not use it for anything " @@ -115,7 +115,7 @@ msgstr "" msgid "" "For any MAC spoofing-related issues you experience using this test ISO, " "please include the output from the following commands when reporting it to " -"us (note: it requires setting an [[doc/first_steps/startup_options/" +"us (note: it requires setting an [[doc/first_steps/welcome_screen/" "administration_password]]):" msgstr "" diff --git a/wiki/src/news/test_0.22.1-rc1.mdwn b/wiki/src/news/test_0.22.1-rc1.mdwn index e0a92011d08..77dbe8df391 100644 --- a/wiki/src/news/test_0.22.1-rc1.mdwn +++ b/wiki/src/news/test_0.22.1-rc1.mdwn @@ -45,7 +45,7 @@ These steps allow you to automatically upgrade a device installed with <span class="application">Tails Installer</span> from Tails 0.22 to Tails 0.22.1~rc1. 1. Start Tails 0.22 and [[set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 2. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel: diff --git a/wiki/src/news/test_0.23-rc1.html b/wiki/src/news/test_0.23-rc1.html index c7cb49109d7..207462c792a 100644 --- a/wiki/src/news/test_0.23-rc1.html +++ b/wiki/src/news/test_0.23-rc1.html @@ -69,7 +69,7 @@ us|doc/first_steps/bug_reporting]]! Bonus points if you check that it is not a <li> <p> Start Tails 0.22.1 and [[set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. </p> </li> <li> diff --git a/wiki/src/news/test_1.0-rc1.mdwn b/wiki/src/news/test_1.0-rc1.mdwn index 61cd2c8b63c..f49da9101b1 100644 --- a/wiki/src/news/test_1.0-rc1.mdwn +++ b/wiki/src/news/test_1.0-rc1.mdwn @@ -43,7 +43,7 @@ These steps allow you to automatically upgrade a device installed with <span class="application">Tails Installer</span> from Tails 0.23 to Tails 1.0~rc1. 1. Start Tails 0.23 and [[set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_1.1-rc1.mdwn b/wiki/src/news/test_1.1-rc1.mdwn index 6c3d0e84ef9..5561956c5d9 100644 --- a/wiki/src/news/test_1.1-rc1.mdwn +++ b/wiki/src/news/test_1.1-rc1.mdwn @@ -119,7 +119,7 @@ class="application">Tails Installer</span> from Tails 1.0.1, Tails device that you want to upgrade. 2. [[Set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 3. Run this command in a <span class="application">Root Terminal</span> to install the latest version of <span diff --git a/wiki/src/news/test_1.2-rc1.mdwn b/wiki/src/news/test_1.2-rc1.mdwn index a0c2754393a..44edafd1675 100644 --- a/wiki/src/news/test_1.2-rc1.mdwn +++ b/wiki/src/news/test_1.2-rc1.mdwn @@ -45,7 +45,7 @@ These steps allow you to automatically upgrade a device installed with <span class="application">Tails Installer</span> from Tails 1.1.2 to Tails 1.2~rc1. 1. Start Tails 1.1.2 from a USB stick or SD card, and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_1.3-rc1.mdwn b/wiki/src/news/test_1.3-rc1.mdwn index abc37654b11..3a4a9f9b514 100644 --- a/wiki/src/news/test_1.3-rc1.mdwn +++ b/wiki/src/news/test_1.3-rc1.mdwn @@ -46,7 +46,7 @@ class="application">Tails Installer</span> from Tails 1.2.3 to Tails 1.3~rc1. 1. Start Tails 1.2.3 from a USB stick or SD card (installed by the Tails Installer), and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_1.4-rc1.mdwn b/wiki/src/news/test_1.4-rc1.mdwn index 053a39c7524..59e7e272ab6 100644 --- a/wiki/src/news/test_1.4-rc1.mdwn +++ b/wiki/src/news/test_1.4-rc1.mdwn @@ -46,7 +46,7 @@ class="application">Tails Installer</span> from Tails 1.3.2 to Tails 1.4~rc1. 1. Start Tails 1.3.2 from a USB stick or SD card (installed by the Tails Installer), and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_1.5-rc1.mdwn b/wiki/src/news/test_1.5-rc1.mdwn index 9fd5815f947..ef5885bd890 100644 --- a/wiki/src/news/test_1.5-rc1.mdwn +++ b/wiki/src/news/test_1.5-rc1.mdwn @@ -53,7 +53,7 @@ class="application">Tails Installer</span> from Tails 1.4.1 to Tails 1.5~rc1. 1. Start Tails 1.4.1 from a USB stick or SD card (installed by the Tails Installer), and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_1.7-rc1.mdwn b/wiki/src/news/test_1.7-rc1.mdwn index f1bb615a619..1e32bc528f2 100644 --- a/wiki/src/news/test_1.7-rc1.mdwn +++ b/wiki/src/news/test_1.7-rc1.mdwn @@ -46,7 +46,7 @@ class="application">Tails Installer</span> from Tails 1.6 to Tails 1.7~rc1. 1. Start Tails 1.6 from a USB stick or SD card (installed by the Tails Installer), and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_2.10-rc1.mdwn b/wiki/src/news/test_2.10-rc1.mdwn index ac98d7324b4..f846563a854 100644 --- a/wiki/src/news/test_2.10-rc1.mdwn +++ b/wiki/src/news/test_2.10-rc1.mdwn @@ -45,7 +45,7 @@ Upgrade from 2.9.1 ------------------ 1. Start Tails 2.9.1 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_2.12-rc1.mdwn b/wiki/src/news/test_2.12-rc1.mdwn index 8ff2f9644e3..0800c61a586 100644 --- a/wiki/src/news/test_2.12-rc1.mdwn +++ b/wiki/src/news/test_2.12-rc1.mdwn @@ -38,7 +38,7 @@ Upgrade from 2.10 or 2.11 ------------------------- 1. Start Tails 2.10 or 2.11 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_2.2-rc1.mdwn b/wiki/src/news/test_2.2-rc1.mdwn index 2b1942b36fc..0a16dd4c05f 100644 --- a/wiki/src/news/test_2.2-rc1.mdwn +++ b/wiki/src/news/test_2.2-rc1.mdwn @@ -39,7 +39,7 @@ Upgrade from 2.0.1 ------------------ 1. Start Tails 2.0.1 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_2.4-rc1.mdwn b/wiki/src/news/test_2.4-rc1.mdwn index 948c7794d0a..25eaa09a6e6 100644 --- a/wiki/src/news/test_2.4-rc1.mdwn +++ b/wiki/src/news/test_2.4-rc1.mdwn @@ -47,7 +47,7 @@ Upgrade from 2.3 ------------------ 1. Start Tails 2.3 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_2.6-rc1.mdwn b/wiki/src/news/test_2.6-rc1.mdwn index e8dd2ab23d1..50c13f44b44 100644 --- a/wiki/src/news/test_2.6-rc1.mdwn +++ b/wiki/src/news/test_2.6-rc1.mdwn @@ -44,7 +44,7 @@ Upgrade from 2.5 ---------------- 1. Start Tails 2.5 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_3.12-rc1.mdwn b/wiki/src/news/test_3.12-rc1.mdwn index f9e4bfccd7a..8c30e88f00f 100644 --- a/wiki/src/news/test_3.12-rc1.mdwn +++ b/wiki/src/news/test_3.12-rc1.mdwn @@ -65,7 +65,7 @@ Upgrade from 3.11 ----------------- 1. Start Tails 3.11 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Terminal</span> to select the "alpha" upgrade channel and start the upgrade: diff --git a/wiki/src/news/test_3.2-rc1.mdwn b/wiki/src/news/test_3.2-rc1.mdwn index 5dc203abf93..e0672dafcd3 100644 --- a/wiki/src/news/test_3.2-rc1.mdwn +++ b/wiki/src/news/test_3.2-rc1.mdwn @@ -59,7 +59,7 @@ Upgrade from 3.1 ---------------- 1. Start Tails 3.1 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_3.6~rc1.mdwn b/wiki/src/news/test_3.6~rc1.mdwn index 63f92576b1a..3bae1da6b4f 100644 --- a/wiki/src/news/test_3.6~rc1.mdwn +++ b/wiki/src/news/test_3.6~rc1.mdwn @@ -57,7 +57,7 @@ Upgrade from 3.5 ---------------- 1. Start Tails 3.5 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Terminal</span> to select the "alpha" upgrade channel diff --git a/wiki/src/news/test_3.9-rc1.mdwn b/wiki/src/news/test_3.9-rc1.mdwn index 12ce2bd802f..c0b7e847472 100644 --- a/wiki/src/news/test_3.9-rc1.mdwn +++ b/wiki/src/news/test_3.9-rc1.mdwn @@ -75,7 +75,7 @@ Upgrade from 3.8 ---------------- 1. Start Tails 3.8 on a USB stick installed using *Tails Installer* and - [[set an administration password|doc/first_steps/startup_options/administration_password]]. + [[set an administration password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Terminal</span> to select the "alpha" upgrade channel and start the upgrade: diff --git a/wiki/src/news/test_incremental_upgrades.mdwn b/wiki/src/news/test_incremental_upgrades.mdwn index e0f5e4e78bb..cb242285988 100644 --- a/wiki/src/news/test_incremental_upgrades.mdwn +++ b/wiki/src/news/test_incremental_upgrades.mdwn @@ -37,7 +37,7 @@ These steps allow you to incrementally upgrade from Tails 0.22~rc1 to Tails 0.22. 1. Start Tails 0.22~rc1 and [[set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span> to correct the firewall: diff --git a/wiki/src/news/version_0.11.mdwn b/wiki/src/news/version_0.11.mdwn index e0a4426990a..81632650e14 100644 --- a/wiki/src/news/version_0.11.mdwn +++ b/wiki/src/news/version_0.11.mdwn @@ -21,7 +21,7 @@ Notable user-visible changes include: full sudo access is disabled per default, but can be enabled by setting this password. See [[the - documentation|doc/first_steps/startup_options]] + documentation|doc/first_steps/welcome_screen]] for details. * Tails USB installer. This graphical user interface mostly obsoletes diff --git a/wiki/src/news/version_0.12.mdwn b/wiki/src/news/version_0.12.mdwn index 3d55d7bf179..5b7fe816133 100644 --- a/wiki/src/news/version_0.12.mdwn +++ b/wiki/src/news/version_0.12.mdwn @@ -43,7 +43,7 @@ Notable user-visible changes include: for reason. Users of cryptkeeper are encouraged to migrate built-in [[doc/first_steps/persistence]] with the following one-time migration procedure: - 1. set an [[doc/first_steps/startup_options/administration_password]] + 1. set an [[doc/first_steps/welcome_screen/administration_password]] when booting Tails 2. temporarily install cryptkeeper via `sudo apt-get update; sudo apt-get install --yes cryptkeeper` diff --git a/wiki/src/news/version_0.15.mdwn b/wiki/src/news/version_0.15.mdwn index 02697287255..20e2d1443a2 100644 --- a/wiki/src/news/version_0.15.mdwn +++ b/wiki/src/news/version_0.15.mdwn @@ -20,7 +20,7 @@ Notable user-visible changes include: * Major new features - [[Persistence for browser bookmarks|doc/first_steps/persistence/configure]]. - - Support for [[obfsproxy bridges|doc/first_steps/startup_options/bridge_mode]]. + - Support for [[obfsproxy bridges|doc/first_steps/welcome_screen/bridge_mode]]. * Minor improvements - Add the Hangul (Korean) Input Method Engine for SCIM. diff --git a/wiki/src/news/version_0.23.mdwn b/wiki/src/news/version_0.23.mdwn index e41da1c0e95..f5e8df434fa 100644 --- a/wiki/src/news/version_0.23.mdwn +++ b/wiki/src/news/version_0.23.mdwn @@ -19,10 +19,10 @@ Notable user-visible changes include: 24.4.0esr + Iceweasel patches + Torbrowser patches). * Major new features - - [[Spoof the network interfaces' MAC address|doc/first_steps/startup_options/mac_spoofing]] + - [[Spoof the network interfaces' MAC address|doc/first_steps/welcome_screen/mac_spoofing]] by default. It can be disabled in Tails Greeter. - Rework the way to - [[configure how Tor connects to the network|doc/first_steps/startup_options#additional]] + [[configure how Tor connects to the network|doc/first_steps/welcome_screen#additional]] by using bridges, proxies and restrictive firewalls. This option can be set from Tails Greeter, and replaces the old experimental "bridge mode" feature. diff --git a/wiki/src/news/version_1.0.mdwn b/wiki/src/news/version_1.0.mdwn index be5c7c827ab..ff38eae084e 100644 --- a/wiki/src/news/version_1.0.mdwn +++ b/wiki/src/news/version_1.0.mdwn @@ -28,10 +28,10 @@ are essential both in terms of security and usability: - USB installer - [[automatic upgrades|doc/upgrade]] - [[persistence|doc/first_steps/persistence]] - - [[support for Tor bridges|doc/first_steps/startup_options/bridge_mode]] and + - [[support for Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] and other [[special Tor - configuration|doc/first_steps/startup_options#additional]] - - [[MAC address spoofing|doc/first_steps/startup_options/mac_spoofing]] + configuration|doc/first_steps/welcome_screen#additional]] + - [[MAC address spoofing|doc/first_steps/welcome_screen/mac_spoofing]] - [[extensive and translated documentation|doc]] - and [[many more...|doc/about/features]] diff --git a/wiki/src/news/version_1.1.mdwn b/wiki/src/news/version_1.1.mdwn index 1498f75bf8c..5f72a461ae3 100644 --- a/wiki/src/news/version_1.1.mdwn +++ b/wiki/src/news/version_1.1.mdwn @@ -114,7 +114,7 @@ class="application">Tails Installer</span> from Tails 1.0.1, Tails device that you want to upgrade. 2. [[Set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 3. Run this command in a <span class="application">Root Terminal</span> to install the latest version of <span @@ -139,7 +139,7 @@ Tails 1.1. 1. Start Tails 1.1~rc1 from the device you want to upgrade. 2. [[Set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 3. Run this command in a <span class="application">Terminal</span> to apply the automatic upgrade: diff --git a/wiki/src/news/version_1.2.1.mdwn b/wiki/src/news/version_1.2.1.mdwn index 92436ea2a93..37c5949135b 100644 --- a/wiki/src/news/version_1.2.1.mdwn +++ b/wiki/src/news/version_1.2.1.mdwn @@ -57,7 +57,7 @@ USB stick or SD card installation to Tails 1.2.1, then please follow these steps to benefit from the updated GnuPG configuration: 1. Boot Tails with - [[an administration password|doc/first_steps/startup_options/administration_password]] set. + [[an administration password|doc/first_steps/welcome_screen/administration_password]] set. 1. Run this command in a <span class="application">Root Terminal</span>: diff --git a/wiki/src/news/version_1.2.2.mdwn b/wiki/src/news/version_1.2.2.mdwn index e99bfcfa785..8a4bec6abdc 100644 --- a/wiki/src/news/version_1.2.2.mdwn +++ b/wiki/src/news/version_1.2.2.mdwn @@ -58,7 +58,7 @@ USB stick or SD card installation to Tails 1.2.1 or 1.2.2, then please follow these steps to benefit from the updated GnuPG configuration: 1. Boot Tails with - [[an administration password|doc/first_steps/startup_options/administration_password]] set. + [[an administration password|doc/first_steps/welcome_screen/administration_password]] set. 1. Run this command in a <span class="application">Root Terminal</span>: diff --git a/wiki/src/news/version_1.7.mdwn b/wiki/src/news/version_1.7.mdwn index 222ad6b81bd..a106e4b60ad 100644 --- a/wiki/src/news/version_1.7.mdwn +++ b/wiki/src/news/version_1.7.mdwn @@ -13,7 +13,7 @@ upgrade as soon as possible. ## New features -- You can now start Tails in [[offline mode|doc/first_steps/startup_options#additional]] +- You can now start Tails in [[offline mode|doc/first_steps/welcome_screen#additional]] to disable all networking for additional security. Doing so can be useful when working on sensitive documents. diff --git a/wiki/src/news/version_1.8.mdwn b/wiki/src/news/version_1.8.mdwn index 654a3050a40..fcebb1a45ec 100644 --- a/wiki/src/news/version_1.8.mdwn +++ b/wiki/src/news/version_1.8.mdwn @@ -45,11 +45,11 @@ upgrade as soon as possible. Expect the upgrade to take around an hour *after* the download is finished. See [[!tails_ticket 10757]] for details. -* The [[doc/first_steps/startup_options/bridge_mode]] fails if the +* The [[doc/first_steps/welcome_screen/bridge_mode]] fails if the system clock is incorrect. To prevent this problem, correct the system clock *before* connecting to the network. To do so: - 1. [[Set up an administration password|doc/first_steps/startup_options/administration_password]] + 1. [[Set up an administration password|doc/first_steps/welcome_screen/administration_password]] when starting Tails. 1. Right-click on the system clock in the top navigation bar and diff --git a/wiki/src/news/version_3.0.ar.po b/wiki/src/news/version_3.0.ar.po index 59eb8395334..f8419ce7eaf 100644 --- a/wiki/src/news/version_3.0.ar.po +++ b/wiki/src/news/version_3.0.ar.po @@ -372,7 +372,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.ca.po b/wiki/src/news/version_3.0.ca.po index d9ace46f253..3787b09a7bf 100644 --- a/wiki/src/news/version_3.0.ca.po +++ b/wiki/src/news/version_3.0.ca.po @@ -371,7 +371,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.de.po b/wiki/src/news/version_3.0.de.po index 57afc6b0b61..1eb865f3c47 100644 --- a/wiki/src/news/version_3.0.de.po +++ b/wiki/src/news/version_3.0.de.po @@ -373,7 +373,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.es.po b/wiki/src/news/version_3.0.es.po index 018bc098a76..339ea57ef7f 100644 --- a/wiki/src/news/version_3.0.es.po +++ b/wiki/src/news/version_3.0.es.po @@ -374,7 +374,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.fa.po b/wiki/src/news/version_3.0.fa.po index 5909344d595..82d40020925 100644 --- a/wiki/src/news/version_3.0.fa.po +++ b/wiki/src/news/version_3.0.fa.po @@ -369,7 +369,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.fr.po b/wiki/src/news/version_3.0.fr.po index 63e657d7e36..5254ea32728 100644 --- a/wiki/src/news/version_3.0.fr.po +++ b/wiki/src/news/version_3.0.fr.po @@ -479,12 +479,12 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez le système d'exploitation que vous voulez utiliser avec " "l'*Installeur de Tails*.<br /> Si vous voulez utiliser l'*Installeur de " "Tails* dans Tails 3.0, [[définissez un mot de passe d'administration|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." #. type: Plain text #, no-wrap diff --git a/wiki/src/news/version_3.0.id.po b/wiki/src/news/version_3.0.id.po index 20c99a4cb78..5359b118db4 100644 --- a/wiki/src/news/version_3.0.id.po +++ b/wiki/src/news/version_3.0.id.po @@ -371,7 +371,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.it.po b/wiki/src/news/version_3.0.it.po index 7fb6abc3844..d47a58ef236 100644 --- a/wiki/src/news/version_3.0.it.po +++ b/wiki/src/news/version_3.0.it.po @@ -511,7 +511,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.mdwn b/wiki/src/news/version_3.0.mdwn index 4622c14837c..4e16b0136e7 100644 --- a/wiki/src/news/version_3.0.mdwn +++ b/wiki/src/news/version_3.0.mdwn @@ -177,7 +177,7 @@ For more details, read our [[!tails_gitweb debian/changelog desc="changelog"]]. 1. Start the operating system you want to use *Tails Installer* on.<br /> If you want to use *Tails Installer* in Tails 3.0, - [[set up an administration password|doc/first_steps/startup_options/administration_password]]. + [[set up an administration password|doc/first_steps/welcome_screen/administration_password]]. 2. Choose <span class="menuchoice"> diff --git a/wiki/src/news/version_3.0.pl.po b/wiki/src/news/version_3.0.pl.po index 59fb7994161..94fd8747e8f 100644 --- a/wiki/src/news/version_3.0.pl.po +++ b/wiki/src/news/version_3.0.pl.po @@ -372,7 +372,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.pt.po b/wiki/src/news/version_3.0.pt.po index d38b7830e18..90e788c00e6 100644 --- a/wiki/src/news/version_3.0.pt.po +++ b/wiki/src/news/version_3.0.pt.po @@ -374,7 +374,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.ru.po b/wiki/src/news/version_3.0.ru.po index 1b544e327f8..d9615c76cd4 100644 --- a/wiki/src/news/version_3.0.ru.po +++ b/wiki/src/news/version_3.0.ru.po @@ -372,7 +372,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.sr_Latn.po b/wiki/src/news/version_3.0.sr_Latn.po index 538f143bda5..2faae30c538 100644 --- a/wiki/src/news/version_3.0.sr_Latn.po +++ b/wiki/src/news/version_3.0.sr_Latn.po @@ -369,7 +369,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.tr.po b/wiki/src/news/version_3.0.tr.po index f223872003a..344b0d092fb 100644 --- a/wiki/src/news/version_3.0.tr.po +++ b/wiki/src/news/version_3.0.tr.po @@ -371,7 +371,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.zh.po b/wiki/src/news/version_3.0.zh.po index 56e2e883fb0..b8ec0bb188c 100644 --- a/wiki/src/news/version_3.0.zh.po +++ b/wiki/src/news/version_3.0.zh.po @@ -371,7 +371,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.0.zh_TW.po b/wiki/src/news/version_3.0.zh_TW.po index 96dca08fd88..3fa79e7734a 100644 --- a/wiki/src/news/version_3.0.zh_TW.po +++ b/wiki/src/news/version_3.0.zh_TW.po @@ -370,7 +370,7 @@ msgstr "" msgid "" "Start the operating system you want to use *Tails Installer* on.<br /> If " "you want to use *Tails Installer* in Tails 3.0, [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.12.1.ar.po b/wiki/src/news/version_3.12.1.ar.po index df13f3610e2..7a757eebc70 100644 --- a/wiki/src/news/version_3.12.1.ar.po +++ b/wiki/src/news/version_3.12.1.ar.po @@ -122,7 +122,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.ca.po b/wiki/src/news/version_3.12.1.ca.po index 2222238b15f..d78df9f08b9 100644 --- a/wiki/src/news/version_3.12.1.ca.po +++ b/wiki/src/news/version_3.12.1.ca.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.de.po b/wiki/src/news/version_3.12.1.de.po index 69a78b8a46c..58937d300de 100644 --- a/wiki/src/news/version_3.12.1.de.po +++ b/wiki/src/news/version_3.12.1.de.po @@ -123,7 +123,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.es.po b/wiki/src/news/version_3.12.1.es.po index a87e8ffa42d..d3f2a577ba3 100644 --- a/wiki/src/news/version_3.12.1.es.po +++ b/wiki/src/news/version_3.12.1.es.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.fa.po b/wiki/src/news/version_3.12.1.fa.po index 48d62d78a13..c96dc28bf86 100644 --- a/wiki/src/news/version_3.12.1.fa.po +++ b/wiki/src/news/version_3.12.1.fa.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.fr.po b/wiki/src/news/version_3.12.1.fr.po index 8dc188e904c..3cfd1504530 100644 --- a/wiki/src/news/version_3.12.1.fr.po +++ b/wiki/src/news/version_3.12.1.fr.po @@ -139,10 +139,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe d'administration|doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.12.1.id.po b/wiki/src/news/version_3.12.1.id.po index 71be87bb596..fc7a2d12b9a 100644 --- a/wiki/src/news/version_3.12.1.id.po +++ b/wiki/src/news/version_3.12.1.id.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.it.po b/wiki/src/news/version_3.12.1.it.po index adf00470de4..1310a539cee 100644 --- a/wiki/src/news/version_3.12.1.it.po +++ b/wiki/src/news/version_3.12.1.it.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.mdwn b/wiki/src/news/version_3.12.1.mdwn index 6a461310b3a..7e6156bef1e 100644 --- a/wiki/src/news/version_3.12.1.mdwn +++ b/wiki/src/news/version_3.12.1.mdwn @@ -45,7 +45,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.12.1.pl.po b/wiki/src/news/version_3.12.1.pl.po index e8c521c8332..8b87d41fc30 100644 --- a/wiki/src/news/version_3.12.1.pl.po +++ b/wiki/src/news/version_3.12.1.pl.po @@ -122,7 +122,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.pt.po b/wiki/src/news/version_3.12.1.pt.po index 1158ded8f15..fbf3bb81bf9 100644 --- a/wiki/src/news/version_3.12.1.pt.po +++ b/wiki/src/news/version_3.12.1.pt.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.ru.po b/wiki/src/news/version_3.12.1.ru.po index 19f35ae954a..e3003beec39 100644 --- a/wiki/src/news/version_3.12.1.ru.po +++ b/wiki/src/news/version_3.12.1.ru.po @@ -122,7 +122,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.sr_Latn.po b/wiki/src/news/version_3.12.1.sr_Latn.po index 89ba60ac5f0..b0c6e7eeeb5 100644 --- a/wiki/src/news/version_3.12.1.sr_Latn.po +++ b/wiki/src/news/version_3.12.1.sr_Latn.po @@ -120,7 +120,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.tr.po b/wiki/src/news/version_3.12.1.tr.po index f58505be1bb..47b96d78c22 100644 --- a/wiki/src/news/version_3.12.1.tr.po +++ b/wiki/src/news/version_3.12.1.tr.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.zh.po b/wiki/src/news/version_3.12.1.zh.po index f84ec42b49c..cd3b839e497 100644 --- a/wiki/src/news/version_3.12.1.zh.po +++ b/wiki/src/news/version_3.12.1.zh.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.1.zh_TW.po b/wiki/src/news/version_3.12.1.zh_TW.po index ebc84451f9b..b2019f537dc 100644 --- a/wiki/src/news/version_3.12.1.zh_TW.po +++ b/wiki/src/news/version_3.12.1.zh_TW.po @@ -121,7 +121,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.ar.po b/wiki/src/news/version_3.12.ar.po index 03be32177e4..f2dffcbe309 100644 --- a/wiki/src/news/version_3.12.ar.po +++ b/wiki/src/news/version_3.12.ar.po @@ -225,7 +225,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.ca.po b/wiki/src/news/version_3.12.ca.po index a218a03a367..8de653fd8db 100644 --- a/wiki/src/news/version_3.12.ca.po +++ b/wiki/src/news/version_3.12.ca.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.de.po b/wiki/src/news/version_3.12.de.po index eca7ae5af8e..f626719c0d4 100644 --- a/wiki/src/news/version_3.12.de.po +++ b/wiki/src/news/version_3.12.de.po @@ -227,7 +227,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.es.po b/wiki/src/news/version_3.12.es.po index 45cb4b7724e..b552c8cc2b5 100644 --- a/wiki/src/news/version_3.12.es.po +++ b/wiki/src/news/version_3.12.es.po @@ -227,7 +227,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.fa.po b/wiki/src/news/version_3.12.fa.po index 9fb7130c385..5ab3762d784 100644 --- a/wiki/src/news/version_3.12.fa.po +++ b/wiki/src/news/version_3.12.fa.po @@ -225,7 +225,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.fr.po b/wiki/src/news/version_3.12.fr.po index 0a2aefa4e2a..df8a819b6ab 100644 --- a/wiki/src/news/version_3.12.fr.po +++ b/wiki/src/news/version_3.12.fr.po @@ -273,10 +273,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]]." +"d'administration|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.12.id.po b/wiki/src/news/version_3.12.id.po index 9142c788ecc..e849a8ff473 100644 --- a/wiki/src/news/version_3.12.id.po +++ b/wiki/src/news/version_3.12.id.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.it.po b/wiki/src/news/version_3.12.it.po index 8cc778169dc..1d6bf0eda2b 100644 --- a/wiki/src/news/version_3.12.it.po +++ b/wiki/src/news/version_3.12.it.po @@ -227,7 +227,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.mdwn b/wiki/src/news/version_3.12.mdwn index d5e3febc71d..a7074f4e15e 100644 --- a/wiki/src/news/version_3.12.mdwn +++ b/wiki/src/news/version_3.12.mdwn @@ -96,7 +96,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.12.pl.po b/wiki/src/news/version_3.12.pl.po index 535e4851b25..1f95b11dc43 100644 --- a/wiki/src/news/version_3.12.pl.po +++ b/wiki/src/news/version_3.12.pl.po @@ -225,7 +225,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.pt.po b/wiki/src/news/version_3.12.pt.po index cc5e9ac597e..723b81a756c 100644 --- a/wiki/src/news/version_3.12.pt.po +++ b/wiki/src/news/version_3.12.pt.po @@ -227,7 +227,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.ru.po b/wiki/src/news/version_3.12.ru.po index 90d0134891d..74a6a7c7745 100644 --- a/wiki/src/news/version_3.12.ru.po +++ b/wiki/src/news/version_3.12.ru.po @@ -225,7 +225,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.sr_Latn.po b/wiki/src/news/version_3.12.sr_Latn.po index dac9311d89f..5fa358b2b7f 100644 --- a/wiki/src/news/version_3.12.sr_Latn.po +++ b/wiki/src/news/version_3.12.sr_Latn.po @@ -223,7 +223,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.tr.po b/wiki/src/news/version_3.12.tr.po index 1d2d1c9b64b..1c187b3d8f2 100644 --- a/wiki/src/news/version_3.12.tr.po +++ b/wiki/src/news/version_3.12.tr.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.zh.po b/wiki/src/news/version_3.12.zh.po index 99b50258fcf..9c60b27c8ce 100644 --- a/wiki/src/news/version_3.12.zh.po +++ b/wiki/src/news/version_3.12.zh.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.12.zh_TW.po b/wiki/src/news/version_3.12.zh_TW.po index 5b6b9d1e45d..40217701a25 100644 --- a/wiki/src/news/version_3.12.zh_TW.po +++ b/wiki/src/news/version_3.12.zh_TW.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.ar.po b/wiki/src/news/version_3.13.1.ar.po index 832664a5755..c22115b2b0b 100644 --- a/wiki/src/news/version_3.13.1.ar.po +++ b/wiki/src/news/version_3.13.1.ar.po @@ -132,7 +132,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.ca.po b/wiki/src/news/version_3.13.1.ca.po index 132644d0da2..64bab2a33fa 100644 --- a/wiki/src/news/version_3.13.1.ca.po +++ b/wiki/src/news/version_3.13.1.ca.po @@ -131,7 +131,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.de.po b/wiki/src/news/version_3.13.1.de.po index 855a104b3bb..29745d7b3ef 100644 --- a/wiki/src/news/version_3.13.1.de.po +++ b/wiki/src/news/version_3.13.1.de.po @@ -141,7 +141,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.es.po b/wiki/src/news/version_3.13.1.es.po index f27de19d27c..b4bc0db12ac 100644 --- a/wiki/src/news/version_3.13.1.es.po +++ b/wiki/src/news/version_3.13.1.es.po @@ -141,7 +141,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.fa.po b/wiki/src/news/version_3.13.1.fa.po index bce4d6bf9c2..9361e379c03 100644 --- a/wiki/src/news/version_3.13.1.fa.po +++ b/wiki/src/news/version_3.13.1.fa.po @@ -137,7 +137,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.fr.po b/wiki/src/news/version_3.13.1.fr.po index 09ec734352c..24d79867ebc 100644 --- a/wiki/src/news/version_3.13.1.fr.po +++ b/wiki/src/news/version_3.13.1.fr.po @@ -146,10 +146,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]]." +"d'administration|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.13.1.id.po b/wiki/src/news/version_3.13.1.id.po index c27f6685d43..27c6d1f7e41 100644 --- a/wiki/src/news/version_3.13.1.id.po +++ b/wiki/src/news/version_3.13.1.id.po @@ -131,7 +131,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.it.po b/wiki/src/news/version_3.13.1.it.po index 7d0b9468124..9834649474d 100644 --- a/wiki/src/news/version_3.13.1.it.po +++ b/wiki/src/news/version_3.13.1.it.po @@ -141,7 +141,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.mdwn b/wiki/src/news/version_3.13.1.mdwn index 817df097609..5c7a389c301 100644 --- a/wiki/src/news/version_3.13.1.mdwn +++ b/wiki/src/news/version_3.13.1.mdwn @@ -46,7 +46,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.13.1.pl.po b/wiki/src/news/version_3.13.1.pl.po index d0c15be59da..cdf8050ff88 100644 --- a/wiki/src/news/version_3.13.1.pl.po +++ b/wiki/src/news/version_3.13.1.pl.po @@ -132,7 +132,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.pt.po b/wiki/src/news/version_3.13.1.pt.po index 43062af66b4..4ead2868de7 100644 --- a/wiki/src/news/version_3.13.1.pt.po +++ b/wiki/src/news/version_3.13.1.pt.po @@ -141,7 +141,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.ru.po b/wiki/src/news/version_3.13.1.ru.po index 193d1e68981..3bb2dd7a715 100644 --- a/wiki/src/news/version_3.13.1.ru.po +++ b/wiki/src/news/version_3.13.1.ru.po @@ -132,7 +132,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.sr_Latn.po b/wiki/src/news/version_3.13.1.sr_Latn.po index 5e04b863427..6bf2eadfa99 100644 --- a/wiki/src/news/version_3.13.1.sr_Latn.po +++ b/wiki/src/news/version_3.13.1.sr_Latn.po @@ -130,7 +130,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.tr.po b/wiki/src/news/version_3.13.1.tr.po index 6591ba5cb21..27c109810f3 100644 --- a/wiki/src/news/version_3.13.1.tr.po +++ b/wiki/src/news/version_3.13.1.tr.po @@ -131,7 +131,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.zh.po b/wiki/src/news/version_3.13.1.zh.po index 5e77d9d2ac6..47040588cdd 100644 --- a/wiki/src/news/version_3.13.1.zh.po +++ b/wiki/src/news/version_3.13.1.zh.po @@ -131,7 +131,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.1.zh_TW.po b/wiki/src/news/version_3.13.1.zh_TW.po index 0902f7f6b8d..df01d9ec3b3 100644 --- a/wiki/src/news/version_3.13.1.zh_TW.po +++ b/wiki/src/news/version_3.13.1.zh_TW.po @@ -131,7 +131,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.ar.po b/wiki/src/news/version_3.13.2.ar.po index 65c2495248b..91526febb67 100644 --- a/wiki/src/news/version_3.13.2.ar.po +++ b/wiki/src/news/version_3.13.2.ar.po @@ -470,7 +470,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.ca.po b/wiki/src/news/version_3.13.2.ca.po index a199d3959e4..c9e44cdde5a 100644 --- a/wiki/src/news/version_3.13.2.ca.po +++ b/wiki/src/news/version_3.13.2.ca.po @@ -469,7 +469,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.de.po b/wiki/src/news/version_3.13.2.de.po index 292aae31415..7d3b761762a 100644 --- a/wiki/src/news/version_3.13.2.de.po +++ b/wiki/src/news/version_3.13.2.de.po @@ -471,7 +471,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.es.po b/wiki/src/news/version_3.13.2.es.po index c69e3248c1b..f52eb2f01d5 100644 --- a/wiki/src/news/version_3.13.2.es.po +++ b/wiki/src/news/version_3.13.2.es.po @@ -471,7 +471,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.fa.po b/wiki/src/news/version_3.13.2.fa.po index 1b758beccef..eb3084dbace 100644 --- a/wiki/src/news/version_3.13.2.fa.po +++ b/wiki/src/news/version_3.13.2.fa.po @@ -469,7 +469,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.fr.po b/wiki/src/news/version_3.13.2.fr.po index 0cc85106e65..18e6dcb6aa1 100644 --- a/wiki/src/news/version_3.13.2.fr.po +++ b/wiki/src/news/version_3.13.2.fr.po @@ -546,10 +546,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]]." +"d'administration|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.13.2.id.po b/wiki/src/news/version_3.13.2.id.po index a99c18ff6d0..007850787ea 100644 --- a/wiki/src/news/version_3.13.2.id.po +++ b/wiki/src/news/version_3.13.2.id.po @@ -469,7 +469,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.it.po b/wiki/src/news/version_3.13.2.it.po index cca2ffb8451..a34e769cf7d 100644 --- a/wiki/src/news/version_3.13.2.it.po +++ b/wiki/src/news/version_3.13.2.it.po @@ -471,7 +471,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.mdwn b/wiki/src/news/version_3.13.2.mdwn index 70be70aa7d2..2498caf586a 100644 --- a/wiki/src/news/version_3.13.2.mdwn +++ b/wiki/src/news/version_3.13.2.mdwn @@ -189,7 +189,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.13.2.pl.po b/wiki/src/news/version_3.13.2.pl.po index ac7e4348a2e..45accb58f4d 100644 --- a/wiki/src/news/version_3.13.2.pl.po +++ b/wiki/src/news/version_3.13.2.pl.po @@ -470,7 +470,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.pt.po b/wiki/src/news/version_3.13.2.pt.po index 89a7467108e..aab1bbf46c0 100644 --- a/wiki/src/news/version_3.13.2.pt.po +++ b/wiki/src/news/version_3.13.2.pt.po @@ -471,7 +471,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.ru.po b/wiki/src/news/version_3.13.2.ru.po index abceb1ea8e9..d625c664060 100644 --- a/wiki/src/news/version_3.13.2.ru.po +++ b/wiki/src/news/version_3.13.2.ru.po @@ -470,7 +470,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.sr_Latn.po b/wiki/src/news/version_3.13.2.sr_Latn.po index f15853e2f4d..5fd105cd1de 100644 --- a/wiki/src/news/version_3.13.2.sr_Latn.po +++ b/wiki/src/news/version_3.13.2.sr_Latn.po @@ -470,7 +470,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.tr.po b/wiki/src/news/version_3.13.2.tr.po index b112f0b13c5..66bd6e00750 100644 --- a/wiki/src/news/version_3.13.2.tr.po +++ b/wiki/src/news/version_3.13.2.tr.po @@ -469,7 +469,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.zh.po b/wiki/src/news/version_3.13.2.zh.po index 6a30c59d793..6d8d23afaea 100644 --- a/wiki/src/news/version_3.13.2.zh.po +++ b/wiki/src/news/version_3.13.2.zh.po @@ -469,7 +469,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.2.zh_TW.po b/wiki/src/news/version_3.13.2.zh_TW.po index 0de4d5ebb63..f9b63609240 100644 --- a/wiki/src/news/version_3.13.2.zh_TW.po +++ b/wiki/src/news/version_3.13.2.zh_TW.po @@ -469,7 +469,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.ar.po b/wiki/src/news/version_3.13.ar.po index be576c552f3..189a0b84e25 100644 --- a/wiki/src/news/version_3.13.ar.po +++ b/wiki/src/news/version_3.13.ar.po @@ -128,7 +128,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -202,7 +202,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.ca.po b/wiki/src/news/version_3.13.ca.po index 2a034657f1e..dddf648aaa5 100644 --- a/wiki/src/news/version_3.13.ca.po +++ b/wiki/src/news/version_3.13.ca.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -201,7 +201,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.de.po b/wiki/src/news/version_3.13.de.po index aa149b8c0db..1a68b6e6264 100644 --- a/wiki/src/news/version_3.13.de.po +++ b/wiki/src/news/version_3.13.de.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -205,7 +205,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.es.po b/wiki/src/news/version_3.13.es.po index 803f0f072a5..446b31494cd 100644 --- a/wiki/src/news/version_3.13.es.po +++ b/wiki/src/news/version_3.13.es.po @@ -130,7 +130,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -208,7 +208,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.fa.po b/wiki/src/news/version_3.13.fa.po index c1f6c1a6b5c..3264d8a4011 100644 --- a/wiki/src/news/version_3.13.fa.po +++ b/wiki/src/news/version_3.13.fa.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -201,7 +201,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.fr.po b/wiki/src/news/version_3.13.fr.po index 25fceb058c0..0b6cf9ff5a8 100644 --- a/wiki/src/news/version_3.13.fr.po +++ b/wiki/src/news/version_3.13.fr.po @@ -143,11 +143,11 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" "Correction de la régionalisation du *Tor Launcher*, l'application pour configurer " -"un [[bridge Tor|doc/first_steps/startup_options/bridge_mode]] ou un proxy local. " +"un [[bridge Tor|doc/first_steps/welcome_screen/bridge_mode]] ou un proxy local. " "([[!tails_ticket 16338]])" #. type: Bullet: '- ' @@ -234,10 +234,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe d'administration|" -"doc/first_steps/startup_options/administration_password]]." +"doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.13.id.po b/wiki/src/news/version_3.13.id.po index 8691e06b8a5..8c6600417b5 100644 --- a/wiki/src/news/version_3.13.id.po +++ b/wiki/src/news/version_3.13.id.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -201,7 +201,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.it.po b/wiki/src/news/version_3.13.it.po index 9ba710b073d..9d7abe0037c 100644 --- a/wiki/src/news/version_3.13.it.po +++ b/wiki/src/news/version_3.13.it.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -205,7 +205,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.mdwn b/wiki/src/news/version_3.13.mdwn index 9816de334c5..bc88cda2675 100644 --- a/wiki/src/news/version_3.13.mdwn +++ b/wiki/src/news/version_3.13.mdwn @@ -46,7 +46,7 @@ vulnerabilities|security/Numerous_security_holes_in_3.12.1]]. You should upgrade saved in the persistent storage. ([[!tails_ticket 15957]]) - Fix the localization of *Tor Launcher*, the application to configure a [[Tor - bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. + bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!tails_ticket 16338]]) - Fix accessibility when opening *Tor Browser* from a desktop notification. @@ -82,7 +82,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.13.pl.po b/wiki/src/news/version_3.13.pl.po index 26b83170181..59df55cacc8 100644 --- a/wiki/src/news/version_3.13.pl.po +++ b/wiki/src/news/version_3.13.pl.po @@ -128,7 +128,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -202,7 +202,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.pt.po b/wiki/src/news/version_3.13.pt.po index 8df5d586fa0..7f4700137cc 100644 --- a/wiki/src/news/version_3.13.pt.po +++ b/wiki/src/news/version_3.13.pt.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -205,7 +205,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.ru.po b/wiki/src/news/version_3.13.ru.po index a65dc286717..339fac886c7 100644 --- a/wiki/src/news/version_3.13.ru.po +++ b/wiki/src/news/version_3.13.ru.po @@ -128,7 +128,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -202,7 +202,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.sr_Latn.po b/wiki/src/news/version_3.13.sr_Latn.po index c2ace7680e1..f56e34b44e6 100644 --- a/wiki/src/news/version_3.13.sr_Latn.po +++ b/wiki/src/news/version_3.13.sr_Latn.po @@ -126,7 +126,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -200,7 +200,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.tr.po b/wiki/src/news/version_3.13.tr.po index a4ffc9472d4..0625f60daad 100644 --- a/wiki/src/news/version_3.13.tr.po +++ b/wiki/src/news/version_3.13.tr.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -201,7 +201,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.zh.po b/wiki/src/news/version_3.13.zh.po index 1dfbe100e51..a9d80b5544d 100644 --- a/wiki/src/news/version_3.13.zh.po +++ b/wiki/src/news/version_3.13.zh.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -201,7 +201,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.13.zh_TW.po b/wiki/src/news/version_3.13.zh_TW.po index 68be297fc9a..e8cac5b7aae 100644 --- a/wiki/src/news/version_3.13.zh_TW.po +++ b/wiki/src/news/version_3.13.zh_TW.po @@ -127,7 +127,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Fix the localization of *Tor Launcher*, the application to configure a [[Tor " -"bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. ([[!" +"bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. ([[!" "tails_ticket 16338]])" msgstr "" @@ -201,7 +201,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.ar.po b/wiki/src/news/version_3.14.1.ar.po index 8f4fb7b62f6..2477474b105 100644 --- a/wiki/src/news/version_3.14.1.ar.po +++ b/wiki/src/news/version_3.14.1.ar.po @@ -221,7 +221,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.ca.po b/wiki/src/news/version_3.14.1.ca.po index 60245e6f3d4..59401c0bcbe 100644 --- a/wiki/src/news/version_3.14.1.ca.po +++ b/wiki/src/news/version_3.14.1.ca.po @@ -220,7 +220,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.de.po b/wiki/src/news/version_3.14.1.de.po index 150bf86cc87..bf8e9c0f347 100644 --- a/wiki/src/news/version_3.14.1.de.po +++ b/wiki/src/news/version_3.14.1.de.po @@ -222,7 +222,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.es.po b/wiki/src/news/version_3.14.1.es.po index ed8161c42f5..8356f4645fd 100644 --- a/wiki/src/news/version_3.14.1.es.po +++ b/wiki/src/news/version_3.14.1.es.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.fa.po b/wiki/src/news/version_3.14.1.fa.po index 8eb152208c0..107283b7449 100644 --- a/wiki/src/news/version_3.14.1.fa.po +++ b/wiki/src/news/version_3.14.1.fa.po @@ -220,7 +220,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.fr.po b/wiki/src/news/version_3.14.1.fr.po index 0842b5d1092..1f8d2bc5d5c 100644 --- a/wiki/src/news/version_3.14.1.fr.po +++ b/wiki/src/news/version_3.14.1.fr.po @@ -259,10 +259,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]]." +"d'administration|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.14.1.id.po b/wiki/src/news/version_3.14.1.id.po index b1c066d42c8..dfc287ae5df 100644 --- a/wiki/src/news/version_3.14.1.id.po +++ b/wiki/src/news/version_3.14.1.id.po @@ -220,7 +220,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.it.po b/wiki/src/news/version_3.14.1.it.po index f1dfd042a08..3f619718bfb 100644 --- a/wiki/src/news/version_3.14.1.it.po +++ b/wiki/src/news/version_3.14.1.it.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.mdwn b/wiki/src/news/version_3.14.1.mdwn index 544e430e2dd..ac065298e78 100644 --- a/wiki/src/news/version_3.14.1.mdwn +++ b/wiki/src/news/version_3.14.1.mdwn @@ -91,7 +91,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.14.1.pl.po b/wiki/src/news/version_3.14.1.pl.po index efd538719cb..30520ce990c 100644 --- a/wiki/src/news/version_3.14.1.pl.po +++ b/wiki/src/news/version_3.14.1.pl.po @@ -221,7 +221,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.pt.po b/wiki/src/news/version_3.14.1.pt.po index 59bb3ff0b02..b86a8dec6c7 100644 --- a/wiki/src/news/version_3.14.1.pt.po +++ b/wiki/src/news/version_3.14.1.pt.po @@ -224,7 +224,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.ru.po b/wiki/src/news/version_3.14.1.ru.po index f3c976ae44b..1ab05077644 100644 --- a/wiki/src/news/version_3.14.1.ru.po +++ b/wiki/src/news/version_3.14.1.ru.po @@ -221,7 +221,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.sr_Latn.po b/wiki/src/news/version_3.14.1.sr_Latn.po index 12be9a15ce2..f2259e24ec0 100644 --- a/wiki/src/news/version_3.14.1.sr_Latn.po +++ b/wiki/src/news/version_3.14.1.sr_Latn.po @@ -221,7 +221,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.tr.po b/wiki/src/news/version_3.14.1.tr.po index e012a0328f7..0dbe9af83e8 100644 --- a/wiki/src/news/version_3.14.1.tr.po +++ b/wiki/src/news/version_3.14.1.tr.po @@ -220,7 +220,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.zh.po b/wiki/src/news/version_3.14.1.zh.po index 7338429bed5..07a44437c1a 100644 --- a/wiki/src/news/version_3.14.1.zh.po +++ b/wiki/src/news/version_3.14.1.zh.po @@ -220,7 +220,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.1.zh_TW.po b/wiki/src/news/version_3.14.1.zh_TW.po index 5c8bf8df974..0eb549a1cc5 100644 --- a/wiki/src/news/version_3.14.1.zh_TW.po +++ b/wiki/src/news/version_3.14.1.zh_TW.po @@ -220,7 +220,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.ar.po b/wiki/src/news/version_3.14.2.ar.po index 66ac3f7ef97..cad4b7cf754 100644 --- a/wiki/src/news/version_3.14.2.ar.po +++ b/wiki/src/news/version_3.14.2.ar.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.ca.po b/wiki/src/news/version_3.14.2.ca.po index 752c2bccfcd..83b700ab0a1 100644 --- a/wiki/src/news/version_3.14.2.ca.po +++ b/wiki/src/news/version_3.14.2.ca.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.de.po b/wiki/src/news/version_3.14.2.de.po index 9c02a66b33b..231cdb7780c 100644 --- a/wiki/src/news/version_3.14.2.de.po +++ b/wiki/src/news/version_3.14.2.de.po @@ -125,7 +125,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.es.po b/wiki/src/news/version_3.14.2.es.po index b959b161a85..a0ceaabe486 100644 --- a/wiki/src/news/version_3.14.2.es.po +++ b/wiki/src/news/version_3.14.2.es.po @@ -125,7 +125,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.fa.po b/wiki/src/news/version_3.14.2.fa.po index 9e86a47bc9e..aea3eab9c2c 100644 --- a/wiki/src/news/version_3.14.2.fa.po +++ b/wiki/src/news/version_3.14.2.fa.po @@ -123,7 +123,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.fr.po b/wiki/src/news/version_3.14.2.fr.po index 4b480bd73e0..b17b139981d 100644 --- a/wiki/src/news/version_3.14.2.fr.po +++ b/wiki/src/news/version_3.14.2.fr.po @@ -137,10 +137,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]]." +"d'administration|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.14.2.id.po b/wiki/src/news/version_3.14.2.id.po index 437622513f7..5134558bb82 100644 --- a/wiki/src/news/version_3.14.2.id.po +++ b/wiki/src/news/version_3.14.2.id.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.it.po b/wiki/src/news/version_3.14.2.it.po index 32cc628fea6..d888c8b9334 100644 --- a/wiki/src/news/version_3.14.2.it.po +++ b/wiki/src/news/version_3.14.2.it.po @@ -125,7 +125,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.mdwn b/wiki/src/news/version_3.14.2.mdwn index d6a3364e269..aba2cdfa3f8 100644 --- a/wiki/src/news/version_3.14.2.mdwn +++ b/wiki/src/news/version_3.14.2.mdwn @@ -41,7 +41,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.14.2.pl.po b/wiki/src/news/version_3.14.2.pl.po index 0f7514058d4..608feddb48a 100644 --- a/wiki/src/news/version_3.14.2.pl.po +++ b/wiki/src/news/version_3.14.2.pl.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.pt.po b/wiki/src/news/version_3.14.2.pt.po index fa056d3cca9..d86dbb0f33a 100644 --- a/wiki/src/news/version_3.14.2.pt.po +++ b/wiki/src/news/version_3.14.2.pt.po @@ -125,7 +125,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration " -"password|doc/first_steps/startup_options/administration_password]]." +"password|doc/first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.ru.po b/wiki/src/news/version_3.14.2.ru.po index 70c7c31fd9d..26ce363ab15 100644 --- a/wiki/src/news/version_3.14.2.ru.po +++ b/wiki/src/news/version_3.14.2.ru.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.sr_Latn.po b/wiki/src/news/version_3.14.2.sr_Latn.po index bc39abf05ba..700fec55466 100644 --- a/wiki/src/news/version_3.14.2.sr_Latn.po +++ b/wiki/src/news/version_3.14.2.sr_Latn.po @@ -117,7 +117,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.tr.po b/wiki/src/news/version_3.14.2.tr.po index 59be7ec0741..457bf6e1da2 100644 --- a/wiki/src/news/version_3.14.2.tr.po +++ b/wiki/src/news/version_3.14.2.tr.po @@ -117,7 +117,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.zh.po b/wiki/src/news/version_3.14.2.zh.po index 481ae887cf9..ff17fe047b2 100644 --- a/wiki/src/news/version_3.14.2.zh.po +++ b/wiki/src/news/version_3.14.2.zh.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.2.zh_TW.po b/wiki/src/news/version_3.14.2.zh_TW.po index f9ecdca4388..117410c703a 100644 --- a/wiki/src/news/version_3.14.2.zh_TW.po +++ b/wiki/src/news/version_3.14.2.zh_TW.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.ar.po b/wiki/src/news/version_3.14.ar.po index cdb9e12c26f..bbda7d13df3 100644 --- a/wiki/src/news/version_3.14.ar.po +++ b/wiki/src/news/version_3.14.ar.po @@ -215,7 +215,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.ca.po b/wiki/src/news/version_3.14.ca.po index d4f6c848b91..f0680ee2bb8 100644 --- a/wiki/src/news/version_3.14.ca.po +++ b/wiki/src/news/version_3.14.ca.po @@ -214,7 +214,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.de.po b/wiki/src/news/version_3.14.de.po index 54c8480c41b..25ffd22e169 100644 --- a/wiki/src/news/version_3.14.de.po +++ b/wiki/src/news/version_3.14.de.po @@ -216,7 +216,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.es.po b/wiki/src/news/version_3.14.es.po index 69d6ddb923c..2d6ca163c21 100644 --- a/wiki/src/news/version_3.14.es.po +++ b/wiki/src/news/version_3.14.es.po @@ -216,7 +216,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.fa.po b/wiki/src/news/version_3.14.fa.po index 0bc3955a6d2..37b3fdbd828 100644 --- a/wiki/src/news/version_3.14.fa.po +++ b/wiki/src/news/version_3.14.fa.po @@ -214,7 +214,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.fr.po b/wiki/src/news/version_3.14.fr.po index a6f88da41e8..0ac7c010d7c 100644 --- a/wiki/src/news/version_3.14.fr.po +++ b/wiki/src/news/version_3.14.fr.po @@ -265,10 +265,10 @@ msgstr "Réinstallez votre clé USB en utilisant la même méthode d'installatio #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" "Démarrez Tails une première fois et [[définissez un mot de passe " -"d'administration|doc/first_steps/startup_options/administration_password]]." +"d'administration|doc/first_steps/welcome_screen/administration_password]]." #. type: Bullet: '1. ' msgid "" diff --git a/wiki/src/news/version_3.14.id.po b/wiki/src/news/version_3.14.id.po index ea88242a0ef..ce1bdc46e90 100644 --- a/wiki/src/news/version_3.14.id.po +++ b/wiki/src/news/version_3.14.id.po @@ -214,7 +214,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.it.po b/wiki/src/news/version_3.14.it.po index 598929fb1b2..6e0f512dcb1 100644 --- a/wiki/src/news/version_3.14.it.po +++ b/wiki/src/news/version_3.14.it.po @@ -216,7 +216,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.mdwn b/wiki/src/news/version_3.14.mdwn index f6b34584adc..69916407ca4 100644 --- a/wiki/src/news/version_3.14.mdwn +++ b/wiki/src/news/version_3.14.mdwn @@ -92,7 +92,7 @@ To fix this issue: 1. Reinstall your USB stick using the same installation method. 1. Start Tails for the first time and [[set up an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Choose <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ diff --git a/wiki/src/news/version_3.14.pl.po b/wiki/src/news/version_3.14.pl.po index 46a3ad3ca7f..e2279a0dd98 100644 --- a/wiki/src/news/version_3.14.pl.po +++ b/wiki/src/news/version_3.14.pl.po @@ -215,7 +215,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.pt.po b/wiki/src/news/version_3.14.pt.po index 5fc5689e548..9673ee35344 100644 --- a/wiki/src/news/version_3.14.pt.po +++ b/wiki/src/news/version_3.14.pt.po @@ -216,7 +216,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.ru.po b/wiki/src/news/version_3.14.ru.po index 101981bd69f..402c63dff51 100644 --- a/wiki/src/news/version_3.14.ru.po +++ b/wiki/src/news/version_3.14.ru.po @@ -215,7 +215,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.sr_Latn.po b/wiki/src/news/version_3.14.sr_Latn.po index fa6c80747e6..6828ce8b7b1 100644 --- a/wiki/src/news/version_3.14.sr_Latn.po +++ b/wiki/src/news/version_3.14.sr_Latn.po @@ -213,7 +213,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.tr.po b/wiki/src/news/version_3.14.tr.po index db33c232f64..6b0690060e7 100644 --- a/wiki/src/news/version_3.14.tr.po +++ b/wiki/src/news/version_3.14.tr.po @@ -213,7 +213,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.zh.po b/wiki/src/news/version_3.14.zh.po index bb185f5c7dd..f367b10d072 100644 --- a/wiki/src/news/version_3.14.zh.po +++ b/wiki/src/news/version_3.14.zh.po @@ -214,7 +214,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.14.zh_TW.po b/wiki/src/news/version_3.14.zh_TW.po index 94da406d8c7..d801460baa3 100644 --- a/wiki/src/news/version_3.14.zh_TW.po +++ b/wiki/src/news/version_3.14.zh_TW.po @@ -214,7 +214,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start Tails for the first time and [[set up an administration password|doc/" -"first_steps/startup_options/administration_password]]." +"first_steps/welcome_screen/administration_password]]." msgstr "" #. type: Bullet: '1. ' diff --git a/wiki/src/news/version_3.5.ar.po b/wiki/src/news/version_3.5.ar.po index 19521cbe496..b3124ceb3cc 100644 --- a/wiki/src/news/version_3.5.ar.po +++ b/wiki/src/news/version_3.5.ar.po @@ -64,7 +64,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.ca.po b/wiki/src/news/version_3.5.ca.po index fb61c5a97e3..1af425c82fc 100644 --- a/wiki/src/news/version_3.5.ca.po +++ b/wiki/src/news/version_3.5.ca.po @@ -63,7 +63,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.de.po b/wiki/src/news/version_3.5.de.po index 7631631e44d..08abad6803b 100644 --- a/wiki/src/news/version_3.5.de.po +++ b/wiki/src/news/version_3.5.de.po @@ -62,7 +62,7 @@ msgstr "Neue Funktionen" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.es.po b/wiki/src/news/version_3.5.es.po index 54017a08c5c..87b19e2cc08 100644 --- a/wiki/src/news/version_3.5.es.po +++ b/wiki/src/news/version_3.5.es.po @@ -66,7 +66,7 @@ msgstr "Nuevas funcionalidades" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.fa.po b/wiki/src/news/version_3.5.fa.po index a477eee4035..1321456c3e2 100644 --- a/wiki/src/news/version_3.5.fa.po +++ b/wiki/src/news/version_3.5.fa.po @@ -60,7 +60,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.fr.po b/wiki/src/news/version_3.5.fr.po index 45145d46351..caab0e93486 100644 --- a/wiki/src/news/version_3.5.fr.po +++ b/wiki/src/news/version_3.5.fr.po @@ -66,10 +66,10 @@ msgstr "Nouvelles fonctionnalités" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" "Tor a remanié le *Tor Launcher*, l'application pour configurer un [[bridge " -"Tor|doc/first_steps/startup_options/bridge_mode]] ou un proxy local." +"Tor|doc/first_steps/welcome_screen/bridge_mode]] ou un proxy local." #. type: Plain text #, no-wrap diff --git a/wiki/src/news/version_3.5.id.po b/wiki/src/news/version_3.5.id.po index 36896507dc2..4f87ac7bc8f 100644 --- a/wiki/src/news/version_3.5.id.po +++ b/wiki/src/news/version_3.5.id.po @@ -63,7 +63,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.it.po b/wiki/src/news/version_3.5.it.po index 975f82dffe9..142a51436b3 100644 --- a/wiki/src/news/version_3.5.it.po +++ b/wiki/src/news/version_3.5.it.po @@ -62,7 +62,7 @@ msgstr "Nuove funzionalità" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.mdwn b/wiki/src/news/version_3.5.mdwn index 3a3c3d828a7..fca5bf8b270 100644 --- a/wiki/src/news/version_3.5.mdwn +++ b/wiki/src/news/version_3.5.mdwn @@ -14,7 +14,7 @@ upgrade as soon as possible. ## New features - Tor redesigned *Tor Launcher*, the application to configure a [[Tor - bridge|doc/first_steps/startup_options/bridge_mode]] or a local proxy. + bridge|doc/first_steps/welcome_screen/bridge_mode]] or a local proxy. [[!img tor-launcher.png link="no"]] diff --git a/wiki/src/news/version_3.5.pl.po b/wiki/src/news/version_3.5.pl.po index d677465edb7..1d4567cd519 100644 --- a/wiki/src/news/version_3.5.pl.po +++ b/wiki/src/news/version_3.5.pl.po @@ -64,7 +64,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.pt.po b/wiki/src/news/version_3.5.pt.po index 653ceb50c4d..201caaf43ef 100644 --- a/wiki/src/news/version_3.5.pt.po +++ b/wiki/src/news/version_3.5.pt.po @@ -63,7 +63,7 @@ msgstr "Novos recursos" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.ru.po b/wiki/src/news/version_3.5.ru.po index a58cf82b564..aafb7bbef8e 100644 --- a/wiki/src/news/version_3.5.ru.po +++ b/wiki/src/news/version_3.5.ru.po @@ -64,7 +64,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.sr_Latn.po b/wiki/src/news/version_3.5.sr_Latn.po index c2a2c376e74..b2e94c90bef 100644 --- a/wiki/src/news/version_3.5.sr_Latn.po +++ b/wiki/src/news/version_3.5.sr_Latn.po @@ -61,7 +61,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.tr.po b/wiki/src/news/version_3.5.tr.po index 009ad248432..cbb69fd5704 100644 --- a/wiki/src/news/version_3.5.tr.po +++ b/wiki/src/news/version_3.5.tr.po @@ -63,7 +63,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.zh.po b/wiki/src/news/version_3.5.zh.po index d412d5e3be0..097a3cdc720 100644 --- a/wiki/src/news/version_3.5.zh.po +++ b/wiki/src/news/version_3.5.zh.po @@ -63,7 +63,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.5.zh_TW.po b/wiki/src/news/version_3.5.zh_TW.po index 36e8bd789e1..45654922882 100644 --- a/wiki/src/news/version_3.5.zh_TW.po +++ b/wiki/src/news/version_3.5.zh_TW.po @@ -62,7 +62,7 @@ msgstr "新功能" #. type: Bullet: '- ' msgid "" "Tor redesigned *Tor Launcher*, the application to configure a [[Tor bridge|" -"doc/first_steps/startup_options/bridge_mode]] or a local proxy." +"doc/first_steps/welcome_screen/bridge_mode]] or a local proxy." msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_3.6.ar.po b/wiki/src/news/version_3.6.ar.po index 6565d737eee..5889a2aec92 100644 --- a/wiki/src/news/version_3.6.ar.po +++ b/wiki/src/news/version_3.6.ar.po @@ -75,7 +75,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.ca.po b/wiki/src/news/version_3.6.ca.po index c43401f7d3b..a6747503974 100644 --- a/wiki/src/news/version_3.6.ca.po +++ b/wiki/src/news/version_3.6.ca.po @@ -74,7 +74,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.de.po b/wiki/src/news/version_3.6.de.po index e98f8dfdf7e..eef975aace6 100644 --- a/wiki/src/news/version_3.6.de.po +++ b/wiki/src/news/version_3.6.de.po @@ -73,7 +73,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.es.po b/wiki/src/news/version_3.6.es.po index 4b3df56c57f..48071429083 100644 --- a/wiki/src/news/version_3.6.es.po +++ b/wiki/src/news/version_3.6.es.po @@ -77,12 +77,12 @@ msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/sys #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" "Si has configurado una [[contraseña de administración|doc/first_steps/" -"startup_options/administration_password]] al arrancar Tails, puedes " +"welcome_screen/administration_password]] al arrancar Tails, puedes " "desbloquear tu pantalla con la misma contraseña." #. type: Bullet: ' - ' diff --git a/wiki/src/news/version_3.6.fa.po b/wiki/src/news/version_3.6.fa.po index 089ecceceea..420c88744d3 100644 --- a/wiki/src/news/version_3.6.fa.po +++ b/wiki/src/news/version_3.6.fa.po @@ -73,7 +73,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.fr.po b/wiki/src/news/version_3.6.fr.po index ef6eaeed998..4b58dfcb717 100644 --- a/wiki/src/news/version_3.6.fr.po +++ b/wiki/src/news/version_3.6.fr.po @@ -81,12 +81,12 @@ msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/sys #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" "Si vous définissez un [[mot de passe d'administration|doc/first_steps/" -"startup_options/administration_password]] au démarrage de Tails, vous pouvez " +"welcome_screen/administration_password]] au démarrage de Tails, vous pouvez " "déverrouiller votre écran avec ce mot de passe." #. type: Bullet: ' - ' diff --git a/wiki/src/news/version_3.6.id.po b/wiki/src/news/version_3.6.id.po index 859461df5a3..9ca7e6432ad 100644 --- a/wiki/src/news/version_3.6.id.po +++ b/wiki/src/news/version_3.6.id.po @@ -74,7 +74,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.it.po b/wiki/src/news/version_3.6.it.po index f14ff4d5c4c..ebb480c00ed 100644 --- a/wiki/src/news/version_3.6.it.po +++ b/wiki/src/news/version_3.6.it.po @@ -74,7 +74,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.mdwn b/wiki/src/news/version_3.6.mdwn index cd9b310a126..51244d4cfd9 100644 --- a/wiki/src/news/version_3.6.mdwn +++ b/wiki/src/news/version_3.6.mdwn @@ -19,7 +19,7 @@ upgrade as soon as possible. [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/system.png link=no alt=""]] - - If you set up an [[administration password|doc/first_steps/startup_options/administration_password]] + - If you set up an [[administration password|doc/first_steps/welcome_screen/administration_password]] when starting Tails, you can unlock your screen with your administration password. diff --git a/wiki/src/news/version_3.6.pl.po b/wiki/src/news/version_3.6.pl.po index da0b26022de..18a9f12046d 100644 --- a/wiki/src/news/version_3.6.pl.po +++ b/wiki/src/news/version_3.6.pl.po @@ -75,7 +75,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.pt.po b/wiki/src/news/version_3.6.pt.po index 0392dfb1de4..0073573f43c 100644 --- a/wiki/src/news/version_3.6.pt.po +++ b/wiki/src/news/version_3.6.pt.po @@ -85,11 +85,11 @@ msgstr " [[!img doc/first_steps/introduction_to_gnome_and_the_tails_desktop/syst #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" -"Se você definir uma [[senha de administrador|doc/first_steps/startup_options/" +"Se você definir uma [[senha de administrador|doc/first_steps/welcome_screen/" "administration_password]] ao iniciar o Tails você poderá desbloquear a tela " "com sua senha de administrador." diff --git a/wiki/src/news/version_3.6.ru.po b/wiki/src/news/version_3.6.ru.po index 78ea888be5d..4b305f96f25 100644 --- a/wiki/src/news/version_3.6.ru.po +++ b/wiki/src/news/version_3.6.ru.po @@ -75,7 +75,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.sr_Latn.po b/wiki/src/news/version_3.6.sr_Latn.po index 1dfd35b3b1d..7bc8f3fc338 100644 --- a/wiki/src/news/version_3.6.sr_Latn.po +++ b/wiki/src/news/version_3.6.sr_Latn.po @@ -72,7 +72,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.tr.po b/wiki/src/news/version_3.6.tr.po index a83af22f8e6..977ab2eed22 100644 --- a/wiki/src/news/version_3.6.tr.po +++ b/wiki/src/news/version_3.6.tr.po @@ -74,7 +74,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.zh.po b/wiki/src/news/version_3.6.zh.po index ec38ff6d903..02e912138b0 100644 --- a/wiki/src/news/version_3.6.zh.po +++ b/wiki/src/news/version_3.6.zh.po @@ -74,7 +74,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_3.6.zh_TW.po b/wiki/src/news/version_3.6.zh_TW.po index a129867bc51..b45ad652d94 100644 --- a/wiki/src/news/version_3.6.zh_TW.po +++ b/wiki/src/news/version_3.6.zh_TW.po @@ -73,7 +73,7 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"If you set up an [[administration password|doc/first_steps/startup_options/" +"If you set up an [[administration password|doc/first_steps/welcome_screen/" "administration_password]] when starting Tails, you can unlock your screen " "with your administration password." msgstr "" diff --git a/wiki/src/news/version_4.1.ar.po b/wiki/src/news/version_4.1.ar.po index 623b39361b4..1061f1ac0f0 100644 --- a/wiki/src/news/version_4.1.ar.po +++ b/wiki/src/news/version_4.1.ar.po @@ -121,7 +121,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.ca.po b/wiki/src/news/version_4.1.ca.po index e83d091b43b..0fac01870d0 100644 --- a/wiki/src/news/version_4.1.ca.po +++ b/wiki/src/news/version_4.1.ca.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.de.po b/wiki/src/news/version_4.1.de.po index 510653052fc..6ccc0d306c0 100644 --- a/wiki/src/news/version_4.1.de.po +++ b/wiki/src/news/version_4.1.de.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.es.po b/wiki/src/news/version_4.1.es.po index 5501c5bac4d..e334cfbbeae 100644 --- a/wiki/src/news/version_4.1.es.po +++ b/wiki/src/news/version_4.1.es.po @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.fa.po b/wiki/src/news/version_4.1.fa.po index 9996ed9874a..b109144391b 100644 --- a/wiki/src/news/version_4.1.fa.po +++ b/wiki/src/news/version_4.1.fa.po @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.fr.po b/wiki/src/news/version_4.1.fr.po index 452c433a0eb..0d544e9d52b 100644 --- a/wiki/src/news/version_4.1.fr.po +++ b/wiki/src/news/version_4.1.fr.po @@ -120,9 +120,9 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" -" [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"" +" [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"" "]]\n" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.id.po b/wiki/src/news/version_4.1.id.po index 46fa9a2a1be..3aff903fc3d 100644 --- a/wiki/src/news/version_4.1.id.po +++ b/wiki/src/news/version_4.1.id.po @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.it.po b/wiki/src/news/version_4.1.it.po index 2ac29be3dca..75af77384cd 100644 --- a/wiki/src/news/version_4.1.it.po +++ b/wiki/src/news/version_4.1.it.po @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.mdwn b/wiki/src/news/version_4.1.mdwn index b635431ebe8..968ab646f7f 100644 --- a/wiki/src/news/version_4.1.mdwn +++ b/wiki/src/news/version_4.1.mdwn @@ -43,7 +43,7 @@ vulnerabilities|security/Numerous_security_holes_in_4.0]]. You should upgrade as - Add back the **Show Passphrase** check box in *Tails Greeter*. ([[!tails_ticket 17177]]) - [[!img doc/first_steps/startup_options/persistence.png link="no" alt=""]] + [[!img doc/first_steps/welcome_screen/persistence.png link="no" alt=""]] - Fix the display of the troubleshooting error when GDM fails to start. ([[!tails_ticket 17200]]) diff --git a/wiki/src/news/version_4.1.pl.po b/wiki/src/news/version_4.1.pl.po index 47c6c0248d2..0777b876b25 100644 --- a/wiki/src/news/version_4.1.pl.po +++ b/wiki/src/news/version_4.1.pl.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.pt.po b/wiki/src/news/version_4.1.pt.po index 7b41ad139c7..235a49af928 100644 --- a/wiki/src/news/version_4.1.pt.po +++ b/wiki/src/news/version_4.1.pt.po @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.ru.po b/wiki/src/news/version_4.1.ru.po index ae6c6b24683..10b74e56539 100644 --- a/wiki/src/news/version_4.1.ru.po +++ b/wiki/src/news/version_4.1.ru.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.sr_Latn.po b/wiki/src/news/version_4.1.sr_Latn.po index d88e0000a3e..dc843efbb28 100644 --- a/wiki/src/news/version_4.1.sr_Latn.po +++ b/wiki/src/news/version_4.1.sr_Latn.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.tr.po b/wiki/src/news/version_4.1.tr.po index 7bde4dc747b..58ca297d8da 100644 --- a/wiki/src/news/version_4.1.tr.po +++ b/wiki/src/news/version_4.1.tr.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.zh.po b/wiki/src/news/version_4.1.zh.po index fba94230765..1f2e867583c 100644 --- a/wiki/src/news/version_4.1.zh.po +++ b/wiki/src/news/version_4.1.zh.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.1.zh_TW.po b/wiki/src/news/version_4.1.zh_TW.po index 2ee0889185c..f848a76ba94 100644 --- a/wiki/src/news/version_4.1.zh_TW.po +++ b/wiki/src/news/version_4.1.zh_TW.po @@ -119,7 +119,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/windows_camouflage_jessie.fa.po b/wiki/src/news/windows_camouflage_jessie.fa.po index 48cf7f4f045..589706443e8 100644 --- a/wiki/src/news/windows_camouflage_jessie.fa.po +++ b/wiki/src/news/windows_camouflage_jessie.fa.po @@ -66,7 +66,7 @@ msgstr "استتار ویندوزی چیست؟" #| "Tails documentation reads \"if you are using a computer in public you may " #| "want to avoid attracting unwanted attention by changing the way Tails " #| "looks into something that resembles Microsoft Windows 8.\" This is what " -#| "we call the \"[[Windows camouflage|doc/first_steps/startup_options/" +#| "we call the \"[[Windows camouflage|doc/first_steps/welcome_screen/" #| "windows_camouflage]]\"." msgid "" "Tails documentation reads \"if you are using a computer in public you may " @@ -77,7 +77,7 @@ msgstr "" "در مستندات تیلز آمده «اگر در محیطی عمومی از یک رایانه استفاده میکنید " "میتوانید با تغییر ظاهر تیلز به چیزی مشابه ویندوز ۸ از جلب توجه ناخواسته " "جلوگیری کنید.» ما به این میگوییم «[[استتار ویندوزی|doc/first_steps/" -"startup_options/windows_camouflage]]»." +"welcome_screen/windows_camouflage]]»." #. type: Title # #, no-wrap diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.ar.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.ar.po index c60474b2f0b..729b51de688 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.ar.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.ar.po @@ -120,7 +120,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.ca.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.ca.po index c91f0e4aaa1..804161307be 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.ca.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.ca.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.de.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.de.po index 3803f432b77..28f6e824555 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.de.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.de.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.es.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.es.po index cbdaab3d276..6412d9acacd 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.es.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.es.po @@ -117,7 +117,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.fa.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.fa.po index 69a7312c16a..1aef47af12a 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.fa.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.fa.po @@ -140,10 +140,10 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" -"[[یک گذرواژهٔ مدیریتی بسازید|doc/first_steps/startup_options/" +"[[یک گذرواژهٔ مدیریتی بسازید|doc/first_steps/welcome_screen/" "administration_password]]." #. type: Bullet: '1. ' diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.fr.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.fr.po index e528559b039..509dc636869 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.fr.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.fr.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.id.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.id.po index 1e3d7b0694d..c7859c82bbc 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.id.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.id.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.it.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.it.po index 80c044174af..9259258be36 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.it.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.it.po @@ -117,7 +117,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.mdwn b/wiki/src/security/Security_hole_in_I2P_0.9.13.mdwn index b6ce85d459c..a4a0e959b18 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.mdwn +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.mdwn @@ -49,7 +49,7 @@ Do not start I2P in Tails 1.1 and earlier. You can protect yourself further by removing the `i2p` package every time you start Tails: 1. [[Set an administration - password|doc/first_steps/startup_options/administration_password]]. + password|doc/first_steps/welcome_screen/administration_password]]. 1. Run this command in a <span class="application">Root Terminal</span>: diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.pl.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.pl.po index e1f50ebfe5b..3893a3970bd 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.pl.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.pl.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.pt.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.pt.po index 116ed804854..c173fb5ffc3 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.pt.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.pt.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.ru.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.ru.po index ba84b55866c..085f2218804 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.ru.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.ru.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.sr_Latn.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.sr_Latn.po index 5c7c7335adc..3c13421d0b9 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.sr_Latn.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.sr_Latn.po @@ -119,7 +119,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.tr.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.tr.po index 25d9c36e02f..f9f8a0e4a07 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.tr.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.tr.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.zh.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.zh.po index 123be04dff5..1d67ad01c9b 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.zh.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.zh.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/security/Security_hole_in_I2P_0.9.13.zh_TW.po b/wiki/src/security/Security_hole_in_I2P_0.9.13.zh_TW.po index 6353888c47e..a942c84bdc1 100644 --- a/wiki/src/security/Security_hole_in_I2P_0.9.13.zh_TW.po +++ b/wiki/src/security/Security_hole_in_I2P_0.9.13.zh_TW.po @@ -118,7 +118,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"[[Set an administration password|doc/first_steps/startup_options/" +"[[Set an administration password|doc/first_steps/welcome_screen/" "administration_password]]." msgstr "" diff --git a/wiki/src/support/faq.ar.po b/wiki/src/support/faq.ar.po index cb5b6468fd2..17eb5a014e6 100644 --- a/wiki/src/support/faq.ar.po +++ b/wiki/src/support/faq.ar.po @@ -809,7 +809,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.ca.po b/wiki/src/support/faq.ca.po index 515b876c4ad..66a7fe87050 100644 --- a/wiki/src/support/faq.ca.po +++ b/wiki/src/support/faq.ca.po @@ -807,7 +807,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.de.po b/wiki/src/support/faq.de.po index 15a718aba1b..43ab55bbd9e 100644 --- a/wiki/src/support/faq.de.po +++ b/wiki/src/support/faq.de.po @@ -817,7 +817,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.es.po b/wiki/src/support/faq.es.po index 34162d5fda1..aaec86e84ec 100644 --- a/wiki/src/support/faq.es.po +++ b/wiki/src/support/faq.es.po @@ -1018,10 +1018,10 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" -"[[Los puentes (bridges) de Tor|doc/first_steps/startup_options/bridge_mode]] " +"[[Los puentes (bridges) de Tor|doc/first_steps/welcome_screen/bridge_mode]] " "pueden ser útiles para superar las limitaciones impuestas por tu proveedor " "de Internet." diff --git a/wiki/src/support/faq.fa.po b/wiki/src/support/faq.fa.po index af03b373efd..708a26cafeb 100644 --- a/wiki/src/support/faq.fa.po +++ b/wiki/src/support/faq.fa.po @@ -1051,10 +1051,10 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" -"[[پلهای تور|doc/first_steps/startup_options/bridge_mode]] نیز میتوانند برای " +"[[پلهای تور|doc/first_steps/welcome_screen/bridge_mode]] نیز میتوانند برای " "عبور از محدودیتهای ارایهدهندهٔ خدمات اینترنتیتان سودمند باشند." #. type: Plain text diff --git a/wiki/src/support/faq.fr.po b/wiki/src/support/faq.fr.po index 4e20ca5b33f..f5b104b47a9 100644 --- a/wiki/src/support/faq.fr.po +++ b/wiki/src/support/faq.fr.po @@ -1027,10 +1027,10 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" -"[[Les bridges Tor|doc/first_steps/startup_options/bridge_mode]] peuvent " +"[[Les bridges Tor|doc/first_steps/welcome_screen/bridge_mode]] peuvent " "également être utiles pour contourner les limitations imposées par votre FAI." #. type: Plain text @@ -1975,11 +1975,11 @@ msgstr "" #~ msgstr "Tails change-t-il l'adresse MAC de mes interfaces réseau ?\n" #~ msgid "" -#~ "Starting from Tails 0.23, [[MAC spoofing|doc/first_steps/startup_options/" +#~ "Starting from Tails 0.23, [[MAC spoofing|doc/first_steps/welcome_screen/" #~ "mac_spoofing]] is enabled by default on all interfaces." #~ msgstr "" #~ "Depuis Tails 0.23, [[l'usurpation d'adresse MAC|doc/first_steps/" -#~ "startup_options/mac_spoofing]] est activée par défaut pour toutes les " +#~ "welcome_screen/mac_spoofing]] est activée par défaut pour toutes les " #~ "interfaces." #~ msgid "" diff --git a/wiki/src/support/faq.id.po b/wiki/src/support/faq.id.po index 6ff4a3ef335..3b4f4e54e19 100644 --- a/wiki/src/support/faq.id.po +++ b/wiki/src/support/faq.id.po @@ -807,7 +807,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.it.po b/wiki/src/support/faq.it.po index d865673fc50..886af4b9426 100644 --- a/wiki/src/support/faq.it.po +++ b/wiki/src/support/faq.it.po @@ -988,10 +988,10 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] può anche essere " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] può anche essere " "utile per ignorare le limitazioni imposte dal tuo ISP." #. type: Plain text diff --git a/wiki/src/support/faq.mdwn b/wiki/src/support/faq.mdwn index d9cda86fe6a..122258133b1 100644 --- a/wiki/src/support/faq.mdwn +++ b/wiki/src/support/faq.mdwn @@ -396,7 +396,7 @@ In some situations, you might be forced to use a VPN to connect to the Internet, for example by your ISP. This is currently not possible using Tails. See [[!tails_ticket 5858]]. -[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be useful +[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be useful to bypass the limitations imposed by your ISP. ### Connecting to a VPN using Tor (VPN after Tor) diff --git a/wiki/src/support/faq.pl.po b/wiki/src/support/faq.pl.po index 714e714f42d..b81c6073ab8 100644 --- a/wiki/src/support/faq.pl.po +++ b/wiki/src/support/faq.pl.po @@ -808,7 +808,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.pt.po b/wiki/src/support/faq.pt.po index 7d346642245..998816e4e76 100644 --- a/wiki/src/support/faq.pt.po +++ b/wiki/src/support/faq.pt.po @@ -1024,10 +1024,10 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] também podem ser " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] também podem ser " "úteis para evitar as limitações impostas pelo seu provedor de serviços de " "Internet." diff --git a/wiki/src/support/faq.ru.po b/wiki/src/support/faq.ru.po index b013cee8e72..6120d4e8dc7 100644 --- a/wiki/src/support/faq.ru.po +++ b/wiki/src/support/faq.ru.po @@ -808,7 +808,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.sr_Latn.po b/wiki/src/support/faq.sr_Latn.po index cc10d1c1372..ad8ef0bb63c 100644 --- a/wiki/src/support/faq.sr_Latn.po +++ b/wiki/src/support/faq.sr_Latn.po @@ -808,7 +808,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.tr.po b/wiki/src/support/faq.tr.po index f794376efb1..17e9daf72d5 100644 --- a/wiki/src/support/faq.tr.po +++ b/wiki/src/support/faq.tr.po @@ -807,7 +807,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.zh.po b/wiki/src/support/faq.zh.po index 2e89eccc682..f2abb8490ac 100644 --- a/wiki/src/support/faq.zh.po +++ b/wiki/src/support/faq.zh.po @@ -810,7 +810,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/faq.zh_TW.po b/wiki/src/support/faq.zh_TW.po index 3120e59338b..213c9374139 100644 --- a/wiki/src/support/faq.zh_TW.po +++ b/wiki/src/support/faq.zh_TW.po @@ -806,7 +806,7 @@ msgstr "" #. type: Plain text msgid "" -"[[Tor bridges|doc/first_steps/startup_options/bridge_mode]] can also be " +"[[Tor bridges|doc/first_steps/welcome_screen/bridge_mode]] can also be " "useful to bypass the limitations imposed by your ISP." msgstr "" diff --git a/wiki/src/support/known_issues.ar.po b/wiki/src/support/known_issues.ar.po index d4d092e5d26..8d9310f229a 100644 --- a/wiki/src/support/known_issues.ar.po +++ b/wiki/src/support/known_issues.ar.po @@ -774,7 +774,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1288,7 +1288,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.ca.po b/wiki/src/support/known_issues.ca.po index 71c06da10ea..94ba9570344 100644 --- a/wiki/src/support/known_issues.ca.po +++ b/wiki/src/support/known_issues.ca.po @@ -773,7 +773,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1287,7 +1287,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.de.po b/wiki/src/support/known_issues.de.po index 106563ff3c1..5af8fe56dc9 100644 --- a/wiki/src/support/known_issues.de.po +++ b/wiki/src/support/known_issues.de.po @@ -776,7 +776,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1293,7 +1293,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1396,7 +1396,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.es.po b/wiki/src/support/known_issues.es.po index b8d2a150fd9..f3ffff62c48 100644 --- a/wiki/src/support/known_issues.es.po +++ b/wiki/src/support/known_issues.es.po @@ -865,7 +865,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1407,7 +1407,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1517,13 +1517,13 @@ msgstr "" #, fuzzy #| msgid "" #| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#| "startup_options/#boot-loader]] to make Tails start successfully." +#| "welcome_screen/#boot-loader]] to make Tails start successfully." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -"startup_options/#boot-loader]] para iniciar Tails." +"welcome_screen/#boot-loader]] para iniciar Tails." #. type: Plain text #, no-wrap @@ -1553,10 +1553,10 @@ msgstr "" #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]] to make Tails start successfully." +#~ "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -#~ "startup_options/#boot-loader]] para iniciar Tails." +#~ "welcome_screen/#boot-loader]] para iniciar Tails." #~ msgid "Dell Dimension 2400" #~ msgstr "Dell Dimension 2400" @@ -1611,13 +1611,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~| "startup_options/#boot-loader]] to make Tails start successfully." +#~| "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot-loader]] fixes the issue." +#~ "first_steps/welcome_screen#boot-loader]] fixes the issue." #~ msgstr "" #~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -#~ "startup_options/#boot-loader]] para iniciar Tails." +#~ "welcome_screen/#boot-loader]] para iniciar Tails." #~ msgid "<a id=\"fails-to-shutdown\"></a>\n" #~ msgstr "<a id=\"fails-to-shutdown\"></a>\n" @@ -1655,10 +1655,10 @@ msgstr "" #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]]." +#~ "welcome_screen/#boot-loader]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " -#~ "[[opciones de arranque|/doc/first_steps/startup_options/" +#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/" #~ "#boot-loader]]." #~ msgid "<a id=\"sandisk\"></a>\n" @@ -1767,7 +1767,7 @@ msgstr "" #~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a " -#~ "las [[opciones de arranque|/doc/first_steps/startup_options/" +#~ "las [[opciones de arranque|/doc/first_steps/welcome_screen/" #~ "#boot-loader]]." #~ msgid "<a id=\"nvidia-maxwell\"></a>\n" @@ -1776,13 +1776,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~| "startup_options/#boot-loader]] to make Tails start successfully." +#~| "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot-loader]]." +#~ "doc/first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -#~ "startup_options/#boot-loader]] para iniciar Tails." +#~ "welcome_screen/#boot-loader]] para iniciar Tails." #~ msgid "<a id=\"nvidia-pascal\"></a>\n" #~ msgstr "<a id=\"nvidia-pascal\"></a>\n" @@ -1800,7 +1800,7 @@ msgstr "" #~ msgid "" #~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -#~ "first_steps/startup_options#boot-loader]]." +#~ "first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" #~ "advanced_topics/boot_options]]." @@ -1839,10 +1839,10 @@ msgstr "" #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot-loader]]." +#~ "welcome_screen#boot-loader]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " -#~ "[[opciones de arranque|/doc/first_steps/startup_options/" +#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/" #~ "#boot-loader]]." #, fuzzy @@ -1856,10 +1856,10 @@ msgstr "" #~| "options|/doc/advanced_topics/boot_options]]." #~ msgid "" #~ "Add the `xorg-driver=intel` option in the [[boot menu|doc/first_steps/" -#~ "startup_options#boot_menu]]." +#~ "welcome_screen#boot_menu]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " -#~ "[[opciones de arranque|/doc/first_steps/startup_options/" +#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/" #~ "#boot-loader]]." #, fuzzy diff --git a/wiki/src/support/known_issues.fa.po b/wiki/src/support/known_issues.fa.po index 13333764f7f..ad0b90e36fd 100644 --- a/wiki/src/support/known_issues.fa.po +++ b/wiki/src/support/known_issues.fa.po @@ -256,11 +256,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." +#| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/welcome_screen#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" " starting Tails|doc/advanced_topics/boot_options]]:\n" -msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." +msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -286,11 +286,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." +#| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/welcome_screen#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" " starting Tails|doc/advanced_topics/boot_options]]:\n" -msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." +msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -303,11 +303,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." +#| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/welcome_screen#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" " starting Tails|doc/advanced_topics/boot_options]]:\n" -msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." +msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -379,13 +379,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#| "first_steps/startup_options#boot_menu]]." +#| "first_steps/welcome_screen#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " "Tails|doc/advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" -"startup_options#boot_menu]] اضافه کنید." +"welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1019,13 +1019,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#| "first_steps/startup_options#boot_menu]]." +#| "first_steps/welcome_screen#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" "advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" -"startup_options#boot_menu]] اضافه کنید." +"welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -1476,7 +1476,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1515,13 +1515,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#| "first_steps/startup_options#boot_menu]]." +#| "first_steps/welcome_screen#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" "advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" -"startup_options#boot_menu]] اضافه کنید." +"welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -1587,13 +1587,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#| "first_steps/startup_options#boot_menu]]." +#| "first_steps/welcome_screen#boot_menu]]." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" -"startup_options#boot_menu]] اضافه کنید." +"welcome_screen#boot_menu]] اضافه کنید." #. type: Plain text #, no-wrap @@ -1628,13 +1628,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]] to make Tails start successfully." +#~ "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "Dell Dimension 2400\n" @@ -1697,24 +1697,24 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "Most such problems can be solved by adding [[startup options|/doc/" #~ "advanced_topics/boot_options]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot-loader]] fixes the issue." +#~ "first_steps/welcome_screen#boot-loader]] fixes the issue." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "<a id=\"chainloading\"></a>\n" @@ -1798,14 +1798,14 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]]." +#~ "welcome_screen/#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #~ msgid "<a id=\"sandisk\"></a>\n" #~ msgstr "<a id=\"sandisk\"></a>\n" @@ -1951,13 +1951,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" #~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "This issue has been reported on the following hardware:" @@ -1982,13 +1982,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot-loader]]." +#~ "doc/first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "<a id=\"nvidia-maxwell\"></a>\n" @@ -2039,13 +2039,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -#~ "first_steps/startup_options#boot-loader]]." +#~ "first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #~ msgid "" #~ "Create a file `/etc/X11/xorg.conf.d/switchable.conf` with the following " @@ -2100,14 +2100,14 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot-loader]]." +#~ "welcome_screen#boot-loader]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "See also [[!tails_ticket 6397]]." @@ -2126,13 +2126,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" -#~| "first_steps/startup_options#boot_menu]]." +#~| "first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "Add the `xorg-driver=intel` option in the [[boot menu|doc/first_steps/" -#~ "startup_options#boot_menu]]." +#~ "welcome_screen#boot_menu]]." #~ msgstr "" #~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" -#~ "first_steps/startup_options#boot_menu]] اضافه کنید." +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." #, fuzzy #~| msgid "See also [[!tails_ticket 6397]]." diff --git a/wiki/src/support/known_issues.fr.po b/wiki/src/support/known_issues.fr.po index 722f26beb97..3899a07ef32 100644 --- a/wiki/src/support/known_issues.fr.po +++ b/wiki/src/support/known_issues.fr.po @@ -419,7 +419,7 @@ msgid "" "Tails|doc/advanced_topics/boot_options]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " -"suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" +"suivantes dans les [[options de démarrage|/doc/first_steps/welcome_screen/" "#boot-loader]] :" #. type: Plain text @@ -967,11 +967,11 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" "Si vous rencontrez ce problème, vous pouvez essayer de [[désactiver " -"l'usurpation d'adresse MAC|doc/first_steps/startup_options/mac_spoofing]], " +"l'usurpation d'adresse MAC|doc/first_steps/welcome_screen/mac_spoofing]], " "cela résout parfois ce problème." #. type: Title - @@ -1120,7 +1120,7 @@ msgid "" "advanced_topics/boot_options]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " -"suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" +"suivantes dans les [[options de démarrage|/doc/first_steps/welcome_screen/" "#boot-loader]] :" #. type: Plain text @@ -1624,7 +1624,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1633,7 +1633,7 @@ msgstr "" "<ul>\n" "<li>Le menu <span class=\"guimenu\">Applications</span> pourrait arrêter\n" "de fonctionner.</li>\n" -"<li>[[La connection à Tor en utilisant des bridges `obfs4`|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[La connection à Tor en utilisant des bridges `obfs4`|doc/first_steps/welcome_screen/bridge_mode]]\n" "pourrait être impossible et <span class=\"application\">Tor Launcher</span>\n" "pourrait rester bloquer à l'étape <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1754,13 +1754,13 @@ msgstr "IOMMU controller" #. type: Bullet: '- ' #, fuzzy #| msgid "" -#| "Add the following [[startup options|/doc/first_steps/startup_options/" +#| "Add the following [[startup options|/doc/first_steps/welcome_screen/" #| "#boot-loader]]:" msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" -"Ajouter les [[options de démarrage|/doc/first_steps/startup_options/" +"Ajouter les [[options de démarrage|/doc/first_steps/welcome_screen/" "#boot-loader]] suivantes :" #. type: Plain text @@ -1793,7 +1793,7 @@ msgstr "" #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]] to make Tails start successfully." +#~ "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "Vous devez ajouter `nomodeset` dans les [[options de démarrage|/doc/" #~ "advanced_topics/boot_options]] pour permettre à Tails de " @@ -1849,7 +1849,7 @@ msgstr "" #~ "advanced_topics/boot_options]]." #~ msgstr "" #~ "La plupart de ces problèmes peuvent être corrigés en ajoutant des " -#~ "[[options de démarrage|/doc/first_steps/startup_options/" +#~ "[[options de démarrage|/doc/first_steps/welcome_screen/" #~ "#boot-loader]]." #~ msgid "" @@ -1873,10 +1873,10 @@ msgstr "" #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot-loader]] fixes the issue." +#~ "first_steps/welcome_screen#boot-loader]] fixes the issue." #~ msgstr "" #~ "Ajouter `modprobe.blacklist=ideapad_laptop` dans les [[options de " -#~ "démarrage|/doc/first_steps/startup_options#boot-loader]] corrige le " +#~ "démarrage|/doc/first_steps/welcome_screen#boot-loader]] corrige le " #~ "problème." #~ msgid "<a id=\"fails-to-shutdown\"></a>\n" @@ -2062,7 +2062,7 @@ msgstr "" #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]]." +#~ "welcome_screen/#boot-loader]]." #~ msgstr "" #~ "Si la sortie son ne marche pas avec un ordinateur portable Acer Aspire " #~ "One, ajoutez `snd-hda-intel.model=acer-aspire` dans les [[options de " @@ -2436,7 +2436,7 @@ msgstr "" #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot-loader]]." +#~ "doc/first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "Ajoutez `nouveau.noaccel=1` ou `nouveau.modeset=0` dans les [[options de " #~ "démarrage|doc/advanced_topics/boot_options]]." @@ -2510,10 +2510,10 @@ msgstr "" #~ msgid "" #~ "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -#~ "first_steps/startup_options#boot-loader]]." +#~ "first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "Ajouter l'option `i915.modeset=0 rootpw=pass` dans le [[menu du chargeur " -#~ "d’amorçage|doc/first_steps/startup_options#boot-loader]]." +#~ "d’amorçage|doc/first_steps/welcome_screen#boot-loader]]." #~ msgid "" #~ "Create a file `/etc/X11/xorg.conf.d/switchable.conf` with the following " @@ -2547,21 +2547,21 @@ msgstr "" #~ msgid "" #~ "On some computers with switchable graphics, Tails 2.10 and later fails to " #~ "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -#~ "first_steps/startup_options]]." +#~ "first_steps/welcome_screen]]." #~ msgstr "" #~ "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 " #~ "et suivants ne peuvent ouvrir une session GNOME et reviennent " #~ "systématiquement au [[Tails Greeter|doc/first_steps/" -#~ "startup_options]]." +#~ "welcome_screen]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot-loader]]." +#~ "welcome_screen#boot-loader]]." #~ msgstr "" #~ "Démarrer en mode **Troubleshooting Mode** marche, ainsi que le fait " #~ "d'ajouter `modprobe.blacklist=nouveau` aux [[options de démarrage|doc/" -#~ "first_steps/startup_options#boot-loader]]." +#~ "first_steps/welcome_screen#boot-loader]]." #~ msgid "Laptops with Intel 855GM graphic card" #~ msgstr "Ordinateurs portables avec une carte graphique Intel 855GM" @@ -2603,10 +2603,10 @@ msgstr "" #~ msgid "" #~ "Add the `xorg-driver=intel` option in the [[boot menu|doc/first_steps/" -#~ "startup_options#boot_menu]]." +#~ "welcome_screen#boot_menu]]." #~ msgstr "" #~ "Ajoutez l'option `xorg-driver=intel` dans le [[menu du chargeur " -#~ "d’amorçage|doc/first_steps/startup_options#boot_menu]]." +#~ "d’amorçage|doc/first_steps/welcome_screen#boot_menu]]." #~ msgid "" #~ "If this fixes the problem, report to <tails-support-private@boum.org> the " diff --git a/wiki/src/support/known_issues.id.po b/wiki/src/support/known_issues.id.po index 9490288a87f..c35c4eaddd9 100644 --- a/wiki/src/support/known_issues.id.po +++ b/wiki/src/support/known_issues.id.po @@ -773,7 +773,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1287,7 +1287,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.it.po b/wiki/src/support/known_issues.it.po index d23e891ccd4..f6ab04b9ab3 100644 --- a/wiki/src/support/known_issues.it.po +++ b/wiki/src/support/known_issues.it.po @@ -776,7 +776,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1297,7 +1297,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1400,7 +1400,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.mdwn b/wiki/src/support/known_issues.mdwn index 85008d21407..89121e5ed00 100644 --- a/wiki/src/support/known_issues.mdwn +++ b/wiki/src/support/known_issues.mdwn @@ -387,7 +387,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/startup_options/mac_spoofing]] that sometimes +spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes it. RTL8723BE PCIe Wireless Network Adapter @@ -653,7 +653,7 @@ For example, when the system clock goes backwards: <ul> <li>The <span class="guimenu">Applications</span> menu might stop working.</li> -<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]] +<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]] might be impossible and <span class="application">Tor Launcher</span> might get stuck on <span class="guilabel">Loading Network Consensus</span>.</li> diff --git a/wiki/src/support/known_issues.pl.po b/wiki/src/support/known_issues.pl.po index 43b82cb61bd..0048f6b732f 100644 --- a/wiki/src/support/known_issues.pl.po +++ b/wiki/src/support/known_issues.pl.po @@ -774,7 +774,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1288,7 +1288,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.pt.po b/wiki/src/support/known_issues.pt.po index 84a2f1ebc3c..e77b4139e45 100644 --- a/wiki/src/support/known_issues.pt.po +++ b/wiki/src/support/known_issues.pt.po @@ -262,11 +262,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." +#| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/welcome_screen/#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" " starting Tails|doc/advanced_topics/boot_options]]:\n" -msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." +msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/#boot_menu]] `mem=1500m`." #. type: Plain text #, no-wrap @@ -297,11 +297,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." +#| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/welcome_screen/#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" " starting Tails|doc/advanced_topics/boot_options]]:\n" -msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." +msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/#boot_menu]] `mem=1500m`." #. type: Plain text #, no-wrap @@ -314,11 +314,11 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." +#| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/welcome_screen/#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" " starting Tails|doc/advanced_topics/boot_options]]:\n" -msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." +msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/#boot_menu]] `mem=1500m`." #. type: Plain text #, no-wrap @@ -390,14 +390,14 @@ msgstr "" #| msgid "" #| "Booting fails with `Not enough memory to load specified image`. Work " #| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#| "startup_options/#boot_menu]]." +#| "welcome_screen/#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " "Tails|doc/advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " -"contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/" +"contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/" "#boot_menu]] `mem=1500m`." #. type: Plain text @@ -887,7 +887,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1030,14 +1030,14 @@ msgstr "" #| msgid "" #| "Booting fails with `Not enough memory to load specified image`. Work " #| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#| "startup_options/#boot_menu]]." +#| "welcome_screen/#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" "advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " -"contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/" +"contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/" "#boot_menu]] `mem=1500m`." #. type: Plain text @@ -1501,7 +1501,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1543,14 +1543,14 @@ msgstr "" #| msgid "" #| "Booting fails with `Not enough memory to load specified image`. Work " #| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#| "startup_options/#boot_menu]]." +#| "welcome_screen/#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" "advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " -"contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/" +"contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/" "#boot_menu]] `mem=1500m`." #. type: Plain text @@ -1620,7 +1620,7 @@ msgstr "" #| "advanced_topics/boot_options]]." msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" "A maior parte destes problemas pode ser resolvida adicionando [[opções de " "inicialização|/doc/advanced_topics/boot_options]]." @@ -1654,7 +1654,7 @@ msgstr "" #~ msgid "" #~ "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]] to make Tails start successfully." +#~ "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "É preciso adicionar `nomodeset` às [[opções de inicialização|/doc/" #~ "advanced_topics/boot_options]] para que Tails inicie " @@ -1731,15 +1731,15 @@ msgstr "" #~| msgid "" #~| "Booting fails with `Not enough memory to load specified image`. Work " #~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#~| "startup_options/#boot_menu]]." +#~| "welcome_screen/#boot_menu]]." #~ msgid "" #~ "Adding `modprobe.blacklist=ideapad_laptop` to the [[startup options|doc/" -#~ "first_steps/startup_options#boot-loader]] fixes the issue." +#~ "first_steps/welcome_screen#boot-loader]] fixes the issue." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " #~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/" -#~ "startup_options/#boot_menu]] `mem=1500m`." +#~ "welcome_screen/#boot_menu]] `mem=1500m`." #~ msgid "<a id=\"fails-to-shutdown\"></a>\n" #~ msgstr "<a id=\"fails-to-shutdown\"></a>\n" @@ -1917,16 +1917,16 @@ msgstr "" #~| msgid "" #~| "Booting fails with `Not enough memory to load specified image`. Work " #~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#~| "startup_options/#boot_menu]]." +#~| "welcome_screen/#boot_menu]]." #~ msgid "" #~ "If the sound output does not work on an Acer Aspire One laptop, add `snd-" #~ "hda-intel.model=acer-aspire` to the [[startup options|/doc/first_steps/" -#~ "startup_options/#boot-loader]]." +#~ "welcome_screen/#boot-loader]]." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " #~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/" -#~ "startup_options/#boot_menu]] `mem=1500m`." +#~ "welcome_screen/#boot_menu]] `mem=1500m`." #~ msgid "<a id=\"browser_languages\"></a>\n" #~ msgstr "<a id=\"browser_languages\"></a>\n" @@ -2074,7 +2074,7 @@ msgstr "" #~| msgid "" #~| "Booting fails with `Not enough memory to load specified image`. Work " #~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#~| "startup_options/#boot_menu]]." +#~| "welcome_screen/#boot_menu]]." #~ msgid "" #~ "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" #~ "advanced_topics/boot_options]] fixes the issue." @@ -2082,7 +2082,7 @@ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " #~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/" -#~ "startup_options/#boot_menu]] `mem=1500m`." +#~ "welcome_screen/#boot_menu]] `mem=1500m`." #, fuzzy #~| msgid "This issue has been reported on the following hardware:" @@ -2108,15 +2108,15 @@ msgstr "" #~| msgid "" #~| "Booting fails with `Not enough memory to load specified image`. Work " #~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#~| "startup_options/#boot_menu]]." +#~| "welcome_screen/#boot_menu]]." #~ msgid "" #~ "Add `nouveau.noaccel=1` or `nouveau.modeset=0` to the [[startup options|" -#~ "doc/first_steps/startup_options#boot-loader]]." +#~ "doc/first_steps/welcome_screen#boot-loader]]." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " #~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/" -#~ "startup_options/#boot_menu]] `mem=1500m`." +#~ "welcome_screen/#boot_menu]] `mem=1500m`." #~ msgid "<a id=\"nvidia-pascal\"></a>\n" #~ msgstr "<a id=\"nvidia-pascal\"></a>\n" @@ -2155,16 +2155,16 @@ msgstr "" #~| msgid "" #~| "Booting fails with `Not enough memory to load specified image`. Work " #~| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" -#~| "startup_options/#boot_menu]]." +#~| "welcome_screen/#boot_menu]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " #~ "`modprobe.blacklist=nouveau` to the [[startup options|doc/first_steps/" -#~ "startup_options#boot-loader]]." +#~ "welcome_screen#boot-loader]]." #~ msgstr "" #~ "A inicialização falha com `Não há memória suficiente para carregar a " #~ "imagem especificada` (`Not enough memory to load specified image`). Pode " #~ "ser contornado adicionando a [[opção de boot|/doc/first_steps/" -#~ "startup_options/#boot_menu]] `mem=1500m`." +#~ "welcome_screen/#boot_menu]] `mem=1500m`." #, fuzzy #~| msgid "See also [[!tails_ticket 6397]]." diff --git a/wiki/src/support/known_issues.ru.po b/wiki/src/support/known_issues.ru.po index 5b6b7ed5d6d..89e4a7e8ac7 100644 --- a/wiki/src/support/known_issues.ru.po +++ b/wiki/src/support/known_issues.ru.po @@ -774,7 +774,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1288,7 +1288,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.sr_Latn.po b/wiki/src/support/known_issues.sr_Latn.po index 94c3bae4538..7a583c5427a 100644 --- a/wiki/src/support/known_issues.sr_Latn.po +++ b/wiki/src/support/known_issues.sr_Latn.po @@ -774,7 +774,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1288,7 +1288,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1390,7 +1390,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.tr.po b/wiki/src/support/known_issues.tr.po index 72263a735cc..f5651e9f624 100644 --- a/wiki/src/support/known_issues.tr.po +++ b/wiki/src/support/known_issues.tr.po @@ -773,7 +773,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1287,7 +1287,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.zh.po b/wiki/src/support/known_issues.zh.po index 0026e1e20de..36bdf8d002f 100644 --- a/wiki/src/support/known_issues.zh.po +++ b/wiki/src/support/known_issues.zh.po @@ -773,7 +773,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1287,7 +1287,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1389,7 +1389,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.zh_TW.po b/wiki/src/support/known_issues.zh_TW.po index 3d768c25971..4370f1dbdb7 100644 --- a/wiki/src/support/known_issues.zh_TW.po +++ b/wiki/src/support/known_issues.zh_TW.po @@ -774,7 +774,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -1295,7 +1295,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1397,7 +1397,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" "[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot-loader]]:" +"welcome_screen/#boot-loader]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ar.po b/wiki/src/support/known_issues/graphics.ar.po index 39bd9c6d2ea..75067a76367 100644 --- a/wiki/src/support/known_issues/graphics.ar.po +++ b/wiki/src/support/known_issues/graphics.ar.po @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -769,14 +769,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ca.po b/wiki/src/support/known_issues/graphics.ca.po index 4609f129bfd..f807b688b36 100644 --- a/wiki/src/support/known_issues/graphics.ca.po +++ b/wiki/src/support/known_issues/graphics.ca.po @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -768,14 +768,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.de.po b/wiki/src/support/known_issues/graphics.de.po index 25d43fea563..59b87455916 100644 --- a/wiki/src/support/known_issues/graphics.de.po +++ b/wiki/src/support/known_issues/graphics.de.po @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -768,14 +768,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.es.po b/wiki/src/support/known_issues/graphics.es.po index 21b5c4f11cd..77cab649906 100644 --- a/wiki/src/support/known_issues/graphics.es.po +++ b/wiki/src/support/known_issues/graphics.es.po @@ -355,10 +355,10 @@ msgstr "" #, fuzzy #| msgid "" #| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" -#| "startup_options#boot-loader]] fixes the issue." +#| "welcome_screen#boot-loader]] fixes the issue." msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " "arranque|/doc/advanced_topics/boot_options]]." @@ -407,13 +407,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "startup_options#boot-loader]]." +#| "welcome_screen#boot-loader]]." msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Bullet: '* ' msgid "`xorg-driver=intel`" @@ -501,13 +501,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "startup_options#boot-loader]]." +#| "welcome_screen#boot-loader]]." msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Title ### #, fuzzy, no-wrap @@ -646,14 +646,14 @@ msgstr "Este problema se ha arreglado para algunas de estas tarjetas gráficas." #, fuzzy #| msgid "" #| "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -#| "[[startup options|doc/first_steps/startup_options#boot-loader]]." +#| "[[startup options|doc/first_steps/welcome_screen#boot-loader]]." msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" "De no ser así, intenta añadiendo `nouveau.noaccel=1` o `nouveau.modeset=0` a " "las [[opciones de arranque|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 15116]]" @@ -828,7 +828,7 @@ msgstr "Usuarios expertos de Linux pueden hacer lo siguiente:" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" "advanced_topics/boot_options]]." @@ -894,21 +894,21 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text #, fuzzy #| msgid "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "startup_options#boot-loader]]." +#| "welcome_screen#boot-loader]]." msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Plain text #, no-wrap @@ -949,10 +949,10 @@ msgstr "La laptop se congela cuando corre Tails." #, fuzzy #| msgid "" #| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" -#| "startup_options#boot-loader]] fixes the issue." +#| "welcome_screen#boot-loader]] fixes the issue." msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " "arranque|/doc/advanced_topics/boot_options]]." @@ -1019,13 +1019,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#~| "startup_options#boot-loader]]." +#~| "welcome_screen#boot-loader]]." #~ msgid "" #~ "To make Tails start successfully, add the following options to the " #~ "[[startup options|/doc/advanced_topics/boot_options]]:" #~ msgstr "" #~ "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -#~ "startup_options#boot-loader]]." +#~ "welcome_screen#boot-loader]]." #~ msgid "<a id=\"sg-black-screen\"></a>\n" #~ msgstr "<a id=\"sg-black-screen\"></a>\n" @@ -1033,12 +1033,12 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Adding `xorg-driver=intel` to the [[startup options|/doc/first_steps/" -#~| "startup_options#boot-loader]] might fix the issue." +#~| "welcome_screen#boot-loader]] might fix the issue." #~ msgid "" #~ "Adding `xorg-driver=intel`, `nomodeset`, or `nomodeset xorg-driver=vesa` " #~ "to the [[startup options|/doc/first_steps/" -#~ "startup_options#boot-loader]] might fix the issue." +#~ "welcome_screen#boot-loader]] might fix the issue." #~ msgstr "" #~ "El problema se arregla en algunos modelos añadiendo `xorg-driver=intel` a " -#~ "las [[opciones de arranque|/doc/first_steps/startup_options/" +#~ "las [[opciones de arranque|/doc/first_steps/welcome_screen/" #~ "#boot-loader]]." diff --git a/wiki/src/support/known_issues/graphics.fa.po b/wiki/src/support/known_issues/graphics.fa.po index 29866885618..05539f9562c 100644 --- a/wiki/src/support/known_issues/graphics.fa.po +++ b/wiki/src/support/known_issues/graphics.fa.po @@ -323,7 +323,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -368,7 +368,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -457,7 +457,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -582,7 +582,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -742,7 +742,7 @@ msgstr "کاربران خبرهٔ لینوکس نیز میتوانند این #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -809,14 +809,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -857,7 +857,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.fr.po b/wiki/src/support/known_issues/graphics.fr.po index e99bf88ce1a..7920b08251f 100644 --- a/wiki/src/support/known_issues/graphics.fr.po +++ b/wiki/src/support/known_issues/graphics.fr.po @@ -395,10 +395,10 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" "Ajouter `radeon.dpm=0` dans les [[options de démarrage|/doc/first_steps/" -"startup_options#boot-loader]] corrige le problème." +"welcome_screen#boot-loader]] corrige le problème." #. type: Plain text #, no-wrap @@ -443,10 +443,10 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" "Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" -"startup_options#boot-loader]], une à la fois :" +"welcome_screen#boot-loader]], une à la fois :" #. type: Bullet: '* ' msgid "`xorg-driver=intel`" @@ -539,10 +539,10 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" "Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Title ### #, no-wrap @@ -736,11 +736,11 @@ msgstr "Ce problème a été corrigé pour plusieurs de ces cartes graphiques." #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" "Dans le cas contraire, essayez d'ajouter `nouveau.noaccel=1` ou `nouveau." "modeset=0` dans les [[options de démarrage|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 15116]]" @@ -968,10 +968,10 @@ msgstr "Les personnes expertes de Linux peuvent aussi :" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" "Ajouter l'option `i915.modeset=0 rootpw=pass` dans le [[menu du chargeur " -"d’amorçage|doc/first_steps/startup_options#boot-loader]]." +"d’amorçage|doc/first_steps/welcome_screen#boot-loader]]." #. type: Bullet: ' 2. ' msgid "" @@ -1040,21 +1040,21 @@ msgstr "La session GNOME ne peut pas démarrer avec des ordinateurs avec cartes msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 et " "suivants ne peuvent ouvrir une session GNOME et reviennent systématiquement " -"au [[Tails Greeter|doc/first_steps/startup_options]]." +"au [[Tails Greeter|doc/first_steps/welcome_screen]]." #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" "Démarrer en mode **Troubleshooting Mode** marche, ainsi que le fait " "d'ajouter `modprobe.blacklist=nouveau` dans les [[options de démarrage|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." #. type: Plain text #, no-wrap @@ -1099,10 +1099,10 @@ msgstr "L'ordinateur portable plante lors de l'utilisation de Tails." #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" "Ajouter `video=SVIDEO-1:d` dans les [[options de démarrage|/doc/first_steps/" -"startup_options/#boot-loader]] corrige le problème." +"welcome_screen/#boot-loader]] corrige le problème." #. type: Plain text #, no-wrap @@ -1177,13 +1177,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#~| "startup_options#boot-loader]]." +#~| "welcome_screen#boot-loader]]." #~ msgid "" #~ "To make Tails start successfully, add the following options to the " #~ "[[startup options|/doc/advanced_topics/boot_options]]:" #~ msgstr "" #~ "Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" -#~ "startup_options#boot-loader]]." +#~ "welcome_screen#boot-loader]]." #~ msgid "<a id=\"sg-black-screen\"></a>\n" #~ msgstr "<a id=\"sg-black-screen\"></a>\n" diff --git a/wiki/src/support/known_issues/graphics.id.po b/wiki/src/support/known_issues/graphics.id.po index 545716f44d8..37a26e96d07 100644 --- a/wiki/src/support/known_issues/graphics.id.po +++ b/wiki/src/support/known_issues/graphics.id.po @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -768,14 +768,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.it.po b/wiki/src/support/known_issues/graphics.it.po index 2e2cb2fe441..3336d03e15c 100644 --- a/wiki/src/support/known_issues/graphics.it.po +++ b/wiki/src/support/known_issues/graphics.it.po @@ -320,7 +320,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -365,7 +365,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -444,7 +444,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -566,7 +566,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -719,7 +719,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -778,14 +778,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -823,7 +823,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.mdwn b/wiki/src/support/known_issues/graphics.mdwn index 42503173440..934a90d72df 100644 --- a/wiki/src/support/known_issues/graphics.mdwn +++ b/wiki/src/support/known_issues/graphics.mdwn @@ -485,7 +485,7 @@ Cannot start GNOME session with switchable graphics computers On some computers with switchable graphics, Tails 2.10 and later fails to start the GNOME session and keeps returning to the [[Welcome -Screen|doc/first_steps/startup_options]]. +Screen|doc/first_steps/welcome_screen]]. Starting in *Troubleshooting Mode* works, as well as adding the `modprobe.blacklist=nouveau` to the [[boot diff --git a/wiki/src/support/known_issues/graphics.pl.po b/wiki/src/support/known_issues/graphics.pl.po index fe1b8ff7559..0e980ca608d 100644 --- a/wiki/src/support/known_issues/graphics.pl.po +++ b/wiki/src/support/known_issues/graphics.pl.po @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -769,14 +769,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.pt.po b/wiki/src/support/known_issues/graphics.pt.po index 504c57f48aa..e9dd7c78844 100644 --- a/wiki/src/support/known_issues/graphics.pt.po +++ b/wiki/src/support/known_issues/graphics.pt.po @@ -325,7 +325,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -370,7 +370,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -459,7 +459,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -584,7 +584,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -737,7 +737,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -801,14 +801,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -849,7 +849,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.ru.po b/wiki/src/support/known_issues/graphics.ru.po index 791816eee65..fafaeb17b46 100644 --- a/wiki/src/support/known_issues/graphics.ru.po +++ b/wiki/src/support/known_issues/graphics.ru.po @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -769,14 +769,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.sr_Latn.po b/wiki/src/support/known_issues/graphics.sr_Latn.po index 0f904b0f41d..ce55dc6513a 100644 --- a/wiki/src/support/known_issues/graphics.sr_Latn.po +++ b/wiki/src/support/known_issues/graphics.sr_Latn.po @@ -318,7 +318,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -356,7 +356,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -435,7 +435,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -557,7 +557,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -710,7 +710,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -769,14 +769,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -814,7 +814,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.tr.po b/wiki/src/support/known_issues/graphics.tr.po index c99550496ee..19485fadc46 100644 --- a/wiki/src/support/known_issues/graphics.tr.po +++ b/wiki/src/support/known_issues/graphics.tr.po @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -768,14 +768,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.zh.po b/wiki/src/support/known_issues/graphics.zh.po index 7c0129adf86..c6a80c5bbb0 100644 --- a/wiki/src/support/known_issues/graphics.zh.po +++ b/wiki/src/support/known_issues/graphics.zh.po @@ -317,7 +317,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -355,7 +355,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -434,7 +434,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -709,7 +709,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -768,14 +768,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -813,7 +813,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.zh_TW.po b/wiki/src/support/known_issues/graphics.zh_TW.po index 11af8e3aa78..49f20b823c9 100644 --- a/wiki/src/support/known_issues/graphics.zh_TW.po +++ b/wiki/src/support/known_issues/graphics.zh_TW.po @@ -316,7 +316,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]] fixes the issue." +"welcome_screen#boot-loader]] fixes the issue." msgstr "" #. type: Plain text @@ -354,7 +354,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot-loader]], one after the other:" +"welcome_screen#boot-loader]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -433,7 +433,7 @@ msgstr "" #. type: Plain text msgid "" "Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Title ### @@ -555,7 +555,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/startup_options#boot-loader]]." +"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -708,7 +708,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot-loader]]." +"first_steps/welcome_screen#boot-loader]]." msgstr "" #. type: Bullet: ' 2. ' @@ -767,14 +767,14 @@ msgstr "" msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " "start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options]]." +"first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." "blacklist=nouveau` to the [[boot options|doc/first_steps/" -"startup_options#boot-loader]]." +"welcome_screen#boot-loader]]." msgstr "" #. type: Plain text @@ -812,7 +812,7 @@ msgstr "" #. type: Plain text msgid "" "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot-loader]] fixes the issue." +"welcome_screen/#boot-loader]] fixes the issue." msgstr "" #. type: Plain text -- GitLab From 9049704d54bed2f7aae1b4957e53d92aecbf8d2e Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 04:25:07 +0000 Subject: [PATCH 24/72] Style span.code as we do for span.command with a gray border, otherwise the difference is barely noticeable. --- wiki/src/local.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wiki/src/local.css b/wiki/src/local.css index 1fcde47f9dd..8afdd570d36 100644 --- a/wiki/src/local.css +++ b/wiki/src/local.css @@ -1101,10 +1101,7 @@ div.icon h2 { span.application { font-style: italic; } span.button { font-weight: bold; } -span.code { - font-family: "Source Code Pro Regular", "Courier", monospace; -} -span.command { +span.code, span.command { font-family: "Source Code Pro Regular", "Courier", monospace; font-size: 1.071em; /* 14×1.071=15px */ border: 1px solid #E0E0DF; -- GitLab From 0f6dfc3a306731d6933d3176c35319ed8d0b7e35 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 04:33:30 +0000 Subject: [PATCH 25/72] Add comment to keep similar instructions in sync --- wiki/src/doc/advanced_topics/boot_options.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index fbe50943d5d..c1bf803c1ac 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -42,6 +42,8 @@ adding a boot option [[using GRUB|boot_options#grub]] below.</p> To add a boot option in *SYSLINUX*: +<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. --> + 1. Press **Tab** when *SYSLINUX* appears. A list of boot options @@ -77,6 +79,8 @@ adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p> To add a boot option in *GRUB*: +<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. --> + 1. Press **e** when GRUB appears. A new screen appears with more options. -- GitLab From 0b07a849cde593f91b979867623e3fc38de2d497 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 04:35:16 +0000 Subject: [PATCH 26/72] Add back old anchor for backward compatibility --- wiki/src/install/inc/steps/restart_first_time.inline.mdwn | 2 ++ 1 file changed, 2 insertions(+) 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 6bf078db4ad..ba2a9e92380 100644 --- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn @@ -67,6 +67,8 @@ the rest of the instructions afterwards, we recommend you either: [[!inline pages="install/inc/steps/mac_startup_disks.inline" raw="yes" sort="age"]] </div> +<a id="greeter"></a> + <h2 id="welcome-screen">Welcome Screen</h2> 1. One to two minutes after the Boot Loader, the Welcome Screen appears. -- GitLab From 5d198a27c20c4f53d83bea42166efe731a1b8475 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 04:41:43 +0000 Subject: [PATCH 27/72] Remove screenshot At this point, people have already seen it and it would become too heavy to include both GRUB and SYSLINUX here. --- wiki/src/install/inc/steps/restart_second_time.inline.mdwn | 2 -- 1 file changed, 2 deletions(-) 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 5a755fcb575..60133a9462a 100644 --- a/wiki/src/install/inc/steps/restart_second_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_second_time.inline.mdwn @@ -13,8 +13,6 @@ 1. The Boot Loader appears and Tails starts automatically after 4 seconds. - [[!img install/inc/screenshots/boot_loader_menu.png link="no" alt="Black screen with Tails artwork. Boot Loader with two options 'Tails' and 'Tails (Troubleshooting Mode)'."]] - 1. After 30–60 seconds, the Welcome Screen appears. 1. In the Welcome Screen, select your language and -- GitLab From d57d1315e7e9e5b84686b10c6c86e11c615944cb Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 04:43:27 +0000 Subject: [PATCH 28/72] Move screenshot where it belongs --- .../boot_options}/grub-with-options.png | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename wiki/src/doc/{first_steps/welcome_screen => advanced_topics/boot_options}/grub-with-options.png (100%) diff --git a/wiki/src/doc/first_steps/welcome_screen/grub-with-options.png b/wiki/src/doc/advanced_topics/boot_options/grub-with-options.png similarity index 100% rename from wiki/src/doc/first_steps/welcome_screen/grub-with-options.png rename to wiki/src/doc/advanced_topics/boot_options/grub-with-options.png -- GitLab From 8baf4335d2334de1105b7350ef1126bf8d9497bc Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 05:42:25 +0000 Subject: [PATCH 29/72] Update PO files --- wiki/src/about/staging/about.de.po | 13 +- wiki/src/about/staging/about.es.po | 28 +- wiki/src/about/staging/about.fr.po | 165 +++++----- wiki/src/about/staging/about.it.po | 30 +- wiki/src/contribute.de.po | 4 +- wiki/src/contribute.es.po | 6 +- wiki/src/contribute.fa.po | 4 +- wiki/src/contribute.fr.po | 12 +- wiki/src/contribute.it.po | 4 +- wiki/src/contribute.pt.po | 4 +- wiki/src/doc/about/license.de.po | 4 +- wiki/src/doc/about/license.es.po | 27 +- wiki/src/doc/about/license.fa.po | 4 +- wiki/src/doc/about/license.fr.po | 13 +- wiki/src/doc/about/license.it.po | 4 +- wiki/src/doc/about/license.pt.po | 4 +- wiki/src/doc/advanced_topics.index.de.po | 13 +- wiki/src/doc/advanced_topics.index.es.po | 35 +- wiki/src/doc/advanced_topics.index.fa.po | 14 +- wiki/src/doc/advanced_topics.index.fr.po | 38 ++- wiki/src/doc/advanced_topics.index.it.po | 14 +- wiki/src/doc/advanced_topics.index.pt.po | 14 +- .../doc/advanced_topics/boot_options.de.po | 211 ++++++++++++ .../doc/advanced_topics/boot_options.es.po | 211 ++++++++++++ .../doc/advanced_topics/boot_options.fa.po | 211 ++++++++++++ .../doc/advanced_topics/boot_options.fr.po | 211 ++++++++++++ .../doc/advanced_topics/boot_options.it.po | 211 ++++++++++++ .../doc/advanced_topics/boot_options.pt.po | 211 ++++++++++++ .../persistence/change_passphrase.de.po | 11 +- .../persistence/change_passphrase.es.po | 28 +- .../persistence/change_passphrase.fa.po | 4 +- .../persistence/change_passphrase.fr.po | 7 +- .../persistence/change_passphrase.it.po | 4 +- .../persistence/change_passphrase.pt.po | 4 +- wiki/src/doc/first_steps.index.de.po | 4 +- wiki/src/doc/first_steps.index.es.po | 51 +-- wiki/src/doc/first_steps.index.fa.po | 4 +- wiki/src/doc/first_steps.index.fr.po | 51 +-- wiki/src/doc/first_steps.index.it.po | 4 +- wiki/src/doc/first_steps.index.pt.po | 4 +- .../first_steps/persistence/configure.de.po | 11 +- .../first_steps/persistence/configure.es.po | 62 ++-- .../first_steps/persistence/configure.fa.po | 11 +- .../first_steps/persistence/configure.fr.po | 17 +- .../first_steps/persistence/configure.it.po | 11 +- .../first_steps/persistence/configure.pt.po | 11 +- .../doc/first_steps/persistence/copy.de.po | 4 +- .../doc/first_steps/persistence/copy.es.po | 9 +- .../doc/first_steps/persistence/copy.fa.po | 4 +- .../doc/first_steps/persistence/copy.fr.po | 4 +- .../doc/first_steps/persistence/copy.it.po | 4 +- .../doc/first_steps/persistence/copy.pt.po | 4 +- .../doc/first_steps/persistence/delete.de.po | 33 +- .../doc/first_steps/persistence/delete.es.po | 37 ++- .../doc/first_steps/persistence/delete.fa.po | 31 +- .../doc/first_steps/persistence/delete.fr.po | 7 +- .../doc/first_steps/persistence/delete.it.po | 31 +- .../doc/first_steps/persistence/delete.pt.po | 35 +- .../src/doc/first_steps/persistence/use.de.po | 16 +- .../src/doc/first_steps/persistence/use.es.po | 36 +- .../src/doc/first_steps/persistence/use.fa.po | 17 +- .../src/doc/first_steps/persistence/use.fr.po | 20 +- .../src/doc/first_steps/persistence/use.it.po | 14 +- .../src/doc/first_steps/persistence/use.pt.po | 16 +- wiki/src/doc/first_steps/welcome_screen.de.po | 300 ++++++++--------- wiki/src/doc/first_steps/welcome_screen.es.po | 286 ++++++++-------- wiki/src/doc/first_steps/welcome_screen.fa.po | 308 +++++++++-------- wiki/src/doc/first_steps/welcome_screen.fr.po | 291 ++++++++-------- wiki/src/doc/first_steps/welcome_screen.it.po | 304 +++++++++-------- wiki/src/doc/first_steps/welcome_screen.pt.po | 310 +++++++++--------- .../administration_password.de.po | 34 +- .../administration_password.es.po | 50 +-- .../administration_password.fa.po | 41 ++- .../administration_password.fr.po | 37 ++- .../administration_password.it.po | 34 +- .../administration_password.pt.po | 32 +- .../welcome_screen/bridge_mode.de.po | 13 +- .../welcome_screen/bridge_mode.es.po | 54 ++- .../welcome_screen/bridge_mode.fa.po | 7 +- .../welcome_screen/bridge_mode.fr.po | 13 +- .../welcome_screen/bridge_mode.inline.de.po | 18 +- .../welcome_screen/bridge_mode.inline.es.po | 26 +- .../welcome_screen/bridge_mode.inline.fa.po | 25 +- .../welcome_screen/bridge_mode.inline.fr.po | 18 +- .../welcome_screen/bridge_mode.inline.it.po | 15 +- .../welcome_screen/bridge_mode.inline.pt.po | 10 +- .../welcome_screen/bridge_mode.it.po | 22 +- .../welcome_screen/bridge_mode.pt.po | 13 +- .../welcome_screen/mac_spoofing.de.po | 35 +- .../welcome_screen/mac_spoofing.es.po | 39 ++- .../welcome_screen/mac_spoofing.fa.po | 30 +- .../welcome_screen/mac_spoofing.fr.po | 31 +- .../welcome_screen/mac_spoofing.it.po | 28 +- .../welcome_screen/mac_spoofing.pt.po | 23 +- wiki/src/doc/reset/linux.de.po | 19 +- wiki/src/doc/reset/linux.es.po | 40 +-- wiki/src/doc/reset/linux.fa.po | 12 +- wiki/src/doc/reset/linux.fr.po | 15 +- wiki/src/doc/reset/linux.it.po | 16 +- wiki/src/doc/reset/linux.pt.po | 8 +- .../inc/steps/create_persistence.inline.de.po | 11 +- .../inc/steps/create_persistence.inline.es.po | 14 +- .../inc/steps/create_persistence.inline.fa.po | 14 +- .../inc/steps/create_persistence.inline.fr.po | 14 +- .../inc/steps/create_persistence.inline.it.po | 19 +- .../inc/steps/create_persistence.inline.pt.po | 16 +- .../inc/steps/mac_startup_disks.inline.de.po | 127 ++++++- .../inc/steps/mac_startup_disks.inline.es.po | 142 +++++++- .../inc/steps/mac_startup_disks.inline.fa.po | 121 ++++++- .../inc/steps/mac_startup_disks.inline.fr.po | 141 +++++++- .../inc/steps/mac_startup_disks.inline.it.po | 127 ++++++- .../inc/steps/mac_startup_disks.inline.pt.po | 127 ++++++- .../inc/steps/pc_boot_menu.inline.de.po | 147 ++++----- .../inc/steps/pc_boot_menu.inline.es.po | 142 ++++---- .../inc/steps/pc_boot_menu.inline.fa.po | 117 +++---- .../inc/steps/pc_boot_menu.inline.fr.po | 264 ++++++++------- .../inc/steps/pc_boot_menu.inline.it.po | 147 ++++----- .../inc/steps/pc_boot_menu.inline.pt.po | 117 +++---- .../inc/steps/restart_first_time.inline.de.po | 171 +++++++--- .../inc/steps/restart_first_time.inline.es.po | 259 ++++++++++----- .../inc/steps/restart_first_time.inline.fa.po | 118 +++++-- .../inc/steps/restart_first_time.inline.fr.po | 257 ++++++++++----- .../inc/steps/restart_first_time.inline.it.po | 249 ++++++++------ .../inc/steps/restart_first_time.inline.pt.po | 114 +++++-- .../steps/restart_second_time.inline.de.po | 30 +- .../steps/restart_second_time.inline.es.po | 52 +-- .../steps/restart_second_time.inline.fa.po | 17 +- .../steps/restart_second_time.inline.fr.po | 43 ++- .../steps/restart_second_time.inline.it.po | 30 +- .../steps/restart_second_time.inline.pt.po | 25 +- wiki/src/news/achievements_in_2019.de.po | 47 +-- wiki/src/news/achievements_in_2019.es.po | 47 +-- wiki/src/news/achievements_in_2019.fa.po | 47 +-- wiki/src/news/achievements_in_2019.fr.po | 57 ++-- wiki/src/news/achievements_in_2019.it.po | 47 +-- wiki/src/news/achievements_in_2019.pt.po | 47 +-- wiki/src/news/celebrating_10_years.de.po | 6 +- wiki/src/news/celebrating_10_years.es.po | 6 +- wiki/src/news/celebrating_10_years.fa.po | 6 +- wiki/src/news/celebrating_10_years.fr.po | 134 ++++---- wiki/src/news/celebrating_10_years.it.po | 6 +- wiki/src/news/celebrating_10_years.pt.po | 6 +- wiki/src/news/version_4.0.de.po | 12 +- wiki/src/news/version_4.0.es.po | 12 +- wiki/src/news/version_4.0.fa.po | 8 +- wiki/src/news/version_4.0.fr.po | 18 +- wiki/src/news/version_4.0.it.po | 8 +- wiki/src/news/version_4.0.pt.po | 12 +- wiki/src/news/version_4.1.fr.po | 7 +- wiki/src/support/known_issues.de.po | 35 +- wiki/src/support/known_issues.es.po | 69 ++-- wiki/src/support/known_issues.fa.po | 38 ++- wiki/src/support/known_issues.fr.po | 91 +++-- wiki/src/support/known_issues.it.po | 35 +- wiki/src/support/known_issues.pt.po | 67 ++-- wiki/src/support/known_issues/graphics.de.po | 34 +- wiki/src/support/known_issues/graphics.es.po | 105 ++++-- wiki/src/support/known_issues/graphics.fa.po | 34 +- wiki/src/support/known_issues/graphics.fr.po | 113 +++++-- wiki/src/support/known_issues/graphics.it.po | 34 +- wiki/src/support/known_issues/graphics.pt.po | 34 +- 161 files changed, 6027 insertions(+), 3265 deletions(-) create mode 100644 wiki/src/doc/advanced_topics/boot_options.de.po create mode 100644 wiki/src/doc/advanced_topics/boot_options.es.po create mode 100644 wiki/src/doc/advanced_topics/boot_options.fa.po create mode 100644 wiki/src/doc/advanced_topics/boot_options.fr.po create mode 100644 wiki/src/doc/advanced_topics/boot_options.it.po create mode 100644 wiki/src/doc/advanced_topics/boot_options.pt.po diff --git a/wiki/src/about/staging/about.de.po b/wiki/src/about/staging/about.de.po index 9e1c8b06de2..6fdbd72b74a 100644 --- a/wiki/src/about/staging/about.de.po +++ b/wiki/src/about/staging/about.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-02-06 21:28+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-15 08:35+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -26,8 +26,8 @@ msgid "" msgstr "" "[[!pagetemplate template=\"topbar.tmpl\"]] [[!meta title=\"Wie Tails " "funktioniert\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" " -"title=\"\"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"" -"\"]] [[!meta robots=\"noindex\"]]" +"title=\"\"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=" +"\"\"]] [[!meta robots=\"noindex\"]]" #. type: Content of: <h1> msgid "Leave no trace on the computer" @@ -268,7 +268,8 @@ msgstr "<i>Thunderbird</i> mit <i>Enigmail</i> für verschlüsselte Emails" #. type: Content of: <div><div><ul><li> msgid "<i>KeePassXC</i>, to create and store strong passwords" -msgstr "<i>KeePassXC</i> um starke Passwörter erstellen und speichern zu können" +msgstr "" +"<i>KeePassXC</i> um starke Passwörter erstellen und speichern zu können" #. type: Content of: <div><div><ul><li> msgid "<i>LibreOffice</i>, an office suite" @@ -432,7 +433,9 @@ msgstr "" "fingerprint]]" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor Bridge Modus|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <div><div><h2> diff --git a/wiki/src/about/staging/about.es.po b/wiki/src/about/staging/about.es.po index 8bd943f9e2d..3e874338edf 100644 --- a/wiki/src/about/staging/about.es.po +++ b/wiki/src/about/staging/about.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-02-06 21:28+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-16 17:35+0000\n" "Last-Translator: cacukin <cacukin@cryptolab.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,9 +25,9 @@ msgid "" "robots=\"noindex\"]]" msgstr "" "[[!pagetemplate template=\"topbar.tmpl\"]] [[!meta title=\"Cómo funciona " -"Tails\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"" -"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] [[" -"!meta robots=\"noindex\"]]" +"Tails\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=" +"\"\"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] " +"[[!meta robots=\"noindex\"]]" #. type: Content of: <h1> msgid "Leave no trace on the computer" @@ -65,8 +65,8 @@ msgid "" "years old. You can start again on the other operating system after you shut " "down Tails." msgstr "" -"Tails es un [[!inline pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"" -"age\"]] descarga y toma ½ hora para instalar. Tails puede ser instalado en " +"Tails es un [[!inline pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=" +"\"age\"]] descarga y toma ½ hora para instalar. Tails puede ser instalado en " "una memoria USB de al menos 8 GB. Tails funciona en la mayoría de las " "computadoras de menos de 10 años. Puedes comenzar de nuevo en el otro " "sistema operativo después de apagar Tails." @@ -195,8 +195,8 @@ msgid "" "The Persistent Storage is optional and you always decide what is " "<i>persistent</i>. Everything else is <i>amnesic</i>." msgstr "" -"El Volumen Persistente es opcional y siempre decides qué es " -"<i>persistente</i>. Todo lo demás es <i>amnésico</i>." +"El Volumen Persistente es opcional y siempre decides qué es <i>persistente</" +"i>. Todo lo demás es <i>amnésico</i>." #. type: Content of: <div><div><div><ul><li> msgid "[[Using the encrypted Persistent Storage|doc/first_steps/persistence]]" @@ -398,8 +398,8 @@ msgid "" "You can avoid censorship because it is <strong>impossible for a censor to " "know</strong> which websites you are visiting." msgstr "" -"Puedes evitar la censura porque es <strong>imposible para un censor " -"saber</strong> qué sitios web estás visitando." +"Puedes evitar la censura porque es <strong>imposible para un censor saber</" +"strong> qué sitios web estás visitando." #. type: Content of: <div><div><p> msgid "" @@ -419,7 +419,9 @@ msgstr "" "[[¿Puedo ocultar el hecho de que estoy usando Tails?|doc/about/fingerprint]]" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor modo puente|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <div><div><h2> @@ -434,8 +436,8 @@ msgid "" msgstr "" "Tor también evita que los sitios web que estás visitando aprendan " "<strong><i>donde</i> y <i>quien</i> eres</strong>, a menos que les digas. " -"Puedes visitar sitios web <strong>anónimamente o cambiar tu " -"identidad</strong>." +"Puedes visitar sitios web <strong>anónimamente o cambiar tu identidad</" +"strong>." #. type: Content of: <div><div><p> msgid "" diff --git a/wiki/src/about/staging/about.fr.po b/wiki/src/about/staging/about.fr.po index a4c51d7298d..6c891a30955 100644 --- a/wiki/src/about/staging/about.fr.po +++ b/wiki/src/about/staging/about.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-02-06 21:28+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-21 14:35+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -24,10 +24,10 @@ msgid "" "meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] [[!meta " "robots=\"noindex\"]]" msgstr "" -"[[!pagetemplate template=\"topbar.tmpl\"]] [[!meta title=\"Fonctionnement de Tails" -"\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"]] [[!" -"meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] [[!meta " -"robots=\"noindex\"]]" +"[[!pagetemplate template=\"topbar.tmpl\"]] [[!meta title=\"Fonctionnement de " +"Tails\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=" +"\"\"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] " +"[[!meta robots=\"noindex\"]]" #. type: Content of: <h1> msgid "Leave no trace on the computer" @@ -42,8 +42,8 @@ msgid "" "To use Tails, shut down the computer and start on your Tails USB stick " "instead of starting on Windows, macOS, or Linux." msgstr "" -"Pour utiliser Tails, éteignez l'ordinateur et démarrez-le sur votre clé USB Tails " -"à la place de Windows, macOS ou Linux." +"Pour utiliser Tails, éteignez l'ordinateur et démarrez-le sur votre clé USB " +"Tails à la place de Windows, macOS ou Linux." # # @@ -53,8 +53,8 @@ msgid "" "strong>. You can also <strong>stay safe while using the computer of somebody " "else</strong>." msgstr "" -"Vous pouvez transformer temporairement <strong>votre propre ordinateur " -"en une machine sécurisée</strong>. Vous pouvez également <strong> rester en " +"Vous pouvez transformer temporairement <strong>votre propre ordinateur en " +"une machine sécurisée</strong>. Vous pouvez également <strong> rester en " "sécurité en utilisant l'ordinateur d'une autre personne</strong>." #. type: Content of: <div><div><p> @@ -64,11 +64,13 @@ msgid "" "any USB stick of 8 GB minimum. Tails works on most computers less than 10 " "years old. You can start again on the other operating system after you shut " "down Tails." -msgstr "Tails s'installe en ½ heure, après un téléchargement de <span class=\"remove-extra-space-right\">[[!inline " -"pages=\"inc/stable_amd64_iso_size\" raw=\"yes\" sort=\"age\"]]</span>. Tails peut " -"être installé sur n'importe quelle clef USB d'au moins 8 GB. Tails fonctionne " -"sur la plupart des ordinateurs de moins de 10 ans. Une fois Tails éteint, " -"l'ordinateur peut redémarrer sur le système d'exploitation habituel." +msgstr "" +"Tails s'installe en ½ heure, après un téléchargement de <span class=\"remove-" +"extra-space-right\">[[!inline pages=\"inc/stable_amd64_iso_size\" raw=\"yes" +"\" sort=\"age\"]]</span>. Tails peut être installé sur n'importe quelle clef " +"USB d'au moins 8 GB. Tails fonctionne sur la plupart des ordinateurs de " +"moins de 10 ans. Une fois Tails éteint, l'ordinateur peut redémarrer sur le " +"système d'exploitation habituel." #. type: Content of: <div><div><p> msgid "" @@ -78,11 +80,11 @@ msgid "" "viruses or if you use it on a computer with malicious hardware, like " "keyloggers." msgstr "" -"Plus de raison de s'inquiéter des virus car Tails fonctionne " -"indépendamment du système d'exploitation habituel et n'utilise jamais le disque dur. Mais Tails ne peut pas " -"toujours vous protéger s'il est installé depuis un ordinateur infecté par des virus " -"ou si vous l'utilisez sur un ordinateur comportant du matériel malveillant, tels des " -"enregistreurs de frappe." +"Plus de raison de s'inquiéter des virus car Tails fonctionne indépendamment " +"du système d'exploitation habituel et n'utilise jamais le disque dur. Mais " +"Tails ne peut pas toujours vous protéger s'il est installé depuis un " +"ordinateur infecté par des virus ou si vous l'utilisez sur un ordinateur " +"comportant du matériel malveillant, tels des enregistreurs de frappe." #. type: Content of: <div><div><div><p> msgid "See also:" @@ -105,8 +107,8 @@ msgid "" "<i class=\"metaphor\">Like a tent, you can carry Tails with you and use it " "anywhere.</i>" msgstr "" -"<i class=\"metaphor\">Tout comme une tente, Tails peut être emmené partout et utilisé " -"n'importe où.</i>" +"<i class=\"metaphor\">Tout comme une tente, Tails peut être emmené partout " +"et utilisé n'importe où.</i>" # # @@ -139,8 +141,9 @@ msgid "" "Tails always starts from the same clean state and <strong>everything you do " "disappears</strong> automatically when you shut down Tails." msgstr "" -"C'est à chaque fois dans le même état sain que Tails démarre et <strong>tout ce que " -"vous faites disparaît</strong> automatiquement lorsque vous éteignez Tails." +"C'est à chaque fois dans le même état sain que Tails démarre et <strong>tout " +"ce que vous faites disparaît</strong> automatiquement lorsque vous éteignez " +"Tails." #. type: Content of: <div><div><p> msgid "" @@ -159,8 +162,8 @@ msgstr "Les fichiers que vous avez ouvert, même si vous les avez supprimé" #. type: Content of: <div><div><ul><li> msgid "Passwords, even if you use a password manager" -msgstr "Les mots de passe, même si vous utilisez un gestionnaire de mots " -"de passe" +msgstr "" +"Les mots de passe, même si vous utilisez un gestionnaire de mots de passe" #. type: Content of: <div><div><ul><li> msgid "All the devices and Wi-Fi networks that you used" @@ -187,25 +190,28 @@ msgid "" "encrypted Persistent Storage on the USB stick: your documents, your browser " "bookmarks, your emails, and even some additional software." msgstr "" -"Vous pouvez <strong>enregistrer des fichiers et certaines configurations" -"</strong> dans un stockage persistant chiffré sur la clef USB : vos documents, " -"vos marque-pages du navigateur, vos emails et même des logiciels additionnels." +"Vous pouvez <strong>enregistrer des fichiers et certaines configurations</" +"strong> dans un stockage persistant chiffré sur la clef USB : vos documents, " +"vos marque-pages du navigateur, vos emails et même des logiciels " +"additionnels." #. type: Content of: <div><div><p> msgid "" "The Persistent Storage is optional and you always decide what is " "<i>persistent</i>. Everything else is <i>amnesic</i>." msgstr "" -"Le stockage persistant est optionnel et vous décidez toujours de quel contenu " -"est <i>persistant</i>. Tout le reste est <i>amnésique</i>." +"Le stockage persistant est optionnel et vous décidez toujours de quel " +"contenu est <i>persistant</i>. Tout le reste est <i>amnésique</i>." #. type: Content of: <div><div><div><ul><li> msgid "[[Using the encrypted Persistent Storage|doc/first_steps/persistence]]" -msgstr "[[Utiliser le stockage persistant chiffré|doc/first_steps/persistence]]" +msgstr "" +"[[Utiliser le stockage persistant chiffré|doc/first_steps/persistence]]" #. type: Content of: <div><div><div><ul><li> msgid "[[Installing additional software|doc/first_steps/additional_software]]" -msgstr "[[Installer des logiciels additionnels|doc/first_steps/additional_software]]" +msgstr "" +"[[Installer des logiciels additionnels|doc/first_steps/additional_software]]" # # @@ -223,8 +229,9 @@ msgid "" "<i class=\"metaphor\">Like a backpack, you can store your personal things in " "your Persistent Storage and use them in your tent.</i>" msgstr "" -"<i class=\"metaphor\">Comme avec un sac à dos, vous pouvez stocker vos affaires " -"personnelles dans le stockage persistant et les utiliser dans votre tente.</i>" +"<i class=\"metaphor\">Comme avec un sac à dos, vous pouvez stocker vos " +"affaires personnelles dans le stockage persistant et les utiliser dans votre " +"tente.</i>" #. type: Content of: <div><div><h2> msgid "Digital security toolbox" @@ -235,17 +242,17 @@ msgid "" "Tails includes a selection of applications to <strong>work on sensitive " "documents</strong> and <strong>communicate securely</strong>." msgstr "" -"Tails est fourni avec une sélection d'applications permettant de <strong>" -"travailler sur des documents sensibles</strong> et de <strong> communiquer " -"en sécurité</strong>." +"Tails est fourni avec une sélection d'applications permettant de " +"<strong>travailler sur des documents sensibles</strong> et de <strong> " +"communiquer en sécurité</strong>." #. type: Content of: <div><div><p> msgid "" "All the applications are ready-to-use and are configured with safe defaults " "to <strong>prevent mistakes</strong>." msgstr "" -"Toutes les applications sont prêtes à l'emploi et leurs paramètres par défaut " -"sont sains afin d'<strong>éviter les erreurs</strong>." +"Toutes les applications sont prêtes à l'emploi et leurs paramètres par " +"défaut sont sains afin d'<strong>éviter les erreurs</strong>." #. type: Content of: <div><div><p> msgid "Tails includes:" @@ -287,12 +294,13 @@ msgid "" "Applications are blocked automatically if they try to connect to the " "Internet without Tor." msgstr "" -"Les applications essayant de se connecter à internet sans passer par " -"Tor sont automatiquement bloquées." +"Les applications essayant de se connecter à internet sans passer par Tor " +"sont automatiquement bloquées." #. type: Content of: <div><div><ul><li> msgid "Everything in the Persistent Storage is encrypted automatically." -msgstr "Toutes les données du stockage persistant sont chiffrées automatiquement." +msgstr "" +"Toutes les données du stockage persistant sont chiffrées automatiquement." #. type: Content of: <div><div><ul><li> msgid "" @@ -325,9 +333,9 @@ msgid "" "relays</strong>. <i>Relays</i> are servers operated by different people and " "organizations around the world." msgstr "" -"Toute votre activité sur internet dans Tails passe par le réseau Tor. " -"Tor chiffre et rend anonyme votre connexion en la faisant <strong> passer " -"par 3 relais</strong>. Les <i>relais</i> sont des serveurs mis en place par " +"Toute votre activité sur internet dans Tails passe par le réseau Tor. Tor " +"chiffre et rend anonyme votre connexion en la faisant <strong> passer par 3 " +"relais</strong>. Les <i>relais</i> sont des serveurs mis en place par " "différentes personnes et organisations à travers le monde." #. type: Content of: <div><div><p> @@ -335,8 +343,8 @@ msgid "" "A single relay never knows both where the encrypted connection is coming " "from and where it is going to:" msgstr "" -"Un relai n'a jamais connaissance à la fois de l'origine de la connexion " -"et de sa destination :" +"Un relai n'a jamais connaissance à la fois de l'origine de la connexion et " +"de sa destination :" #. type: Content of: <div><div><ul><li> msgid "" @@ -374,8 +382,8 @@ msgstr "" "ces relais se trouvent des universités telles que le MIT, des groupes " "activistes comme Riseup, des associations à but non-lucratif comme Derechos " "Digitales, des entreprises d'hébergement internet comme Private Internet " -"Access, etc. La grande diversité d'organisations et de personnes gérant " -"des relais rend Tor plus sûr et plus durable." +"Access, etc. La grande diversité d'organisations et de personnes gérant des " +"relais rend Tor plus sûr et plus durable." #. type: Content of: <div><div><div><ul><li> msgid "[[Why does Tails use Tor?|doc/about/tor]]" @@ -404,8 +412,8 @@ msgid "" "You can avoid censorship because it is <strong>impossible for a censor to " "know</strong> which websites you are visiting." msgstr "" -"Contourner la censure est rendu possible grace au fait qu'il est <strong>" -"impossible pour un censeur de savoir</strong> quels sites web vous " +"Contourner la censure est rendu possible grace au fait qu'il est " +"<strong>impossible pour un censeur de savoir</strong> quels sites web vous " "visitez." #. type: Content of: <div><div><p> @@ -415,17 +423,21 @@ msgid "" "more discrete way. Different types of bridges work better in different " "places." msgstr "" -"Dans les cas où se connecter à Tor est impossible ou dangereux là où vous êtes, " -"par exemple en Iran ou en Chine, vous pouvez utliser des <i>bridges</i> " -"pour vous connecter à Tor de manière plus discrète. Certains types de bridges " -"fonctionnent mieux à certains endroits." +"Dans les cas où se connecter à Tor est impossible ou dangereux là où vous " +"êtes, par exemple en Iran ou en Chine, vous pouvez utliser des <i>bridges</" +"i> pour vous connecter à Tor de manière plus discrète. Certains types de " +"bridges fonctionnent mieux à certains endroits." #. type: Content of: <div><div><div><ul><li> msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" -msgstr "[[Est-ce que je peux cacher le fait que j'utilise Tails ?|doc/about/fingerprint]]" +msgstr "" +"[[Est-ce que je peux cacher le fait que j'utilise Tails ?|doc/about/" +"fingerprint]]" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor en mode bridge|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <div><div><h2> @@ -438,10 +450,10 @@ msgid "" "<strong><i>where</i> and <i>who</i> you are</strong>, unless you tell them. " "You can visit websites <strong>anonymously or change your identity</strong>." msgstr "" -"Tor empêche les sites web que vous visitez de savoir <strong><i>où</i> " -"et <i>qui</i> vous êtes</strong>, à moins que vous ne le leur disiez. " -"Vous pouvez visiter des sites web <strong>de manière anonyme ou changer " -"votre identité</strong>." +"Tor empêche les sites web que vous visitez de savoir <strong><i>où</i> et " +"<i>qui</i> vous êtes</strong>, à moins que vous ne le leur disiez. Vous " +"pouvez visiter des sites web <strong>de manière anonyme ou changer votre " +"identité</strong>." #. type: Content of: <div><div><p> msgid "" @@ -459,12 +471,12 @@ msgid "" "Storage, keep your passwords in <i>KeePassXC</i>, have a dedicated email " "account in <i>Thunderbird</i>, etc." msgstr "" -"Vous pouvez publier un blog ou gérer un compte de réseau social intégralement " -"depuis Tails. Si vous n'y accédez que depuis Tails, il ne sera pas possible " -"de le lier à vous. Vous pouvez stocker des documents et des images en rapport " -"avec cette identité spécifique dans votre stockage persistant, garder vos mots " -"de passe dans <i>KeePassXC</i>, avoir un compte email dédié dans <i>" -"Thunderbird</i>, etc." +"Vous pouvez publier un blog ou gérer un compte de réseau social " +"intégralement depuis Tails. Si vous n'y accédez que depuis Tails, il ne sera " +"pas possible de le lier à vous. Vous pouvez stocker des documents et des " +"images en rapport avec cette identité spécifique dans votre stockage " +"persistant, garder vos mots de passe dans <i>KeePassXC</i>, avoir un compte " +"email dédié dans <i>Thunderbird</i>, etc." #. type: Content of: <h1> msgid "Software for freedom" @@ -479,9 +491,9 @@ msgid "" "All the code of our software is public to allow independent security " "researchers to verify that Tails really works the way it should." msgstr "" -"L'intégralité du code de nos logiciels est publique, permettant ainsi " -"à des chercheurs et chercheuses indépendant·e·s en sécurité de vérifier " -"que Tails fonctionne bien tel qu'il devrait." +"L'intégralité du code de nos logiciels est publique, permettant ainsi à des " +"chercheurs et chercheuses indépendant·e·s en sécurité de vérifier que Tails " +"fonctionne bien tel qu'il devrait." #. type: Content of: <div><div><div><ul><li> msgid "[[Trusting Tails|doc/about/trust]]" @@ -504,13 +516,14 @@ msgid "" "Nobody should have to pay to be safe while using a computer. That is why we " "are giving out Tails for free and try to make it easy to use by anybody." msgstr "" -"Personne ne devrait avoir à payer pour utiliser un ordinateur en toute sécurité. " -"C'est pour celà que nous distribuons Tails gratuitement et faisons en sorte " -"qu'il soit facile à utiliser par n'importe qui." +"Personne ne devrait avoir à payer pour utiliser un ordinateur en toute " +"sécurité. C'est pour celà que nous distribuons Tails gratuitement et faisons " +"en sorte qu'il soit facile à utiliser par n'importe qui." #. type: Content of: <div><div><p> msgid "We are a nonprofit and an open community." -msgstr "Nous sommes une organisation à but non-lucratif et notre communauté est " +msgstr "" +"Nous sommes une organisation à but non-lucratif et notre communauté est " "ouverte." #. type: Content of: <div><div><p> @@ -519,8 +532,8 @@ msgid "" "support Internet freedom: Mozilla, Tor, DuckDuckGo, Freedom of the Press " "Foundation, AccessNow, etc." msgstr "" -"Notre travail est financé par les dons de personnes comme vous et par " -"des organisations qui soutiennent la liberté sur internet : Mozilla, Tor, " +"Notre travail est financé par les dons de personnes comme vous et par des " +"organisations qui soutiennent la liberté sur internet : Mozilla, Tor, " "DuckDuckGo, Freedom of the Press Foundation, AccessNow, etc." #. type: Content of: <div><div><div><ul><li> diff --git a/wiki/src/about/staging/about.it.po b/wiki/src/about/staging/about.it.po index 85a90308bf8..dad5e952223 100644 --- a/wiki/src/about/staging/about.it.po +++ b/wiki/src/about/staging/about.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-02-06 21:28+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-12 17:35+0000\n" "Last-Translator: gallium69 <gallium69@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,9 +25,9 @@ msgid "" "robots=\"noindex\"]]" msgstr "" "[[!pagetemplate template=\"topbar.tmpl\"]] [[!meta title=\"Come funziona " -"Tails\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=\"\"" -"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] [[" -"!meta robots=\"noindex\"]]" +"Tails\"]] [[!meta stylesheet=\"bootstrap.min\" rel=\"stylesheet\" title=" +"\"\"]] [[!meta stylesheet=\"staging/about\" rel=\"stylesheet\" title=\"\"]] " +"[[!meta robots=\"noindex\"]]" #. type: Content of: <h1> msgid "Leave no trace on the computer" @@ -186,9 +186,10 @@ msgid "" "encrypted Persistent Storage on the USB stick: your documents, your browser " "bookmarks, your emails, and even some additional software." msgstr "" -"Puoi <strong>salvare alcuni dei tuoi file e delle tue configurazioni</strong>" -" in un volume persistente cifrato sulla chiavetta USB: i tuoi documenti, i " -"segnalibri del browser, le tue email, e anche dei programmi aggiuntivi." +"Puoi <strong>salvare alcuni dei tuoi file e delle tue configurazioni</" +"strong> in un volume persistente cifrato sulla chiavetta USB: i tuoi " +"documenti, i segnalibri del browser, le tue email, e anche dei programmi " +"aggiuntivi." #. type: Content of: <div><div><p> msgid "" @@ -204,7 +205,8 @@ msgstr "[[Usare il volume persistente cifrato|doc/first_steps/persistence]]" #. type: Content of: <div><div><div><ul><li> msgid "[[Installing additional software|doc/first_steps/additional_software]]" -msgstr "[[Installare programmi aggiuntivi|doc/first_steps/additional_software]]" +msgstr "" +"[[Installare programmi aggiuntivi|doc/first_steps/additional_software]]" # # @@ -235,8 +237,8 @@ msgid "" "documents</strong> and <strong>communicate securely</strong>." msgstr "" "Tails include una selezione di applicazioni per <strong>lavorare su " -"documenti sensibili</strong> e per <strong>comunicare in maniera " -"sicura</strong>." +"documenti sensibili</strong> e per <strong>comunicare in maniera sicura</" +"strong>." #. type: Content of: <div><div><p> msgid "" @@ -401,8 +403,8 @@ msgid "" "You can avoid censorship because it is <strong>impossible for a censor to " "know</strong> which websites you are visiting." msgstr "" -"Puoi evitare la censura perché è <strong>impossibile per chi censura " -"sapere</strong> quali siti web stai visitando." +"Puoi evitare la censura perché è <strong>impossibile per chi censura sapere</" +"strong> quali siti web stai visitando." #. type: Content of: <div><div><p> msgid "" @@ -423,7 +425,9 @@ msgstr "" "fingerprint]]" #. type: Content of: <div><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor in modalità bridge|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <div><div><h2> diff --git a/wiki/src/contribute.de.po b/wiki/src/contribute.de.po index 21efd49838a..c829c1688d2 100644 --- a/wiki/src/contribute.de.po +++ b/wiki/src/contribute.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-12 17:35+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -522,7 +522,7 @@ msgid "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" msgstr "" #. type: Bullet: ' - ' -msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/contribute.es.po b/wiki/src/contribute.es.po index a539e1f2f9e..40c7c55d3b6 100644 --- a/wiki/src/contribute.es.po +++ b/wiki/src/contribute.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-15 08:25+0000\n" "Last-Translator: Joaquín Serna <bubuanabelas@cryptolab.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -499,7 +499,9 @@ msgid "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" msgstr "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" #. type: Bullet: ' - ' -msgid "*Tails Greeter* (Python): alan, intrigeri" +#, fuzzy +#| msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "*Tails Greeter* (Python): alan, intrigeri" #. type: Bullet: ' - ' diff --git a/wiki/src/contribute.fa.po b/wiki/src/contribute.fa.po index ed34efa9ef6..9630b577055 100644 --- a/wiki/src/contribute.fa.po +++ b/wiki/src/contribute.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-15 15:23+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -514,7 +514,7 @@ msgid "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" msgstr "" #. type: Bullet: ' - ' -msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/contribute.fr.po b/wiki/src/contribute.fr.po index eabd16641b6..6915b7244f0 100644 --- a/wiki/src/contribute.fr.po +++ b/wiki/src/contribute.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-22 09:35+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -416,10 +416,8 @@ msgstr "" " - [[Customize Tails|contribute/customize]]\n" " - [Nightly ISO builds](http://nightly.tails.boum.org)\n" " - Debian packages\n" -" - [[APT repository|contribute/APT_repository]], to store our custom " -"Debian packages\n" -" - How we manage and upgrade the [[Linux kernel|contribute/Linux_kernel]]." -"\n" +" - [[APT repository|contribute/APT_repository]], to store our custom Debian packages\n" +" - How we manage and upgrade the [[Linux kernel|contribute/Linux_kernel]].\n" " - How we manage and upgrade [[contribute/tor]].\n" " - [[Glossary for contributors|contribute/glossary]]\n" @@ -489,7 +487,9 @@ msgid "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" msgstr "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" #. type: Bullet: ' - ' -msgid "*Tails Greeter* (Python): alan, intrigeri" +#, fuzzy +#| msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "*Tails Greeter* (Python): alan, intrigeri" #. type: Bullet: ' - ' diff --git a/wiki/src/contribute.it.po b/wiki/src/contribute.it.po index c6d72c899f5..906a1755677 100644 --- a/wiki/src/contribute.it.po +++ b/wiki/src/contribute.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-12 17:35+0000\n" "Last-Translator: _ignifugo <ignifugo@insicuri.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -382,7 +382,7 @@ msgid "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" msgstr "" #. type: Bullet: ' - ' -msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "" #. type: Bullet: ' - ' diff --git a/wiki/src/contribute.pt.po b/wiki/src/contribute.pt.po index b05e4b9719f..0ebd5ca345b 100644 --- a/wiki/src/contribute.pt.po +++ b/wiki/src/contribute.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-02-26 15:27+0000\n" "Last-Translator: drebs <drebs@riseup.net>\n" "Language-Team: Portuguese <LL@li.org>\n" @@ -525,7 +525,7 @@ msgstr "" #. type: Bullet: ' - ' #, fuzzy #| msgid "*Tails Greeter*: alan, intrigeri" -msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "*Tails Greeter*: alan, intrigeri" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/about/license.de.po b/wiki/src/doc/about/license.de.po index 8ec1439e292..88e7aa7a14c 100644 --- a/wiki/src/doc/about/license.de.po +++ b/wiki/src/doc/about/license.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails Translation\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-22 16:35+0000\n" "Last-Translator: anonymous <amnesia@boum.org>\n" "Language-Team: Tails Translation <tails-l10n@boum.org>\n" @@ -137,7 +137,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"The [[boot menu animation|install/win/usb#animation]] is licensed under the " +"The [[Boot Menu animation|install/win/usb#animation]] is licensed under the " "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons " "Attribution-ShareAlike 4.0 International License</a>, copyright [Odile " "Carabantes](https://studiomoare.com/) and [Enso Studio](https://www." diff --git a/wiki/src/doc/about/license.es.po b/wiki/src/doc/about/license.es.po index 5891058e154..08ff652d710 100644 --- a/wiki/src/doc/about/license.es.po +++ b/wiki/src/doc/about/license.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-02-15 21:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -93,14 +93,12 @@ msgid "" " - author: [Firefox user 14030863](https://addons.mozilla.org/en-US/firefox/user/14030863/)\n" msgstr "" "- El [[!tails_gitweb\n" -" config/chroot_local-includes/usr/share/tails/chroot-browsers/" -"unsafe-browser/extensions/red-2.0-an+fx.xpi\n" +" config/chroot_local-includes/usr/share/tails/chroot-browsers/unsafe-browser/extensions/red-2.0-an+fx.xpi\n" " desc=\"tema rojo\"]] usado por el _Unsafe Browser_ de Tails se descargó\n" "del sitio de extensiones de Mozilla\n" " (<https://addons.mozilla.org/en-US/firefox/addon/simplyred/>):\n" " - licencia: Creative Commons Attribution 3.0\n" -" - autor/a: [Firefox user 14030863](https://addons.mozilla.org/en-US/" -"firefox/user/14030863/)\n" +" - autor/a: [Firefox user 14030863](https://addons.mozilla.org/en-US/firefox/user/14030863/)\n" #. type: Title = #, no-wrap @@ -120,8 +118,8 @@ msgid "" "The Tails logo is based on [[USB|http://thenounproject.com/term/usb/23873/]] " "by Ilsur Aptukov from the Noun Project." msgstr "" -"El logo de Tails está basado en [[USB|http://thenounproject.com/term/usb/" -"23873/]] de Ilsur Aptukov del Noun Project." +"El logo de Tails está basado en [[USB|http://thenounproject.com/term/" +"usb/23873/]] de Ilsur Aptukov del Noun Project." #. type: Plain text msgid "- Debian logo: Copyright (c) 1999 Software in the Public Interest." @@ -147,8 +145,15 @@ msgstr "" "copyright Thomas Verguet." #. type: Bullet: '- ' -msgid "" -"The [[boot menu animation|install/win/usb#animation]] is licensed under the " +#, fuzzy +#| msgid "" +#| "The [[boot menu animation|install/win/usb#animation]] is licensed under " +#| "the <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative " +#| "Commons Attribution-ShareAlike 4.0 International License</a>, copyright " +#| "[Odile Carabantes](https://studiomoare.com/) and [Enso Studio](https://" +#| "www.ensostudio.tv/)." +msgid "" +"The [[Boot Menu animation|install/win/usb#animation]] is licensed under the " "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons " "Attribution-ShareAlike 4.0 International License</a>, copyright [Odile " "Carabantes](https://studiomoare.com/) and [Enso Studio](https://www." @@ -157,8 +162,8 @@ msgstr "" "La [[animación del menú de arranque|install/win/usb#animation]] está " "licenciada bajo la <a href=\"https://creativecommons.org/licenses/by-sa/4.0/" "\">Creative Commons Attribution-ShareAlike 4.0 International License</a>, " -"copyright [Odile Carabantes](https://studiomoare.com/) y [Enso " -"Studio](https://www.ensostudio.tv/)." +"copyright [Odile Carabantes](https://studiomoare.com/) y [Enso Studio]" +"(https://www.ensostudio.tv/)." #. type: Plain text msgid "- Icons from [[The Noun Project|http://thenounproject.com/]]:" diff --git a/wiki/src/doc/about/license.fa.po b/wiki/src/doc/about/license.fa.po index 6c653e80005..0fe7e841db4 100644 --- a/wiki/src/doc/about/license.fa.po +++ b/wiki/src/doc/about/license.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-21 10:59+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/license/" @@ -130,7 +130,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"The [[boot menu animation|install/win/usb#animation]] is licensed under the " +"The [[Boot Menu animation|install/win/usb#animation]] is licensed under the " "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons " "Attribution-ShareAlike 4.0 International License</a>, copyright [Odile " "Carabantes](https://studiomoare.com/) and [Enso Studio](https://www." diff --git a/wiki/src/doc/about/license.fr.po b/wiki/src/doc/about/license.fr.po index 828a32be483..2cd311bf5ed 100644 --- a/wiki/src/doc/about/license.fr.po +++ b/wiki/src/doc/about/license.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-09-16 17:09+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -144,8 +144,15 @@ msgstr "" "a>, copyright Thomas Verguet." #. type: Bullet: '- ' -msgid "" -"The [[boot menu animation|install/win/usb#animation]] is licensed under the " +#, fuzzy +#| msgid "" +#| "The [[boot menu animation|install/win/usb#animation]] is licensed under " +#| "the <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative " +#| "Commons Attribution-ShareAlike 4.0 International License</a>, copyright " +#| "[Odile Carabantes](https://studiomoare.com/) and [Enso Studio](https://" +#| "www.ensostudio.tv/)." +msgid "" +"The [[Boot Menu animation|install/win/usb#animation]] is licensed under the " "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons " "Attribution-ShareAlike 4.0 International License</a>, copyright [Odile " "Carabantes](https://studiomoare.com/) and [Enso Studio](https://www." diff --git a/wiki/src/doc/about/license.it.po b/wiki/src/doc/about/license.it.po index 2ed26bcc44d..5c61efaf805 100644 --- a/wiki/src/doc/about/license.it.po +++ b/wiki/src/doc/about/license.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION it\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2017-07-09 14:39+0000\n" "Last-Translator: Zeyev <zeyev@autistici.org>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -131,7 +131,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"The [[boot menu animation|install/win/usb#animation]] is licensed under the " +"The [[Boot Menu animation|install/win/usb#animation]] is licensed under the " "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons " "Attribution-ShareAlike 4.0 International License</a>, copyright [Odile " "Carabantes](https://studiomoare.com/) and [Enso Studio](https://www." diff --git a/wiki/src/doc/about/license.pt.po b/wiki/src/doc/about/license.pt.po index 3bda9951332..3ca0be26d84 100644 --- a/wiki/src/doc/about/license.pt.po +++ b/wiki/src/doc/about/license.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-05-23 12:05-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -122,7 +122,7 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"The [[boot menu animation|install/win/usb#animation]] is licensed under the " +"The [[Boot Menu animation|install/win/usb#animation]] is licensed under the " "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons " "Attribution-ShareAlike 4.0 International License</a>, copyright [Odile " "Carabantes](https://studiomoare.com/) and [Enso Studio](https://www." diff --git a/wiki/src/doc/advanced_topics.index.de.po b/wiki/src/doc/advanced_topics.index.de.po index ecbbfb29044..fdb2ae4c6c0 100644 --- a/wiki/src/doc/advanced_topics.index.de.po +++ b/wiki/src/doc/advanced_topics.index.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-09-24 16:20+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-05-29 18:34-0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.6.10\n" +#. type: Bullet: ' - ' +#, fuzzy +#| msgid "" +#| "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" +#| "cold_boot_attacks]]" +msgid "" +"[[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/" +"boot_options]]" +msgstr "" +"[[!traillink Schutz_vor_Kaltstartattacken|advanced_topics/cold_boot_attacks]]" + #. type: Bullet: ' - ' msgid "" "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" diff --git a/wiki/src/doc/advanced_topics.index.es.po b/wiki/src/doc/advanced_topics.index.es.po index f9d5a6ee203..fbf1ba15c08 100644 --- a/wiki/src/doc/advanced_topics.index.es.po +++ b/wiki/src/doc/advanced_topics.index.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-09-24 16:20+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-30 14:56+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -18,6 +18,18 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.20\n" +#. type: Bullet: ' - ' +#, fuzzy +#| msgid "" +#| "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" +#| "cold_boot_attacks]]" +msgid "" +"[[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/" +"boot_options]]" +msgstr "" +"[[!traillink Protección_contra_ataques_cold_boot|advanced_topics/" +"cold_boot_attacks]]" + #. type: Bullet: ' - ' msgid "" "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" @@ -39,22 +51,15 @@ msgid "" " - [[!traillink Accessing_resources_on_the_local_network|advanced_topics/lan]]\n" " - [[!traillink Enable_a_wireless_device|advanced_topics/wireless_devices]]\n" msgstr "" -" - [[!traillink Arrancar_Tails_en_una_máquina_virtual|advanced_topics/" -"virtualization]]\n" -" - [[!traillink <span_class=\"application\">VirtualBox</span>|" -"advanced_topics/virtualization/virtualbox]]\n" -" - [[!traillink <span_class=\"application\">GNOME_Boxes</span>|" -"advanced_topics/virtualization/boxes]]\n" -" - [[!traillink <span_class=\"application\">virt-manager</span>|" -"advanced_topics/virtualization/virt-manager]]\n" +" - [[!traillink Arrancar_Tails_en_una_máquina_virtual|advanced_topics/virtualization]]\n" +" - [[!traillink <span_class=\"application\">VirtualBox</span>|advanced_topics/virtualization/virtualbox]]\n" +" - [[!traillink <span_class=\"application\">GNOME_Boxes</span>|advanced_topics/virtualization/boxes]]\n" +" - [[!traillink <span_class=\"application\">virt-manager</span>|advanced_topics/virtualization/virt-manager]]\n" "- Persistencia encriptada\n" -" - [[!traillink Cambiar_la_frase_contraseña_del_volumen_persistente|" -"advanced_topics/persistence/change_passphrase]]\n" -" - [[!traillink Chequear_el_sistema_del_volumen_persistente|" -"advanced_topics/persistence/check_file_system]]\n" +" - [[!traillink Cambiar_la_frase_contraseña_del_volumen_persistente|advanced_topics/persistence/change_passphrase]]\n" +" - [[!traillink Chequear_el_sistema_del_volumen_persistente|advanced_topics/persistence/check_file_system]]\n" " - [[!traillink Acceder_a_recursos_de_la_red_local|advanced_topics/lan]]\n" -" - [[!traillink Habilitar_un_dispositivo_inalámbrico|advanced_topics/" -"wireless_devices]]\n" +" - [[!traillink Habilitar_un_dispositivo_inalámbrico|advanced_topics/wireless_devices]]\n" #~ msgid "" #~ "[[!traillink Installing_additional_software|advanced_topics/" diff --git a/wiki/src/doc/advanced_topics.index.fa.po b/wiki/src/doc/advanced_topics.index.fa.po index 422718d06c2..56415b36d59 100644 --- a/wiki/src/doc/advanced_topics.index.fa.po +++ b/wiki/src/doc/advanced_topics.index.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-09-24 16:20+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-25 17:41+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -19,6 +19,18 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.4-dev\n" +#. type: Bullet: ' - ' +#, fuzzy +#| msgid "" +#| "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" +#| "cold_boot_attacks]]" +msgid "" +"[[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/" +"boot_options]]" +msgstr "" +"[[!traillink محافظت_در_برابر_حملات_راهاندازی_سرد|advanced_topics/" +"cold_boot_attacks]]" + #. type: Bullet: ' - ' msgid "" "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" diff --git a/wiki/src/doc/advanced_topics.index.fr.po b/wiki/src/doc/advanced_topics.index.fr.po index 29901be4aaa..aa2fe68e9b7 100644 --- a/wiki/src/doc/advanced_topics.index.fr.po +++ b/wiki/src/doc/advanced_topics.index.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 08:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-09-21 10:15+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -18,6 +18,18 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.20\n" +#. type: Bullet: ' - ' +#, fuzzy +#| msgid "" +#| "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" +#| "cold_boot_attacks]]" +msgid "" +"[[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/" +"boot_options]]" +msgstr "" +"[[!traillink Protection_contre_les_attaques_par_démarrage_à_froid|" +"advanced_topics/cold_boot_attacks]]" + #. type: Bullet: ' - ' msgid "" "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" @@ -39,23 +51,15 @@ msgid "" " - [[!traillink Accessing_resources_on_the_local_network|advanced_topics/lan]]\n" " - [[!traillink Enable_a_wireless_device|advanced_topics/wireless_devices]]\n" msgstr "" -" - [[!traillink Utiliser_Tails_dans_une_machine_virtuelle|advanced_topics/" -"virtualization]]\n" -" - [[!traillink <span_class=\"application\">VirtualBox</span>|" -"advanced_topics/virtualization/virtualbox]]\n" -" - [[!traillink <span_class=\"application\">GNOME_Boxes</span>|" -"advanced_topics/virtualization/boxes]]\n" -" - [[!traillink <span_class=\"application\">virt-manager</span>|" -"advanced_topics/virtualization/virt-manager]]\n" +" - [[!traillink Utiliser_Tails_dans_une_machine_virtuelle|advanced_topics/virtualization]]\n" +" - [[!traillink <span_class=\"application\">VirtualBox</span>|advanced_topics/virtualization/virtualbox]]\n" +" - [[!traillink <span_class=\"application\">GNOME_Boxes</span>|advanced_topics/virtualization/boxes]]\n" +" - [[!traillink <span_class=\"application\">virt-manager</span>|advanced_topics/virtualization/virt-manager]]\n" "- Persistance chiffrée\n" -" - [[!traillink Changer_la_phrase_de_passe_du_volume_persistant|" -"advanced_topics/persistence/change_passphrase]]\n" -" - [[!traillink Vérifier_le_système_de_fichiers_du_volume_persistant|" -"advanced_topics/persistence/check_file_system]]\n" -" - [[!traillink Accéder_à_des_ressources_sur_le_réseau_local|advanced_topics/" -"lan]]\n" -" - [[!traillink Activer_un_périphérique_sans-fil|advanced_topics/" -"wireless_devices]]\n" +" - [[!traillink Changer_la_phrase_de_passe_du_volume_persistant|advanced_topics/persistence/change_passphrase]]\n" +" - [[!traillink Vérifier_le_système_de_fichiers_du_volume_persistant|advanced_topics/persistence/check_file_system]]\n" +" - [[!traillink Accéder_à_des_ressources_sur_le_réseau_local|advanced_topics/lan]]\n" +" - [[!traillink Activer_un_périphérique_sans-fil|advanced_topics/wireless_devices]]\n" #~ msgid "" #~ "[[!traillink Installing_additional_software|advanced_topics/" diff --git a/wiki/src/doc/advanced_topics.index.it.po b/wiki/src/doc/advanced_topics.index.it.po index 1fbb6b214c1..daadce2fdd6 100644 --- a/wiki/src/doc/advanced_topics.index.it.po +++ b/wiki/src/doc/advanced_topics.index.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-09-24 16:20+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2017-07-09 00:17+0000\n" "Last-Translator: \n" "Language-Team: ita <transitails@inventati.org>\n" @@ -17,6 +17,18 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" +#. type: Bullet: ' - ' +#, fuzzy +#| msgid "" +#| "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" +#| "cold_boot_attacks]]" +msgid "" +"[[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/" +"boot_options]]" +msgstr "" +"[[!traillink Protezione_contro_i_\"cold_boot_attacks\"|advanced_topics/" +"cold_boot_attacks]]" + #. type: Bullet: ' - ' msgid "" "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" diff --git a/wiki/src/doc/advanced_topics.index.pt.po b/wiki/src/doc/advanced_topics.index.pt.po index b6b15a21352..876fe0137ad 100644 --- a/wiki/src/doc/advanced_topics.index.pt.po +++ b/wiki/src/doc/advanced_topics.index.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-09-24 16:20+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -15,6 +15,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. type: Bullet: ' - ' +#, fuzzy +#| msgid "" +#| "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" +#| "cold_boot_attacks]]" +msgid "" +"[[!traillink Adding_boot_options_using_the_Boot_Loader|advanced_topics/" +"boot_options]]" +msgstr "" +"[[!traillink Proteção_contra_ataques_*cold_boot*|advanced_topics/" +"cold_boot_attacks]]" + #. type: Bullet: ' - ' msgid "" "[[!traillink Protection_against_cold_boot_attacks|advanced_topics/" diff --git a/wiki/src/doc/advanced_topics/boot_options.de.po b/wiki/src/doc/advanced_topics/boot_options.de.po new file mode 100644 index 00000000000..ef4f48c33df --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.de.po @@ -0,0 +1,211 @@ +# 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: 2020-03-25 05:24+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"Adding boot options using the Boot Loader\"]]\n" +msgstr "" + +#. type: Plain text +msgid "The Boot Loader is the first screen that appears when starting Tails." +msgstr "" + +#. type: Plain text +msgid "" +"You can use the Boot Loader to add *boot options*. Boot options are special " +"parameters that can be useful to troubleshoot or workaround hardware support " +"problems. For example, our [[list of known issues with graphics " +"cards|support/known_issues/graphics]] document boot options for different " +"graphics cards." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"tip\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " +"Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this " +"option if you\n" +"think you are experiencing errors related to hardware compatibility while\n" +"starting Tails.</p>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "</div>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=1]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"Depending on the computer, the Boot Loader might be either *GRUB* or " +"*SYSLINUX*." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"syslinux\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *SYSLINUX*\n" +msgstr "" + +#. type: Plain text +msgid "This is how *SYSLINUX* looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"note\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *SYSLINUX*:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<!-- Keep in sync with " +"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Tab** when *SYSLINUX* appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" A list of boot options\n" +" appears at the bottom of the screen.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Bullet: '2. ' +msgid "" +"Press <span class=\"keycap\">Space</span> and type the boot option that you " +"want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"If you want to add more than one boot option, type them one after the other " +"and separate them by a <span class=\"keycap\">Space</span>." +msgstr "" + +#. type: Bullet: '4. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"grub\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *GRUB*\n" +msgstr "" + +#. type: Plain text +msgid "This is how GRUB looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *GRUB*:" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Type the boot option that you want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.es.po b/wiki/src/doc/advanced_topics/boot_options.es.po new file mode 100644 index 00000000000..ef4f48c33df --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.es.po @@ -0,0 +1,211 @@ +# 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: 2020-03-25 05:24+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"Adding boot options using the Boot Loader\"]]\n" +msgstr "" + +#. type: Plain text +msgid "The Boot Loader is the first screen that appears when starting Tails." +msgstr "" + +#. type: Plain text +msgid "" +"You can use the Boot Loader to add *boot options*. Boot options are special " +"parameters that can be useful to troubleshoot or workaround hardware support " +"problems. For example, our [[list of known issues with graphics " +"cards|support/known_issues/graphics]] document boot options for different " +"graphics cards." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"tip\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " +"Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this " +"option if you\n" +"think you are experiencing errors related to hardware compatibility while\n" +"starting Tails.</p>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "</div>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=1]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"Depending on the computer, the Boot Loader might be either *GRUB* or " +"*SYSLINUX*." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"syslinux\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *SYSLINUX*\n" +msgstr "" + +#. type: Plain text +msgid "This is how *SYSLINUX* looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"note\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *SYSLINUX*:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<!-- Keep in sync with " +"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Tab** when *SYSLINUX* appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" A list of boot options\n" +" appears at the bottom of the screen.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Bullet: '2. ' +msgid "" +"Press <span class=\"keycap\">Space</span> and type the boot option that you " +"want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"If you want to add more than one boot option, type them one after the other " +"and separate them by a <span class=\"keycap\">Space</span>." +msgstr "" + +#. type: Bullet: '4. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"grub\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *GRUB*\n" +msgstr "" + +#. type: Plain text +msgid "This is how GRUB looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *GRUB*:" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Type the boot option that you want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.fa.po b/wiki/src/doc/advanced_topics/boot_options.fa.po new file mode 100644 index 00000000000..ef4f48c33df --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.fa.po @@ -0,0 +1,211 @@ +# 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: 2020-03-25 05:24+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"Adding boot options using the Boot Loader\"]]\n" +msgstr "" + +#. type: Plain text +msgid "The Boot Loader is the first screen that appears when starting Tails." +msgstr "" + +#. type: Plain text +msgid "" +"You can use the Boot Loader to add *boot options*. Boot options are special " +"parameters that can be useful to troubleshoot or workaround hardware support " +"problems. For example, our [[list of known issues with graphics " +"cards|support/known_issues/graphics]] document boot options for different " +"graphics cards." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"tip\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " +"Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this " +"option if you\n" +"think you are experiencing errors related to hardware compatibility while\n" +"starting Tails.</p>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "</div>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=1]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"Depending on the computer, the Boot Loader might be either *GRUB* or " +"*SYSLINUX*." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"syslinux\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *SYSLINUX*\n" +msgstr "" + +#. type: Plain text +msgid "This is how *SYSLINUX* looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"note\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *SYSLINUX*:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<!-- Keep in sync with " +"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Tab** when *SYSLINUX* appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" A list of boot options\n" +" appears at the bottom of the screen.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Bullet: '2. ' +msgid "" +"Press <span class=\"keycap\">Space</span> and type the boot option that you " +"want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"If you want to add more than one boot option, type them one after the other " +"and separate them by a <span class=\"keycap\">Space</span>." +msgstr "" + +#. type: Bullet: '4. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"grub\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *GRUB*\n" +msgstr "" + +#. type: Plain text +msgid "This is how GRUB looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *GRUB*:" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Type the boot option that you want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.fr.po b/wiki/src/doc/advanced_topics/boot_options.fr.po new file mode 100644 index 00000000000..ef4f48c33df --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.fr.po @@ -0,0 +1,211 @@ +# 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: 2020-03-25 05:24+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"Adding boot options using the Boot Loader\"]]\n" +msgstr "" + +#. type: Plain text +msgid "The Boot Loader is the first screen that appears when starting Tails." +msgstr "" + +#. type: Plain text +msgid "" +"You can use the Boot Loader to add *boot options*. Boot options are special " +"parameters that can be useful to troubleshoot or workaround hardware support " +"problems. For example, our [[list of known issues with graphics " +"cards|support/known_issues/graphics]] document boot options for different " +"graphics cards." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"tip\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " +"Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this " +"option if you\n" +"think you are experiencing errors related to hardware compatibility while\n" +"starting Tails.</p>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "</div>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=1]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"Depending on the computer, the Boot Loader might be either *GRUB* or " +"*SYSLINUX*." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"syslinux\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *SYSLINUX*\n" +msgstr "" + +#. type: Plain text +msgid "This is how *SYSLINUX* looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"note\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *SYSLINUX*:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<!-- Keep in sync with " +"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Tab** when *SYSLINUX* appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" A list of boot options\n" +" appears at the bottom of the screen.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Bullet: '2. ' +msgid "" +"Press <span class=\"keycap\">Space</span> and type the boot option that you " +"want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"If you want to add more than one boot option, type them one after the other " +"and separate them by a <span class=\"keycap\">Space</span>." +msgstr "" + +#. type: Bullet: '4. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"grub\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *GRUB*\n" +msgstr "" + +#. type: Plain text +msgid "This is how GRUB looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *GRUB*:" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Type the boot option that you want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.it.po b/wiki/src/doc/advanced_topics/boot_options.it.po new file mode 100644 index 00000000000..ef4f48c33df --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.it.po @@ -0,0 +1,211 @@ +# 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: 2020-03-25 05:24+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"Adding boot options using the Boot Loader\"]]\n" +msgstr "" + +#. type: Plain text +msgid "The Boot Loader is the first screen that appears when starting Tails." +msgstr "" + +#. type: Plain text +msgid "" +"You can use the Boot Loader to add *boot options*. Boot options are special " +"parameters that can be useful to troubleshoot or workaround hardware support " +"problems. For example, our [[list of known issues with graphics " +"cards|support/known_issues/graphics]] document boot options for different " +"graphics cards." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"tip\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " +"Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this " +"option if you\n" +"think you are experiencing errors related to hardware compatibility while\n" +"starting Tails.</p>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "</div>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=1]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"Depending on the computer, the Boot Loader might be either *GRUB* or " +"*SYSLINUX*." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"syslinux\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *SYSLINUX*\n" +msgstr "" + +#. type: Plain text +msgid "This is how *SYSLINUX* looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"note\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *SYSLINUX*:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<!-- Keep in sync with " +"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Tab** when *SYSLINUX* appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" A list of boot options\n" +" appears at the bottom of the screen.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Bullet: '2. ' +msgid "" +"Press <span class=\"keycap\">Space</span> and type the boot option that you " +"want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"If you want to add more than one boot option, type them one after the other " +"and separate them by a <span class=\"keycap\">Space</span>." +msgstr "" + +#. type: Bullet: '4. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"grub\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *GRUB*\n" +msgstr "" + +#. type: Plain text +msgid "This is how GRUB looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *GRUB*:" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Type the boot option that you want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.pt.po b/wiki/src/doc/advanced_topics/boot_options.pt.po new file mode 100644 index 00000000000..ef4f48c33df --- /dev/null +++ b/wiki/src/doc/advanced_topics/boot_options.pt.po @@ -0,0 +1,211 @@ +# 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: 2020-03-25 05:24+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"Adding boot options using the Boot Loader\"]]\n" +msgstr "" + +#. type: Plain text +msgid "The Boot Loader is the first screen that appears when starting Tails." +msgstr "" + +#. type: Plain text +msgid "" +"You can use the Boot Loader to add *boot options*. Boot options are special " +"parameters that can be useful to troubleshoot or workaround hardware support " +"problems. For example, our [[list of known issues with graphics " +"cards|support/known_issues/graphics]] document boot options for different " +"graphics cards." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"tip\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " +"Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this " +"option if you\n" +"think you are experiencing errors related to hardware compatibility while\n" +"starting Tails.</p>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "</div>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=1]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"Depending on the computer, the Boot Loader might be either *GRUB* or " +"*SYSLINUX*." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"syslinux\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *SYSLINUX*\n" +msgstr "" + +#. type: Plain text +msgid "This is how *SYSLINUX* looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<div class=\"note\">\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *SYSLINUX*:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<!-- Keep in sync with " +"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Tab** when *SYSLINUX* appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" A list of boot options\n" +" appears at the bottom of the screen.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Bullet: '2. ' +msgid "" +"Press <span class=\"keycap\">Space</span> and type the boot option that you " +"want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"If you want to add more than one boot option, type them one after the other " +"and separate them by a <span class=\"keycap\">Space</span>." +msgstr "" + +#. type: Bullet: '4. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"grub\"></a>\n" +msgstr "" + +#. type: Title = +#, no-wrap +msgid "Using *GRUB*\n" +msgstr "" + +#. type: Plain text +msgid "This is how GRUB looks like:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails\n" +"logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" +msgstr "" + +#. type: Plain text +msgid "To add a boot option in *GRUB*:" +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: '1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Type the boot option that you want to add." +msgstr "" + +#. type: Bullet: '1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po index a7ea3ddd5d0..582b244ba6b 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-06-10 16:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-08 15:39+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: \n" @@ -32,11 +32,10 @@ msgstr "" "first_steps/welcome_screen/administration_password]]." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" -msgstr "" -" Aktivieren Sie den beständigen Speicherbereich im <span class=\"" -"application\">Tails Greeter</span> nicht.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" +msgstr " Aktivieren Sie den beständigen Speicherbereich im <span class=\"application\">Tails Greeter</span> nicht.\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po index 6f0cd887242..5af1f78b63a 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.es.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-01-17 16:52+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-02-08 19:22+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" -"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/first_" -"steps_persiatence_passphrase/es/>\n" +"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" +"first_steps_persiatence_passphrase/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,15 +27,14 @@ msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" "welcome_screen/administration_password]]." msgstr "" -"Arranca Tails [[configurando una contraseña de " -"administrador|doc/first_steps/welcome_screen/administration_password]]." +"Arranca Tails [[configurando una contraseña de administrador|doc/first_steps/" +"welcome_screen/administration_password]]." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" -msgstr "" -" No configures el volumen persistente en el <span class=\"application\">" -"Tails Greeter</span>.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" +msgstr " No configures el volumen persistente en el <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text #, no-wrap @@ -60,12 +59,9 @@ msgid "" " detailed information about it is displayed in the right pane: its partitions,\n" " its brand, its size, etc.\n" msgstr "" -" <span class=\"application\">Discos</span> lista todos los dispositivos " -"de almacenamiento\n" -" en el panel izquierdo de la ventana. Al seleccionar uno de estos " -"dispositivos\n" -" se despliega información más detallada en el panel de la derecha: sus " -"particiones,\n" +" <span class=\"application\">Discos</span> lista todos los dispositivos de almacenamiento\n" +" en el panel izquierdo de la ventana. Al seleccionar uno de estos dispositivos\n" +" se despliega información más detallada en el panel de la derecha: sus particiones,\n" " su marca, su capacidad, etc.\n" #. type: Bullet: ' 1. ' diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po index b8c82443053..2881a151f1e 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-05-16 14:03+0300\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-10 13:04+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -31,7 +31,7 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr "در سمت چپ روی پارتیشن درایو مانا با عنوان <span class=\"guilabel\">Encrypted</span> کلیک و آن را انتخاب کنید." #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po index b9088b17b50..9e673118c2a 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2017-05-16 14:03+0300\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-07-27 17:35+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -32,8 +32,9 @@ msgstr "" "first_steps/welcome_screen/administration_password]]." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr " N'activez pas le volume persistant dans le <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po index b2a3aac2b29..2153cd4955d 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-05-16 14:03+0300\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -29,7 +29,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po index 5016466e94c..be677c4dfeb 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-05-16 14:03+0300\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-07-17 15:57-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap #| msgid "In the right pane, select the persistent volume partition, labeled <span class=\"guilabel\">TailsData</span> by clicking on it." -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr "No painel direito, selecione a partição do volume persistente, chamada <span class=\"TailsData\">, clicando nela." #. type: Plain text diff --git a/wiki/src/doc/first_steps.index.de.po b/wiki/src/doc/first_steps.index.de.po index a64a0e30ef3..448245f78d3 100644 --- a/wiki/src/doc/first_steps.index.de.po +++ b/wiki/src/doc/first_steps.index.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-11-21 09:32+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-05-25 14:31+0200\n" "Last-Translator: Tails translators\n" "Language-Team: \n" @@ -48,7 +48,7 @@ msgstr "[[!traillink Barrierefreiheit|first_steps/accessibility]]" #| " [[!traillink Windows|first_steps/reset/windows]],\n" #| " or [[!traillink Mac|first_steps/reset/mac]]\n" msgid "" -" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Welcome_Screen|first_steps/welcome_screen]]\n" " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" diff --git a/wiki/src/doc/first_steps.index.es.po b/wiki/src/doc/first_steps.index.es.po index b801fcb118a..fabf357a1a5 100644 --- a/wiki/src/doc/first_steps.index.es.po +++ b/wiki/src/doc/first_steps.index.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-11-21 09:32+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-14 18:25+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -27,9 +27,24 @@ msgid "[[!traillink Accessibility|first_steps/accessibility]]" msgstr "[[!traillink Accesibilidad|first_steps/accessibility]]" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +#| " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +#| " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +#| " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" +#| " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" +#| " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" +#| " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" +#| " - [[!traillink Create_&_configure_the_persistent_volume|first_steps/persistence/configure]]\n" +#| " - [[!traillink Enable_&_use_the_persistent_volume|first_steps/persistence/use]]\n" +#| " - [[!traillink Make_a_backup_of_your_persistent_volume|first_steps/persistence/copy]]\n" +#| " - [[!traillink Delete_the_persistent_volume|first_steps/persistence/delete]]\n" +#| " - [[!traillink Installing_additional_software|first_steps/additional_software]]\n" +#| " - [[!traillink Report_an_error|first_steps/bug_reporting]]\n" +#| " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgid "" -" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Welcome_Screen|first_steps/welcome_screen]]\n" " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" @@ -45,27 +60,17 @@ msgid "" " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgstr "" " - [[!traillink Opciones_de_arranque|first_steps/welcome_screen]]\n" -" - [[!traillink Contraseña_de_administración|first_steps/welcome_screen/" -"administration_password]]\n" -" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/" -"mac_spoofing]]\n" -" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]" -"\n" -" - [[!traillink Introducción_a_Tails_y_al_escritorio_de_GNOME|first_steps/" -"introduction_to_gnome_and_the_tails_desktop]]\n" +" - [[!traillink Contraseña_de_administración|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" +" - [[!traillink Introducción_a_Tails_y_al_escritorio_de_GNOME|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Persistencia_encriptada|first_steps/persistence]]\n" -" - [[!traillink Advertencias_sobre_la_persistencia|first_steps/" -"persistence/warnings]]\n" -" - [[!traillink Crea_y_configura_el_volumen_persistente|first_steps/" -"persistence/configure]]\n" -" - [[!traillink Habilita_y_usa_el_volumen_persistente|first_steps/" -"persistence/use]]\n" -" - [[!traillink Haz_una_copia_de_seguridad_del_volumen_persistente|" -"first_steps/persistence/copy]]\n" -" - [[!traillink Borra_el_volumen_persistente|first_steps/persistence/" -"delete]]\n" -" - [[!traillink Instalando_software_adicional|first_steps/" -"additional_software]]\n" +" - [[!traillink Advertencias_sobre_la_persistencia|first_steps/persistence/warnings]]\n" +" - [[!traillink Crea_y_configura_el_volumen_persistente|first_steps/persistence/configure]]\n" +" - [[!traillink Habilita_y_usa_el_volumen_persistente|first_steps/persistence/use]]\n" +" - [[!traillink Haz_una_copia_de_seguridad_del_volumen_persistente|first_steps/persistence/copy]]\n" +" - [[!traillink Borra_el_volumen_persistente|first_steps/persistence/delete]]\n" +" - [[!traillink Instalando_software_adicional|first_steps/additional_software]]\n" " - [[!traillink Reporta_un_error|first_steps/bug_reporting]]\n" " - [[!traillink Apagar_Tails|first_steps/shutdown]]\n" diff --git a/wiki/src/doc/first_steps.index.fa.po b/wiki/src/doc/first_steps.index.fa.po index 82c002f6a1b..9fb576edf05 100644 --- a/wiki/src/doc/first_steps.index.fa.po +++ b/wiki/src/doc/first_steps.index.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-11-21 09:32+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-25 18:08+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -30,7 +30,7 @@ msgstr "[[!traillink دسترسیپذیری|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Welcome_Screen|first_steps/welcome_screen]]\n" " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" diff --git a/wiki/src/doc/first_steps.index.fr.po b/wiki/src/doc/first_steps.index.fr.po index 944263330a9..7085bd101a8 100644 --- a/wiki/src/doc/first_steps.index.fr.po +++ b/wiki/src/doc/first_steps.index.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-11-21 09:32+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-11 17:36+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -27,9 +27,24 @@ msgid "[[!traillink Accessibility|first_steps/accessibility]]" msgstr "[[!traillink Accessibilité|first_steps/accessibility]]" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +#| " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" +#| " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" +#| " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" +#| " - [[!traillink Introduction_to_GNOME_and_the_Tails_desktop|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" +#| " - [[!traillink Encrypted_persistence|first_steps/persistence]]\n" +#| " - [[!traillink Warnings_about_persistence|first_steps/persistence/warnings]]\n" +#| " - [[!traillink Create_&_configure_the_persistent_volume|first_steps/persistence/configure]]\n" +#| " - [[!traillink Enable_&_use_the_persistent_volume|first_steps/persistence/use]]\n" +#| " - [[!traillink Make_a_backup_of_your_persistent_volume|first_steps/persistence/copy]]\n" +#| " - [[!traillink Delete_the_persistent_volume|first_steps/persistence/delete]]\n" +#| " - [[!traillink Installing_additional_software|first_steps/additional_software]]\n" +#| " - [[!traillink Report_an_error|first_steps/bug_reporting]]\n" +#| " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgid "" -" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Welcome_Screen|first_steps/welcome_screen]]\n" " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" @@ -45,27 +60,17 @@ msgid "" " - [[!traillink Shutting_down_Tails|first_steps/shutdown]]\n" msgstr "" " - [[!traillink Options_de_démarrage|first_steps/welcome_screen]]\n" -" - [[!traillink Mot_de_passe_d'administration|first_steps/welcome_screen/" -"administration_password]]\n" -" - [[!traillink Usurpation_d'adresse_MAC|first_steps/welcome_screen/" -"mac_spoofing]]\n" -" - [[!traillink Tor_en_mode_bridge|first_steps/welcome_screen/" -"bridge_mode]]\n" -" - [[!traillink Introduction_à_GNOME_et_au_bureau_de_Tails|first_steps/" -"introduction_to_gnome_and_the_tails_desktop]]\n" +" - [[!traillink Mot_de_passe_d'administration|first_steps/welcome_screen/administration_password]]\n" +" - [[!traillink Usurpation_d'adresse_MAC|first_steps/welcome_screen/mac_spoofing]]\n" +" - [[!traillink Tor_en_mode_bridge|first_steps/welcome_screen/bridge_mode]]\n" +" - [[!traillink Introduction_à_GNOME_et_au_bureau_de_Tails|first_steps/introduction_to_gnome_and_the_tails_desktop]]\n" " - [[!traillink Persistance_chiffrée|first_steps/persistence]]\n" -" - [[!traillink Avertissements_à_propos_de_la_persistance|first_steps/" -"persistence/warnings]]\n" -" - [[!traillink Créer_et_configurer_le_volume_persistant|first_steps/" -"persistence/configure]]\n" -" - [[!traillink Activer_et_utiliser_le_volume_persistant|first_steps/" -"persistence/use]]\n" -" - [[!traillink Créer_une_sauvegarder_de_votre_volume_persistant|" -"first_steps/persistence/copy]]\n" -" - [[!traillink Supprimer_le_volume_persistant|first_steps/persistence/" -"delete]]\n" -" - [[!traillink Installer_des_logiciels_supplémentaires|first_steps/" -"additional_software]]\n" +" - [[!traillink Avertissements_à_propos_de_la_persistance|first_steps/persistence/warnings]]\n" +" - [[!traillink Créer_et_configurer_le_volume_persistant|first_steps/persistence/configure]]\n" +" - [[!traillink Activer_et_utiliser_le_volume_persistant|first_steps/persistence/use]]\n" +" - [[!traillink Créer_une_sauvegarder_de_votre_volume_persistant|first_steps/persistence/copy]]\n" +" - [[!traillink Supprimer_le_volume_persistant|first_steps/persistence/delete]]\n" +" - [[!traillink Installer_des_logiciels_supplémentaires|first_steps/additional_software]]\n" " - [[!traillink Signaler_une_erreur|first_steps/bug_reporting]]\n" " - [[!traillink Éteindre_Tails|first_steps/shutdown]]\n" diff --git a/wiki/src/doc/first_steps.index.it.po b/wiki/src/doc/first_steps.index.it.po index 185783ca4f9..fd6e7fb4f1b 100644 --- a/wiki/src/doc/first_steps.index.it.po +++ b/wiki/src/doc/first_steps.index.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-11-21 09:32+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-04-05 23:39+0100\n" "Last-Translator: Tails translators\n" "Language-Team: Tails translators <tails-l10n@boum.org>\n" @@ -27,7 +27,7 @@ msgstr "[[!traillink Accessibilità|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Welcome_Screen|first_steps/welcome_screen]]\n" " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" diff --git a/wiki/src/doc/first_steps.index.pt.po b/wiki/src/doc/first_steps.index.pt.po index c152f74e625..8f8bee476c1 100644 --- a/wiki/src/doc/first_steps.index.pt.po +++ b/wiki/src/doc/first_steps.index.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-11-21 09:32+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-02-21 16:11+0000\n" "Last-Translator: drebs <drebs@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "[[!traillink Acessibilidade|first_steps/accessibility]]" #. type: Plain text #, fuzzy, no-wrap msgid "" -" - [[!traillink Startup_options|first_steps/welcome_screen]]\n" +" - [[!traillink Welcome_Screen|first_steps/welcome_screen]]\n" " - [[!traillink Administration_password|first_steps/welcome_screen/administration_password]]\n" " - [[!traillink MAC_address_spoofing|first_steps/welcome_screen/mac_spoofing]]\n" " - [[!traillink Tor_bridge_mode|first_steps/welcome_screen/bridge_mode]]\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.de.po b/wiki/src/doc/first_steps/persistence/configure.de.po index 2d7e748c145..8bfb59184d4 100644 --- a/wiki/src/doc/first_steps/persistence/configure.de.po +++ b/wiki/src/doc/first_steps/persistence/configure.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-21 18:26+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -54,11 +54,16 @@ msgid "<div class=\"note\">\n" msgstr "<div class=\"note\">\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" +#| "unlocked.</span> means that the persistent volume was not enabled from\n" +#| "<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +#| "but you can delete it and create a new one.\n" msgid "" "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" "unlocked.</span> means that the persistent volume was not enabled from\n" -"<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +"the Welcome Screen. So you can not configure it\n" "but you can delete it and create a new one.\n" msgstr "" "Die Fehlermeldung <span class=\"emphasis\">Fehler, Beständiger Speicherbereich ist nicht\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.es.po b/wiki/src/doc/first_steps/persistence/configure.es.po index dfdc12e102a..5e97a01e934 100644 --- a/wiki/src/doc/first_steps/persistence/configure.es.po +++ b/wiki/src/doc/first_steps/persistence/configure.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-12 13:31+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -46,8 +46,7 @@ msgstr "" "<span class=\"menuchoice\">\n" " <span class=\"guimenu\">Aplicaciones</span> ▸\n" " <span class=\"guisubmenu\">Tails</span> ▸\n" -" <span class=\"guimenuitem\">Configurar el volumen " -"persistente</span></span>.\n" +" <span class=\"guimenuitem\">Configurar el volumen persistente</span></span>.\n" #. type: Plain text #, no-wrap @@ -55,11 +54,16 @@ msgid "<div class=\"note\">\n" msgstr "<div class=\"note\">\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" +#| "unlocked.</span> means that the persistent volume was not enabled from\n" +#| "<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +#| "but you can delete it and create a new one.\n" msgid "" "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" "unlocked.</span> means that the persistent volume was not enabled from\n" -"<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +"the Welcome Screen. So you can not configure it\n" "but you can delete it and create a new one.\n" msgstr "" "El mensaje de error <span class=\"emphasis\">Error, la partición persistente no esta \n" @@ -81,8 +85,8 @@ msgid "" msgstr "" "Cuando lo ejecutas por primera vez, o después del [[borrado del volumen " "persistente|delete]], el asistente propone crear un nuevo volumen " -"persistente en el dispositivo donde Tails se esta ejecutando. Lee nuestras [[" -"instrucciones de instalación|install/clone#create-persistence]] para crear " +"persistente en el dispositivo donde Tails se esta ejecutando. Lee nuestras " +"[[instrucciones de instalación|install/clone#create-persistence]] para crear " "el volumen persistente." #. type: Title = @@ -96,8 +100,7 @@ msgid "" "<strong>Restart Tails to apply the changes</strong> after selecting or\n" "deselecting one or several features.\n" msgstr "" -"<strong>Reinicia Tails para aplicar los cambios</strong> después de " -"seleccionar o\n" +"<strong>Reinicia Tails para aplicar los cambios</strong> después de seleccionar o\n" "deseleccionar una o varias características.\n" #. type: Plain text @@ -112,12 +115,12 @@ msgid "" msgstr "" "Sólo las aplicaciones listadas aquí pueden hacerse persistentes por el " "momento. Algunas otras aplicaciones han sido consultadas y aceptadas, pero " -"estamos esperando que se implementen, como las extensiones del buscador, [[" -"!tails_ticket 7148 desc=\"el fondo de pantalla\"]], [[!tails_ticket 7246 " -"desc=\"la tarjeta de sonido predeterminada\"]], [[!tails_ticket 5979 desc=\"" -"la configuración del ratón y touchpad\"]], etc. Lee [[los tickets " -"correspondientes|https://labs.riseup.net/code/projects/tails/" -"issues?query_id=122]] para más detalles." +"estamos esperando que se implementen, como las extensiones del buscador, [[!" +"tails_ticket 7148 desc=\"el fondo de pantalla\"]], [[!tails_ticket 7246 desc=" +"\"la tarjeta de sonido predeterminada\"]], [[!tails_ticket 5979 desc=\"la " +"configuración del ratón y touchpad\"]], etc. Lee [[los tickets " +"correspondientes|https://labs.riseup.net/code/projects/tails/issues?" +"query_id=122]] para más detalles." #. type: Plain text #, no-wrap @@ -134,8 +137,7 @@ msgid "" msgstr "" "<p>Si deseleccionas una característica que ya estaba activada antes, \n" "esta se desactivará después de reiniciar Tails, pero los \n" -"[[archivos correspondientes|doc/first_steps/persistence/copy#feature_files]]" -"\n" +"[[archivos correspondientes|doc/first_steps/persistence/copy#feature_files]]\n" "permanecerán en el volumen persistente.</p>\n" #. type: Plain text @@ -230,8 +232,7 @@ msgid "" "When this feature is activated, you can save your personal files and working\n" "documents in the <span class=\"filename\">Persistent</span> folder.\n" msgstr "" -"Cuando esta característica este activada, puedes guardar tus archivos " -"personales y documentos\n" +"Cuando esta característica este activada, puedes guardar tus archivos personales y documentos\n" "de trabajo en la carpeta <span class=\"filename\">Persistente</span>.\n" #. type: Plain text @@ -359,12 +360,9 @@ msgid "" "Installing additional packages might break the security built in Tails,\n" "so [[be careful with what you install|additional_software#warning]].</p>\n" msgstr "" -"<p>Los paquetes incluidos en Tails se verifican cuidadosamente por seguridad." -"\n" -"Instalar paquetes adicionales podría romper la seguridad incorporada en " -"Tails,\n" -"por lo que [[debes tener cuidado con lo que " -"instalas|additional_software#warning]].</p>\n" +"<p>Los paquetes incluidos en Tails se verifican cuidadosamente por seguridad.\n" +"Instalar paquetes adicionales podría romper la seguridad incorporada en Tails,\n" +"por lo que [[debes tener cuidado con lo que instalas|additional_software#warning]].</p>\n" #. type: Plain text #, no-wrap @@ -757,9 +755,8 @@ msgid "" "Choose <span class=\"menuchoice\"> <span class=\"guimenu\">Devices</" "span> ▸ <span class=\"guisubmenu\">Displays</span></span>." msgstr "" -"Elige <span class=\"menuchoice\"> <span class=\"guimenu\"" -">Dispositivos</span> ▸ <span class=\"guisubmenu\"" -">Pantallas</span></span>." +"Elige <span class=\"menuchoice\"> <span class=\"guimenu\">Dispositivos</" +"span> ▸ <span class=\"guisubmenu\">Pantallas</span></span>." #. type: Bullet: '1. ' msgid "Configure your displays." @@ -770,9 +767,8 @@ msgid "" "Open <span class=\"filename\">/live/persistence/TailsData_unlocked/dotfiles</" "span> in the <span class=\"application\">Files</span> browser." msgstr "" -"Abre <span class=\"filename\">/live/persistence/TailsData_unlocked/" -"dotfiles</span> en el explorador de <span class=\"application\"" -">Archivos</span>." +"Abre <span class=\"filename\">/live/persistence/TailsData_unlocked/dotfiles</" +"span> en el explorador de <span class=\"application\">Archivos</span>." #. type: Bullet: '1. ' msgid "" @@ -780,8 +776,8 @@ msgid "" "toggle\" class=\"symbolic\" link=\"no\"]]</span> button in the title bar and " "choose <span class=\"guilabel\">Show Hidden Files</span>." msgstr "" -"Haz click en el botón <span class=\"guimenu\">[[!img lib/pan-down.png alt=\"" -"abre menú\" class=symbolic link=\"no\"]]</span> en la barra de título, y " +"Haz click en el botón <span class=\"guimenu\">[[!img lib/pan-down.png alt=" +"\"abre menú\" class=symbolic link=\"no\"]]</span> en la barra de título, y " "elige <span class=\"guilabel\">Mostrar archivos ocultos</span>." #. type: Bullet: '1. ' diff --git a/wiki/src/doc/first_steps/persistence/configure.fa.po b/wiki/src/doc/first_steps/persistence/configure.fa.po index 990a503b8f5..3b4e2035b8c 100644 --- a/wiki/src/doc/first_steps/persistence/configure.fa.po +++ b/wiki/src/doc/first_steps/persistence/configure.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-15 07:26+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -54,11 +54,16 @@ msgid "<div class=\"note\">\n" msgstr "<div class=\"note\">\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" +#| "unlocked.</span> means that the persistent volume was not enabled from\n" +#| "<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +#| "but you can delete it and create a new one.\n" msgid "" "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" "unlocked.</span> means that the persistent volume was not enabled from\n" -"<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +"the Welcome Screen. So you can not configure it\n" "but you can delete it and create a new one.\n" msgstr "" "پیغام خطای <span class=\"emphasis\">خطا؛ پارتیشن مانا قفل است</span>\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.fr.po b/wiki/src/doc/first_steps/persistence/configure.fr.po index 7b9ab9545d8..de9265da418 100644 --- a/wiki/src/doc/first_steps/persistence/configure.fr.po +++ b/wiki/src/doc/first_steps/persistence/configure.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-02-14 10:26+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -54,11 +54,16 @@ msgid "<div class=\"note\">\n" msgstr "<div class=\"note\">\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" +#| "unlocked.</span> means that the persistent volume was not enabled from\n" +#| "<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +#| "but you can delete it and create a new one.\n" msgid "" "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" "unlocked.</span> means that the persistent volume was not enabled from\n" -"<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +"the Welcome Screen. So you can not configure it\n" "but you can delete it and create a new one.\n" msgstr "" "Le message d'erreur <span class=\"emphasis\">Le volume persistant est\n" @@ -272,11 +277,9 @@ msgid "" "[[<span class=\"application\">Unsafe Browser</span>|doc/anonymous_internet/unsafe_browser]].\n" msgstr "" "Quand cette option est activée, les modifications des marque-pages\n" -"du [[<span class=\"application\">Navigateur Tor</span>|doc/" -"anonymous_internet/Tor_Browser]]\n" +"du [[<span class=\"application\">Navigateur Tor</span>|doc/anonymous_internet/Tor_Browser]]\n" "seront sauvegardées dans le volume persistant. Ceci ne s'applique pas au\n" -"[[<span class=\"application\">Navigateur non sécurisé</span>|doc/" -"anonymous_internet/unsafe_browser]].\n" +"[[<span class=\"application\">Navigateur non sécurisé</span>|doc/anonymous_internet/unsafe_browser]].\n" #. type: Plain text #, no-wrap diff --git a/wiki/src/doc/first_steps/persistence/configure.it.po b/wiki/src/doc/first_steps/persistence/configure.it.po index 225a34355b4..97a733f0829 100644 --- a/wiki/src/doc/first_steps/persistence/configure.it.po +++ b/wiki/src/doc/first_steps/persistence/configure.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sPACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 14:26+0000\n" "Last-Translator: Davide <davidesantoro@mail.ru>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -54,11 +54,16 @@ msgid "<div class=\"note\">\n" msgstr "<div class=\"note\">\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" +#| "unlocked.</span> means that the persistent volume was not enabled from\n" +#| "<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +#| "but you can delete it and create a new one.\n" msgid "" "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" "unlocked.</span> means that the persistent volume was not enabled from\n" -"<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +"the Welcome Screen. So you can not configure it\n" "but you can delete it and create a new one.\n" msgstr "" "Il messaggio d'errore <span class=\"emphasis\">Il volume persistente non è\n" diff --git a/wiki/src/doc/first_steps/persistence/configure.pt.po b/wiki/src/doc/first_steps/persistence/configure.pt.po index e92c4e6c2ee..a9dd822719b 100644 --- a/wiki/src/doc/first_steps/persistence/configure.pt.po +++ b/wiki/src/doc/first_steps/persistence/configure.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-07-17 15:53-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -53,11 +53,16 @@ msgid "<div class=\"note\">\n" msgstr "<div class=\"note\">\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" +#| "unlocked.</span> means that the persistent volume was not enabled from\n" +#| "<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +#| "but you can delete it and create a new one.\n" msgid "" "The error message <span class=\"emphasis\">Error, Persistence partition is not\n" "unlocked.</span> means that the persistent volume was not enabled from\n" -"<span class=\"application\">Tails Greeter</span>. So you can not configure it\n" +"the Welcome Screen. So you can not configure it\n" "but you can delete it and create a new one.\n" msgstr "" "A mensagem de erro <span class=\"emphasis\">Erro, a partição de persistência não\n" diff --git a/wiki/src/doc/first_steps/persistence/copy.de.po b/wiki/src/doc/first_steps/persistence/copy.de.po index dd7b3728c74..c77c81a5552 100644 --- a/wiki/src/doc/first_steps/persistence/copy.de.po +++ b/wiki/src/doc/first_steps/persistence/copy.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-29 15:26+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -113,7 +113,7 @@ msgstr "" #| "administration password|startup_options/administration_password]]." msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" "Starten Sie Tails von dem neuen USB-Stick neu, aktivieren Sie den " diff --git a/wiki/src/doc/first_steps/persistence/copy.es.po b/wiki/src/doc/first_steps/persistence/copy.es.po index 34588bc9919..22c92bc3be2 100644 --- a/wiki/src/doc/first_steps/persistence/copy.es.po +++ b/wiki/src/doc/first_steps/persistence/copy.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-20 07:35+0000\n" "Last-Translator: Joaquín Serna <bubuanabelas@cryptolab.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -127,9 +127,14 @@ msgid "Create or update your backup\n" msgstr "Crea o actualiza tu copia de respaldo\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "Start on your current Tails, set up an [[administration password|doc/" +#| "first_steps/startup_options/administration_password]], and unlock the " +#| "persistent volume." msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" "Arranca en tu Tails actual, configura una [[contraseña de administrador|doc/" diff --git a/wiki/src/doc/first_steps/persistence/copy.fa.po b/wiki/src/doc/first_steps/persistence/copy.fa.po index 964414c2ee2..d98f1bd67d3 100644 --- a/wiki/src/doc/first_steps/persistence/copy.fa.po +++ b/wiki/src/doc/first_steps/persistence/copy.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 15:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -114,7 +114,7 @@ msgstr "" #| "password|startup_options/administration_password]]." msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" "تیلز را دوباره راهاندازی و مانا را فعال کنید و [[یک گذرواژهٔ مدیریتی نیز " diff --git a/wiki/src/doc/first_steps/persistence/copy.fr.po b/wiki/src/doc/first_steps/persistence/copy.fr.po index 4c9ec48cb2a..3c5f7548232 100644 --- a/wiki/src/doc/first_steps/persistence/copy.fr.po +++ b/wiki/src/doc/first_steps/persistence/copy.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-12 13:31+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -139,7 +139,7 @@ msgstr "Créer ou mettre à jour votre sauvegarde\n" #| "first_steps/startup_options/administration_password]]." msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" "Démarrez sur votre Tails actuel et définissez un [[mot de passe " diff --git a/wiki/src/doc/first_steps/persistence/copy.it.po b/wiki/src/doc/first_steps/persistence/copy.it.po index d260ea6c8b2..992e84f97c9 100644 --- a/wiki/src/doc/first_steps/persistence/copy.it.po +++ b/wiki/src/doc/first_steps/persistence/copy.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-24 09:36+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -107,7 +107,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" diff --git a/wiki/src/doc/first_steps/persistence/copy.pt.po b/wiki/src/doc/first_steps/persistence/copy.pt.po index c8ec0e10525..30aefcc1826 100644 --- a/wiki/src/doc/first_steps/persistence/copy.pt.po +++ b/wiki/src/doc/first_steps/persistence/copy.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-12-22 21:03+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Portuguese <http://translate.tails.boum.org/projects/tails/" @@ -114,7 +114,7 @@ msgstr "" #| "password|startup_options/administration_password]]." msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" "Reinicie o Tails, habilite a persistência, e [[configure uma senha de " diff --git a/wiki/src/doc/first_steps/persistence/delete.de.po b/wiki/src/doc/first_steps/persistence/delete.de.po index 5c3c23cd077..d0462d49290 100644 --- a/wiki/src/doc/first_steps/persistence/delete.de.po +++ b/wiki/src/doc/first_steps/persistence/delete.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-08 15:39+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Tals translators <tails@boum.org>\n" @@ -68,11 +68,10 @@ msgstr "" "Speicherbereich löschen möchten." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" -msgstr "" -" Aktivieren Sie den beständigen Speicherbereich im <span class=\"" -"application\">Tails Greeter</span> nicht.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" +msgstr " Aktivieren Sie den beständigen Speicherbereich im <span class=\"application\">Tails Greeter</span> nicht.\n" #. type: Bullet: ' 1. ' msgid "" @@ -104,10 +103,13 @@ msgstr "Klicken Sie auf <span class=\"guilabel\">Löschen</span>." #~ msgid "" #~ "<ol>\n" -#~ "<li>[[Format the USB stick and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "on the whole USB stick. This step deletes both Tails and the persistent volume.</li>\n" +#~ "<li>[[Format the USB stick and create a single encrypted partition|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "on the whole USB stick. This step deletes both Tails and the persistent " +#~ "volume.</li>\n" #~ "<li>[[Securely clean all the available disk\n" -#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~ "new encrypted\n" #~ "partition.</li>\n" #~ "<li>[[Reinstall Tails|install]] on the USB stick.</li>\n" #~ "<li>Start Tails from the USB stick and [[create a new persistent\n" @@ -115,11 +117,16 @@ msgstr "Klicken Sie auf <span class=\"guilabel\">Löschen</span>." #~ "</ol>\n" #~ msgstr "" #~ "<ol>\n" -#~ "<li>[[Formatieren Sie den USB-stick und erstellen Sie eine einzelne, verschlüsselte Partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "auf dem gesamten Medium. Dieser Schritt löscht sowohl Tails als auch den beständigen Speicherbereich.</li>\n" -#~ "<li>[[Löschen Sie den gesamten verfügbaren Speicherplatz sicher|encryption_and_privacy/secure_deletion#clean_disk_space]] auf dieser neuen, verschlüsselten\n" +#~ "<li>[[Formatieren Sie den USB-stick und erstellen Sie eine einzelne, " +#~ "verschlüsselte Partition|encryption_and_privacy/encrypted_volumes]]\n" +#~ "auf dem gesamten Medium. Dieser Schritt löscht sowohl Tails als auch den " +#~ "beständigen Speicherbereich.</li>\n" +#~ "<li>[[Löschen Sie den gesamten verfügbaren Speicherplatz sicher|" +#~ "encryption_and_privacy/secure_deletion#clean_disk_space]] auf dieser " +#~ "neuen, verschlüsselten\n" #~ "Partition.</li>\n" #~ "<li>[[Installieren Sie Tails erneut|install]] auf diesem USB-Stick.</li>\n" -#~ "<li>Starten Sie Tails von diesem USB-stick und [[erstellen Sie einen neuen beständigen\n" +#~ "<li>Starten Sie Tails von diesem USB-stick und [[erstellen Sie einen " +#~ "neuen beständigen\n" #~ "Speicherbereich|persistence/configure]].</li>\n" #~ "</ol>\n" diff --git a/wiki/src/doc/first_steps/persistence/delete.es.po b/wiki/src/doc/first_steps/persistence/delete.es.po index 3c65550bd3b..65e6699b096 100644 --- a/wiki/src/doc/first_steps/persistence/delete.es.po +++ b/wiki/src/doc/first_steps/persistence/delete.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-11 10:25+0000\n" "Last-Translator: Joaquín Serna <bubuanabelas@cryptolab.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -36,8 +36,7 @@ msgid "" "recovery techniques|encryption_and_privacy/secure_deletion#why]].</p>\n" msgstr "" "<p>Esta técnica es rápida pero podría no prevenir a un atacante fuerte de\n" -"recuperar los archivos del antiguo volumen persistente usando [[técnicas " -"avanzadas\n" +"recuperar los archivos del antiguo volumen persistente usando [[técnicas avanzadas\n" "de recuperación de datos|encryption_and_privacy/secure_deletion#why]].</p>\n" "\n" @@ -49,8 +48,7 @@ msgid "" "which is a much slower operation.</p>\n" msgstr "" "<p>Para eliminar de forma segura el volumen persistente, debes [[eliminar\n" -"de forma seguro la memoria USB entera|encryption_and_privacy/secure_deletion" -"#erase-device]],\n" +"de forma seguro la memoria USB entera|encryption_and_privacy/secure_deletion#erase-device]],\n" "que es una operación mucho más lenta.</p>\n" #. type: Plain text @@ -67,8 +65,9 @@ msgstr "" "persistente." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr " No configures el volumen persistente en el <span class=\"application\">Tails Greeter</span>.\n" #. type: Bullet: ' 1. ' @@ -77,9 +76,9 @@ msgid "" "span> ▸ <span class=\"guisubmenu\">Tails</span> ▸ <span class=" "\"guimenuitem\">Delete persistent volume</span></span>." msgstr "" -"Elige <span class=\"menuchoice\"> <span class=\"guimenu\"" -">Aplicaciones</span> ▸ <span class=\"guisubmenu\">Tails</span> ▸ <" -"span class=\"guimenuitem\">Eliminar volumen persistente</span></span>." +"Elige <span class=\"menuchoice\"> <span class=\"guimenu\">Aplicaciones</" +"span> ▸ <span class=\"guisubmenu\">Tails</span> ▸ <span class=" +"\"guimenuitem\">Eliminar volumen persistente</span></span>." #. type: Bullet: ' 1. ' msgid "Click <span class=\"guilabel\">Delete</span>." @@ -100,10 +99,13 @@ msgstr "Haz click en <span class=\"guilabel\">Borrar</span>." #~ msgid "" #~ "<ol>\n" -#~ "<li>[[Format the USB stick and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "on the whole USB stick. This step deletes both Tails and the persistent volume.</li>\n" +#~ "<li>[[Format the USB stick and create a single encrypted partition|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "on the whole USB stick. This step deletes both Tails and the persistent " +#~ "volume.</li>\n" #~ "<li>[[Securely clean all the available disk\n" -#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~ "new encrypted\n" #~ "partition.</li>\n" #~ "<li>[[Reinstall Tails|install]] on the USB stick.</li>\n" #~ "<li>Start Tails from the USB stick and [[create a new persistent\n" @@ -111,10 +113,13 @@ msgstr "Haz click en <span class=\"guilabel\">Borrar</span>." #~ "</ol>\n" #~ msgstr "" #~ "<ol>\n" -#~ "<li>[[Formatea el dispositivo y crea una sola partición cifrada|encryption_and_privacy/encrypted_volumes]]\n" -#~ "en todo el dispositivo. Este paso elimina tanto Tails como el volumen persistente.</li>\n" +#~ "<li>[[Formatea el dispositivo y crea una sola partición cifrada|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "en todo el dispositivo. Este paso elimina tanto Tails como el volumen " +#~ "persistente.</li>\n" #~ "<li>[[Limpia todo el espacio de disco disponible\n" -#~ "de forma segura|encryption_and_privacy/secure_deletion#clean_disk_space]] en esta nueva partición\n" +#~ "de forma segura|encryption_and_privacy/secure_deletion#clean_disk_space]] " +#~ "en esta nueva partición\n" #~ "cifrada.</li>\n" #~ "<li>[[Reinicia Tails|install]] en este dispositivo.</li>\n" #~ "<li>Inicia Tails desde el dispositivo y [[crea un nuevo volumen\n" diff --git a/wiki/src/doc/first_steps/persistence/delete.fa.po b/wiki/src/doc/first_steps/persistence/delete.fa.po index 5b821215613..9c76c48dd40 100644 --- a/wiki/src/doc/first_steps/persistence/delete.fa.po +++ b/wiki/src/doc/first_steps/persistence/delete.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-14 19:35+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -66,7 +66,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr "" #. type: Bullet: ' 1. ' @@ -116,10 +116,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "<ol>\n" -#~| "<li>[[Format the device and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~| "on the whole device. This step deletes both Tails and the persistent volume.</li>\n" +#~| "<li>[[Format the device and create a single encrypted partition|" +#~| "encryption_and_privacy/encrypted_volumes]]\n" +#~| "on the whole device. This step deletes both Tails and the persistent " +#~| "volume.</li>\n" #~| "<li>[[Securely clean all the available disk\n" -#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~| "new encrypted\n" #~| "partition.</li>\n" #~| "<li>[[Reinstall Tails|install]] on the device.</li>\n" #~| "<li>Start Tails from the device and [[create a new persistent\n" @@ -127,10 +130,13 @@ msgstr "" #~| "</ol>\n" #~ msgid "" #~ "<ol>\n" -#~ "<li>[[Format the USB stick and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "on the whole USB stick. This step deletes both Tails and the persistent volume.</li>\n" +#~ "<li>[[Format the USB stick and create a single encrypted partition|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "on the whole USB stick. This step deletes both Tails and the persistent " +#~ "volume.</li>\n" #~ "<li>[[Securely clean all the available disk\n" -#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~ "new encrypted\n" #~ "partition.</li>\n" #~ "<li>[[Reinstall Tails|install]] on the USB stick.</li>\n" #~ "<li>Start Tails from the USB stick and [[create a new persistent\n" @@ -138,10 +144,13 @@ msgstr "" #~ "</ol>\n" #~ msgstr "" #~ "<ol>\n" -#~ "<li>[[دیسک را فرمت کنید و یک پارتیشن رمزگذاریشده|encryption_and_privacy/encrypted_volumes]]\n" -#~ "روی کل دیسک بسازید. با این کار هم درایو مانا و هم تیلز را پاک خواهید کرد.</li>\n" +#~ "<li>[[دیسک را فرمت کنید و یک پارتیشن رمزگذاریشده|encryption_and_privacy/" +#~ "encrypted_volumes]]\n" +#~ "روی کل دیسک بسازید. با این کار هم درایو مانا و هم تیلز را پاک خواهید کرد." +#~ "</li>\n" #~ "<li>[[همهٔ فضای دیسک را به صورت امن\n" -#~ "|encryption_and_privacy/secure_deletion#clean_disk_space]] روی پارتیشن رمزگذاریشدهٔ جدید\n" +#~ "|encryption_and_privacy/secure_deletion#clean_disk_space]] روی پارتیشن " +#~ "رمزگذاریشدهٔ جدید\n" #~ "پاک کنید.</li>\n" #~ "<li>روی این دستگاه [[تیلز را دوباره نصب کنید.|install]].</li>\n" #~ "<li>تیلز را از روی دستگاه اجرا کنید و یک [[درایو مانای جدید بسازید\n" diff --git a/wiki/src/doc/first_steps/persistence/delete.fr.po b/wiki/src/doc/first_steps/persistence/delete.fr.po index ef1702c4978..2ed9f363fbf 100644 --- a/wiki/src/doc/first_steps/persistence/delete.fr.po +++ b/wiki/src/doc/first_steps/persistence/delete.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-04 19:48+0200\n" "Last-Translator: Chre <tor@renaudineau.org>\n" "Language-Team: \n" @@ -62,8 +62,9 @@ msgstr "" "persistant." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr " N'activez pas le volume persistant dans le <span class=\"application\">Tails Greeter</span>.\n" #. type: Bullet: ' 1. ' diff --git a/wiki/src/doc/first_steps/persistence/delete.it.po b/wiki/src/doc/first_steps/persistence/delete.it.po index eb3992287bd..ef8cb2cb12a 100644 --- a/wiki/src/doc/first_steps/persistence/delete.it.po +++ b/wiki/src/doc/first_steps/persistence/delete.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: sPACKAGE VERSION\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-02-25 20:54+0100\n" "Last-Translator: Zeyev <zeyev@autistici.org>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -65,7 +65,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr "" #. type: Bullet: ' 1. ' @@ -115,10 +115,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "<ol>\n" -#~| "<li>[[Format the device and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~| "on the whole device. This step deletes both Tails and the persistent volume.</li>\n" +#~| "<li>[[Format the device and create a single encrypted partition|" +#~| "encryption_and_privacy/encrypted_volumes]]\n" +#~| "on the whole device. This step deletes both Tails and the persistent " +#~| "volume.</li>\n" #~| "<li>[[Securely clean all the available disk\n" -#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~| "new encrypted\n" #~| "partition.</li>\n" #~| "<li>[[Reinstall Tails|install]] on the device.</li>\n" #~| "<li>Start Tails from the device and [[create a new persistent\n" @@ -126,10 +129,13 @@ msgstr "" #~| "</ol>\n" #~ msgid "" #~ "<ol>\n" -#~ "<li>[[Format the USB stick and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "on the whole USB stick. This step deletes both Tails and the persistent volume.</li>\n" +#~ "<li>[[Format the USB stick and create a single encrypted partition|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "on the whole USB stick. This step deletes both Tails and the persistent " +#~ "volume.</li>\n" #~ "<li>[[Securely clean all the available disk\n" -#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~ "new encrypted\n" #~ "partition.</li>\n" #~ "<li>[[Reinstall Tails|install]] on the USB stick.</li>\n" #~ "<li>Start Tails from the USB stick and [[create a new persistent\n" @@ -137,11 +143,14 @@ msgstr "" #~ "</ol>\n" #~ msgstr "" #~ "<ol>\n" -#~ "<li>[[Formatta il dispositivo e crea una partizione cifrata singola|encryption_and_privacy/encrypted_volumes]]\n" -#~ "sull'intero dispositivo. Questo passo cancellerà sia Tails che il volume persistente.\n" +#~ "<li>[[Formatta il dispositivo e crea una partizione cifrata singola|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "sull'intero dispositivo. Questo passo cancellerà sia Tails che il volume " +#~ "persistente.\n" #~ "</li>\n" #~ "<li>[[Cancella in maniera sicura tutti i dischi a disposizione\n" -#~ "|encryption_and_privacy/secure_deletion#clean_disk_space]] su questa nuova partizione cifrata.</li>\n" +#~ "|encryption_and_privacy/secure_deletion#clean_disk_space]] su questa " +#~ "nuova partizione cifrata.</li>\n" #~ "<li>[[Reinstalla Tails|install]] sul dispositivo </li>\n" #~ "<li>Esegui Tails dal dispositivo e [[crea un nuovo volume \n" #~ "persistente|persistence/configure]].</li>\n" diff --git a/wiki/src/doc/first_steps/persistence/delete.pt.po b/wiki/src/doc/first_steps/persistence/delete.pt.po index 72771d77faa..15aafb1d4c6 100644 --- a/wiki/src/doc/first_steps/persistence/delete.pt.po +++ b/wiki/src/doc/first_steps/persistence/delete.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-07-15 18:08-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -65,7 +65,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" msgstr "" #. type: Bullet: ' 1. ' @@ -115,10 +115,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "<ol>\n" -#~| "<li>[[Format the device and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~| "on the whole device. This step deletes both Tails and the persistent volume.</li>\n" +#~| "<li>[[Format the device and create a single encrypted partition|" +#~| "encryption_and_privacy/encrypted_volumes]]\n" +#~| "on the whole device. This step deletes both Tails and the persistent " +#~| "volume.</li>\n" #~| "<li>[[Securely clean all the available disk\n" -#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~| "new encrypted\n" #~| "partition.</li>\n" #~| "<li>[[Reinstall Tails|install]] on the device.</li>\n" #~| "<li>Start Tails from the device and [[create a new persistent\n" @@ -126,10 +129,13 @@ msgstr "" #~| "</ol>\n" #~ msgid "" #~ "<ol>\n" -#~ "<li>[[Format the USB stick and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "on the whole USB stick. This step deletes both Tails and the persistent volume.</li>\n" +#~ "<li>[[Format the USB stick and create a single encrypted partition|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "on the whole USB stick. This step deletes both Tails and the persistent " +#~ "volume.</li>\n" #~ "<li>[[Securely clean all the available disk\n" -#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~ "new encrypted\n" #~ "partition.</li>\n" #~ "<li>[[Reinstall Tails|install]] on the USB stick.</li>\n" #~ "<li>Start Tails from the USB stick and [[create a new persistent\n" @@ -137,9 +143,14 @@ msgstr "" #~ "</ol>\n" #~ msgstr "" #~ "<ol>\n" -#~ "<li>[[Formate o dispositivo e crie uma única partição criptografada|encryption_and_privacy/encrypted_volumes]]\n" -#~ "em todo o dispositivo. Este passo apaga tanto o Tails quanto o volume persistente.</li>\n" -#~ "<li>[[Limpe de forma segura todo o espaço disponível|encryption_and_privacy/secure_deletion#clean_disk_space]] nesta nova partição criptografada.</li>\n" +#~ "<li>[[Formate o dispositivo e crie uma única partição criptografada|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "em todo o dispositivo. Este passo apaga tanto o Tails quanto o volume " +#~ "persistente.</li>\n" +#~ "<li>[[Limpe de forma segura todo o espaço disponível|" +#~ "encryption_and_privacy/secure_deletion#clean_disk_space]] nesta nova " +#~ "partição criptografada.</li>\n" #~ "<li>[[Reinstale o Tails|install]] no dispositivo.</li>\n" -#~ "<li>Inicie o Tails a partir do dispositivo e [[crie um novo volume persistente|persistence/configure]].</li>\n" +#~ "<li>Inicie o Tails a partir do dispositivo e [[crie um novo volume " +#~ "persistente|persistence/configure]].</li>\n" #~ "</ol>\n" diff --git a/wiki/src/doc/first_steps/persistence/use.de.po b/wiki/src/doc/first_steps/persistence/use.de.po index 292deb358ea..db5cf380ec7 100644 --- a/wiki/src/doc/first_steps/persistence/use.de.po +++ b/wiki/src/doc/first_steps/persistence/use.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2017-05-19 17:18+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-12-30 22:38+0100\n" "Last-Translator: Tails translators <tails@boum.org>\n" "Language-Team: Tails translator <tails@boum.org>\n" @@ -46,7 +46,7 @@ msgstr "Aktivieren Sie den beständigen Speicherbereich\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +"the [[Welcome Screen|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. Wählen Sie beim Start von Tails beim\n" @@ -108,10 +108,14 @@ msgstr "" #~ "<span class=\"guilabel\">Passphrase</span>-Textfeld ein.\n" #~ msgid "" -#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, the\n" -#~ "content of persistent volume will be available and you will be able to modify\n" +#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, " +#~ "the\n" +#~ "content of persistent volume will be available and you will be able to " +#~ "modify\n" #~ "it but the changes will not be saved.\n" #~ msgstr "" -#~ "3. Wenn Sie die <span class=\"guilabel\">Schreibgeschützt</span>-Auswahlbox markieren,\n" -#~ "wird der Inhalt des beständigen Speicherbereichs verfügbar sein und Sie werden in der Lage sein\n" +#~ "3. Wenn Sie die <span class=\"guilabel\">Schreibgeschützt</span>-" +#~ "Auswahlbox markieren,\n" +#~ "wird der Inhalt des beständigen Speicherbereichs verfügbar sein und Sie " +#~ "werden in der Lage sein\n" #~ "ihn zu modifizieren, die Änderungen werden jedoch nicht gespeichert.\n" diff --git a/wiki/src/doc/first_steps/persistence/use.es.po b/wiki/src/doc/first_steps/persistence/use.es.po index 5f8a6d1bcf9..d5b0018253c 100644 --- a/wiki/src/doc/first_steps/persistence/use.es.po +++ b/wiki/src/doc/first_steps/persistence/use.es.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-01-17 16:52+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-01-30 08:23+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" -"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/first_" -"steps_persistence_use/es/>\n" +"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" +"first_steps_persistence_use/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,18 +38,21 @@ msgid "Enable the persistent volume\n" msgstr "Habilita el volumen persistente\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "When starting Tails, in the\n" +#| "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" +#| "[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +#| "<span class=\"button\">Unlock</span>.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +"the [[Welcome Screen|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "Al iniciar Tails, en la sección\n" -"<span class=\"guilabel\">Almacenamiento persistente cifrado</span> del [[<" -"span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]], ingresa tu frase contraseña " -"y haz click en\n" +"<span class=\"guilabel\">Almacenamiento persistente cifrado</span> del [[<span class=\"application\">Tails\n" +"Greeter</span>|welcome_screen]], ingresa tu frase contraseña y haz click en\n" "<span class=\"button\">Abrir</span>.\n" #. type: Plain text @@ -102,14 +105,19 @@ msgstr "" #~ "2. Enter the passphrase of the persistent volume in the\n" #~ "<span class=\"guilabel\">Passphrase</span> text box.\n" #~ msgstr "" -#~ "2. Escribe la frase contraseña del volumen persistente en el campo de texto\n" +#~ "2. Escribe la frase contraseña del volumen persistente en el campo de " +#~ "texto\n" #~ "<span class=\"guilabel\">Passphrase</span>.\n" #~ msgid "" -#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, the\n" -#~ "content of persistent volume will be available and you will be able to modify\n" +#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, " +#~ "the\n" +#~ "content of persistent volume will be available and you will be able to " +#~ "modify\n" #~ "it but the changes will not be saved.\n" #~ msgstr "" -#~ "3. Si seleccionas la opción <span class=\"guilabel\">Sólo-lectura</span>,\n" -#~ "el contenido del volumen persistente se hará disponible y podrás modificarlo\n" +#~ "3. Si seleccionas la opción <span class=\"guilabel\">Sólo-lectura</" +#~ "span>,\n" +#~ "el contenido del volumen persistente se hará disponible y podrás " +#~ "modificarlo\n" #~ "pero los cambios no se guardarán.\n" diff --git a/wiki/src/doc/first_steps/persistence/use.fa.po b/wiki/src/doc/first_steps/persistence/use.fa.po index 0f19638dbea..3852c871a97 100644 --- a/wiki/src/doc/first_steps/persistence/use.fa.po +++ b/wiki/src/doc/first_steps/persistence/use.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-05-19 17:18+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-09 17:14+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -26,9 +26,7 @@ msgstr "[[!meta title=\"فعال کردن و استفاده از درایو ما #. type: Plain text #, no-wrap msgid "[[!inline pages=\"doc/first_steps/persistence.caution\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "" -"[[!inline pages=\"doc/first_steps/persistence.caution.fa\" raw=\"yes\" sort=" -"\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/persistence.caution.fa\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -50,7 +48,7 @@ msgstr "فعال کردن درایو مانا\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +"the [[Welcome Screen|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "۱. وقتی تیلز را راهاندازی میکنید، در \n" @@ -115,10 +113,13 @@ msgstr "" #~ "در بخش <span class=\"guilabel\">گذرواژه</span> وارد کنید.\n" #~ msgid "" -#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, the\n" -#~ "content of persistent volume will be available and you will be able to modify\n" +#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, " +#~ "the\n" +#~ "content of persistent volume will be available and you will be able to " +#~ "modify\n" #~ "it but the changes will not be saved.\n" #~ msgstr "" -#~ "۳. اگر گزینهٔ <span class=\"guilabel\">فقط خواندن</span> را انتخاب کردهاید،\n" +#~ "۳. اگر گزینهٔ <span class=\"guilabel\">فقط خواندن</span> را انتخاب " +#~ "کردهاید،\n" #~ "محتویات درایو مانا قابل دسترسی خواهد بود و میتوانید آنها را تغییر دهید\n" #~ "اما تغییرات ذخیره نخواهند شد.\n" diff --git a/wiki/src/doc/first_steps/persistence/use.fr.po b/wiki/src/doc/first_steps/persistence/use.fr.po index a3307bd6d30..89c5b07bfe6 100644 --- a/wiki/src/doc/first_steps/persistence/use.fr.po +++ b/wiki/src/doc/first_steps/persistence/use.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2017-05-19 17:18+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2017-06-06 10:09-0000\n" "Last-Translator: \n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -37,11 +37,16 @@ msgid "Enable the persistent volume\n" msgstr "Activer le volume persistant\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "When starting Tails, in the\n" +#| "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" +#| "[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +#| "<span class=\"button\">Unlock</span>.\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +"the [[Welcome Screen|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "Lors du démarrage de Tails, dans la\n" @@ -103,10 +108,13 @@ msgstr "" #~ "boîte de texte <span class=\"guilabel\">Phrase de passe</span>.\n" #~ msgid "" -#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, the\n" -#~ "content of persistent volume will be available and you will be able to modify\n" +#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, " +#~ "the\n" +#~ "content of persistent volume will be available and you will be able to " +#~ "modify\n" #~ "it but the changes will not be saved.\n" #~ msgstr "" -#~ "3. Si vous cochez la case <span class=\"guilabel\">Lecture-Seule ?</span>, le\n" +#~ "3. Si vous cochez la case <span class=\"guilabel\">Lecture-Seule ?</" +#~ "span>, le\n" #~ "contenu du volume persistant sera disponible et vous pourrez le modifier\n" #~ "mais les modifications ne seront pas sauvegardées.\n" diff --git a/wiki/src/doc/first_steps/persistence/use.it.po b/wiki/src/doc/first_steps/persistence/use.it.po index 1b790f086be..bcfa50de823 100644 --- a/wiki/src/doc/first_steps/persistence/use.it.po +++ b/wiki/src/doc/first_steps/persistence/use.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2017-05-19 17:18+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-02-25 21:06+0100\n" "Last-Translator: Zeyev <zeyev@autistici.org>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -24,9 +24,7 @@ msgstr "[[!meta title=\"Avviare e usare il volume persistente\"]]\n" #. type: Plain text #, no-wrap msgid "[[!inline pages=\"doc/first_steps/persistence.caution\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "" -"[[!inline pages=\"doc/first_steps/persistence.caution.it\" raw=\"yes\" sort=" -"\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/persistence.caution.it\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -48,7 +46,7 @@ msgstr "Avviare il volume persistente\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +"the [[Welcome Screen|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. All'avvio di Tails, nella \n" @@ -110,8 +108,10 @@ msgstr "" #~ "casella di testo <span class=\"guilabel\">Password</span>.\n" #~ msgid "" -#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, the\n" -#~ "content of persistent volume will be available and you will be able to modify\n" +#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, " +#~ "the\n" +#~ "content of persistent volume will be available and you will be able to " +#~ "modify\n" #~ "it but the changes will not be saved.\n" #~ msgstr "" #~ "3. Se spunti la casella <span class=\"guilabel\">Sola-Lettura</span>, il\n" diff --git a/wiki/src/doc/first_steps/persistence/use.pt.po b/wiki/src/doc/first_steps/persistence/use.pt.po index d52e4ac6d81..cf116dabc7e 100644 --- a/wiki/src/doc/first_steps/persistence/use.pt.po +++ b/wiki/src/doc/first_steps/persistence/use.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-05-19 17:18+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-07-16 08:22-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -45,7 +45,7 @@ msgstr "Habilite o volume persistente\n" msgid "" "When starting Tails, in the\n" "<span class=\"guilabel\">Encrypted Persistent Storage</span> section of\n" -"[[<span class=\"application\">Tails Greeter</span>|welcome_screen]], enter your passphrase and click\n" +"the [[Welcome Screen|welcome_screen]], enter your passphrase and click\n" "<span class=\"button\">Unlock</span>.\n" msgstr "" "1. Ao iniciar o Tails, na caixa de diálogo <span class=\"guilabel\">Usar persistência?</span>\n" @@ -123,10 +123,14 @@ msgstr "" #~ "<span class=\"guilabel\">Senha</span>.\n" #~ msgid "" -#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, the\n" -#~ "content of persistent volume will be available and you will be able to modify\n" +#~ "3. If you select the <span class=\"guilabel\">Read-Only</span> check box, " +#~ "the\n" +#~ "content of persistent volume will be available and you will be able to " +#~ "modify\n" #~ "it but the changes will not be saved.\n" #~ msgstr "" -#~ "3. Se você escolher a opção <span class=\"guilabel\">Somente leitura</span>,\n" -#~ "o conteúdo do volume persistente estará disponível e você poderá modificá-lo mas\n" +#~ "3. Se você escolher a opção <span class=\"guilabel\">Somente leitura</" +#~ "span>,\n" +#~ "o conteúdo do volume persistente estará disponível e você poderá modificá-" +#~ "lo mas\n" #~ "as modificações não serão salvas.\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.de.po b/wiki/src/doc/first_steps/welcome_screen.de.po index 97a04d7abe2..520e38537c3 100644 --- a/wiki/src/doc/first_steps/welcome_screen.de.po +++ b/wiki/src/doc/first_steps/welcome_screen.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-08-16 18:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 09:05+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: \n" @@ -24,138 +24,35 @@ msgid "[[!meta title=\"Startup options\"]]\n" msgstr "[[!meta title=\"Startoptionen\"]]\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When starting Tails, you can specify startup options to alter some of its " +#| "basic functioning. The two ways of specifying startup options are the " +#| "following:" msgid "" "When starting Tails, you can specify startup options to alter some of its " -"basic functioning. The two ways of specifying startup options are the " -"following:" +"basic functioning." msgstr "" "Beim Starten von Tails können Sie Optionen auswählen, um einige grundlegende " "Funktionen zu verändern. Die zwei Möglichkeiten um Startoptionen anzugeben " "sind folgende:" #. type: Plain text -#, no-wrap -msgid "[[!toc levels=2]]\n" +#, fuzzy, no-wrap +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" msgstr "[[!toc levels=2]]\n" #. type: Plain text -#, no-wrap -msgid "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" -msgstr "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" - -#. type: Title = -#, no-wrap -msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -msgstr "Benutzung des <span class=\"application\">Bootmenüs</span>\n" - -#. type: Plain text -#, no-wrap -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" -"when Tails starts.\n" -msgstr "" -"Das <span class=\"application\">Bootmenü</span> ist der erste erscheinende Bildschirm\n" -"beim Start von Tails.\n" - -#. type: Plain text -#, no-wrap -msgid "<div class=\"tip\">\n" -msgstr "<div class=\"tip\">\n" - -#. type: Plain text -#, no-wrap -msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this option if you\n" -"think you are experiencing errors related to hardware compatibility while\n" -"starting Tails.</p>\n" -msgstr "" -"<p>Der <span class=\"guilabel\">Troubleshooting</span>-Modus deaktiviert einige Funktionen\n" -"des Linux-Kernels und könnte auf einigen Computern besser funktionieren. Sie können diese\n" -"Option ausprobieren, falls Sie annehmen, dass Sie aufgrund von Hardware-Inkompatibilität\n" -"Probleme beim Start von Tails haben.</p>\n" - -#. type: Plain text -#, no-wrap -msgid "</div>\n" -msgstr "</div>\n" - -#. type: Bullet: '1. ' -msgid "" -"To add a boot option, press <span class=\"keycap\">Tab</span> when the <span " -"class=\"application\">Boot Loader Menu</span> appears. A list of boot " -"options appears at the bottom of the screen." -msgstr "" -"Um eine Startoption hinzuzufügen, drücken Sie <span class=\"keycap\">Tab</" -"span>, sobald das <span class=\"application\">Bootmenü</span> erscheint. " -"Eine Liste von Startoptionen wird im unteren Teil des Bildschirms aufgeführt." - -#. type: Plain text -#, no-wrap -msgid "" -"[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -"artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" -"At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" -msgstr "" -"[[!img boot-menu-with-options.png link=no alt=\"Schwarzer Bildschirm mit Tails\n" -"Grafik. 'Bootmenü' mit zwei Optionen, 'Tails' und 'Tails (Troubleshooting Mode)'. Am unteren\n" -"Ende befindet sich eine Liste von Optionen die mit 'vsyscall=none quiet_' endet\"]]\n" - -#. type: Bullet: '2. ' -msgid "" -"Press <span class=\"keycap\">Space</span>, and type the boot option that you " -"want to add." -msgstr "" -"Drücken Sie die <span class=\"keycap\">Leertaste</span> und geben Sie die " -"Bootoptionen ein, die Sie hinzufügen möchten." - -#. type: Bullet: '3. ' -msgid "" -"If you want to add more than one boot option, type them one after the other, " -"and separate them by a <span class=\"keycap\">Space</span>." -msgstr "" -"Falls Sie mehr als eine Bootoption hinzufügen wollen, geben Sie eine nach " -"der anderen ein und trennen Sie diese jeweils durch ein <span class=\"keycap" -"\">Leerzeichen</span>." - -#. type: Bullet: '4. ' -msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." -msgstr "" -"Drücken Sie anschließend <span class=\"keycap\">Enter</span>, um Tails zu " -"starten." - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" -msgstr "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" - -#. type: Title = -#, no-wrap -msgid "Using <span class=\"application\">Tails Greeter</span>\n" -msgstr "Benutzung des <span class=\"application\">Tails Greeter</span>\n" - -#. type: Plain text -#, no-wrap msgid "" -"<span class=\"application\">Tails Greeter</span>\n" -"appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -"<span class=\"application\">GNOME Desktop</span>:\n" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop:" msgstr "" -"Der <span class=\"application\">Tails Greeter</span> erscheint nach\n" -"dem <span class=\"application\">Bootmenü</span>, aber vor der\n" -"<span class=\"application\">GNOME-Arbeitsumgebung</span>:\n" #. type: Plain text -#, no-wrap -msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Willkommen bei Tails!\"]]\n" #. type: Plain text @@ -191,23 +88,27 @@ msgstr "" msgid "<a id=\"locale\"></a>\n" msgstr "<a id=\"locale\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Language & region\n" msgstr "Sprache & Region\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can configure Tails depending on your language and location from\n" +#| "<span class=\"application\">Tails Greeter</span>.\n" msgid "" -"You can configure Tails depending on your language and location from\n" -"<span class=\"application\">Tails Greeter</span>.\n" +"You can configure Tails depending on your language and location from the " +"Welcome Screen." msgstr "" "Sie können mithilfe des <span class=\"application\">Tails\n" "Greeter</span> Tails entsprechend Ihrer Sprache und Region konfigurieren.\n" #. type: Plain text -#, no-wrap -msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of the Welcome Screen\"]]\n" msgstr "[[!img locale.png link=\"no\" alt=\"Bereich Sprache & Region des Tails Greeter\"]]\n" #. type: Bullet: '* ' @@ -319,21 +220,29 @@ msgstr " [[!img US_calendar_in_Russian.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"persistence\"></a>\n" msgstr "<a id=\"persistence\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Encrypted persistence storage\n" msgstr "Verschlüsselte beständige Datenpartition\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "If an [[encrypted persistence storage|first_steps/persistence]] is " +#| "detected on the USB stick, an\n" +#| "additional section appears in <span class=\"application\">Tails\n" +#| "Greeter</span> below the <span class=\"guilabel\">Language & Region</" +#| "span>\n" +#| "section:\n" msgid "" -"If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an\n" -"additional section appears in <span class=\"application\">Tails\n" -"Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" -"section:\n" -msgstr "" -"Wenn eine [[verschlüsselte beständige Datenpartition|first_steps/persistence]] auf dem USB-Stick\n" -"erkannt wird, erscheint ein zusätzlicher Bereich unter dem Abschnitt <span class=\"guilabel\">Sprache & Region</span>\n" +"If an [[encrypted persistence storage|first_steps/persistence]] is detected " +"on the USB stick, an additional section appears in the Welcome Screen below " +"the **Language & Region** section:" +msgstr "" +"Wenn eine [[verschlüsselte beständige Datenpartition|first_steps/" +"persistence]] auf dem USB-Stick\n" +"erkannt wird, erscheint ein zusätzlicher Bereich unter dem Abschnitt <span " +"class=\"guilabel\">Sprache & Region</span>\n" " im <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text @@ -346,25 +255,32 @@ msgstr "[[!img persistence.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"additional\"></a>\n" msgstr "<a id=\"additional\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Additional settings\n" msgstr "Zusätzliche Einstellungen\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "Tails is configured with care to be as safe as possible by default. But,\n" +#| "depending on your situation, you can change one of the following\n" +#| "settings from <span class=\"application\">Tails Greeter</span>.\n" msgid "" -"Tails is configured with care to be as safe as possible by default. But,\n" -"depending on your situation, you can change one of the following\n" -"settings from <span class=\"application\">Tails Greeter</span>.\n" -msgstr "" -"Tails ist mit Sorgfalt so konfiguriert, dass es standardmäßig so sicher wie möglich ist.\n" -"Jedoch können Sie abhängig von Ihrer Situation die jeweiligen der folgenden Einstellungen\n" +"Tails is configured with care to be as safe as possible by default. But, " +"depending on your situation, you can change one of the following settings " +"from the Welcome Screen." +msgstr "" +"Tails ist mit Sorgfalt so konfiguriert, dass es standardmäßig so sicher wie " +"möglich ist.\n" +"Jedoch können Sie abhängig von Ihrer Situation die jeweiligen der folgenden " +"Einstellungen\n" "aus dem <span class=\"application\">Tails Greeter</span> aus anpassen.\n" #. type: Plain text -#, no-wrap -msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "[[!img additional.png link=\"no\" alt=\"Zusätzliche Einstellungen des Tails Greeter\"]]\n" #. type: Bullet: '- ' @@ -381,9 +297,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid " [[See our documentation about the administration password.|administration_password]]\n" -msgstr "" -" [[Lesen Sie die Dokumentation zum " -"Administrationspasswort.|administration_password]]\n" +msgstr " [[Lesen Sie die Dokumentation zum Administrationspasswort.|administration_password]]\n" #. type: Bullet: '- ' msgid "" @@ -450,7 +364,7 @@ msgstr "" "Deaktivieren Sie alle Netzwerkfunktionen, wenn Sie vollständig Offline mit " "zusätzlicher Sicherheit arbeiten möchten." -#. type: Title - +#. type: Title = #, no-wrap msgid "Keyboard shortcuts\n" msgstr "Tastaturkürzel\n" @@ -481,3 +395,95 @@ msgstr "" "<tr><td><span class=\"keycap\">Strg+Shift+N</span></td><td><span class=\"guilabel\">Netzwerkverbindung</td></tr>\n" "<tr><td><span class=\"keycap\">Alt+S</td><td><span class=\"guilabel\">Tails starten</td></tr>\n" "</table>\n" + +#~ msgid "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" +#~ msgstr "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" + +#~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" +#~ msgstr "Benutzung des <span class=\"application\">Bootmenüs</span>\n" + +#~ msgid "" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "when Tails starts.\n" +#~ msgstr "" +#~ "Das <span class=\"application\">Bootmenü</span> ist der erste erscheinende Bildschirm\n" +#~ "beim Start von Tails.\n" + +#~ msgid "<div class=\"tip\">\n" +#~ msgstr "<div class=\"tip\">\n" + +#~ msgid "" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this option if you\n" +#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "starting Tails.</p>\n" +#~ msgstr "" +#~ "<p>Der <span class=\"guilabel\">Troubleshooting</span>-Modus deaktiviert einige Funktionen\n" +#~ "des Linux-Kernels und könnte auf einigen Computern besser funktionieren. Sie können diese\n" +#~ "Option ausprobieren, falls Sie annehmen, dass Sie aufgrund von Hardware-Inkompatibilität\n" +#~ "Probleme beim Start von Tails haben.</p>\n" + +#~ msgid "</div>\n" +#~ msgstr "</div>\n" + +#~ msgid "" +#~ "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~ "<span class=\"application\">Boot Loader Menu</span> appears. A list of " +#~ "boot options appears at the bottom of the screen." +#~ msgstr "" +#~ "Um eine Startoption hinzuzufügen, drücken Sie <span class=\"keycap\">Tab</" +#~ "span>, sobald das <span class=\"application\">Bootmenü</span> erscheint. " +#~ "Eine Liste von Startoptionen wird im unteren Teil des Bildschirms " +#~ "aufgeführt." + +#~ msgid "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" +#~ msgstr "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Schwarzer Bildschirm mit Tails\n" +#~ "Grafik. 'Bootmenü' mit zwei Optionen, 'Tails' und 'Tails (Troubleshooting Mode)'. Am unteren\n" +#~ "Ende befindet sich eine Liste von Optionen die mit 'vsyscall=none quiet_' endet\"]]\n" + +#~ msgid "" +#~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " +#~ "you want to add." +#~ msgstr "" +#~ "Drücken Sie die <span class=\"keycap\">Leertaste</span> und geben Sie die " +#~ "Bootoptionen ein, die Sie hinzufügen möchten." + +#~ msgid "" +#~ "If you want to add more than one boot option, type them one after the " +#~ "other, and separate them by a <span class=\"keycap\">Space</span>." +#~ msgstr "" +#~ "Falls Sie mehr als eine Bootoption hinzufügen wollen, geben Sie eine nach " +#~ "der anderen ein und trennen Sie diese jeweils durch ein <span class=" +#~ "\"keycap\">Leerzeichen</span>." + +#~ msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." +#~ msgstr "" +#~ "Drücken Sie anschließend <span class=\"keycap\">Enter</span>, um Tails zu " +#~ "starten." + +#~ msgid "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" +#~ msgstr "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" + +#~ msgid "Using <span class=\"application\">Tails Greeter</span>\n" +#~ msgstr "Benutzung des <span class=\"application\">Tails Greeter</span>\n" + +#~ msgid "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "<span class=\"application\">GNOME Desktop</span>:\n" +#~ msgstr "" +#~ "Der <span class=\"application\">Tails Greeter</span> erscheint nach\n" +#~ "dem <span class=\"application\">Bootmenü</span>, aber vor der\n" +#~ "<span class=\"application\">GNOME-Arbeitsumgebung</span>:\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.es.po b/wiki/src/doc/first_steps/welcome_screen.es.po index 089ac1a8160..b21905381a4 100644 --- a/wiki/src/doc/first_steps/welcome_screen.es.po +++ b/wiki/src/doc/first_steps/welcome_screen.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-08-16 18:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-01-30 21:56+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -24,135 +24,35 @@ msgid "[[!meta title=\"Startup options\"]]\n" msgstr "[[!meta title=\"Opciones de arranque\"]]\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When starting Tails, you can specify startup options to alter some of its " +#| "basic functioning. The two ways of specifying startup options are the " +#| "following:" msgid "" "When starting Tails, you can specify startup options to alter some of its " -"basic functioning. The two ways of specifying startup options are the " -"following:" +"basic functioning." msgstr "" "Cuando inicies Tails, puedes especificar opciones de arranque para alterar " "algunas de sus funcionalidades básicas. Las dos maneras de especificar " "opciones de arranque son las siguientes:" #. type: Plain text -#, no-wrap -msgid "[[!toc levels=2]]\n" +#, fuzzy, no-wrap +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" msgstr "[[!toc levels=2]]\n" #. type: Plain text -#, no-wrap -msgid "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" -msgstr "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- compatibilidad con versiones anteriores -->\n" - -#. type: Title = -#, no-wrap -msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -msgstr "Utilizar el <span class=\"application\">Menú de gestor de arranque</span>\n" - -#. type: Plain text -#, no-wrap -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" -"when Tails starts.\n" -msgstr "" -"El <span class=\"application\">Menú de gestor de arranque</span> es la primer pantalla en aparecer\n" -"cuando Tails inicia.\n" - -#. type: Plain text -#, no-wrap -msgid "<div class=\"tip\">\n" -msgstr "<div class=\"tip\">\n" - -#. type: Plain text -#, no-wrap -msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this option if you\n" -"think you are experiencing errors related to hardware compatibility while\n" -"starting Tails.</p>\n" -msgstr "" -"<p>El <span class=\"guilabel\">Troubleshooting Mode</span> deshabilita algunas funcionalidades del\n" -"kernel de Linux y podría funcionar mejor en algunas computadoras. Puedes utilizar esta opción si crees\n" -"que estás experimentando errores relacionados con la compatibilidad del hardware mientras\n" -"inicias Tails.</p>\n" - -#. type: Plain text -#, no-wrap -msgid "</div>\n" -msgstr "</div>\n" - -#. type: Bullet: '1. ' -msgid "" -"To add a boot option, press <span class=\"keycap\">Tab</span> when the <span " -"class=\"application\">Boot Loader Menu</span> appears. A list of boot " -"options appears at the bottom of the screen." -msgstr "" -"Para agregar una opción de arranque, presiona <span class=\"keycap\">Tab</" -"span> cuando el <span class=\"application\">Menú de Gestor de Arranque</" -"span> aparece. Una lista de opciones de arranque aparecerá en la parte " -"inferior de la pantalla." - -#. type: Plain text -#, no-wrap -msgid "" -"[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -"artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" -"At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" -msgstr "" -"[[!img boot-menu-with-options.png link=no alt=\"Pantalla negra con arte sobre\n" -"Tails. El menú de gestor de arranque con dos opciones 'Tails' and 'Tails (Troubleshooting mode)'.\n" -"En la parte inferior, una lista de opciones que terminan con 'vsyscall=none quiet_'\"]]\n" - -#. type: Bullet: '2. ' -msgid "" -"Press <span class=\"keycap\">Space</span>, and type the boot option that you " -"want to add." -msgstr "" -"Presiona <span class=\"keycap\">Espacio</span>, y escribe la opción de " -"arranque que deseas agregar." - -#. type: Bullet: '3. ' -msgid "" -"If you want to add more than one boot option, type them one after the other, " -"and separate them by a <span class=\"keycap\">Space</span>." -msgstr "" -"Si quieres agregar más de una opción de arranque, escríbelas una luego de la " -"otra, y sepáralas con un <span class=\"keycap\">Espacio</span>." - -#. type: Bullet: '4. ' -msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." -msgstr "Luego presiona <span class=\"keycap\">Enter</span> para iniciar Tails." - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" -msgstr "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" - -#. type: Title = -#, no-wrap -msgid "Using <span class=\"application\">Tails Greeter</span>\n" -msgstr "Usando el <span class=\"application\">Tails Greeter</span>\n" - -#. type: Plain text -#, no-wrap msgid "" -"<span class=\"application\">Tails Greeter</span>\n" -"appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -"<span class=\"application\">GNOME Desktop</span>:\n" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop:" msgstr "" -"<span class=\"application\">Tails Greeter</span> aparece después del <span class=\"application\">Menú de arranque</span>, pero antes del\n" -"<span class=\"application\">Escritorio GNOME</span>:\n" #. type: Plain text -#, no-wrap -msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Bienvenido a Tails!\"]]\n" #. type: Plain text @@ -187,23 +87,27 @@ msgstr "" msgid "<a id=\"locale\"></a>\n" msgstr "<a id=\"locale\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Language & region\n" msgstr "Idioma y región\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can configure Tails depending on your language and location from\n" +#| "<span class=\"application\">Tails Greeter</span>.\n" msgid "" -"You can configure Tails depending on your language and location from\n" -"<span class=\"application\">Tails Greeter</span>.\n" +"You can configure Tails depending on your language and location from the " +"Welcome Screen." msgstr "" "Puedes configurar Tails para tu idioma o lugar desde\n" "el <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text -#, no-wrap -msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of the Welcome Screen\"]]\n" msgstr "[[!img locale.png link=\"no\" alt=\"Sección Idioma y Región del Tails Greeter\"]]\n" #. type: Bullet: '* ' @@ -306,22 +210,30 @@ msgstr " [[!img US_calendar_in_Russian.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"persistence\"></a>\n" msgstr "<a id=\"persistence\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Encrypted persistence storage\n" msgstr "Almacenamiento cifrado persistente \n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "If an [[encrypted persistence storage|first_steps/persistence]] is " +#| "detected on the USB stick, an\n" +#| "additional section appears in <span class=\"application\">Tails\n" +#| "Greeter</span> below the <span class=\"guilabel\">Language & Region</" +#| "span>\n" +#| "section:\n" msgid "" -"If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an\n" -"additional section appears in <span class=\"application\">Tails\n" -"Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" -"section:\n" +"If an [[encrypted persistence storage|first_steps/persistence]] is detected " +"on the USB stick, an additional section appears in the Welcome Screen below " +"the **Language & Region** section:" msgstr "" -"Si un [[almacenamiento cifrado persistente|first_steps/persistence]] se detecta en la memoria USB, una\n" +"Si un [[almacenamiento cifrado persistente|first_steps/persistence]] se " +"detecta en la memoria USB, una\n" "sección adicional parecerá en el <span class=\"application\">Tails\n" -"Greeter</span> debajo de la sección <span class=\"guilabel\">Idioma y región</span>\n" +"Greeter</span> debajo de la sección <span class=\"guilabel\">Idioma y " +"región</span>\n" ":\n" #. type: Plain text @@ -334,25 +246,32 @@ msgstr "[[!img persistence.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"additional\"></a>\n" msgstr "<a id=\"additional\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Additional settings\n" msgstr "Configuraciones adicionales\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "Tails is configured with care to be as safe as possible by default. But,\n" +#| "depending on your situation, you can change one of the following\n" +#| "settings from <span class=\"application\">Tails Greeter</span>.\n" msgid "" -"Tails is configured with care to be as safe as possible by default. But,\n" -"depending on your situation, you can change one of the following\n" -"settings from <span class=\"application\">Tails Greeter</span>.\n" +"Tails is configured with care to be as safe as possible by default. But, " +"depending on your situation, you can change one of the following settings " +"from the Welcome Screen." msgstr "" -"Tails esta configurado con cuidado para ser lo más seguro posible por defecto. Pero, \n" +"Tails esta configurado con cuidado para ser lo más seguro posible por " +"defecto. Pero, \n" "dependiendo de su situación, puede cambiar algunas de las configuraciones \n" -"siguientes desde la ventana de <span class=\"application\">Tails Greeter</span>.\n" +"siguientes desde la ventana de <span class=\"application\">Tails Greeter</" +"span>.\n" #. type: Plain text -#, no-wrap -msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "[[!img additional.png link=\"no\" alt=\"Configuraciones adicionales del Tails Greeter\"]]\n" #. type: Bullet: '- ' @@ -430,7 +349,7 @@ msgstr "" "Desactivar todas las redes si quiere trabajar totalmente desconectado para " "mayor seguridad." -#. type: Title - +#. type: Title = #, no-wrap msgid "Keyboard shortcuts\n" msgstr "Atajos de teclado\n" @@ -462,6 +381,95 @@ msgstr "" "<tr><td><span class=\"keycap\">Alt+S</td><td><span class=\"guilabel\">Lanzar Tails</td></tr>\n" "</table>\n" +#~ msgid "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" +#~ msgstr "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- compatibilidad con versiones anteriores -->\n" + +#~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" +#~ msgstr "Utilizar el <span class=\"application\">Menú de gestor de arranque</span>\n" + +#~ msgid "" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "when Tails starts.\n" +#~ msgstr "" +#~ "El <span class=\"application\">Menú de gestor de arranque</span> es la primer pantalla en aparecer\n" +#~ "cuando Tails inicia.\n" + +#~ msgid "<div class=\"tip\">\n" +#~ msgstr "<div class=\"tip\">\n" + +#~ msgid "" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this option if you\n" +#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "starting Tails.</p>\n" +#~ msgstr "" +#~ "<p>El <span class=\"guilabel\">Troubleshooting Mode</span> deshabilita algunas funcionalidades del\n" +#~ "kernel de Linux y podría funcionar mejor en algunas computadoras. Puedes utilizar esta opción si crees\n" +#~ "que estás experimentando errores relacionados con la compatibilidad del hardware mientras\n" +#~ "inicias Tails.</p>\n" + +#~ msgid "</div>\n" +#~ msgstr "</div>\n" + +#~ msgid "" +#~ "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~ "<span class=\"application\">Boot Loader Menu</span> appears. A list of " +#~ "boot options appears at the bottom of the screen." +#~ msgstr "" +#~ "Para agregar una opción de arranque, presiona <span class=\"keycap\">Tab</" +#~ "span> cuando el <span class=\"application\">Menú de Gestor de Arranque</" +#~ "span> aparece. Una lista de opciones de arranque aparecerá en la parte " +#~ "inferior de la pantalla." + +#~ msgid "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" +#~ msgstr "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Pantalla negra con arte sobre\n" +#~ "Tails. El menú de gestor de arranque con dos opciones 'Tails' and 'Tails (Troubleshooting mode)'.\n" +#~ "En la parte inferior, una lista de opciones que terminan con 'vsyscall=none quiet_'\"]]\n" + +#~ msgid "" +#~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " +#~ "you want to add." +#~ msgstr "" +#~ "Presiona <span class=\"keycap\">Espacio</span>, y escribe la opción de " +#~ "arranque que deseas agregar." + +#~ msgid "" +#~ "If you want to add more than one boot option, type them one after the " +#~ "other, and separate them by a <span class=\"keycap\">Space</span>." +#~ msgstr "" +#~ "Si quieres agregar más de una opción de arranque, escríbelas una luego de " +#~ "la otra, y sepáralas con un <span class=\"keycap\">Espacio</span>." + +#~ msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." +#~ msgstr "" +#~ "Luego presiona <span class=\"keycap\">Enter</span> para iniciar Tails." + +#~ msgid "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" +#~ msgstr "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" + +#~ msgid "Using <span class=\"application\">Tails Greeter</span>\n" +#~ msgstr "Usando el <span class=\"application\">Tails Greeter</span>\n" + +#~ msgid "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "<span class=\"application\">GNOME Desktop</span>:\n" +#~ msgstr "" +#~ "<span class=\"application\">Tails Greeter</span> aparece después del <span class=\"application\">Menú de arranque</span>, pero antes del\n" +#~ "<span class=\"application\">Escritorio GNOME</span>:\n" + #~ msgid "" #~ "Here is a list of options that you can add to the <span class=" #~ "\"application\">Boot\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.fa.po b/wiki/src/doc/first_steps/welcome_screen.fa.po index f4f19b11ac0..234060a0660 100644 --- a/wiki/src/doc/first_steps/welcome_screen.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-08-16 18:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-10 06:50+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -25,163 +25,36 @@ msgid "[[!meta title=\"Startup options\"]]\n" msgstr "[[!meta title=\"گزینههای راهاندازی\"]]\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When starting Tails, you can specify startup options to alter some of its " +#| "basic functioning. The two ways of specifying startup options are the " +#| "following:" msgid "" "When starting Tails, you can specify startup options to alter some of its " -"basic functioning. The two ways of specifying startup options are the " -"following:" +"basic functioning." msgstr "" "هنگام راهاندازی تیلز میتوانید گزینههای خاصی برای راهاندازی انتخاب کنید تا " "حالت پیشفرض تغییر کند. دو راه تغییر گزینههای راهاندازی عبارتند از:" -#. type: Plain text -#, no-wrap -msgid "[[!toc levels=2]]\n" -msgstr "[[!toc levels=2]]\n" - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" -msgstr "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" - -#. type: Title = -#, fuzzy, no-wrap -#| msgid "Using the <span class=\"application\">boot menu</span>\n" -msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -msgstr "استفاده از <span class=\"application\">فهرست راهاندازی</span>\n" - -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "The <span class=\"application\">boot menu</span> is the first screen to appear\n" -#| "when Tails starts.\n" -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" -"when Tails starts.\n" -msgstr "" -"<span class=\"application\">فهرست راهاندازی</span> نخستین صفحهای است که هنگام راهاندازی تیلز\n" -"به نمایش در میآید.\n" - -#. type: Plain text -#, no-wrap -msgid "<div class=\"tip\">\n" -msgstr "<div class=\"tip\">\n" - -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "The <span class=\"guilabel\">failsafe</span> mode disables some features of the\n" -#| "kernel and might work better on some computers. You can try this option if you\n" -#| "think you are experiencing errors related to hardware compatibility while\n" -#| "starting Tails.\n" -msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this option if you\n" -"think you are experiencing errors related to hardware compatibility while\n" -"starting Tails.</p>\n" -msgstr "" -"حالت <span class=\"guilabel\">failsafe</span> برخی از ویژگیهای کرنل را غیر فعال میکند و\n" -"ممکن است روی برخی رایانهها به خوبی کار کند.\n" -"در صورتی فکر میکنید هنگاه راهاندازی با خطاهایی مرتبط با سازگاری\n" -"سختافزارها مواجه میشوید از این گزینه استفاده کنید.\n" - -#. type: Plain text -#, no-wrap -msgid "</div>\n" -msgstr "</div>\n" - -#. type: Bullet: '1. ' -#, fuzzy -#| msgid "" -#| "To add a boot option, press <span class=\"keycap\">Tab</span> when the " -#| "<span class=\"application\">boot menu</span> appears. A list of boot " -#| "options appears at the bottom of the screen." -msgid "" -"To add a boot option, press <span class=\"keycap\">Tab</span> when the <span " -"class=\"application\">Boot Loader Menu</span> appears. A list of boot " -"options appears at the bottom of the screen." -msgstr "" -"برای افزودن فهرست راهاندازی، وقتی که <span class=\"application\">فهرست " -"راهاندازی</span> نمایان شد دکمهٔ <span class=\"keycap\">Tab</span> را بزنید. " -"فهرستی از گزینههای راهاندازی در پایین صفحه نمایش داده میشود." - #. type: Plain text #, fuzzy, no-wrap -#| msgid "" -#| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At the\n" -#| "bottom, a list of options ending with 'noautologin quiet_'\"]]\n" -msgid "" -"[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -"artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" -"At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" -msgstr "" -"[[!img boot-menu-with-options.png link=no alt=\"صفحهٔ سیاه با طرح تیلز\n" -"فهرست راهاندازی با دو گزینهٔ «زنده» و «زنده failsafe».\n" -"در پایین صفحه فهرستی از گزینهها میبینید که «noautologin quiet» آخرین آنها است._'\"]]\n" - -#. type: Bullet: '2. ' -msgid "" -"Press <span class=\"keycap\">Space</span>, and type the boot option that you " -"want to add." -msgstr "" -"دکمهٔ <span class=\"keycap\">Space</span> را فشار دهید و گزینهٔ راهاندازی که " -"قصد اضافه کردن آن را دارید تایپ کنید." - -#. type: Bullet: '3. ' -msgid "" -"If you want to add more than one boot option, type them one after the other, " -"and separate them by a <span class=\"keycap\">Space</span>." -msgstr "" -"اگر قصد اضافه کردن بیش از یک گزینهٔ راهاندازی دارید، آنها را یکی پس از دیگری " -"تایپ و با یک <span class=\"keycap\">Space</span> از هم جدا کنید." - -#. type: Bullet: '4. ' -msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." -msgstr "" -"سپس کلید <span class=\"keycap\">Enter</span> را فشار دهید تا تیلز راهاندازی " -"شود." - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" -msgstr "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" - -#. type: Title = -#, no-wrap -msgid "Using <span class=\"application\">Tails Greeter</span>\n" -msgstr "استفاده از <span class=\"application\">خوشامدگوی تیلز</span>\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" #. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" -#| "appear after the <span class=\"application\">boot menu</span>, but before the\n" -#| "<span class=\"application\">GNOME Desktop</span> appears. This is how to first\n" -#| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" msgid "" -"<span class=\"application\">Tails Greeter</span>\n" -"appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -"<span class=\"application\">GNOME Desktop</span>:\n" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop:" msgstr "" -"<span class=\"application\">خوشامدگوی تیلز</span> مجموعهای از نوشتهها است که\n" -"پس از <span class=\"application\">فهرست راهاندازی</span> و پیش از\n" -"<span class=\"application\">دسکتاپ گنوم</span> نمایش داده میشود. این تصویر نمایی از\n" -"<span class=\"application\">خوشامدگوی تیلز</span> است.\n" #. type: Plain text #, fuzzy, no-wrap #| msgid "" #| "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails. More\n" #| "options? Yes, and No toggle button, and Login button.\"]]\n" -msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" msgstr "" "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"به تیلز خوش آمدید.\n" "گزینههای بیشتری در نظر دارید؟ دکمههای بله و خیر و دکمهٔ ورود.\"]]\n" @@ -221,26 +94,27 @@ msgstr "" msgid "<a id=\"locale\"></a>\n" msgstr "<a id=\"boot_menu\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Language & region\n" msgstr "" #. type: Plain text -#, fuzzy, no-wrap +#, fuzzy #| msgid "" -#| "Here is a list of options that you can set using <span class=\"application\">Tails\n" +#| "Here is a list of options that you can set using <span class=\"application" +#| "\">Tails\n" #| "Greeter</span>:\n" msgid "" -"You can configure Tails depending on your language and location from\n" -"<span class=\"application\">Tails Greeter</span>.\n" +"You can configure Tails depending on your language and location from the " +"Welcome Screen." msgstr "" "اینجا فهرستی از گزینههایی که میتوانید در <span class=\"application\">\n" "خوشامدگوی تیلز</span> تغییر دهید آمده است:\n" #. type: Plain text #, no-wrap -msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '* ' @@ -319,18 +193,16 @@ msgstr "" msgid "<a id=\"persistence\"></a>\n" msgstr "<a id=\"persistence\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Encrypted persistence storage\n" msgstr "" #. type: Plain text -#, no-wrap msgid "" -"If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an\n" -"additional section appears in <span class=\"application\">Tails\n" -"Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" -"section:\n" +"If an [[encrypted persistence storage|first_steps/persistence]] is detected " +"on the USB stick, an additional section appears in the Welcome Screen below " +"the **Language & Region** section:" msgstr "" #. type: Plain text @@ -344,22 +216,21 @@ msgstr "" msgid "<a id=\"additional\"></a>\n" msgstr "<a id=\"boot_menu\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Additional settings\n" msgstr "" #. type: Plain text -#, no-wrap msgid "" -"Tails is configured with care to be as safe as possible by default. But,\n" -"depending on your situation, you can change one of the following\n" -"settings from <span class=\"application\">Tails Greeter</span>.\n" +"Tails is configured with care to be as safe as possible by default. But, " +"depending on your situation, you can change one of the following settings " +"from the Welcome Screen." msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '- ' @@ -428,7 +299,7 @@ msgid "" "additional security." msgstr "" -#. type: Title - +#. type: Title = #, no-wrap msgid "Keyboard shortcuts\n" msgstr "" @@ -449,6 +320,125 @@ msgid "" "</table>\n" msgstr "" +#~ msgid "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" +#~ msgstr "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" + +#, fuzzy +#~| msgid "Using the <span class=\"application\">boot menu</span>\n" +#~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" +#~ msgstr "استفاده از <span class=\"application\">فهرست راهاندازی</span>\n" + +#, fuzzy +#~| msgid "" +#~| "The <span class=\"application\">boot menu</span> is the first screen to appear\n" +#~| "when Tails starts.\n" +#~ msgid "" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "when Tails starts.\n" +#~ msgstr "" +#~ "<span class=\"application\">فهرست راهاندازی</span> نخستین صفحهای است که هنگام راهاندازی تیلز\n" +#~ "به نمایش در میآید.\n" + +#~ msgid "<div class=\"tip\">\n" +#~ msgstr "<div class=\"tip\">\n" + +#, fuzzy +#~| msgid "" +#~| "The <span class=\"guilabel\">failsafe</span> mode disables some features of the\n" +#~| "kernel and might work better on some computers. You can try this option if you\n" +#~| "think you are experiencing errors related to hardware compatibility while\n" +#~| "starting Tails.\n" +#~ msgid "" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this option if you\n" +#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "starting Tails.</p>\n" +#~ msgstr "" +#~ "حالت <span class=\"guilabel\">failsafe</span> برخی از ویژگیهای کرنل را غیر فعال میکند و\n" +#~ "ممکن است روی برخی رایانهها به خوبی کار کند.\n" +#~ "در صورتی فکر میکنید هنگاه راهاندازی با خطاهایی مرتبط با سازگاری\n" +#~ "سختافزارها مواجه میشوید از این گزینه استفاده کنید.\n" + +#~ msgid "</div>\n" +#~ msgstr "</div>\n" + +#, fuzzy +#~| msgid "" +#~| "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~| "<span class=\"application\">boot menu</span> appears. A list of boot " +#~| "options appears at the bottom of the screen." +#~ msgid "" +#~ "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~ "<span class=\"application\">Boot Loader Menu</span> appears. A list of " +#~ "boot options appears at the bottom of the screen." +#~ msgstr "" +#~ "برای افزودن فهرست راهاندازی، وقتی که <span class=\"application\">فهرست " +#~ "راهاندازی</span> نمایان شد دکمهٔ <span class=\"keycap\">Tab</span> را " +#~ "بزنید. فهرستی از گزینههای راهاندازی در پایین صفحه نمایش داده میشود." + +#, fuzzy +#~| msgid "" +#~| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At the\n" +#~| "bottom, a list of options ending with 'noautologin quiet_'\"]]\n" +#~ msgid "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" +#~ msgstr "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"صفحهٔ سیاه با طرح تیلز\n" +#~ "فهرست راهاندازی با دو گزینهٔ «زنده» و «زنده failsafe».\n" +#~ "در پایین صفحه فهرستی از گزینهها میبینید که «noautologin quiet» آخرین آنها است._'\"]]\n" + +#~ msgid "" +#~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " +#~ "you want to add." +#~ msgstr "" +#~ "دکمهٔ <span class=\"keycap\">Space</span> را فشار دهید و گزینهٔ راهاندازی " +#~ "که قصد اضافه کردن آن را دارید تایپ کنید." + +#~ msgid "" +#~ "If you want to add more than one boot option, type them one after the " +#~ "other, and separate them by a <span class=\"keycap\">Space</span>." +#~ msgstr "" +#~ "اگر قصد اضافه کردن بیش از یک گزینهٔ راهاندازی دارید، آنها را یکی پس از " +#~ "دیگری تایپ و با یک <span class=\"keycap\">Space</span> از هم جدا کنید." + +#~ msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." +#~ msgstr "" +#~ "سپس کلید <span class=\"keycap\">Enter</span> را فشار دهید تا تیلز " +#~ "راهاندازی شود." + +#~ msgid "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" +#~ msgstr "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" + +#~ msgid "Using <span class=\"application\">Tails Greeter</span>\n" +#~ msgstr "استفاده از <span class=\"application\">خوشامدگوی تیلز</span>\n" + +#, fuzzy +#~| msgid "" +#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" +#~| "appear after the <span class=\"application\">boot menu</span>, but before the\n" +#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how to first\n" +#~| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" +#~ msgid "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "<span class=\"application\">GNOME Desktop</span>:\n" +#~ msgstr "" +#~ "<span class=\"application\">خوشامدگوی تیلز</span> مجموعهای از نوشتهها است که\n" +#~ "پس از <span class=\"application\">فهرست راهاندازی</span> و پیش از\n" +#~ "<span class=\"application\">دسکتاپ گنوم</span> نمایش داده میشود. این تصویر نمایی از\n" +#~ "<span class=\"application\">خوشامدگوی تیلز</span> است.\n" + #~ msgid "" #~ "**To start Tails in languages other than English**, select the one you\n" #~ "want from the menu at the bottom of the screen. You can also adapt\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.fr.po b/wiki/src/doc/first_steps/welcome_screen.fr.po index 558db10e9bc..6acfc676c6c 100644 --- a/wiki/src/doc/first_steps/welcome_screen.fr.po +++ b/wiki/src/doc/first_steps/welcome_screen.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-08-16 18:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-01-24 17:42+0000\n" "Last-Translator: amnesia <amnesia@boum.org>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -22,137 +22,35 @@ msgid "[[!meta title=\"Startup options\"]]\n" msgstr "[[!meta title=\"Options de démarrage\"]]\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When starting Tails, you can specify startup options to alter some of its " +#| "basic functioning. The two ways of specifying startup options are the " +#| "following:" msgid "" "When starting Tails, you can specify startup options to alter some of its " -"basic functioning. The two ways of specifying startup options are the " -"following:" +"basic functioning." msgstr "" "Quand Tails démarre, vous pouvez spécifier des options de démarrage pour " "modifier son fonctionnement de base. Les deux manières de spécifier les " "options de démarrage sont les suivantes :" #. type: Plain text -#, no-wrap -msgid "[[!toc levels=2]]\n" +#, fuzzy, no-wrap +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" msgstr "[[!toc levels=2]]\n" #. type: Plain text -#, no-wrap -msgid "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" -msgstr "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" - -#. type: Title = -#, no-wrap -msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -msgstr "Utiliser le <span class=\"application\">menu du chargeur d’amorçage</span>\n" - -#. type: Plain text -#, no-wrap -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" -"when Tails starts.\n" -msgstr "" -"Le <span class=\"application\">menu du chargeur d’amorçage</span> est le premier écran qui apparaît\n" -"lorsque Tails démarre.\n" - -#. type: Plain text -#, no-wrap -msgid "<div class=\"tip\">\n" -msgstr "<div class=\"tip\">\n" - -#. type: Plain text -#, no-wrap -msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this option if you\n" -"think you are experiencing errors related to hardware compatibility while\n" -"starting Tails.</p>\n" -msgstr "" -"<p>Le mode <span class=\"guilabel\">Troubleshooting Mode</span> désactive certaines fonctionnalités\n" -"du noyau Linux et peut mieux marcher sur certains ordinateurs. Vous pouvez essayer cette option\n" -"si vous pensez que vous rencontrez des erreurs de compatibilité\n" -"matérielle en démarrant Tails.</p>\n" - -#. type: Plain text -#, no-wrap -msgid "</div>\n" -msgstr "</div>\n" - -#. type: Bullet: '1. ' -msgid "" -"To add a boot option, press <span class=\"keycap\">Tab</span> when the <span " -"class=\"application\">Boot Loader Menu</span> appears. A list of boot " -"options appears at the bottom of the screen." -msgstr "" -"Pour ajouter une option de démarrage, appuyez sur <span class=\"keycap" -"\">Tab</span> lorsque le <span class=\"application\">menu du chargeur " -"d’amorçage</span> apparaît. Une liste d'options de démarrage apparaît au bas " -"de l'écran." - -#. type: Plain text -#, no-wrap -msgid "" -"[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -"artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" -"At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" -msgstr "" -"[[!img boot-menu-with-options.png link=no alt=\"Écran noir avec le logo de\n" -"Tails. Menu du chargeur d’amorçage avec deux options 'Tails' et 'Tails (Troubleshooting Mode)'. En bas,\n" -"une liste d'options se terminant par 'vsyscall=none quiet_'\"]]\n" - -#. type: Bullet: '2. ' -msgid "" -"Press <span class=\"keycap\">Space</span>, and type the boot option that you " -"want to add." -msgstr "" -"Appuyez alors sur <span class=\"keycap\">Espace</span>, et saisissez " -"l'option de démarrage que vous souhaitez ajouter." - -#. type: Bullet: '3. ' -msgid "" -"If you want to add more than one boot option, type them one after the other, " -"and separate them by a <span class=\"keycap\">Space</span>." -msgstr "" -"Si vous désirez ajouter d'autres options de démarrage, saisissez-les après " -"la première, en les séparant par une <span class=\"keycap\">Espace</span>." - -#. type: Bullet: '4. ' -msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." -msgstr "" -"Appuyez ensuite sur <span class=\"keycap\">Entrée</span> pour démarrer Tails." - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" -msgstr "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" - -#. type: Title = -#, no-wrap -msgid "Using <span class=\"application\">Tails Greeter</span>\n" -msgstr "Utiliser <span class=\"application\">Tails Greeter</span>\n" - -#. type: Plain text -#, no-wrap msgid "" -"<span class=\"application\">Tails Greeter</span>\n" -"appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -"<span class=\"application\">GNOME Desktop</span>:\n" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop:" msgstr "" -"<span class=\"application\">Tails Greeter</span>\n" -"apparaît après le <span class=\"application\">menu du chargeur d’amorçage</span>, mais avant le\n" -"<span class=\"application\">bureau GNOME</span> :\n" #. type: Plain text -#, no-wrap -msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter : Bienvenue dans Tails !\"]]\n" #. type: Plain text @@ -186,23 +84,28 @@ msgstr "" msgid "<a id=\"locale\"></a>\n" msgstr "<a id=\"locale\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Language & region\n" msgstr "Langue et région\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can configure Tails depending on your language and location from\n" +#| "<span class=\"application\">Tails Greeter</span>.\n" msgid "" -"You can configure Tails depending on your language and location from\n" -"<span class=\"application\">Tails Greeter</span>.\n" +"You can configure Tails depending on your language and location from the " +"Welcome Screen." msgstr "" -"Vous pouvez configurer Tails suivant votre langue et votre localisation depuis\n" +"Vous pouvez configurer Tails suivant votre langue et votre localisation " +"depuis\n" "<span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text -#, no-wrap -msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of the Welcome Screen\"]]\n" msgstr "[[!img locale.png link=\"no\" alt=\"Section Langue et région du Tails Greeter\"]]\n" #. type: Bullet: '* ' @@ -306,22 +209,30 @@ msgstr " [[!img US_calendar_in_Russian.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"persistence\"></a>\n" msgstr "<a id=\"persistence\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Encrypted persistence storage\n" msgstr "Stockage persistant chiffré\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "If an [[encrypted persistence storage|first_steps/persistence]] is " +#| "detected on the USB stick, an\n" +#| "additional section appears in <span class=\"application\">Tails\n" +#| "Greeter</span> below the <span class=\"guilabel\">Language & Region</" +#| "span>\n" +#| "section:\n" msgid "" -"If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an\n" -"additional section appears in <span class=\"application\">Tails\n" -"Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" -"section:\n" +"If an [[encrypted persistence storage|first_steps/persistence]] is detected " +"on the USB stick, an additional section appears in the Welcome Screen below " +"the **Language & Region** section:" msgstr "" -"Si un [[stockage persistant chiffré|first_steps/persistence]] est détecté sur la clé USB, une\n" +"Si un [[stockage persistant chiffré|first_steps/persistence]] est détecté " +"sur la clé USB, une\n" "section supplémentaire apparaît dans <span class=\"application\">Tails\n" -"Greeter</span> sous la section <span class=\"guilabel\">Langue et région</span>\n" +"Greeter</span> sous la section <span class=\"guilabel\">Langue et région</" +"span>\n" ":\n" #. type: Plain text @@ -334,25 +245,31 @@ msgstr "[[!img persistence.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"additional\"></a>\n" msgstr "<a id=\"additional\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Additional settings\n" msgstr "Paramètres supplémentaires\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "Tails is configured with care to be as safe as possible by default. But,\n" +#| "depending on your situation, you can change one of the following\n" +#| "settings from <span class=\"application\">Tails Greeter</span>.\n" msgid "" -"Tails is configured with care to be as safe as possible by default. But,\n" -"depending on your situation, you can change one of the following\n" -"settings from <span class=\"application\">Tails Greeter</span>.\n" +"Tails is configured with care to be as safe as possible by default. But, " +"depending on your situation, you can change one of the following settings " +"from the Welcome Screen." msgstr "" -"Tails est configuré avec attention pour être aussi sûr que possible par défaut. Mais,\n" +"Tails est configuré avec attention pour être aussi sûr que possible par " +"défaut. Mais,\n" "suivant votre situation, vous pouvez changer un des paramètres\n" "suivants depuis <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text -#, no-wrap -msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "[[!img additional.png link=\"no\" alt=\"Paramètres supplémentaires du Tails Greeter\"]]\n" #. type: Bullet: '- ' @@ -433,7 +350,7 @@ msgstr "" "Désactiver toutes les connexions réseaux si vous voulez travailler hors " "ligne avec une sécurité supplémentaire." -#. type: Title - +#. type: Title = #, no-wrap msgid "Keyboard shortcuts\n" msgstr "Raccourcis clavier\n" @@ -465,6 +382,98 @@ msgstr "" "<tr><td><span class=\"keycap\">Alt+D</td><td><span class=\"guilabel\">Démarrer Tails</td></tr>\n" "</table>\n" +#~ msgid "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" +#~ msgstr "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" + +#~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" +#~ msgstr "Utiliser le <span class=\"application\">menu du chargeur d’amorçage</span>\n" + +#~ msgid "" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "when Tails starts.\n" +#~ msgstr "" +#~ "Le <span class=\"application\">menu du chargeur d’amorçage</span> est le premier écran qui apparaît\n" +#~ "lorsque Tails démarre.\n" + +#~ msgid "<div class=\"tip\">\n" +#~ msgstr "<div class=\"tip\">\n" + +#~ msgid "" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this option if you\n" +#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "starting Tails.</p>\n" +#~ msgstr "" +#~ "<p>Le mode <span class=\"guilabel\">Troubleshooting Mode</span> désactive certaines fonctionnalités\n" +#~ "du noyau Linux et peut mieux marcher sur certains ordinateurs. Vous pouvez essayer cette option\n" +#~ "si vous pensez que vous rencontrez des erreurs de compatibilité\n" +#~ "matérielle en démarrant Tails.</p>\n" + +#~ msgid "</div>\n" +#~ msgstr "</div>\n" + +#~ msgid "" +#~ "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~ "<span class=\"application\">Boot Loader Menu</span> appears. A list of " +#~ "boot options appears at the bottom of the screen." +#~ msgstr "" +#~ "Pour ajouter une option de démarrage, appuyez sur <span class=\"keycap" +#~ "\">Tab</span> lorsque le <span class=\"application\">menu du chargeur " +#~ "d’amorçage</span> apparaît. Une liste d'options de démarrage apparaît au " +#~ "bas de l'écran." + +#~ msgid "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" +#~ msgstr "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Écran noir avec le logo de\n" +#~ "Tails. Menu du chargeur d’amorçage avec deux options 'Tails' et 'Tails (Troubleshooting Mode)'. En bas,\n" +#~ "une liste d'options se terminant par 'vsyscall=none quiet_'\"]]\n" + +#~ msgid "" +#~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " +#~ "you want to add." +#~ msgstr "" +#~ "Appuyez alors sur <span class=\"keycap\">Espace</span>, et saisissez " +#~ "l'option de démarrage que vous souhaitez ajouter." + +#~ msgid "" +#~ "If you want to add more than one boot option, type them one after the " +#~ "other, and separate them by a <span class=\"keycap\">Space</span>." +#~ msgstr "" +#~ "Si vous désirez ajouter d'autres options de démarrage, saisissez-les " +#~ "après la première, en les séparant par une <span class=\"keycap\">Espace</" +#~ "span>." + +#~ msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." +#~ msgstr "" +#~ "Appuyez ensuite sur <span class=\"keycap\">Entrée</span> pour démarrer " +#~ "Tails." + +#~ msgid "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" +#~ msgstr "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" + +#~ msgid "Using <span class=\"application\">Tails Greeter</span>\n" +#~ msgstr "Utiliser <span class=\"application\">Tails Greeter</span>\n" + +#~ msgid "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "<span class=\"application\">GNOME Desktop</span>:\n" +#~ msgstr "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "apparaît après le <span class=\"application\">menu du chargeur d’amorçage</span>, mais avant le\n" +#~ "<span class=\"application\">bureau GNOME</span> :\n" + #~ msgid "" #~ "**To start Tails in languages other than English**, select the one you\n" #~ "want from the menu at the bottom of the screen. You can also adapt\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.it.po b/wiki/src/doc/first_steps/welcome_screen.it.po index 9d21c2f296d..ac94334f521 100644 --- a/wiki/src/doc/first_steps/welcome_screen.it.po +++ b/wiki/src/doc/first_steps/welcome_screen.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails italiano\n" -"POT-Creation-Date: 2018-08-16 18:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2017-05-30 18:09+0200\n" "Last-Translator: Zeyev <tbd@tbd.com>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -22,143 +22,36 @@ msgid "[[!meta title=\"Startup options\"]]\n" msgstr "[[!meta title=\"Opzioni di avvio\"]]\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When starting Tails, you can specify startup options to alter some of its " +#| "basic functioning. The two ways of specifying startup options are the " +#| "following:" msgid "" "When starting Tails, you can specify startup options to alter some of its " -"basic functioning. The two ways of specifying startup options are the " -"following:" +"basic functioning." msgstr "" "Quando avvii Tails puoi definire le opzioni di avvio per alterare alcuni " "aspetti del suo funzionamento. I due modi di definire le opzioni di avvio " "sono i seguenti:" #. type: Plain text -#, no-wrap -msgid "[[!toc levels=2]]\n" +#, fuzzy, no-wrap +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" msgstr "[[!toc levels=2]]\n" #. type: Plain text -#, no-wrap -msgid "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" -msgstr "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" - -#. type: Title = -#, no-wrap -msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -msgstr "Utilizzare il <span class=\"application\">Menù di avvio</span>\n" - -#. type: Plain text -#, no-wrap -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" -"when Tails starts.\n" -msgstr "" -"Il <span class=\"application\">Menù di avvio</span> è la prima schermata che appare\n" -"quando si avvia Tails.\n" - -#. type: Plain text -#, no-wrap -msgid "<div class=\"tip\">\n" -msgstr "<div class=\"tip\">\n" - -#. type: Plain text -#, no-wrap -msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this option if you\n" -"think you are experiencing errors related to hardware compatibility while\n" -"starting Tails.</p>\n" -msgstr "" -"<p>La modalità <span class=\"guilabel\">Troubleshooting Mode</span> disattiva alcune funzionalità\n" -"del kernel e potrebbe funzionare meglio su certi computer. Puoi provare questa opzione\n" -"se pensi di stare incontrando errori legati alla compatibilità dell'hardware quando\n" -"avvii Tails.</p>\n" - -#. type: Plain text -#, no-wrap -msgid "</div>\n" -msgstr "</div>\n" - -#. type: Bullet: '1. ' -msgid "" -"To add a boot option, press <span class=\"keycap\">Tab</span> when the <span " -"class=\"application\">Boot Loader Menu</span> appears. A list of boot " -"options appears at the bottom of the screen." -msgstr "" -"Per aggiungere un'opzione di avvio premi <span class=\"keycap\">Tab</span> " -"quando appare il <span class=\"application\">Menù di avvio</span>. Una lista " -"di opzioni apparirà nella parte bassa dello schermo." - -#. type: Plain text -#, no-wrap -msgid "" -"[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -"artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" -"At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" -msgstr "" -"[[!img boot-menu-with-options.png link=no alt=\"Schermo nero con l'illustrazione di\n" -"Tails. 'Boot menu' con due opzioni 'Live' e 'Live (Troubleshooting Mode)'. In basso,\n" -"una lista di opzioni che termina con 'vsyscall=none quiet_'\"]]\n" - -#. type: Bullet: '2. ' -msgid "" -"Press <span class=\"keycap\">Space</span>, and type the boot option that you " -"want to add." -msgstr "" -"Premi <span class=\"keycap\">Spazio</span> e digita l'opzione di avvio che " -"vuoi aggiungere." - -#. type: Bullet: '3. ' -msgid "" -"If you want to add more than one boot option, type them one after the other, " -"and separate them by a <span class=\"keycap\">Space</span>." -msgstr "" -"Se vuoi aggiungere più di una opzione di avvio, digitale una dopo l'altra " -"separandole con uno <span class=\"keycap\">Spazio</span>." - -#. type: Bullet: '4. ' -msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." -msgstr "Poi premi <span class=\"keycap\">Invio</span> per avviare Tails." - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" -msgstr "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" - -#. type: Title = -#, no-wrap -msgid "Using <span class=\"application\">Tails Greeter</span>\n" -msgstr "Usare <span class=\"application\">Tails Greeter</span>\n" - -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" -#| "appear after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -#| "<span class=\"application\">GNOME Desktop</span> appears. This is how the first\n" -#| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" msgid "" -"<span class=\"application\">Tails Greeter</span>\n" -"appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -"<span class=\"application\">GNOME Desktop</span>:\n" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop:" msgstr "" -"<span class=\"application\">Tails Greeter</span> è un insieme di finestre di dialogo\n" -"che appaiono dopo il <span class=\"application\">Menù di avvio</span>, ma prima che il\n" -"<span class=\"application\">desktop GNOME</span> appaia. \n" -"La prima schermata di <span class=\"application\">Tails Greeter</span> dovrebbe essere così:\n" # Più opzioni? Pulsante Si/No e Login #. type: Plain text #, fuzzy, no-wrap #| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails!\"]]\n" -msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Benvenuto su Tails.\"]]\n" #. type: Plain text @@ -192,23 +85,27 @@ msgstr "" msgid "<a id=\"locale\"></a>\n" msgstr "<a id=\"locale\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Language & region\n" msgstr "Lingua e zone geografica\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can configure Tails depending on your language and location from\n" +#| "<span class=\"application\">Tails Greeter</span>.\n" msgid "" -"You can configure Tails depending on your language and location from\n" -"<span class=\"application\">Tails Greeter</span>.\n" +"You can configure Tails depending on your language and location from the " +"Welcome Screen." msgstr "" "Puoi configurare Tails secondo la tua lingua e posizione usando \n" "<span class=\"application\">Tails Greeter</span>:\n" #. type: Plain text -#, no-wrap -msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of the Welcome Screen\"]]\n" msgstr "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" #. type: Bullet: '* ' @@ -225,8 +122,7 @@ msgid "" " Text that is not translated yet will appear in English. You can [[help\n" " to translate more text|contribute/how/translate]].\n" msgstr "" -" Il testo che non è stato ancora tradotto apparirà in Inglese. Puoi [[" -"aiutare\n" +" Il testo che non è stato ancora tradotto apparirà in Inglese. Puoi [[aiutare\n" " a tradurre più testo|contribute/how/translate]].\n" #. type: Bullet: '* ' @@ -270,8 +166,7 @@ msgid "" " For example, the USA and the United Kingdom, two English-speaking countries,\n" " have different standards:\n" msgstr "" -" Per esempio, in USA e in Inghilterra, due paesi che parlano entrambi " -"inglese, \n" +" Per esempio, in USA e in Inghilterra, due paesi che parlano entrambi inglese, \n" "ci sono standard differenti:\n" #. type: Plain text @@ -308,10 +203,8 @@ msgid "" " than the main language. For example, to display a US calendar, with weeks\n" " starting on Sunday, when the main language is Russian.\n" msgstr "" -" All'interno di questa opzione puoi anche mostrare il calendario in una " -"lingua differente \n" -"dal linguaggio principale. Per esempio, per mostrare il calendario " -"americano, con settimane\n" +" All'interno di questa opzione puoi anche mostrare il calendario in una lingua differente \n" +"dal linguaggio principale. Per esempio, per mostrare il calendario americano, con settimane\n" "che cominciano dalla Domenica, quando il linguaggio principale è il russo.\n" #. type: Plain text @@ -324,27 +217,29 @@ msgstr " [[!img US_calendar_in_Russian.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"persistence\"></a>\n" msgstr "<a id=\"persistence\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Encrypted persistence storage\n" msgstr "Archiviazione cifrata persistente\n" #. type: Plain text -#, fuzzy, no-wrap +#, fuzzy #| msgid "" #| "If an [[encrypted persistence storage]] is detected on the USB stick, an\n" #| "additional section appears in <span class=\"application\">Tails\n" -#| "Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" +#| "Greeter</span> below the <span class=\"guilabel\">Language & Region</" +#| "span>\n" #| "section:\n" msgid "" -"If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an\n" -"additional section appears in <span class=\"application\">Tails\n" -"Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" -"section:\n" +"If an [[encrypted persistence storage|first_steps/persistence]] is detected " +"on the USB stick, an additional section appears in the Welcome Screen below " +"the **Language & Region** section:" msgstr "" -"Se una viene trovata un [[encrypted persistence storage]] all'interno di una chiavetta USB, una\n" +"Se una viene trovata un [[encrypted persistence storage]] all'interno di una " +"chiavetta USB, una\n" "sezione aggiuntiva compare in <span class=\"application\">Tails\n" -"Greeter</span> sotto l'opzione <span class=\"guilabel\">Language & Region</span>\n" +"Greeter</span> sotto l'opzione <span class=\"guilabel\">Language & Region</" +"span>\n" #. type: Plain text #, no-wrap @@ -356,25 +251,30 @@ msgstr "[[!img persistence.png link=\"no\" alt=\"\"]]\n" msgid "<a id=\"additional\"></a>\n" msgstr "<a id=\"additional\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Additional settings\n" msgstr "Configurazioni aggiuntive\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "Tails is configured with care to be as safe as possible by default. But,\n" +#| "depending on your situation, you can change one of the following\n" +#| "settings from <span class=\"application\">Tails Greeter</span>.\n" msgid "" -"Tails is configured with care to be as safe as possible by default. But,\n" -"depending on your situation, you can change one of the following\n" -"settings from <span class=\"application\">Tails Greeter</span>.\n" +"Tails is configured with care to be as safe as possible by default. But, " +"depending on your situation, you can change one of the following settings " +"from the Welcome Screen." msgstr "" "Tails è configurata con attenzione per essere più sicura possibile. Ma, \n" "a seconda delle situazioni, puoi cambiare una delle seguenti opzioni\n" "da <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text -#, no-wrap -msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" #. type: Bullet: '- ' @@ -403,9 +303,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid " [[See our documentation about MAC address spoofing.|mac_spoofing]]\n" -msgstr "" -" [[Guarda la nostra documentazione sul mascheramento indirizzo " -"Mac|mac_spoofing]]\n" +msgstr " [[Guarda la nostra documentazione sul mascheramento indirizzo Mac|mac_spoofing]]\n" #. type: Bullet: '- ' msgid "" @@ -438,8 +336,7 @@ msgid "" " After starting Tails and connecting to a network, an assistant will\n" " guide you through the configuration of Tor.\n" msgstr "" -" Dopo aver fatto partire Tails ed esserti collegato alla rete, un " -"assistente ti\n" +" Dopo aver fatto partire Tails ed esserti collegato alla rete, un assistente ti\n" "guiderà attraverso la configurazione di Tor.\n" #. type: Plain text @@ -457,7 +354,7 @@ msgstr "" "Disabilita tutte le connessioni se vuoi lavorare completamente disconnesso " "per una sicurezza maggiore." -#. type: Title - +#. type: Title = #, no-wrap msgid "Keyboard shortcuts\n" msgstr "Scorciatoie da tastiera (Keyboard shortcuts)\n" @@ -489,6 +386,101 @@ msgstr "" "<tr><td><span class=\"keycap\">Alt+S</td><td><span class=\"guilabel\">Start Tails</td></tr>\n" "</table>\n" +#~ msgid "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" +#~ msgstr "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" + +#~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" +#~ msgstr "Utilizzare il <span class=\"application\">Menù di avvio</span>\n" + +#~ msgid "" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "when Tails starts.\n" +#~ msgstr "" +#~ "Il <span class=\"application\">Menù di avvio</span> è la prima schermata che appare\n" +#~ "quando si avvia Tails.\n" + +#~ msgid "<div class=\"tip\">\n" +#~ msgstr "<div class=\"tip\">\n" + +#~ msgid "" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this option if you\n" +#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "starting Tails.</p>\n" +#~ msgstr "" +#~ "<p>La modalità <span class=\"guilabel\">Troubleshooting Mode</span> disattiva alcune funzionalità\n" +#~ "del kernel e potrebbe funzionare meglio su certi computer. Puoi provare questa opzione\n" +#~ "se pensi di stare incontrando errori legati alla compatibilità dell'hardware quando\n" +#~ "avvii Tails.</p>\n" + +#~ msgid "</div>\n" +#~ msgstr "</div>\n" + +#~ msgid "" +#~ "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~ "<span class=\"application\">Boot Loader Menu</span> appears. A list of " +#~ "boot options appears at the bottom of the screen." +#~ msgstr "" +#~ "Per aggiungere un'opzione di avvio premi <span class=\"keycap\">Tab</" +#~ "span> quando appare il <span class=\"application\">Menù di avvio</span>. " +#~ "Una lista di opzioni apparirà nella parte bassa dello schermo." + +#~ msgid "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" +#~ msgstr "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Schermo nero con l'illustrazione di\n" +#~ "Tails. 'Boot menu' con due opzioni 'Live' e 'Live (Troubleshooting Mode)'. In basso,\n" +#~ "una lista di opzioni che termina con 'vsyscall=none quiet_'\"]]\n" + +#~ msgid "" +#~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " +#~ "you want to add." +#~ msgstr "" +#~ "Premi <span class=\"keycap\">Spazio</span> e digita l'opzione di avvio " +#~ "che vuoi aggiungere." + +#~ msgid "" +#~ "If you want to add more than one boot option, type them one after the " +#~ "other, and separate them by a <span class=\"keycap\">Space</span>." +#~ msgstr "" +#~ "Se vuoi aggiungere più di una opzione di avvio, digitale una dopo l'altra " +#~ "separandole con uno <span class=\"keycap\">Spazio</span>." + +#~ msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." +#~ msgstr "Poi premi <span class=\"keycap\">Invio</span> per avviare Tails." + +#~ msgid "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" +#~ msgstr "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" + +#~ msgid "Using <span class=\"application\">Tails Greeter</span>\n" +#~ msgstr "Usare <span class=\"application\">Tails Greeter</span>\n" + +#, fuzzy +#~| msgid "" +#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" +#~| "appear after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how the first\n" +#~| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" +#~ msgid "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "<span class=\"application\">GNOME Desktop</span>:\n" +#~ msgstr "" +#~ "<span class=\"application\">Tails Greeter</span> è un insieme di finestre di dialogo\n" +#~ "che appaiono dopo il <span class=\"application\">Menù di avvio</span>, ma prima che il\n" +#~ "<span class=\"application\">desktop GNOME</span> appaia. \n" +#~ "La prima schermata di <span class=\"application\">Tails Greeter</span> dovrebbe essere così:\n" + #~ msgid "" #~ "**To start Tails in languages other than English**, select the one you\n" #~ "want from the menu at the bottom of the screen. You can also adapt\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.pt.po b/wiki/src/doc/first_steps/welcome_screen.pt.po index 017126c5577..2dfa662cf96 100644 --- a/wiki/src/doc/first_steps/welcome_screen.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-08-16 18:12+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-12-22 21:03+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Portuguese <http://translate.tails.boum.org/projects/tails/" @@ -25,163 +25,37 @@ msgid "[[!meta title=\"Startup options\"]]\n" msgstr "[[!meta title=\"Opções de Inicialização\"]]\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When starting Tails, you can specify startup options to alter some of its " +#| "basic functioning. The two ways of specifying startup options are the " +#| "following:" msgid "" "When starting Tails, you can specify startup options to alter some of its " -"basic functioning. The two ways of specifying startup options are the " -"following:" +"basic functioning." msgstr "" "Ao iniciar o Tails, você pode especificar opções de inicialização para " "alterar partes do seu funcionamento básico. As duas formas de especificar " "opções de inicialização são as seguintes:" -#. type: Plain text -#, no-wrap -msgid "[[!toc levels=2]]\n" -msgstr "[[!toc levels=2]]\n" - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" -msgstr "" -"<a id=\"boot_loader_menu\"></a>\n" -"<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" - -#. type: Title = -#, fuzzy, no-wrap -#| msgid "Using the <span class=\"application\">boot menu</span>\n" -msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -msgstr "Usando o <span class=\"application\">menu de boot</span>\n" - -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "The <span class=\"application\">boot menu</span> is the first screen to appear\n" -#| "when Tails starts.\n" -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" -"when Tails starts.\n" -msgstr "" -"O <span class=\"application\">menu de boot</span> é a primeira tela a aparecer\n" -"quando Tails é iniciado.\n" - -#. type: Plain text -#, no-wrap -msgid "<div class=\"tip\">\n" -msgstr "<div class=\"tip\">\n" - -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "The <span class=\"guilabel\">failsafe</span> mode disables some features of the\n" -#| "kernel and might work better on some computers. You can try this option if you\n" -#| "think you are experiencing errors related to hardware compatibility while\n" -#| "starting Tails.\n" -msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this option if you\n" -"think you are experiencing errors related to hardware compatibility while\n" -"starting Tails.</p>\n" -msgstr "" -"O modo <span class=\"guilabel\">failsafe</span> desabilita algumas funcionalidades\n" -"do kernel e pode funcionar melhor em alguns computadores. Você pode tentar esta\n" -"opção se você acha que está experienciando erros relacionados a compatibilidade de\n" -"hardware ao iniciar o Tails.\n" - -#. type: Plain text -#, no-wrap -msgid "</div>\n" -msgstr "</div>\n" - -#. type: Bullet: '1. ' -#, fuzzy -#| msgid "" -#| "To add a boot option, press <span class=\"keycap\">Tab</span> when the " -#| "<span class=\"application\">boot menu</span> appears. A list of boot " -#| "options appears at the bottom of the screen." -msgid "" -"To add a boot option, press <span class=\"keycap\">Tab</span> when the <span " -"class=\"application\">Boot Loader Menu</span> appears. A list of boot " -"options appears at the bottom of the screen." -msgstr "" -"Para adicionar uma opção de boot, pressione <span class=\"keycap\">Tab</" -"span> quando o <span class=\"application\">menu de boot</span> aparecer. Uma " -"lista de opções de boot aparecerão na parte de baixo da tela." - #. type: Plain text #, fuzzy, no-wrap -#| msgid "" -#| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Debian live\n" -#| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At the\n" -#| "bottom, a list of options ending with 'noautologin quiet_'\"]]\n" -msgid "" -"[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -"artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" -"At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" -msgstr "" -"[[!img boot-menu-with-options.png link=no alt=\"Tela preta com a arte do Tails.\n" -"'Menu de boot' com duas opções 'Live' e 'Live (failsafe)'. Na parte de baixo,\n" -"uma lista de opções que termina com 'noautologin quiet_'\"]]\n" - -#. type: Bullet: '2. ' -msgid "" -"Press <span class=\"keycap\">Space</span>, and type the boot option that you " -"want to add." -msgstr "" -"Precione <span class=\"keycap\">Espaço</span>, e digite a opção de boot que " -"você quer adicionar." - -#. type: Bullet: '3. ' -msgid "" -"If you want to add more than one boot option, type them one after the other, " -"and separate them by a <span class=\"keycap\">Space</span>." -msgstr "" -"Se você quiser adicionar mais de uma opção de boot, digite-as uma após a " -"outra, e separe-as por um <span class=\"keycap\">Espaço</span>." - -#. type: Bullet: '4. ' -msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." -msgstr "" -"A seguir presione <span class=\"keycap\">Enter</span> para iniciar o Tails." - -#. type: Plain text -#, no-wrap -msgid "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" -msgstr "" -"<a id=\"greeter\"></a>\n" -"<a id=\"tails_greeter\"></a>\n" - -#. type: Title = -#, no-wrap -msgid "Using <span class=\"application\">Tails Greeter</span>\n" -msgstr "Usando o <span class=\"application\">Tails Greeter</span>\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" #. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" -#| "appear after the <span class=\"application\">boot menu</span>, but before the\n" -#| "<span class=\"application\">GNOME Desktop</span> appears. This is how to first\n" -#| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" msgid "" -"<span class=\"application\">Tails Greeter</span>\n" -"appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -"<span class=\"application\">GNOME Desktop</span>:\n" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop:" msgstr "" -"<span class=\"application\">Tails Greeter</span> é um conjunto de diálogos que\n" -"aparecem após o <span class=\"application\">menu de boot</span>, mas antes que\n" -"o <span class=\"application\">GNOME Desktop</span> apareça. É assim que a primeira\n" -"tela do <span class=\"application\">Tails Greeter</span> se parece:\n" #. type: Plain text #, fuzzy, no-wrap #| msgid "" #| "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails. More\n" #| "options? Yes, and No toggle button, and Login button.\"]]\n" -msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" msgstr "" "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Bem vindo/a ao Tails. Mais\n" "opções? Botão Sim e Não, e botão de Login.\"]]\n" @@ -221,26 +95,28 @@ msgstr "" msgid "<a id=\"locale\"></a>\n" msgstr "<a id=\"boot_menu\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Language & region\n" msgstr "" #. type: Plain text -#, fuzzy, no-wrap +#, fuzzy #| msgid "" -#| "Here is a list of options that you can set using <span class=\"application\">Tails\n" +#| "Here is a list of options that you can set using <span class=\"application" +#| "\">Tails\n" #| "Greeter</span>:\n" msgid "" -"You can configure Tails depending on your language and location from\n" -"<span class=\"application\">Tails Greeter</span>.\n" +"You can configure Tails depending on your language and location from the " +"Welcome Screen." msgstr "" -"Aqui está uma lista de aplicações que você pode configurar usando o <span class=\"application\">Tails\n" +"Aqui está uma lista de aplicações que você pode configurar usando o <span " +"class=\"application\">Tails\n" "Greeter</span>:\n" #. type: Plain text #, no-wrap -msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of Tails Greeter\"]]\n" +msgid "[[!img locale.png link=\"no\" alt=\"Language & Region section of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '* ' @@ -319,18 +195,16 @@ msgstr "" msgid "<a id=\"persistence\"></a>\n" msgstr "<a id=\"persistence\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Encrypted persistence storage\n" msgstr "" #. type: Plain text -#, no-wrap msgid "" -"If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an\n" -"additional section appears in <span class=\"application\">Tails\n" -"Greeter</span> below the <span class=\"guilabel\">Language & Region</span>\n" -"section:\n" +"If an [[encrypted persistence storage|first_steps/persistence]] is detected " +"on the USB stick, an additional section appears in the Welcome Screen below " +"the **Language & Region** section:" msgstr "" #. type: Plain text @@ -344,22 +218,21 @@ msgstr "" msgid "<a id=\"additional\"></a>\n" msgstr "<a id=\"boot_menu\"></a>\n" -#. type: Title - +#. type: Title = #, no-wrap msgid "Additional settings\n" msgstr "" #. type: Plain text -#, no-wrap msgid "" -"Tails is configured with care to be as safe as possible by default. But,\n" -"depending on your situation, you can change one of the following\n" -"settings from <span class=\"application\">Tails Greeter</span>.\n" +"Tails is configured with care to be as safe as possible by default. But, " +"depending on your situation, you can change one of the following settings " +"from the Welcome Screen." msgstr "" #. type: Plain text #, no-wrap -msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid "[[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '- ' @@ -428,7 +301,7 @@ msgid "" "additional security." msgstr "" -#. type: Title - +#. type: Title = #, no-wrap msgid "Keyboard shortcuts\n" msgstr "" @@ -449,6 +322,125 @@ msgid "" "</table>\n" msgstr "" +#~ msgid "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" +#~ msgstr "" +#~ "<a id=\"boot_loader_menu\"></a>\n" +#~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" + +#, fuzzy +#~| msgid "Using the <span class=\"application\">boot menu</span>\n" +#~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" +#~ msgstr "Usando o <span class=\"application\">menu de boot</span>\n" + +#, fuzzy +#~| msgid "" +#~| "The <span class=\"application\">boot menu</span> is the first screen to appear\n" +#~| "when Tails starts.\n" +#~ msgid "" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "when Tails starts.\n" +#~ msgstr "" +#~ "O <span class=\"application\">menu de boot</span> é a primeira tela a aparecer\n" +#~ "quando Tails é iniciado.\n" + +#~ msgid "<div class=\"tip\">\n" +#~ msgstr "<div class=\"tip\">\n" + +#, fuzzy +#~| msgid "" +#~| "The <span class=\"guilabel\">failsafe</span> mode disables some features of the\n" +#~| "kernel and might work better on some computers. You can try this option if you\n" +#~| "think you are experiencing errors related to hardware compatibility while\n" +#~| "starting Tails.\n" +#~ msgid "" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this option if you\n" +#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "starting Tails.</p>\n" +#~ msgstr "" +#~ "O modo <span class=\"guilabel\">failsafe</span> desabilita algumas funcionalidades\n" +#~ "do kernel e pode funcionar melhor em alguns computadores. Você pode tentar esta\n" +#~ "opção se você acha que está experienciando erros relacionados a compatibilidade de\n" +#~ "hardware ao iniciar o Tails.\n" + +#~ msgid "</div>\n" +#~ msgstr "</div>\n" + +#, fuzzy +#~| msgid "" +#~| "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~| "<span class=\"application\">boot menu</span> appears. A list of boot " +#~| "options appears at the bottom of the screen." +#~ msgid "" +#~ "To add a boot option, press <span class=\"keycap\">Tab</span> when the " +#~ "<span class=\"application\">Boot Loader Menu</span> appears. A list of " +#~ "boot options appears at the bottom of the screen." +#~ msgstr "" +#~ "Para adicionar uma opção de boot, pressione <span class=\"keycap\">Tab</" +#~ "span> quando o <span class=\"application\">menu de boot</span> aparecer. " +#~ "Uma lista de opções de boot aparecerão na parte de baixo da tela." + +#, fuzzy +#~| msgid "" +#~| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Debian live\n" +#~| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At the\n" +#~| "bottom, a list of options ending with 'noautologin quiet_'\"]]\n" +#~ msgid "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" +#~ msgstr "" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Tela preta com a arte do Tails.\n" +#~ "'Menu de boot' com duas opções 'Live' e 'Live (failsafe)'. Na parte de baixo,\n" +#~ "uma lista de opções que termina com 'noautologin quiet_'\"]]\n" + +#~ msgid "" +#~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " +#~ "you want to add." +#~ msgstr "" +#~ "Precione <span class=\"keycap\">Espaço</span>, e digite a opção de boot " +#~ "que você quer adicionar." + +#~ msgid "" +#~ "If you want to add more than one boot option, type them one after the " +#~ "other, and separate them by a <span class=\"keycap\">Space</span>." +#~ msgstr "" +#~ "Se você quiser adicionar mais de uma opção de boot, digite-as uma após a " +#~ "outra, e separe-as por um <span class=\"keycap\">Espaço</span>." + +#~ msgid "Then press <span class=\"keycap\">Enter</span> to start Tails." +#~ msgstr "" +#~ "A seguir presione <span class=\"keycap\">Enter</span> para iniciar o " +#~ "Tails." + +#~ msgid "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" +#~ msgstr "" +#~ "<a id=\"greeter\"></a>\n" +#~ "<a id=\"tails_greeter\"></a>\n" + +#~ msgid "Using <span class=\"application\">Tails Greeter</span>\n" +#~ msgstr "Usando o <span class=\"application\">Tails Greeter</span>\n" + +#, fuzzy +#~| msgid "" +#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" +#~| "appear after the <span class=\"application\">boot menu</span>, but before the\n" +#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how to first\n" +#~| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" +#~ msgid "" +#~ "<span class=\"application\">Tails Greeter</span>\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "<span class=\"application\">GNOME Desktop</span>:\n" +#~ msgstr "" +#~ "<span class=\"application\">Tails Greeter</span> é um conjunto de diálogos que\n" +#~ "aparecem após o <span class=\"application\">menu de boot</span>, mas antes que\n" +#~ "o <span class=\"application\">GNOME Desktop</span> apareça. É assim que a primeira\n" +#~ "tela do <span class=\"application\">Tails Greeter</span> se parece:\n" + #~ msgid "" #~ "**To start Tails in languages other than English**, select the one you\n" #~ "want from the menu at the bottom of the screen. You can also adapt\n" diff --git a/wiki/src/doc/first_steps/welcome_screen/administration_password.de.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.de.po index 3803d20148b..da65344b03c 100644 --- a/wiki/src/doc/first_steps/welcome_screen/administration_password.de.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-08-14 20:37+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-04-06 20:21+0200\n" "Last-Translator: Tails translators\n" "Language-Team: Tails Translators <tails-l10n@boum.org>\n" @@ -37,8 +37,7 @@ msgstr "" "Zum Beispiel:\n" #. type: Bullet: ' - ' -msgid "" -"To [[install additional software|doc/first_steps/additional_software]]" +msgid "To [[install additional software|doc/first_steps/additional_software]]" msgstr "" "Zum [[Installieren zusätzlicher Software|doc/first_steps/" "additional_software]]" @@ -78,29 +77,40 @@ msgid "Set up an administration password\n" msgstr "Ein Administrationspasswort einstellen\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "In order to perform administration tasks, you need to set up an " +#| "administration\n" +#| "password when starting Tails, using [[<span class=\"application\">Tails\n" +#| "Greeter</span>|welcome_screen]].\n" msgid "" -"In order to perform administration tasks, you need to set up an administration\n" -"password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]].\n" +"In order to perform administration tasks, you need to set up an " +"administration password when starting Tails, using the [[Welcome Screen|" +"welcome_screen]]." msgstr "" "Um administrative Tätigkeiten durchzuführen, müssen Sie\n" "beim Start von Tails mithilfe des [[<span class=\"application\">Tails\n" "Greeters</span>|welcome_screen]] ein Administrationspasswort setzen.\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Sobald der <span class=\"application\">Tails Greeter</span> erscheint, " "klicken Sie auf die Schaltfläche <span class=\"button\">[[!img lib/list-add." "png alt=\"Erweitern\" class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr " [[!img additional.png link=\"no\" alt=\"Zusätzliche Optionen des Tails Greeter\"]]\n" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/administration_password.es.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.es.po index d2238bc887d..f15f77a7409 100644 --- a/wiki/src/doc/first_steps/welcome_screen/administration_password.es.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-08-14 20:37+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-08-24 06:21+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -35,8 +35,7 @@ msgstr "" "Por ejemplo:" #. type: Bullet: ' - ' -msgid "" -"To [[install additional software|doc/first_steps/additional_software]]" +msgid "To [[install additional software|doc/first_steps/additional_software]]" msgstr "" "Para [[instalar software adicional|doc/first_steps/additional_software]]" @@ -68,11 +67,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "[[!img password-prompt.png link=\"no\" alt=\"Authentication required: amnesia password (also called *administration password* or *root password*)\"]] <!-- Note for translators: the alt tag is useful for SEO. -->\n" -msgstr "" -"[[!img password-prompt.png link=\"no\" alt=\"Autenticación requerida: " -"amnesia password (también llamada *contraseña de admnistración* o *" -"contraseña root*)\"]] <!-- Note for translators: the alt tag is useful for " -"SEO. -->\n" +msgstr "[[!img password-prompt.png link=\"no\" alt=\"Autenticación requerida: amnesia password (también llamada *contraseña de admnistración* o *contraseña root*)\"]] <!-- Note for translators: the alt tag is useful for SEO. -->\n" #. type: Title = #, no-wrap @@ -80,29 +75,42 @@ msgid "Set up an administration password\n" msgstr "Habilita una contraseña de administración\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "In order to perform administration tasks, you need to set up an " +#| "administration\n" +#| "password when starting Tails, using [[<span class=\"application\">Tails\n" +#| "Greeter</span>|welcome_screen]].\n" msgid "" -"In order to perform administration tasks, you need to set up an administration\n" -"password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]].\n" +"In order to perform administration tasks, you need to set up an " +"administration password when starting Tails, using the [[Welcome Screen|" +"welcome_screen]]." msgstr "" -"Para poder realizar tareas administrativas, necesitas configurar una contraseña\n" -"de administrador cuando inicies Tails, usando el [[<span class=\"application\">Tails\n" +"Para poder realizar tareas administrativas, necesitas configurar una " +"contraseña\n" +"de administrador cuando inicies Tails, usando el [[<span class=\"application" +"\">Tails\n" "Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Cuando aparezca el <span class=\"application\">Tails Greeter</span>, haz " -"click en el botón <span class=\"button\">[[!img lib/list-add.png alt=\"" -"Expandir\" class=\"symbolic\" link=\"no\"]]</span>." +"click en el botón <span class=\"button\">[[!img lib/list-add.png alt=" +"\"Expandir\" class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr " [[!img additional.png link=\"no\" alt=\"Configuraciones adicionales de Tails Greeter\"]]\n" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po index 475bf4bcd32..58758aaa7f6 100644 --- a/wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-08-14 20:37+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-09-30 14:18+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -39,8 +39,7 @@ msgstr "" "برای نمونه:\n" #. type: Bullet: ' - ' -msgid "" -"To [[install additional software|doc/first_steps/additional_software]]" +msgid "To [[install additional software|doc/first_steps/additional_software]]" msgstr "برای [[نصب نرمافزارهای بیشتر|doc/first_steps/additional_software]]" #. type: Bullet: ' - ' @@ -79,11 +78,16 @@ msgid "Set up an administration password\n" msgstr "یک گذرواژهٔ مدیریتی بسازید.\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "In order to perform administration tasks, you need to set up an " +#| "administration\n" +#| "password when starting Tails, using [[<span class=\"application\">Tails\n" +#| "Greeter</span>|welcome_screen]].\n" msgid "" -"In order to perform administration tasks, you need to set up an administration\n" -"password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]].\n" +"In order to perform administration tasks, you need to set up an " +"administration password when starting Tails, using the [[Welcome Screen|" +"welcome_screen]]." msgstr "" "برای انجام عملکردهای مدیریتی باید هنگام راهاندازی تیلز \n" "با استفاده از [[<span class=\"application\">Tails\n" @@ -91,20 +95,25 @@ msgstr "" "یک گذرواژهٔ مدیریتی بسازید.\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" -"وقتی <span class=\"application\">خوشامدگوی تیلز</span> بالا میآید، در پنجرهٔ" -" <span class=\"guilabel\">به تیلز خوش آمدید</span> روی دکمهٔ <span class=\"" -"button\">بله</span> کلیک کنید. سپس روی\n" -"<span class=\"button\">[[!img lib/list-add.png alt=\"ادامه\" class=\"" -"symbolic\" link=\"no\"]]</span> کلیک کنید." +"وقتی <span class=\"application\">خوشامدگوی تیلز</span> بالا میآید، در پنجرهٔ " +"<span class=\"guilabel\">به تیلز خوش آمدید</span> روی دکمهٔ <span class=" +"\"button\">بله</span> کلیک کنید. سپس روی\n" +"<span class=\"button\">[[!img lib/list-add.png alt=\"ادامه\" class=\"symbolic" +"\" link=\"no\"]]</span> کلیک کنید." #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' 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 7cfb0e2111a..b57ee1e1608 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 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-08-14 20:37+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-01-24 17:40+0000\n" "Last-Translator: Chre <tor@renaudineau.org>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -27,8 +27,7 @@ msgstr "" "d'administration système. Par exemple :" #. type: Bullet: ' - ' -msgid "" -"To [[install additional software|doc/first_steps/additional_software]]" +msgid "To [[install additional software|doc/first_steps/additional_software]]" msgstr "" "Pour [[installer des logiciels additionnels|doc/first_steps/" "additional_software]]" @@ -69,29 +68,41 @@ msgid "Set up an administration password\n" msgstr "Définir un mot de passe d'administration\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "In order to perform administration tasks, you need to set up an " +#| "administration\n" +#| "password when starting Tails, using [[<span class=\"application\">Tails\n" +#| "Greeter</span>|welcome_screen]].\n" msgid "" -"In order to perform administration tasks, you need to set up an administration\n" -"password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]].\n" +"In order to perform administration tasks, you need to set up an " +"administration password when starting Tails, using the [[Welcome Screen|" +"welcome_screen]]." msgstr "" "Afin d'effectuer des tâches d'administration, vous devez choisir un mot\n" -"de passe d'administration lors du démarrage de Tails, en utilisant [[<span class=\"application\">Tails\n" +"de passe d'administration lors du démarrage de Tails, en utilisant [[<span " +"class=\"application\">Tails\n" "Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Lorsque <span class=\"application\">Tails Greeter</span> apparaît, cliquez " "sur le bouton <span class=\"button\">[[!img lib/list-add.png alt=\"Étendre\" " "class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr " [[!img additional.png link=\"no\" alt=\"Paramètres additionnels du Tails Greeter\"]]\n" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/administration_password.it.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.it.po index 142bb6f178c..e68a3b962f6 100644 --- a/wiki/src/doc/first_steps/welcome_screen/administration_password.it.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails Italiano\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-08-14 20:37+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-06-14 14:03+0000\n" "Last-Translator: Boy Ska <piuttosto@logorroici.org>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -34,8 +34,7 @@ msgstr "" "Per esempio:\n" #. type: Bullet: ' - ' -msgid "" -"To [[install additional software|doc/first_steps/additional_software]]" +msgid "To [[install additional software|doc/first_steps/additional_software]]" msgstr "Per [[installare altro software|doc/first_steps/additional_software]]" #. type: Bullet: ' - ' @@ -74,21 +73,32 @@ msgid "Set up an administration password\n" msgstr "Definire una password da amministratore\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "In order to perform administration tasks, you need to set up an " +#| "administration\n" +#| "password when starting Tails, using [[<span class=\"application\">Tails\n" +#| "Greeter</span>|welcome_screen]].\n" msgid "" -"In order to perform administration tasks, you need to set up an administration\n" -"password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]].\n" +"In order to perform administration tasks, you need to set up an " +"administration password when starting Tails, using the [[Welcome Screen|" +"welcome_screen]]." msgstr "" "Per effettuare operazioni da amministratore hai bisogno di \n" -"impostare una password da amministratore durante l'avvio di Tails, usando [[<span class=\"application\">Tails\n" +"impostare una password da amministratore durante l'avvio di Tails, usando " +"[[<span class=\"application\">Tails\n" "Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Quando appare <span class=\"application\">Tails Greeter</span>, cliccate " "sul\n" @@ -98,7 +108,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po b/wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po index a065d64f50f..f4f1b86bb42 100644 --- a/wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen/administration_password.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-08-14 20:37+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-06-21 19:15-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,8 +36,7 @@ msgstr "" "Por exemplo:\n" #. type: Bullet: ' - ' -msgid "" -"To [[install additional software|doc/first_steps/additional_software]]" +msgid "To [[install additional software|doc/first_steps/additional_software]]" msgstr "" #. type: Bullet: ' - ' @@ -74,14 +73,21 @@ msgid "Set up an administration password\n" msgstr "Configure uma senha de administração\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "In order to perform administration tasks, you need to set up an " +#| "administration\n" +#| "password when starting Tails, using [[<span class=\"application\">Tails\n" +#| "Greeter</span>|welcome_screen]].\n" msgid "" -"In order to perform administration tasks, you need to set up an administration\n" -"password when starting Tails, using [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]].\n" +"In order to perform administration tasks, you need to set up an " +"administration password when starting Tails, using the [[Welcome Screen|" +"welcome_screen]]." msgstr "" -"Para poder realizar tarefas de administração, você precisa configurar uma senha\n" -"de administração ao iniciar o Tails, usando o [[<span class=\"application\">Tails\n" +"Para poder realizar tarefas de administração, você precisa configurar uma " +"senha\n" +"de administração ao iniciar o Tails, usando o [[<span class=\"application" +"\">Tails\n" "Greeter</span>|welcome_screen]].\n" #. type: Bullet: '1. ' @@ -92,9 +98,9 @@ msgstr "" #| "<span class=\"button\">Yes</span> button. Then click on the <span class=" #| "\"button\">Forward</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Quando o <span class=\"application\">Tails Greeter</span> aparecer, na " "janela <span class=\"guilabel\">Bem vindo/a ao Tails</span>, clique no botão " @@ -103,7 +109,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po index b5a1ee8f6b7..3f38fc96fc5 100644 --- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: TAILS\n" -"POT-Creation-Date: 2016-03-14 17:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-04-07 14:07+0200\n" "Last-Translator: Tails translators\n" "Language-Team: Tails Translations <tails-l10n@boum.org>\n" @@ -166,12 +166,15 @@ msgid "`ScrambleSuit`" msgstr "`ScrambleSuit`" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "To use bridges, choose to configure bridge settings from\n" +#| "<span class=\"application\">Tails Greeter</span>:\n" msgid "" -"To use bridges, choose to configure bridge settings from\n" -"<span class=\"application\">Tails Greeter</span>:\n" +"To use bridges, choose to configure bridge settings from the Welcome Screen:" msgstr "" -"Um Bridges zu benutzen, konfigurieren Sie bitte die Bridge-Einstellungen des\n" +"Um Bridges zu benutzen, konfigurieren Sie bitte die Bridge-Einstellungen " +"des\n" "<span class=\"application\">Tails Greeter</span>:\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po index a88d58a9103..1fa05e56b63 100644 --- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.es.po @@ -5,12 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-01-17 16:52+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-02-08 18:19+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" -"Language-Team: Spanish " -"<http://translate.tails.boum.org/projects/tails/startup_tor_bridge_mode/es/>" -"\n" +"Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" +"startup_tor_bridge_mode/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -103,8 +102,8 @@ msgid "" msgstr "" "Para usar Tor a través de puentes debes saber al menos la dirección de un " "puente por adelantado. El Tor Project distribuye direcciones de bridge de " -"muchas maneras, por ejemplo desde su " -"[website](https://bridges.torproject.org/) y por email." +"muchas maneras, por ejemplo desde su [website](https://bridges.torproject." +"org/) y por email." #. type: Plain text #, no-wrap @@ -164,10 +163,12 @@ msgid "`ScrambleSuit`" msgstr "`ScrambleSuit`" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "To use bridges, choose to configure bridge settings from\n" +#| "<span class=\"application\">Tails Greeter</span>:\n" msgid "" -"To use bridges, choose to configure bridge settings from\n" -"<span class=\"application\">Tails Greeter</span>:\n" +"To use bridges, choose to configure bridge settings from the Welcome Screen:" msgstr "" "Para usar puentes elige configurar puentes (bridges) en el\n" "<span class=\"application\">Tails Greeter</span>:\n" @@ -175,9 +176,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "" -"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.es\" " -"raw=\"yes\" sort=\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.es\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -191,11 +190,9 @@ msgid "" "relay of your Tor circuits in\n" "<span class=\"application\">[[Onion Circuits|doc/anonymous_internet/tor_status#circuits]]</span>.</p>\n" msgstr "" -"<p>Cuando arranca Tor los puentes que has configurado aparecen como los " -"primeros\n" +"<p>Cuando arranca Tor los puentes que has configurado aparecen como los primeros\n" "relays de tus circuitos de Tor en\n" -"<span class=\"application\">[[Onion " -"Circuits|doc/anonymous_internet/tor_status#circuits]]</span>.</p>\n" +"<span class=\"application\">[[Onion Circuits|doc/anonymous_internet/tor_status#circuits]]</span>.</p>\n" #. type: Title = #, no-wrap @@ -210,11 +207,11 @@ msgid "" "your country, then there are some extra rules that you should follow in " "order to prevent yourself from being identified as a Tor user." msgstr "" -"La [documentación de Tor Project sobre los " -"puentes](https://www.torproject.org/docs/bridges) se concentra sobre todo en " -"evitar la censura: cuando se censura el tráfico de Tor. Si usar Tor es " -"peligroso, o si se considera sospechoso en tu país, hay otras reglas que " -"deberás seguir para que no puedan ver que usas Tor." +"La [documentación de Tor Project sobre los puentes](https://www.torproject." +"org/docs/bridges) se concentra sobre todo en evitar la censura: cuando se " +"censura el tráfico de Tor. Si usar Tor es peligroso, o si se considera " +"sospechoso en tu país, hay otras reglas que deberás seguir para que no " +"puedan ver que usas Tor." #. type: Plain text #, no-wrap @@ -228,8 +225,7 @@ msgid "" "not absolute protection</strong> against all techniques that\n" "an adversary could do to identify Tor users.\n" msgstr "" -"Los puentes son herramientas importantes que funcionan en la mayoría de los " -"casos, pero <strong>no son\n" +"Los puentes son herramientas importantes que funcionan en la mayoría de los casos, pero <strong>no son\n" "la protección absoluta</strong> contra todas las técnicas que\n" "un adversario puede utilizar para identificar usuarios de Tor.\n" @@ -243,9 +239,9 @@ msgid "" "bridges#PluggableTransports) since they are harder to identify than other " "bridges." msgstr "" -"Utiliza sólo [puentes " -"*ofuscados*](https://www.torproject.org/docs/bridges#PluggableTransports) " -"que son más difíciles de identificar que los otros puentes." +"Utiliza sólo [puentes *ofuscados*](https://www.torproject.org/docs/" +"bridges#PluggableTransports) que son más difíciles de identificar que los " +"otros puentes." #. type: Bullet: '3. ' msgid "" @@ -272,10 +268,8 @@ msgid "" " and so it could end up in the hands of your adversary.\n" msgstr "" " Así que lo mejor sería si pudieras encontrar un amigo de confianza o\n" -" una organización en otro país que mantenga un *puente ofuscado* \"" -"privado\"\n" +" una organización en otro país que mantenga un *puente ofuscado* \"privado\"\n" " para ti. En este caso \"privado\" significaría que el puente está\n" -" configurado con la opción `PublishServerDescriptor 0`. Sin esta opción, " -"Tor Project\n" +" configurado con la opción `PublishServerDescriptor 0`. Sin esta opción, Tor Project\n" " recibirá noticia del puente y puede que distribuya su dirección a otros,\n" " por lo que podría caer en manos de tu adversario.\n" diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po index 1f3bbc31cd5..82ce59d82d2 100644 --- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2016-03-14 17:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-16 14:51+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -166,10 +166,9 @@ msgid "`ScrambleSuit`" msgstr "`ScrambleSuit`" #. type: Plain text -#, fuzzy, no-wrap +#, fuzzy msgid "" -"To use bridges, choose to configure bridge settings from\n" -"<span class=\"application\">Tails Greeter</span>:\n" +"To use bridges, choose to configure bridge settings from the Welcome Screen:" msgstr "" "برای استفاده از پل پیکربندی تنظیمات پل را از \n" "<span class=\"application\">خوشامدگوی تیلز</span> \n" diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po index a9f23dd8fef..da0550a2844 100644 --- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2016-03-07 18:54+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-03-26 22:15+0100\n" "Last-Translator: Chre <tor@renaudineau.org>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -162,12 +162,15 @@ msgid "`ScrambleSuit`" msgstr "`ScrambleSuit`" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "To use bridges, choose to configure bridge settings from\n" +#| "<span class=\"application\">Tails Greeter</span>:\n" msgid "" -"To use bridges, choose to configure bridge settings from\n" -"<span class=\"application\">Tails Greeter</span>:\n" +"To use bridges, choose to configure bridge settings from the Welcome Screen:" msgstr "" -"Pour utiliser les bridges, vous devez en configurer les paramètres au niveau du\n" +"Pour utiliser les bridges, vous devez en configurer les paramètres au niveau " +"du\n" "<span class=\"application\">Tails Greeter</span> :\n" #. type: Plain text 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 0fd91b4602c..5946c9435d9 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: 2018-05-09 16:20+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-04-06 15:15+0200\n" "Last-Translator: Tails translators\n" "Language-Team: \n" @@ -17,18 +17,24 @@ msgstr "" "X-Generator: Poedit 1.8.11\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Sobald der <span class=\"application\">Tails Greeter</span> erscheint, " "klicken Sie auf die Schaltfläche <span class=\"button\">[[!img lib/list-add." "png alt=\"Erweitern\" class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr " [[!img additional.png link=\"no\" alt=\"Zusätzliche Optionen des Tails Greeter\"]]\n" #. type: Bullet: '2. ' 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 28399a4db82..0a79f5fc2b5 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@boum.org\n" -"POT-Creation-Date: 2018-01-30 12:40+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-08-24 06:21+0000\n" "Last-Translator: Joaquín Serna <bubuanabelas@cryptolab.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -19,21 +19,25 @@ msgstr "" "X-Generator: Weblate 2.20\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Cuando aparezca el <span class=\"application\">Tails Greeter</span>, haz " -"click en el botón <span class=\"button\">[[!img lib/list-add.png alt=\"" -"Expandir\" class=\"symbolic\" link=\"no\"]]</span>." +"click en el botón <span class=\"button\">[[!img lib/list-add.png alt=" +"\"Expandir\" class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" -msgstr "" -" [[!img additional.png link=\"no\" alt=\"Configuraciones adicionales de " -"Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" +msgstr " [[!img additional.png link=\"no\" alt=\"Configuraciones adicionales de Tails Greeter\"]]\n" #. type: Bullet: '2. ' msgid "" 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 8b6449eb454..17f7dd8faf8 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: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,20 +16,25 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" -"وقتی <span class=\"application\">خوشامدگوی تیلز</span> بالا میآید، در پنجرهٔ" -" <span class=\"guilabel\">به تیلز خوش آمدید</span> روی دکمهٔ <span class=\"" -"button\">بله</span> کلیک کنید. سپس روی\n" -"<span class=\"button\">[[!img lib/list-add.png alt=\"ادامه\" class=\"" -"symbolic\" link=\"no\"]]</span> کلیک کنید." +"وقتی <span class=\"application\">خوشامدگوی تیلز</span> بالا میآید، در پنجرهٔ " +"<span class=\"guilabel\">به تیلز خوش آمدید</span> روی دکمهٔ <span class=" +"\"button\">بله</span> کلیک کنید. سپس روی\n" +"<span class=\"button\">[[!img lib/list-add.png alt=\"ادامه\" class=\"symbolic" +"\" link=\"no\"]]</span> کلیک کنید." #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' 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 7aae57fdc1f..fc0557dfd82 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 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-02-13 18:56+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -15,18 +15,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Lorsque <span class=\"application\">Tails Greeter</span> apparaît, cliquez " "sur le bouton <span class=\"button\">[[!img lib/list-add.png alt=\"Étendre\" " "class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr " [[!img additional.png link=\"no\" alt=\"Paramètres additionnels du Tails Greeter\"]]\n" #. type: Bullet: '2. ' 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 f24b6a5d8df..3467e43af45 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@boum.org\n" -"POT-Creation-Date: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -17,10 +17,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Quando appare <span class=\"application\">Tails Greeter</span>, cliccate " "sul\n" @@ -30,7 +35,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' 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 4f35de82a73..8913ece4d74 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: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,14 +17,14 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po index ee869e86b20..9b286eef62d 100644 --- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Italian Team\n" -"POT-Creation-Date: 2016-05-17 09:40+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-04-03 19:24-0000\n" "Last-Translator: Zeyev <tbd@tbd.com>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -170,18 +170,14 @@ msgid "`ScrambleSuit`" msgstr "`ScrambleSuit`" #. type: Plain text -#, no-wrap msgid "" -"To use bridges, choose to configure bridge settings from\n" -"<span class=\"application\">Tails Greeter</span>:\n" +"To use bridges, choose to configure bridge settings from the Welcome Screen:" msgstr "" #. type: Plain text #, no-wrap msgid "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "" -"[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.it\" " -"raw=\"yes\" sort=\"age\"]]\n" +msgstr "[[!inline pages=\"doc/first_steps/welcome_screen/bridge_mode.inline.it\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -307,12 +303,16 @@ msgstr "" #~| msgid "" #~| "To use bridges, choose to configure bridge settings from [[<span\n" #~| "class=\"application\">Tails Greeter</span>|welcome_screen]] as\n" -#~| "explained in the [[network configuration|network_configuration]] documentation.\n" +#~| "explained in the [[network configuration|network_configuration]] " +#~| "documentation.\n" #~ msgid "" -#~ "To use Tor through bridges, choose the bridge settings configuration option in [[<span\n" +#~ "To use Tor through bridges, choose the bridge settings configuration " +#~ "option in [[<span\n" #~ "class=\"application\">Tails Greeter</span>|welcome_screen]] as\n" -#~ "explained in the [[network configuration|network_configuration]] documentation.\n" +#~ "explained in the [[network configuration|network_configuration]] " +#~ "documentation.\n" #~ msgstr "" #~ "Per usare i bridge scegli di configurare le opzioni bridge dal [[<span\n" #~ "class=\"application\">Tails Greeter</span>|welcome_screen]], come\n" -#~ "spiegato nella documentazione relativa alla [[configurazione di rete|network_configuration]].\n" +#~ "spiegato nella documentazione relativa alla [[configurazione di rete|" +#~ "network_configuration]].\n" diff --git a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po index 8007fff4ab5..15951ff43a1 100644 --- a/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen/bridge_mode.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2016-03-14 17:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-06-21 10:07-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -167,12 +167,15 @@ msgid "`ScrambleSuit`" msgstr "" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "To use bridges, choose to configure bridge settings from\n" +#| "<span class=\"application\">Tails Greeter</span>:\n" msgid "" -"To use bridges, choose to configure bridge settings from\n" -"<span class=\"application\">Tails Greeter</span>:\n" +"To use bridges, choose to configure bridge settings from the Welcome Screen:" msgstr "" -"Para usar pontes, escolha para configurar as preferências de ponte a partir do\n" +"Para usar pontes, escolha para configurar as preferências de ponte a partir " +"do\n" "<span class=\"application\">Tails Greeter</span>:\n" #. type: Plain text diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po index b9fd605cd5d..6a2653ca12b 100644 --- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-05-09 16:20+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 09:05+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: \n" @@ -288,30 +288,39 @@ msgid "Disable MAC address spoofing\n" msgstr "Verschleiern der MAC-Adresse deaktivieren\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can disable MAC address spoofing from [[<span class=\"application" +#| "\">Tails\n" +#| "Greeter</span>|welcome_screen]]:\n" msgid "" -"You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]]:\n" +"You can disable MAC address spoofing from the [[Welcome Screen|" +"welcome_screen]]:" msgstr "" -"Sie können das Verschleiern Ihrer MAC-Adresse in [[<span class=\"application\">Tails\n" +"Sie können das Verschleiern Ihrer MAC-Adresse in [[<span class=\"application" +"\">Tails\n" "Greeter</span>|welcome_screen]] deaktivieren:\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Sobald der <span class=\"application\">Tails Greeter</span> erscheint, " "klicken Sie auf die Schaltfläche <span class=\"button\">[[!img lib/list-add." "png alt=\"Erweitern\" class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" -msgstr "" -" [[!img additional.png link=\"no\" alt=\"Zusätzliche Optionen des Tails " -"Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" +msgstr " [[!img additional.png link=\"no\" alt=\"Zusätzliche Optionen des Tails Greeter\"]]\n" #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po index a3873581647..f338c064615 100644 --- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-01-30 12:41+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-08-24 06:21+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -277,30 +277,39 @@ msgid "Disable MAC address spoofing\n" msgstr "Deshabilitar el spoofing de direcciones MAC\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can disable MAC address spoofing from [[<span class=\"application" +#| "\">Tails\n" +#| "Greeter</span>|welcome_screen]]:\n" msgid "" -"You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]]:\n" +"You can disable MAC address spoofing from the [[Welcome Screen|" +"welcome_screen]]:" msgstr "" -"Puedes deshabilitar el spoofing de direcciones MAC desde [[<span class=\"application\">Tails\n" +"Puedes deshabilitar el spoofing de direcciones MAC desde [[<span class=" +"\"application\">Tails\n" "Greeter</span>|welcome_screen]]:\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Cuando aparezca el <span class=\"application\">Tails Greeter</span>, haz " -"click en el botón <span class=\"button\">[[!img lib/list-add.png alt=\"" -"Expandir\" class=\"symbolic\" link=\"no\"]]</span>." +"click en el botón <span class=\"button\">[[!img lib/list-add.png alt=" +"\"Expandir\" class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" -msgstr "" -" [[!img additional.png link=\"no\" alt=\"Configuraciones adicionales de " -"Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" +msgstr " [[!img additional.png link=\"no\" alt=\"Configuraciones adicionales de Tails Greeter\"]]\n" #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po index b4284fd640c..366c1733cb0 100644 --- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -203,27 +203,31 @@ msgid "Disable MAC address spoofing\n" msgstr "" #. type: Plain text -#, no-wrap msgid "" -"You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]]:\n" +"You can disable MAC address spoofing from the [[Welcome Screen|" +"welcome_screen]]:" msgstr "" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" -"وقتی <span class=\"application\">خوشامدگوی تیلز</span> بالا میآید، در پنجرهٔ" -" <span class=\"guilabel\">به تیلز خوش آمدید</span> روی دکمهٔ <span class=\"" -"button\">بله</span> کلیک کنید. سپس روی\n" -"<span class=\"button\">[[!img lib/list-add.png alt=\"ادامه\" class=\"" -"symbolic\" link=\"no\"]]</span> کلیک کنید." +"وقتی <span class=\"application\">خوشامدگوی تیلز</span> بالا میآید، در پنجرهٔ " +"<span class=\"guilabel\">به تیلز خوش آمدید</span> روی دکمهٔ <span class=" +"\"button\">بله</span> کلیک کنید. سپس روی\n" +"<span class=\"button\">[[!img lib/list-add.png alt=\"ادامه\" class=\"symbolic" +"\" link=\"no\"]]</span> کلیک کنید." #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' 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 31ec084d615..383234f5b20 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 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-01-24 18:01+0000\n" "Last-Translator: \n" "Language-Team: \n" @@ -278,27 +278,38 @@ msgid "Disable MAC address spoofing\n" msgstr "Désactiver l'usurpation d'adresse MAC\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can disable MAC address spoofing from [[<span class=\"application" +#| "\">Tails\n" +#| "Greeter</span>|welcome_screen]]:\n" msgid "" -"You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]]:\n" +"You can disable MAC address spoofing from the [[Welcome Screen|" +"welcome_screen]]:" msgstr "" -"Vous pouvez désactiver l'usurpation d'adresse MAC depuis le [[<span class=\"application\">Tails\n" +"Vous pouvez désactiver l'usurpation d'adresse MAC depuis le [[<span class=" +"\"application\">Tails\n" "Greeter</span>|welcome_screen]] :\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Lorsque <span class=\"application\">Tails Greeter</span> apparaît, cliquez " "sur le bouton <span class=\"button\">[[!img lib/list-add.png alt=\"Étendre\" " "class=\"symbolic\" link=\"no\"]]</span>." #. type: Plain text -#, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr " [[!img additional.png link=\"no\" alt=\"Paramètres additionnels du Tails Greeter\"]]\n" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po index c716d105032..c941da6f0dd 100644 --- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Team italiano\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-04-03 19:29-0000\n" "Last-Translator: Zeyev <tbd@tbd.com>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -278,19 +278,29 @@ msgid "Disable MAC address spoofing\n" msgstr "Disattivare lo spoofing dell'indirizzo MAC\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can disable MAC address spoofing from [[<span class=\"application" +#| "\">Tails\n" +#| "Greeter</span>|welcome_screen]]:\n" msgid "" -"You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]]:\n" +"You can disable MAC address spoofing from the [[Welcome Screen|" +"welcome_screen]]:" msgstr "" -"Puoi disattivare lo spoofing dell'indirizzo MAC tramite [[<span class=\"application\">Tails\n" +"Puoi disattivare lo spoofing dell'indirizzo MAC tramite [[<span class=" +"\"application\">Tails\n" "Greeter</span>|welcome_screen]]:\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When <span class=\"application\">Tails Greeter</span> appears, click on " +#| "the <span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" +#| "\"symbolic\" link=\"no\"]]</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Quando appare <span class=\"application\">Tails Greeter</span>, cliccate " "sul\n" @@ -300,7 +310,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po index 48cf3706227..239f817bcf0 100644 --- a/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen/mac_spoofing.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-01-29 14:25+0100\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2014-06-21 19:20-0300\n" "Last-Translator: Tails Developers <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -274,12 +274,17 @@ msgid "Disable MAC address spoofing\n" msgstr "Desabilitar a alteração de endereço MAC\n" #. type: Plain text -#, no-wrap +#, fuzzy +#| msgid "" +#| "You can disable MAC address spoofing from [[<span class=\"application" +#| "\">Tails\n" +#| "Greeter</span>|welcome_screen]]:\n" msgid "" -"You can disable MAC address spoofing from [[<span class=\"application\">Tails\n" -"Greeter</span>|welcome_screen]]:\n" +"You can disable MAC address spoofing from the [[Welcome Screen|" +"welcome_screen]]:" msgstr "" -"Você pode desabilitar a alteração de endereço MAC a partir to [[<span class=\"application\">Tails\n" +"Você pode desabilitar a alteração de endereço MAC a partir to [[<span class=" +"\"application\">Tails\n" "Greeter</span>|welcome_screen]]:\n" #. type: Bullet: '1. ' @@ -290,9 +295,9 @@ msgstr "" #| "<span class=\"button\">Yes</span> button. Then click on the <span class=" #| "\"button\">Forward</span> button." msgid "" -"When <span class=\"application\">Tails Greeter</span> appears, click on the " -"<span class=\"button\">[[!img lib/list-add.png alt=\"Expand\" class=" -"\"symbolic\" link=\"no\"]]</span> button." +"When the Welcome Screen appears, click on the <span class=\"button\">[[!img " +"lib/list-add.png alt=\"Expand\" class=\"symbolic\" link=\"no\"]]</span> " +"button." msgstr "" "Quando o <span class=\"application\">Tails Greeter</span> aparecer, na " "janela <span class=\"guilabel\">Bem vindo/a ao Tails</span>, clique no botão " @@ -301,7 +306,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of Tails Greeter\"]]\n" +msgid " [[!img additional.png link=\"no\" alt=\"Additional settings of the Welcome Screen\"]]\n" msgstr "" #. type: Bullet: '2. ' diff --git a/wiki/src/doc/reset/linux.de.po b/wiki/src/doc/reset/linux.de.po index ac73328fda3..08fb6b21974 100644 --- a/wiki/src/doc/reset/linux.de.po +++ b/wiki/src/doc/reset/linux.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-05-12 15:11+0200\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-05-13 20:31+0200\n" "Last-Translator: Tails translators\n" "Language-Team: Tails localization <tails-l10n@boum.org>\n" @@ -190,17 +190,24 @@ msgstr "" "Stick mit Tails direkt zurücksetzen, während Tails läuft." #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When starting Tails, add the <span class=\"command\">toram</span> boot " +#| "option in the <span class=\"application\">Boot Loader Menu</span>. For " +#| "detailed instructions, see the documentation on [[using the <span class=" +#| "\"application\">Boot Loader Menu</span>|doc/advanced_topics/" +#| "boot_options]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " -"option in the <span class=\"application\">Boot Loader Menu</span>. For " -"detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." +"option in the <span class=\"application\">Boot Loader</span>. For detailed " +"instructions, see the documentation on [[using the <span class=\"application" +"\">Boot Loader</span>|advanced_topics/boot_options]]." msgstr "" "Fügen Sie beim Start von Tails die <span class=\"command\">toram</span> " "Bootoption im <span class=\"application\">Bootmenü</span> hinzu. Für " "detaillierte Anweisungen lesen Sie bitte die Dokumentation\n" -"zum [[<span class=\"application\">Bootmenü</span>|" -"welcome_screen#boot-loader]]." +"zum [[<span class=\"application\">Bootmenü</span>|welcome_screen#boot-" +"loader]]." #. type: Bullet: '2. ' msgid "" diff --git a/wiki/src/doc/reset/linux.es.po b/wiki/src/doc/reset/linux.es.po index 719d38dff18..19fe8b43dea 100644 --- a/wiki/src/doc/reset/linux.es.po +++ b/wiki/src/doc/reset/linux.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2018-01-30 12:41+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-19 03:36+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -105,10 +105,8 @@ 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 nuevo dispositivo aparecerá en la lista de dispositivos de " -"almacenamiento. Este nuevo\n" -" dispositivo corresponde al dispositivo USB que has enchufado. Haz click " -"en él.\n" +" Un nuevo dispositivo aparecerá en la lista de dispositivos de almacenamiento. Este nuevo\n" +" dispositivo corresponde al dispositivo USB que has enchufado. Haz click en él.\n" #. type: Bullet: '1. ' msgid "" @@ -172,9 +170,9 @@ msgid "" "<span class=\"guimenu\">[[!img lib/media-eject.png alt=\"Eject\" " "class=symbolic link=no]]</span> button in the titlebar." msgstr "" -"Para asegurarte de que se escriben todos los cambios, haz clic en el botón <" -"span class=\"guimenu\">[[!img lib/media-eject.png alt=\"Eject\" class=" -"symbolic link=no]]</span> de la barra de título." +"Para asegurarte de que se escriben todos los cambios, haz clic en el botón " +"<span class=\"guimenu\">[[!img lib/media-eject.png alt=\"Eject\" " +"class=symbolic link=no]]</span> de la barra de título." #. type: Title = #, no-wrap @@ -190,11 +188,18 @@ msgstr "" "directamente desde la misma memoria USB mientras lo usas." #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When starting Tails, add the <span class=\"command\">toram</span> boot " +#| "option in the <span class=\"application\">Boot Loader Menu</span>. For " +#| "detailed instructions, see the documentation on [[using the <span class=" +#| "\"application\">Boot Loader Menu</span>|doc/advanced_topics/" +#| "boot_options]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " -"option in the <span class=\"application\">Boot Loader Menu</span>. For " -"detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." +"option in the <span class=\"application\">Boot Loader</span>. For detailed " +"instructions, see the documentation on [[using the <span class=\"application" +"\">Boot Loader</span>|advanced_topics/boot_options]]." msgstr "" "Cuando inicies Tails, añade la opción de arranque <span class=\"command" "\">toram</span> en el <span class=\"application\">Menú de Gestión de " @@ -208,8 +213,8 @@ msgid "" "stick using <span class=\"application\">GNOME Disks</span>|linux#disks]]." msgstr "" "Si Tails arranca como siempre, sigue las instrucciones para [[resetear un " -"dispositivo USB usando <span class=\"application\">GNOME " -"Disks</span>|linux#disks]]." +"dispositivo USB usando <span class=\"application\">GNOME Disks</span>|" +"linux#disks]]." #. type: Plain text #, no-wrap @@ -218,9 +223,6 @@ msgid "" " enough memory for this operation mode. Try with another computer, or find\n" " another Linux system, such as another Tails USB stick, to do the reset from.\n" msgstr "" -" **Si el sistema no arranca** eso significa que el ordenador no tiene " -"suficiente\n" -" memoria para este modo de operación. Intenta con otro ordenador, o " -"encuentra\n" -" otro sistema Linux para hacer el reset, por ejemplo otra memoria USB con " -"Tails.\n" +" **Si el sistema no arranca** eso significa que el ordenador no tiene suficiente\n" +" memoria para este modo de operación. Intenta con otro ordenador, o encuentra\n" +" otro sistema Linux para hacer el reset, por ejemplo otra memoria USB con Tails.\n" diff --git a/wiki/src/doc/reset/linux.fa.po b/wiki/src/doc/reset/linux.fa.po index d7300dbaebc..c22b50c3f02 100644 --- a/wiki/src/doc/reset/linux.fa.po +++ b/wiki/src/doc/reset/linux.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-07-31 21:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2015-10-14 19:35+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -27,9 +27,7 @@ msgstr "[[!meta title=\"ایجاد دوبارهٔ یک درایو یواسب #. type: Plain text #, no-wrap msgid "[[!inline pages=\"doc/reset.intro\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "" -"[[!inline pages=\"doc/reset.intro.fa\" raw=\"yes\" sort=\"age\"]]" -"\n" +msgstr "[[!inline pages=\"doc/reset.intro.fa\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -223,9 +221,9 @@ msgstr "" #| "\"application\">boot menu</span>|welcome_screen#boot_menu]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " -"option in the <span class=\"application\">Boot Loader Menu</span>. For " -"detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." +"option in the <span class=\"application\">Boot Loader</span>. For detailed " +"instructions, see the documentation on [[using the <span class=\"application" +"\">Boot Loader</span>|advanced_topics/boot_options]]." msgstr "" "هنگام راهاندازی تیلز گزینهٔ بوت <span class=\"command\">toram</span> را در " "<span class=\"application\">فهرست بوت</span> اضافه کنید. برای خواندن راهنمای " diff --git a/wiki/src/doc/reset/linux.fr.po b/wiki/src/doc/reset/linux.fr.po index 59360cd3a94..70bbf135a0b 100644 --- a/wiki/src/doc/reset/linux.fr.po +++ b/wiki/src/doc/reset/linux.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2017-07-31 21:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2017-08-28 17:01+0000\n" "Last-Translator: Tails translators <tails@boum.org>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -192,11 +192,18 @@ msgstr "" "d'exécution." #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "When starting Tails, add the <span class=\"command\">toram</span> boot " +#| "option in the <span class=\"application\">Boot Loader Menu</span>. For " +#| "detailed instructions, see the documentation on [[using the <span class=" +#| "\"application\">Boot Loader Menu</span>|doc/advanced_topics/" +#| "boot_options]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " -"option in the <span class=\"application\">Boot Loader Menu</span>. For " -"detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." +"option in the <span class=\"application\">Boot Loader</span>. For detailed " +"instructions, see the documentation on [[using the <span class=\"application" +"\">Boot Loader</span>|advanced_topics/boot_options]]." msgstr "" "Au démarrage de Tails, ajoutez <span class=\"command\">toram</span> comme " "option de démarrage dans le <span class=\"application\">menu du chargeur " diff --git a/wiki/src/doc/reset/linux.it.po b/wiki/src/doc/reset/linux.it.po index 4f7c0588bec..3313a764198 100644 --- a/wiki/src/doc/reset/linux.it.po +++ b/wiki/src/doc/reset/linux.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Italian Tails translation\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2017-07-31 21:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-06-14 13:03+0000\n" "Last-Translator: anonymous <amnesia@boum.org>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -26,9 +26,7 @@ msgstr "[[!meta title=\"Formattare una chiavetta USB usando Linux\"]]\n" #. type: Plain text #, no-wrap msgid "[[!inline pages=\"doc/reset.intro\" raw=\"yes\" sort=\"age\"]]\n" -msgstr "" -"[[!inline pages=\"doc/reset.intro.it\" raw=\"yes\" sort=\"age\"]]" -"\n" +msgstr "[[!inline pages=\"doc/reset.intro.it\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -186,9 +184,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid " Then click on the <span class=\"button\">Format…</span> button.\n" -msgstr "" -" Per formattare il dispositivo, clicca su <span class=\"button\">" -"Formattare il Disco</span>.\n" +msgstr " Per formattare il dispositivo, clicca su <span class=\"button\">Formattare il Disco</span>.\n" #. type: Bullet: '1. ' msgid "" @@ -241,9 +237,9 @@ msgstr "" #| "\"application\">boot menu</span>|welcome_screen#boot_menu]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " -"option in the <span class=\"application\">Boot Loader Menu</span>. For " -"detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." +"option in the <span class=\"application\">Boot Loader</span>. For detailed " +"instructions, see the documentation on [[using the <span class=\"application" +"\">Boot Loader</span>|advanced_topics/boot_options]]." msgstr "" "Quando Tails è partito, aggiungi l'opzione di avvio <span class=\"command" "\">toram</span> nel<span class=\"application\">menù di avvio</span>. Per " diff --git a/wiki/src/doc/reset/linux.pt.po b/wiki/src/doc/reset/linux.pt.po index 920f020f29f..e56f4d49fa1 100644 --- a/wiki/src/doc/reset/linux.pt.po +++ b/wiki/src/doc/reset/linux.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2017-07-31 21:51+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-02-19 11:01+0000\n" "Last-Translator: Tails translators <amnesia@boum.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -225,9 +225,9 @@ msgstr "" #| "\"application\">boot menu</span>|welcome_screen#boot_menu]]." msgid "" "When starting Tails, add the <span class=\"command\">toram</span> boot " -"option in the <span class=\"application\">Boot Loader Menu</span>. For " -"detailed instructions, see the documentation on [[using the <span class=" -"\"application\">Boot Loader Menu</span>|doc/advanced_topics/boot_options]]." +"option in the <span class=\"application\">Boot Loader</span>. For detailed " +"instructions, see the documentation on [[using the <span class=\"application" +"\">Boot Loader</span>|advanced_topics/boot_options]]." msgstr "" "Quando iniciar o Tails, adicione a opção de boot <span class=\"command" "\">toram</span> no <span class=\"application\">meno de boot</span>. Para " 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 e715d2db1b1..1b1fe29dd75 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-18 11:20+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: \n" @@ -345,13 +345,13 @@ msgstr "" "span> USB-Stick mit Tails neu." #. type: Bullet: '1. ' -msgid "In <span class=\"application\">Tails Greeter</span>:" -msgstr "Im <span class=\"application\">Tails Greeter</span>:" +msgid "In the Welcome Screen:" +msgstr "" #. type: Plain text #, fuzzy, no-wrap #| msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\"]]\n" -msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img install/inc/screenshots/welcome_screen_with_persistence.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\"]]\n" #. type: Bullet: ' - ' @@ -475,3 +475,6 @@ msgstr "" #, no-wrap 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 "In <span class=\"application\">Tails Greeter</span>:" +#~ msgstr "Im <span class=\"application\">Tails Greeter</span>:" 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 1ea2413d7c0..3a01ce18e9d 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-14 16:26+0000\n" "Last-Translator: Joaquín Serna <bubuanabelas@cryptolab.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -326,12 +326,13 @@ msgstr "" "\">final</span> <span class=\"clone\">nueva</span> memoria USB de Tails." #. type: Bullet: '1. ' -msgid "In <span class=\"application\">Tails Greeter</span>:" -msgstr "En el <span class=\"application\">Tails Greeter</span>:" +msgid "In the Welcome Screen:" +msgstr "" #. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img install/inc/screenshots/welcome_screen_with_persistence.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!''\" ]]\n" #. type: Bullet: ' - ' @@ -449,5 +450,8 @@ msgstr "" msgid "<p>We hope you enjoy using Tails :)</p>\n" msgstr "<p>Esperamos que disfrutes usando Tails :)</p>\n" +#~ msgid "In <span class=\"application\">Tails Greeter</span>:" +#~ msgstr "En el <span class=\"application\">Tails Greeter</span>:" + #~ msgid "Test your Wi-Fi\n" #~ msgstr "Prueba tu Wi-Fi\n" 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 34a7eaaebfb..fe9394cb9c5 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 16:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -102,9 +102,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "<div class=\"step-image\">[[!img install/inc/infography/create-persistence.png link=\"no\" alt=\"\"]]</div>\n" -msgstr "" -"<div class=\"step-image\">[[!img install/inc/infography/create-" -"persistence.png link=\"no\" alt=\"\"]]</div>\n" +msgstr "<div class=\"step-image\">[[!img install/inc/infography/create-persistence.png link=\"no\" alt=\"\"]]</div>\n" #. type: Plain text #, no-wrap @@ -255,12 +253,12 @@ msgid "" msgstr "" #. type: Bullet: '1. ' -msgid "In <span class=\"application\">Tails Greeter</span>:" +msgid "In the Welcome Screen:" msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img install/inc/screenshots/welcome_screen_with_persistence.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr "" #. type: Bullet: ' - ' @@ -328,9 +326,7 @@ msgstr " <div class=\"col-md-6\">\n" #. type: Plain text #, no-wrap msgid " [[!img lib/dialog-warning.png link=\"no\" alt=\"\" class=\"float-left\"]]\n" -msgstr "" -" [[!img lib/dialog-warning.png link=\"no\" alt=\"\" class=\"float-left\"]]" -"\n" +msgstr " [[!img lib/dialog-warning.png link=\"no\" alt=\"\" class=\"float-left\"]]\n" #. type: Plain text #, no-wrap 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 f3e2844e185..df71a63ac6d 100644 --- a/wiki/src/install/inc/steps/create_persistence.inline.fr.po +++ b/wiki/src/install/inc/steps/create_persistence.inline.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-26 17:30+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -308,12 +308,13 @@ msgstr "" "span> clé USB Tails." #. type: Bullet: '1. ' -msgid "In <span class=\"application\">Tails Greeter</span>:" -msgstr "Dans <span class=\"application\">Tails Greeter</span> :" +msgid "In the Welcome Screen:" +msgstr "" #. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img install/inc/screenshots/welcome_screen_with_persistence.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" #. type: Bullet: ' - ' @@ -432,5 +433,8 @@ msgstr "" msgid "<p>We hope you enjoy using Tails :)</p>\n" msgstr "<p>Nous espérons que vous apprécierez Tails :)</p>\n" +#~ msgid "In <span class=\"application\">Tails Greeter</span>:" +#~ msgstr "Dans <span class=\"application\">Tails Greeter</span> :" + #~ msgid "Test your Wi-Fi\n" #~ msgstr "Tester votre Wi-Fi\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 9cababfb6fc..719d92c327d 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-08 15:39+0000\n" "Last-Translator: gallium69 <gallium69@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -36,9 +36,7 @@ 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 "" @@ -340,12 +338,12 @@ msgstr "" "linux mac-usb\">finale</span> <span class=\"clone\">nuova</span>." #. type: Bullet: '1. ' -msgid "In <span class=\"application\">Tails Greeter</span>:" -msgstr "In <span class=\"application\">Tails Greeter</span>:" +msgid "In the Welcome Screen:" +msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img install/inc/screenshots/welcome_screen_with_persistence.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr "" #. type: Bullet: ' - ' @@ -430,9 +428,7 @@ msgstr " <div class=\"col-md-6\">\n" #. type: Plain text #, no-wrap msgid " [[!img lib/dialog-warning.png link=\"no\" alt=\"\" class=\"float-left\"]]\n" -msgstr "" -" [[!img lib/dialog-warning.png link=\"no\" alt=\"\" class=\"float-left\"]]" -"\n" +msgstr " [[!img lib/dialog-warning.png link=\"no\" alt=\"\" class=\"float-left\"]]\n" #. type: Plain text #, no-wrap @@ -468,3 +464,6 @@ msgstr "" #, no-wrap msgid "<p>We hope you enjoy using Tails :)</p>\n" msgstr "<p>Speriamo che ti divertirai usando Tails :)</p>\n" + +#~ msgid "In <span class=\"application\">Tails Greeter</span>:" +#~ msgstr "In <span class=\"application\">Tails Greeter</span>:" 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 b1ac4de62f5..34a30d93871 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-03 14:25+0000\n" "Last-Translator: drebs <drebs@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -322,14 +322,14 @@ msgstr "" "Desligue o computador e reinicie-o na sua <span class=\"clone\">nova</span> " "memória USB com Tails." -# É necessário confirmar a tradução de "Tails Greeter" #. type: Bullet: '1. ' -msgid "In <span class=\"application\">Tails Greeter</span>:" -msgstr "No <span class=\"application\">Tails Greeter</span>:" +msgid "In the Welcome Screen:" +msgstr "" #. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img install/inc/screenshots/welcome_screen_with_persistence.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img install/inc/screenshots/greeter_with_persistence.png link=\"no\" alt=\"Tails Greeter: 'Bem-vinda a Tails!'\"]]\n" #. type: Bullet: ' - ' @@ -446,5 +446,9 @@ msgstr "" msgid "<p>We hope you enjoy using Tails :)</p>\n" msgstr "<p>Esperamos que você goste de usar o Tails :)</p>\n" +# É necessário confirmar a tradução de "Tails Greeter" +#~ msgid "In <span class=\"application\">Tails Greeter</span>:" +#~ msgstr "No <span class=\"application\">Tails Greeter</span>:" + #~ msgid "Test your Wi-Fi\n" #~ msgstr "Teste sua conexão Wi-Fi\n" 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 5e1c00d9d8e..0d3ea86b418 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: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-05-08 10:42+0200\n" "Last-Translator: Tails translators <tails@boum.org>\n" "Language-Team: \n" @@ -127,27 +127,132 @@ msgid "" "inc/steps/reporting.inline\" raw=\"yes\"]] \"\"\"]]" msgstr "" +#. type: Content of: <ol><li><p> +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Content of: <ol><li><pre> +#, no-wrap +msgid "Security settings do not allow this Mac to use an external startup disk." +msgstr "" + #. type: Content of: <ol><li><p> msgid "" -"If the computer starts on Tails, the <span class=\"application\">Boot Loader " -"Menu</span> appears and Tails starts automatically after 4 seconds." +"Then you have to change the change the settings of the <em>Startup Security " +"Utility</em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> +msgid "To open <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> " +"immediately after you see the Apple logo. Your Mac starts up from <a href=" +"\"https://support.apple.com/kb/HT201314\">macOS Recovery</a>." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you see the macOS <em>Utilities</em> window, choose " +"<strong>Utilities ▸ Startup Security Utility</strong> from the menu bar." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you are asked to authenticate, click <strong>Enter macOS Password</" +"strong>, then choose an administrator account and enter its password." +msgstr "" + +#. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/mac_option_key.png class=\"mac mac-clone" +#| "\" link=\"no\"]]\n" +msgid "" +"[[!img install/inc/screenshots/startup-security-utility.png link=\"no\" alt=" +"\"Startup Security Utility\"]]" +msgstr "" +" [[!img install/inc/screenshots/mac_option_key.png class=\"mac mac-clone\" " +"link=\"no\"]]\n" + +#. type: Content of: <ol><li><p> +msgid "In the <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>No Security</strong> in the <strong>Secure Boot</strong> " +"section." +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>Allow booting from external media</strong> in the " +"<strong>External Boot</strong>." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" -"If your computer displays the <span class=\"application\">Boot Loader Menu</" -"span> but then fails to start on the USB stick, it might currently be " -"impossible to start Tails on your Mac model." +"To still protect your Mac from starting on untrusted external media, you can " +"set a firmware password, available on macOS Mountain Lion or later. A " +"firmware password prevents users who do not have the password from starting " +"up from any media other than the designated startup disk." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><div><p> +msgid "" +"<strong>If you forget your firmware password it will require an in-person " +"service appointment with an Apple Store or Apple Authorized Service Provider." +"</strong>" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "Read more on Apple Support about:" +msgstr "" + +#. type: Content of: <ol><li><ul><li> +msgid "" +"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security " +"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 " +"password on your Mac</a>" +msgstr "" + +#. 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 "" + +#. type: Content of: <ol><li><p> +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"The Boot Loader on Mac is always <em>GRUB</em>. It might be different on PC." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"If your computer displays the Boot Loader but then fails to start on the USB " +"stick, it might currently be impossible to start Tails on your Mac model." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" "Please [[!toggle id=\"report-toggle\" text=\"report the problem to our help " "desk\"]]." 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 6b3fbb3f534..440ed12f860 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 11:29+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-08 15:39+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -55,8 +55,8 @@ msgid "" msgstr "" "Elige la memoria USB y presiona <span class=\"keycap\">Enter</span>. La " "memoria USB aparece como un disco duro externo y puede estar catalogada como " -"<span class=\"guilabel\">EFI Boot</span> o <span class=\"guilabel\"" -">Windows</span> como en las siguientes capturas de pantalla:" +"<span class=\"guilabel\">EFI Boot</span> o <span class=\"guilabel\">Windows</" +"span> como en las siguientes capturas de pantalla:" #. type: Content of: <ol><li><p> msgid "" @@ -64,9 +64,10 @@ msgid "" "with the logo of an internal hard disk labeled 'Macintosh HD' and an " "external hard disk labelled 'Windows' (selected)\"]]" msgstr "" -"[[!img install/inc/screenshots/mac_startup_usb.png link=\"no\" alt=\"" -"Pantalla con el logotipo de un disco duro interno con la etiqueta 'Macintosh " -"HD' y un disco duro externo con la etiqueta 'Windows' (seleccionado)\"]]" +"[[!img install/inc/screenshots/mac_startup_usb.png link=\"no\" alt=" +"\"Pantalla con el logotipo de un disco duro interno con la etiqueta " +"'Macintosh HD' y un disco duro externo con la etiqueta " +"'Windows' (seleccionado)\"]]" #. type: Content of: <ol><li><div><p> msgid "If the USB stick does not appear in the list of possible startup disks:" @@ -108,9 +109,114 @@ msgstr "" "inc/steps/reporting.inline.es\" raw=\"yes\"]] \"\"\"]]" #. type: Content of: <ol><li><p> +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Content of: <ol><li><pre> +#, no-wrap +msgid "Security settings do not allow this Mac to use an external startup disk." +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"Then you have to change the change the settings of the <em>Startup Security " +"Utility</em> of your Mac to authorize starting from Tails." +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "To open <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> " +"immediately after you see the Apple logo. Your Mac starts up from <a href=" +"\"https://support.apple.com/kb/HT201314\">macOS Recovery</a>." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you see the macOS <em>Utilities</em> window, choose " +"<strong>Utilities ▸ Startup Security Utility</strong> from the menu bar." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you are asked to authenticate, click <strong>Enter macOS Password</" +"strong>, then choose an administrator account and enter its password." +msgstr "" + +#. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| "[[!img install/inc/screenshots/mac_option_key.png link=\"no\" alt=" +#| "\"'Option' or 'alt' key in the bottom left of Mac keyboard\"]]" +msgid "" +"[[!img install/inc/screenshots/startup-security-utility.png link=\"no\" alt=" +"\"Startup Security Utility\"]]" +msgstr "" +"[[!img install/inc/screenshots/mac_option_key.png link=\"no\" alt=\"Tecla " +"'opción' o 'alt' en la parte inferior izquierda del teclado de Mac\"]]" + +#. type: Content of: <ol><li><p> +msgid "In the <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> msgid "" -"If the computer starts on Tails, the <span class=\"application\">Boot Loader " -"Menu</span> appears and Tails starts automatically after 4 seconds." +"Choose <strong>No Security</strong> in the <strong>Secure Boot</strong> " +"section." +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>Allow booting from external media</strong> in the " +"<strong>External Boot</strong>." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"To still protect your Mac from starting on untrusted external media, you can " +"set a firmware password, available on macOS Mountain Lion or later. A " +"firmware password prevents users who do not have the password from starting " +"up from any media other than the designated startup disk." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"<strong>If you forget your firmware password it will require an in-person " +"service appointment with an Apple Store or Apple Authorized Service Provider." +"</strong>" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "Read more on Apple Support about:" +msgstr "" + +#. type: Content of: <ol><li><ul><li> +msgid "" +"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security " +"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 " +"password on your Mac</a>" +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 la computadora se inicia en Tails, el <span class=\"aplicación\">Menú del " "cargador de arranque</span> aparece y Tails comienza automáticamente después " @@ -118,23 +224,27 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><p> +msgid "" +"The Boot Loader on Mac is always <em>GRUB</em>. It might be different on PC." +msgstr "" + +#. type: Content of: <ol><li><div><p> #, fuzzy msgid "" -"If your computer displays the <span class=\"application\">Boot Loader Menu</" -"span> but then fails to start on the USB stick, it might currently be " -"impossible to start Tails on your Mac model." +"If your computer displays the Boot Loader but then fails to start on the USB " +"stick, it might currently be impossible to start Tails on your Mac model." msgstr "" "Si la computadora se inicia en Tails, la <span class=\"aplicación\">Menú del " "cargador de arranque</span> aparece y Tails comienza automáticamente después " "de 4 segundos." -#. type: Content of: <div><p> +#. type: Content of: <ol><li><div><p> msgid "" "Please [[!toggle id=\"report-toggle\" text=\"report the problem to our help " "desk\"]]." 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 370ab4c4931..19a99953458 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" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -87,27 +87,126 @@ msgid "" "inc/steps/reporting.inline\" raw=\"yes\"]] \"\"\"]]" msgstr "" +#. type: Content of: <ol><li><p> +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Content of: <ol><li><pre> +#, no-wrap +msgid "Security settings do not allow this Mac to use an external startup disk." +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"Then you have to change the change the settings of the <em>Startup Security " +"Utility</em> of your Mac to authorize starting from Tails." +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "To open <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> " +"immediately after you see the Apple logo. Your Mac starts up from <a href=" +"\"https://support.apple.com/kb/HT201314\">macOS Recovery</a>." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you see the macOS <em>Utilities</em> window, choose " +"<strong>Utilities ▸ Startup Security Utility</strong> from the menu bar." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you are asked to authenticate, click <strong>Enter macOS Password</" +"strong>, then choose an administrator account and enter its password." +msgstr "" + #. type: Content of: <ol><li><p> msgid "" -"If the computer starts on Tails, the <span class=\"application\">Boot Loader " -"Menu</span> appears and Tails starts automatically after 4 seconds." +"[[!img install/inc/screenshots/startup-security-utility.png link=\"no\" alt=" +"\"Startup Security Utility\"]]" msgstr "" #. type: Content of: <ol><li><p> +msgid "In the <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"Choose <strong>No Security</strong> in the <strong>Secure Boot</strong> " +"section." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><ul><li><p> msgid "" -"If your computer displays the <span class=\"application\">Boot Loader Menu</" -"span> but then fails to start on the USB stick, it might currently be " -"impossible to start Tails on your Mac model." +"Choose <strong>Allow booting from external media</strong> in the " +"<strong>External Boot</strong>." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><div><p> +msgid "" +"To still protect your Mac from starting on untrusted external media, you can " +"set a firmware password, available on macOS Mountain Lion or later. A " +"firmware password prevents users who do not have the password from starting " +"up from any media other than the designated startup disk." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"<strong>If you forget your firmware password it will require an in-person " +"service appointment with an Apple Store or Apple Authorized Service Provider." +"</strong>" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "Read more on Apple Support about:" +msgstr "" + +#. type: Content of: <ol><li><ul><li> +msgid "" +"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security " +"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 " +"password on your Mac</a>" +msgstr "" + +#. 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 "" + +#. type: Content of: <ol><li><p> +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"The Boot Loader on Mac is always <em>GRUB</em>. It might be different on PC." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"If your computer displays the Boot Loader but then fails to start on the USB " +"stick, it might currently be impossible to start Tails on your Mac model." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" "Please [[!toggle id=\"report-toggle\" text=\"report the problem to our help " "desk\"]]." 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 9ad4f89ea82..28a7b7a60b4 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,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-02 13:25+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -115,36 +115,155 @@ msgstr "" "inc/steps/reporting.inline.fr\" raw=\"yes\"]] \"\"\"]]" #. type: Content of: <ol><li><p> +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Content of: <ol><li><pre> +#, no-wrap +msgid "Security settings do not allow this Mac to use an external startup disk." +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"Then you have to change the change the settings of the <em>Startup Security " +"Utility</em> of your Mac to authorize starting from Tails." +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "To open <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> " +"immediately after you see the Apple logo. Your Mac starts up from <a href=" +"\"https://support.apple.com/kb/HT201314\">macOS Recovery</a>." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> msgid "" -"If the computer starts on Tails, the <span class=\"application\">Boot Loader " -"Menu</span> appears and Tails starts automatically after 4 seconds." +"When you see the macOS <em>Utilities</em> window, choose " +"<strong>Utilities ▸ Startup Security Utility</strong> from the menu bar." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you are asked to authenticate, click <strong>Enter macOS Password</" +"strong>, then choose an administrator account and enter its password." +msgstr "" + +#. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| "[[!img install/inc/screenshots/mac_option_key.png link=\"no\" alt=" +#| "\"'Option' or 'alt' key in the bottom left of Mac keyboard\"]]" +msgid "" +"[[!img install/inc/screenshots/startup-security-utility.png link=\"no\" alt=" +"\"Startup Security Utility\"]]" +msgstr "" +"[[!img install/inc/screenshots/mac_option_key.png link=\"no\" alt=\"Touche " +"'Option' ou 'alt' en bas à gauche du clavier Mac\"]]" + +#. type: Content of: <ol><li><p> +msgid "In the <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>No Security</strong> in the <strong>Secure Boot</strong> " +"section." +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>Allow booting from external media</strong> in the " +"<strong>External Boot</strong>." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"To still protect your Mac from starting on untrusted external media, you can " +"set a firmware password, available on macOS Mountain Lion or later. A " +"firmware password prevents users who do not have the password from starting " +"up from any media other than the designated startup disk." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"<strong>If you forget your firmware password it will require an in-person " +"service appointment with an Apple Store or Apple Authorized Service Provider." +"</strong>" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "Read more on Apple Support about:" +msgstr "" + +#. type: Content of: <ol><li><ul><li> +msgid "" +"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security " +"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 " +"password on your Mac</a>" +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 <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> +#, fuzzy +#| msgid "" +#| "[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. Boot Loader Menu with two options " +#| "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]" msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" msgstr "" "[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Écran " "noir avec le logo Tails. Le menu du chargeur d'amorçage avec deux options " "'Tails' et 'Tails (Troubleshooting Mode)'.\"]]" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><p> msgid "" -"If your computer displays the <span class=\"application\">Boot Loader Menu</" -"span> but then fails to start on the USB stick, it might currently be " -"impossible to start Tails on your Mac model." +"The Boot Loader on Mac is always <em>GRUB</em>. It might be different on PC." +msgstr "" + +#. type: Content of: <ol><li><div><p> +#, fuzzy +#| msgid "" +#| "If your computer displays the <span class=\"application\">Boot Loader " +#| "Menu</span> but then fails to start on the USB stick, it might currently " +#| "be impossible to start Tails on your Mac model." +msgid "" +"If your computer displays the Boot Loader but then fails to start on the USB " +"stick, it might currently be impossible to start Tails on your Mac model." msgstr "" "Si votre ordinateur affiche le <span class=\"application\">menu du chargeur " "d'amorçage</span> mais échoue alors à démarrer sur la clé USB, il est " "probablement actuellement impossible de démarrer Tails sur votre modèle de " "Mac." -#. type: Content of: <div><p> +#. type: Content of: <ol><li><div><p> msgid "" "Please [[!toggle id=\"report-toggle\" text=\"report the problem to our help " "desk\"]]." 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 5845bf47722..e8d6a393490 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 11:29+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-24 10:40+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -133,27 +133,132 @@ msgstr "" "toggle id=\"report-toggle-1\" text=\"\"]]</span> [[!inline pages=\"install/" "inc/steps/reporting.inline.it\" raw=\"yes\"]] \"\"\"]]" +#. type: Content of: <ol><li><p> +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Content of: <ol><li><pre> +#, no-wrap +msgid "Security settings do not allow this Mac to use an external startup disk." +msgstr "" + #. type: Content of: <ol><li><p> msgid "" -"If the computer starts on Tails, the <span class=\"application\">Boot Loader " -"Menu</span> appears and Tails starts automatically after 4 seconds." +"Then you have to change the change the settings of the <em>Startup Security " +"Utility</em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> +msgid "To open <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> " +"immediately after you see the Apple logo. Your Mac starts up from <a href=" +"\"https://support.apple.com/kb/HT201314\">macOS Recovery</a>." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you see the macOS <em>Utilities</em> window, choose " +"<strong>Utilities ▸ Startup Security Utility</strong> from the menu bar." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you are asked to authenticate, click <strong>Enter macOS Password</" +"strong>, then choose an administrator account and enter its password." +msgstr "" + +#. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/mac_option_key.png class=\"mac mac-clone" +#| "\" link=\"no\"]]\n" +msgid "" +"[[!img install/inc/screenshots/startup-security-utility.png link=\"no\" alt=" +"\"Startup Security Utility\"]]" +msgstr "" +" [[!img install/inc/screenshots/mac_option_key.png class=\"mac mac-clone\" " +"link=\"no\"]]\n" + +#. type: Content of: <ol><li><p> +msgid "In the <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>No Security</strong> in the <strong>Secure Boot</strong> " +"section." +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>Allow booting from external media</strong> in the " +"<strong>External Boot</strong>." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" -"If your computer displays the <span class=\"application\">Boot Loader Menu</" -"span> but then fails to start on the USB stick, it might currently be " -"impossible to start Tails on your Mac model." +"To still protect your Mac from starting on untrusted external media, you can " +"set a firmware password, available on macOS Mountain Lion or later. A " +"firmware password prevents users who do not have the password from starting " +"up from any media other than the designated startup disk." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><div><p> +msgid "" +"<strong>If you forget your firmware password it will require an in-person " +"service appointment with an Apple Store or Apple Authorized Service Provider." +"</strong>" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "Read more on Apple Support about:" +msgstr "" + +#. type: Content of: <ol><li><ul><li> +msgid "" +"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security " +"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 " +"password on your Mac</a>" +msgstr "" + +#. 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 "" + +#. type: Content of: <ol><li><p> +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"The Boot Loader on Mac is always <em>GRUB</em>. It might be different on PC." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"If your computer displays the Boot Loader but then fails to start on the USB " +"stick, it might currently be impossible to start Tails on your Mac model." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" "Please [[!toggle id=\"report-toggle\" text=\"report the problem to our help " "desk\"]]." 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 fa363225853..baf4ebecf60 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 11:29+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-24 10:41+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -132,27 +132,132 @@ msgstr "" "toggle id=\"report-toggle-1\" text=\"\"]]</span> [[!inline pages=\"install/" "inc/steps/reporting.inline.pt\" raw=\"yes\"]] \"\"\"]]" +#. type: Content of: <ol><li><p> +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Content of: <ol><li><pre> +#, no-wrap +msgid "Security settings do not allow this Mac to use an external startup disk." +msgstr "" + #. type: Content of: <ol><li><p> msgid "" -"If the computer starts on Tails, the <span class=\"application\">Boot Loader " -"Menu</span> appears and Tails starts automatically after 4 seconds." +"Then you have to change the change the settings of the <em>Startup Security " +"Utility</em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> +msgid "To open <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"Turn on your Mac, then press and hold <strong>Command(⌘)+R</strong> " +"immediately after you see the Apple logo. Your Mac starts up from <a href=" +"\"https://support.apple.com/kb/HT201314\">macOS Recovery</a>." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you see the macOS <em>Utilities</em> window, choose " +"<strong>Utilities ▸ Startup Security Utility</strong> from the menu bar." +msgstr "" + +#. type: Content of: <ol><li><ol><li><p> +msgid "" +"When you are asked to authenticate, click <strong>Enter macOS Password</" +"strong>, then choose an administrator account and enter its password." +msgstr "" + +#. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/mac_option_key.png class=\"mac mac-clone" +#| "\" link=\"no\"]]\n" +msgid "" +"[[!img install/inc/screenshots/startup-security-utility.png link=\"no\" alt=" +"\"Startup Security Utility\"]]" +msgstr "" +" [[!img install/inc/screenshots/mac_option_key.png class=\"mac mac-clone\" " +"link=\"no\"]]\n" + +#. type: Content of: <ol><li><p> +msgid "In the <em>Startup Security Utility</em>:" +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>No Security</strong> in the <strong>Secure Boot</strong> " +"section." +msgstr "" + +#. type: Content of: <ol><li><ul><li><p> +msgid "" +"Choose <strong>Allow booting from external media</strong> in the " +"<strong>External Boot</strong>." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" -"If your computer displays the <span class=\"application\">Boot Loader Menu</" -"span> but then fails to start on the USB stick, it might currently be " -"impossible to start Tails on your Mac model." +"To still protect your Mac from starting on untrusted external media, you can " +"set a firmware password, available on macOS Mountain Lion or later. A " +"firmware password prevents users who do not have the password from starting " +"up from any media other than the designated startup disk." msgstr "" -#. type: Content of: <div><p> +#. type: Content of: <ol><li><div><p> +msgid "" +"<strong>If you forget your firmware password it will require an in-person " +"service appointment with an Apple Store or Apple Authorized Service Provider." +"</strong>" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "Read more on Apple Support about:" +msgstr "" + +#. type: Content of: <ol><li><ul><li> +msgid "" +"<a href=\"https://support.apple.com/en-us/HT208198\">Startup Security " +"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 " +"password on your Mac</a>" +msgstr "" + +#. 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 "" + +#. type: Content of: <ol><li><p> +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" + +#. type: Content of: <ol><li><p> +msgid "" +"The Boot Loader on Mac is always <em>GRUB</em>. It might be different on PC." +msgstr "" + +#. type: Content of: <ol><li><div><p> +msgid "" +"If your computer displays the Boot Loader but then fails to start on the USB " +"stick, it might currently be impossible to start Tails on your Mac model." +msgstr "" + +#. type: Content of: <ol><li><div><p> msgid "" "Please [[!toggle id=\"report-toggle\" text=\"report the problem to our help " "desk\"]]." 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 8794c3f9eda..65bb966aed0 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: 2019-11-28 18:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 08:55+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #. type: Content of: <ul><li> msgid "" -"On most computers, our basic instructions to get to the boot menu work fine." +"On most computers, our basic instructions to get to the Boot Menu work fine." msgstr "" #. type: Content of: <ul><li> @@ -46,34 +46,65 @@ msgstr "" #. type: Content of: <p> msgid "" -"The goal is to reach the <span class=\"application\">Boot Loader Menu</span> " -"of Tails:" +"The goal is to reach the Boot Loader of Tails. Depending on the computer, " +"the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>." msgstr "" #. type: Content of: <p> +msgid "This is how <em>GRUB</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. 'Boot menu' with two options 'Live' " +#| "and 'Live (failsafe)'.\"]]\n" msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" msgstr "" +" [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +"\"Schwarzer Bildschirm mit Tails-Hintergrund. 'Boot-Menü' mit den Optionen " +"'Live' und 'Live (failsafe)'.\"]]\n" + +#. type: Content of: <p> +msgid "This is how <em>SYSLINUX</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. 'Boot menu' with two options 'Live' " +#| "and 'Live (failsafe)'.\"]]\n" +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails " +"(Troubleshooting Mode)'.\"]]" +msgstr "" +" [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +"\"Schwarzer Bildschirm mit Tails-Hintergrund. 'Boot-Menü' mit den Optionen " +"'Live' und 'Live (failsafe)'.\"]]\n" #. type: Content of: <div><p> msgid "" -"After you reach the <span class=\"application\">Boot Loader Menu</span>, you " -"can skip the rest of this section and <a href=\"#greeter\">wait until <span " -"class=\"application\">Tails Greeter</span> appears</a>." +"After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, " +"you can skip the rest of this section and <a href=\"#welcome-screen\">wait " +"until the Welcome Screen appears</a>." msgstr "" #. type: Content of: <h3> -msgid "Getting to the boot menu" +msgid "Getting to the Boot Menu" msgstr "" #. type: Content of: <p> msgid "" -"On most computers, you can press a <em>boot menu key</em> to display a list " +"On most computers, you can press a <em>Boot Menu key</em> to display a list " "of possible devices to start from. The following instructions explain how to " -"display the boot menu and start on the USB stick. The following screenshot " -"is an example of a boot menu:" +"display the Boot Menu and start on the USB stick. The following screenshot " +"is an example of a Boot Menu:" msgstr "" #. type: Content of: <p> @@ -103,7 +134,7 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Identify the possible boot menu keys for the computer depending on the " +"Identify the possible Boot Menu keys for the computer depending on the " "computer manufacturer in the following list:" msgstr "" @@ -198,37 +229,37 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" "On many computers, a message is displayed very briefly when switching on " -"that also explains how to get to the boot menu or edit the BIOS settings." +"that also explains how to get to the Boot Menu or edit the BIOS settings." msgstr "" #. type: Content of: <ol><li><p> msgid "" "Switch on the computer and immediately press several times the first " -"possible boot menu key identified in step 2." +"possible Boot Menu key identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" "If the computer starts on another operating system or returns an error " "message, shut down the computer again and repeat step 3 for all the possible " -"boot menu keys identified in step 2." +"Boot Menu keys identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" -"If a boot menu with a list of devices appears, select your USB stick and " +"If a Boot Menu with a list of devices appears, select your USB stick and " "press <span class=\"keycap\">Enter</span>." msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"If the boot menu key that works on your computer is a different one than the " +"If the Boot Menu key that works on your computer is a different one than the " "first in the list, please let us know so we can improve the list. You can " "write to [[sajolida@pimienta.org]] (private email)." msgstr "" #. type: Content of: <p> -msgid "This animation explains how to use the boot menu key:" +msgid "This animation explains how to use the Boot Menu key:" msgstr "" #. type: Content of: <h3> @@ -242,13 +273,13 @@ msgid "" msgstr "" #. type: Content of: <h3> -msgid "Edit the BIOS settings" +msgid "Edit the BIOS settings (advanced users)" msgstr "" #. type: Content of: <p> msgid "" -"If none of the possible boot menu keys from the previous technique work, or " -"if the USB stick does not appear in the boot menu, you might need to edit " +"If none of the possible Boot Menu keys from the previous technique work, or " +"if the USB stick does not appear in the Boot Menu, you might need to edit " "your BIOS settings." msgstr "" @@ -301,9 +332,8 @@ msgstr "" #. type: Content of: <p> msgid "" -"In the BIOS settings, try to apply the following changes one by one and " -"restart the computer after each change. Some changes might not apply to " -"certain computer models." +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." msgstr "" #. type: Content of: <div><p> @@ -313,50 +343,23 @@ msgid "" "usual operating system." msgstr "" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"Edit the <strong>Boot Order</strong>. Depending on the computer model you " -"might see an entry for <strong>removable devices</strong> or <strong>USB " -"media</strong>. Move this entry to the top of the list to force the computer " -"to try to start from the USB stick before starting from the internal hard " -"disk." -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "Disable <strong>Fast boot</strong>." +"There might be an option in your BIOS to enable the Boot Menu key. Make sure " +"that the Boot Menu key is enabled. This option might be called <strong>Boot " +"Device List</strong> or differently depending on the computer." msgstr "" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"If the computer is configured to start with <strong>legacy BIOS</strong>, " -"try to configure it to start with <strong>UEFI</strong>. Else, if the " -"computer is configured to start with <strong>UEFI</strong>, try to configure " -"it to start with <strong>legacy BIOS</strong>. To do so, try any of the " -"following options if available:" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>Legacy mode</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "" -"Disable <strong>Secure boot</strong> (see the <a href=\"https://docs." -"microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-" -"boot\">Microsoft documentation</a>)" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>CSM boot</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Disable <strong>UEFI</strong>" +"Edit the <strong>Boot Order</strong>. Depending on the computer, you might " +"see an entry for <strong>removable devices</strong> or <strong>USB media</" +"strong>. Move this entry to the top of the list to force the computer to try " +"to start from the USB stick before starting from the internal hard disk." msgstr "" -#. type: Content of: <ol><li><p> -msgid "" -"Try to upgrade the BIOS to the latest version provided by the manufacturer." +#. type: Content of: <ul><li><p> +msgid "Disable <strong>Fast boot</strong>." msgstr "" #. type: Content of: <div><p> @@ -543,20 +546,6 @@ msgstr "" #~ "\"\"]]\n" #~ msgstr " [[!img install/inc/screenshots/desktop.png link=\"no\"]]\n" -#, fuzzy -#~| msgid "" -#~| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~| "\"Black screen with Tails artwork. 'Boot menu' with two options 'Live' " -#~| "and 'Live (failsafe)'.\"]]\n" -#~ msgid "" -#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~ "\"Black screen with Tails artwork. Boot Loader Menu with two options " -#~ "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -#~ msgstr "" -#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~ "\"Schwarzer Bildschirm mit Tails-Hintergrund. 'Boot-Menü' mit den " -#~ "Optionen 'Live' und 'Live (failsafe)'.\"]]\n" - #, fuzzy #~| msgid "" #~| " <div class=\"bug mac-dvd\">\n" 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 bbc5d482913..08a9e45950b 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: 2019-11-28 18:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-08-16 12:46+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #. type: Content of: <ul><li> msgid "" -"On most computers, our basic instructions to get to the boot menu work fine." +"On most computers, our basic instructions to get to the Boot Menu work fine." msgstr "" #. type: Content of: <ul><li> @@ -46,34 +46,65 @@ msgstr "" #. type: Content of: <p> msgid "" -"The goal is to reach the <span class=\"application\">Boot Loader Menu</span> " -"of Tails:" +"The goal is to reach the Boot Loader of Tails. Depending on the computer, " +"the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>." msgstr "" #. type: Content of: <p> +msgid "This is how <em>GRUB</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. Boot Loader Menu with two options " +#| "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" +" [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +"\"Pantalla negra con el logo de Tails. Menú de arranque con dos opciones " +"'Tails' y 'Tails (Modo seguro)'.\"]]\n" + +#. type: Content of: <p> +msgid "This is how <em>SYSLINUX</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. Boot Loader Menu with two options " +#| "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails " +"(Troubleshooting Mode)'.\"]]" msgstr "" +" [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +"\"Pantalla negra con el logo de Tails. Menú de arranque con dos opciones " +"'Tails' y 'Tails (Modo seguro)'.\"]]\n" #. type: Content of: <div><p> msgid "" -"After you reach the <span class=\"application\">Boot Loader Menu</span>, you " -"can skip the rest of this section and <a href=\"#greeter\">wait until <span " -"class=\"application\">Tails Greeter</span> appears</a>." +"After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, " +"you can skip the rest of this section and <a href=\"#welcome-screen\">wait " +"until the Welcome Screen appears</a>." msgstr "" #. type: Content of: <h3> -msgid "Getting to the boot menu" +msgid "Getting to the Boot Menu" msgstr "" #. type: Content of: <p> msgid "" -"On most computers, you can press a <em>boot menu key</em> to display a list " +"On most computers, you can press a <em>Boot Menu key</em> to display a list " "of possible devices to start from. The following instructions explain how to " -"display the boot menu and start on the USB stick. The following screenshot " -"is an example of a boot menu:" +"display the Boot Menu and start on the USB stick. The following screenshot " +"is an example of a Boot Menu:" msgstr "" #. type: Content of: <p> @@ -103,7 +134,7 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Identify the possible boot menu keys for the computer depending on the " +"Identify the possible Boot Menu keys for the computer depending on the " "computer manufacturer in the following list:" msgstr "" @@ -198,37 +229,37 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" "On many computers, a message is displayed very briefly when switching on " -"that also explains how to get to the boot menu or edit the BIOS settings." +"that also explains how to get to the Boot Menu or edit the BIOS settings." msgstr "" #. type: Content of: <ol><li><p> msgid "" "Switch on the computer and immediately press several times the first " -"possible boot menu key identified in step 2." +"possible Boot Menu key identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" "If the computer starts on another operating system or returns an error " "message, shut down the computer again and repeat step 3 for all the possible " -"boot menu keys identified in step 2." +"Boot Menu keys identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" -"If a boot menu with a list of devices appears, select your USB stick and " +"If a Boot Menu with a list of devices appears, select your USB stick and " "press <span class=\"keycap\">Enter</span>." msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"If the boot menu key that works on your computer is a different one than the " +"If the Boot Menu key that works on your computer is a different one than the " "first in the list, please let us know so we can improve the list. You can " "write to [[sajolida@pimienta.org]] (private email)." msgstr "" #. type: Content of: <p> -msgid "This animation explains how to use the boot menu key:" +msgid "This animation explains how to use the Boot Menu key:" msgstr "" #. type: Content of: <h3> @@ -242,13 +273,13 @@ msgid "" msgstr "" #. type: Content of: <h3> -msgid "Edit the BIOS settings" +msgid "Edit the BIOS settings (advanced users)" msgstr "" #. type: Content of: <p> msgid "" -"If none of the possible boot menu keys from the previous technique work, or " -"if the USB stick does not appear in the boot menu, you might need to edit " +"If none of the possible Boot Menu keys from the previous technique work, or " +"if the USB stick does not appear in the Boot Menu, you might need to edit " "your BIOS settings." msgstr "" @@ -301,9 +332,8 @@ msgstr "" #. type: Content of: <p> msgid "" -"In the BIOS settings, try to apply the following changes one by one and " -"restart the computer after each change. Some changes might not apply to " -"certain computer models." +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." msgstr "" #. type: Content of: <div><p> @@ -313,50 +343,23 @@ msgid "" "usual operating system." msgstr "" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"Edit the <strong>Boot Order</strong>. Depending on the computer model you " -"might see an entry for <strong>removable devices</strong> or <strong>USB " -"media</strong>. Move this entry to the top of the list to force the computer " -"to try to start from the USB stick before starting from the internal hard " -"disk." +"There might be an option in your BIOS to enable the Boot Menu key. Make sure " +"that the Boot Menu key is enabled. This option might be called <strong>Boot " +"Device List</strong> or differently depending on the computer." msgstr "" -#. type: Content of: <ol><li><p> -msgid "Disable <strong>Fast boot</strong>." -msgstr "" - -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"If the computer is configured to start with <strong>legacy BIOS</strong>, " -"try to configure it to start with <strong>UEFI</strong>. Else, if the " -"computer is configured to start with <strong>UEFI</strong>, try to configure " -"it to start with <strong>legacy BIOS</strong>. To do so, try any of the " -"following options if available:" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>Legacy mode</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "" -"Disable <strong>Secure boot</strong> (see the <a href=\"https://docs." -"microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-" -"boot\">Microsoft documentation</a>)" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>CSM boot</strong>" +"Edit the <strong>Boot Order</strong>. Depending on the computer, you might " +"see an entry for <strong>removable devices</strong> or <strong>USB media</" +"strong>. Move this entry to the top of the list to force the computer to try " +"to start from the USB stick before starting from the internal hard disk." msgstr "" -#. type: Content of: <ol><li><ul><li> -msgid "Disable <strong>UEFI</strong>" -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "" -"Try to upgrade the BIOS to the latest version provided by the manufacturer." +#. type: Content of: <ul><li><p> +msgid "Disable <strong>Fast boot</strong>." msgstr "" #. type: Content of: <div><p> @@ -528,15 +531,6 @@ msgstr "" #~ " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=" #~ "\"EscritorioTails\"]]\n" -#~ msgid "" -#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~ "\"Black screen with Tails artwork. Boot Loader Menu with two options " -#~ "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -#~ msgstr "" -#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~ "\"Pantalla negra con el logo de Tails. Menú de arranque con dos opciones " -#~ "'Tails' y 'Tails (Modo seguro)'.\"]]\n" - #, fuzzy #~| msgid "" #~| " <div class=\"bug mac-dvd\">\n" 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 274b2da4c71..e116d4ead61 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: 2019-11-28 18:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,7 +28,7 @@ msgstr "" #. type: Content of: <ul><li> msgid "" -"On most computers, our basic instructions to get to the boot menu work fine." +"On most computers, our basic instructions to get to the Boot Menu work fine." msgstr "" #. type: Content of: <ul><li> @@ -45,34 +45,49 @@ msgstr "" #. type: Content of: <p> msgid "" -"The goal is to reach the <span class=\"application\">Boot Loader Menu</span> " -"of Tails:" +"The goal is to reach the Boot Loader of Tails. Depending on the computer, " +"the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>." +msgstr "" + +#. type: Content of: <p> +msgid "This is how <em>GRUB</em> looks like:" +msgstr "" + +#. type: Content of: <p> +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" + +#. type: Content of: <p> +msgid "This is how <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails " +"(Troubleshooting Mode)'.\"]]" msgstr "" #. type: Content of: <div><p> msgid "" -"After you reach the <span class=\"application\">Boot Loader Menu</span>, you " -"can skip the rest of this section and <a href=\"#greeter\">wait until <span " -"class=\"application\">Tails Greeter</span> appears</a>." +"After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, " +"you can skip the rest of this section and <a href=\"#welcome-screen\">wait " +"until the Welcome Screen appears</a>." msgstr "" #. type: Content of: <h3> -msgid "Getting to the boot menu" +msgid "Getting to the Boot Menu" msgstr "" #. type: Content of: <p> msgid "" -"On most computers, you can press a <em>boot menu key</em> to display a list " +"On most computers, you can press a <em>Boot Menu key</em> to display a list " "of possible devices to start from. The following instructions explain how to " -"display the boot menu and start on the USB stick. The following screenshot " -"is an example of a boot menu:" +"display the Boot Menu and start on the USB stick. The following screenshot " +"is an example of a Boot Menu:" msgstr "" #. type: Content of: <p> @@ -102,7 +117,7 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Identify the possible boot menu keys for the computer depending on the " +"Identify the possible Boot Menu keys for the computer depending on the " "computer manufacturer in the following list:" msgstr "" @@ -197,37 +212,37 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" "On many computers, a message is displayed very briefly when switching on " -"that also explains how to get to the boot menu or edit the BIOS settings." +"that also explains how to get to the Boot Menu or edit the BIOS settings." msgstr "" #. type: Content of: <ol><li><p> msgid "" "Switch on the computer and immediately press several times the first " -"possible boot menu key identified in step 2." +"possible Boot Menu key identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" "If the computer starts on another operating system or returns an error " "message, shut down the computer again and repeat step 3 for all the possible " -"boot menu keys identified in step 2." +"Boot Menu keys identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" -"If a boot menu with a list of devices appears, select your USB stick and " +"If a Boot Menu with a list of devices appears, select your USB stick and " "press <span class=\"keycap\">Enter</span>." msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"If the boot menu key that works on your computer is a different one than the " +"If the Boot Menu key that works on your computer is a different one than the " "first in the list, please let us know so we can improve the list. You can " "write to [[sajolida@pimienta.org]] (private email)." msgstr "" #. type: Content of: <p> -msgid "This animation explains how to use the boot menu key:" +msgid "This animation explains how to use the Boot Menu key:" msgstr "" #. type: Content of: <h3> @@ -241,13 +256,13 @@ msgid "" msgstr "" #. type: Content of: <h3> -msgid "Edit the BIOS settings" +msgid "Edit the BIOS settings (advanced users)" msgstr "" #. type: Content of: <p> msgid "" -"If none of the possible boot menu keys from the previous technique work, or " -"if the USB stick does not appear in the boot menu, you might need to edit " +"If none of the possible Boot Menu keys from the previous technique work, or " +"if the USB stick does not appear in the Boot Menu, you might need to edit " "your BIOS settings." msgstr "" @@ -300,9 +315,8 @@ msgstr "" #. type: Content of: <p> msgid "" -"In the BIOS settings, try to apply the following changes one by one and " -"restart the computer after each change. Some changes might not apply to " -"certain computer models." +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." msgstr "" #. type: Content of: <div><p> @@ -312,50 +326,23 @@ msgid "" "usual operating system." msgstr "" -#. type: Content of: <ol><li><p> -msgid "" -"Edit the <strong>Boot Order</strong>. Depending on the computer model you " -"might see an entry for <strong>removable devices</strong> or <strong>USB " -"media</strong>. Move this entry to the top of the list to force the computer " -"to try to start from the USB stick before starting from the internal hard " -"disk." -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "Disable <strong>Fast boot</strong>." -msgstr "" - -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"If the computer is configured to start with <strong>legacy BIOS</strong>, " -"try to configure it to start with <strong>UEFI</strong>. Else, if the " -"computer is configured to start with <strong>UEFI</strong>, try to configure " -"it to start with <strong>legacy BIOS</strong>. To do so, try any of the " -"following options if available:" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>Legacy mode</strong>" +"There might be an option in your BIOS to enable the Boot Menu key. Make sure " +"that the Boot Menu key is enabled. This option might be called <strong>Boot " +"Device List</strong> or differently depending on the computer." msgstr "" -#. type: Content of: <ol><li><ul><li> +#. type: Content of: <ul><li><p> msgid "" -"Disable <strong>Secure boot</strong> (see the <a href=\"https://docs." -"microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-" -"boot\">Microsoft documentation</a>)" +"Edit the <strong>Boot Order</strong>. Depending on the computer, you might " +"see an entry for <strong>removable devices</strong> or <strong>USB media</" +"strong>. Move this entry to the top of the list to force the computer to try " +"to start from the USB stick before starting from the internal hard disk." msgstr "" -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>CSM boot</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Disable <strong>UEFI</strong>" -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "" -"Try to upgrade the BIOS to the latest version provided by the manufacturer." +#. type: Content of: <ul><li><p> +msgid "Disable <strong>Fast boot</strong>." msgstr "" #. type: Content of: <div><p> 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 f24ae8c3faa..3c19370e4de 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,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-11-28 18:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-03 14:25+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -30,8 +30,12 @@ msgstr "" "modèle de l'ordinateur :" #. type: Content of: <ul><li> +#, fuzzy +#| msgid "" +#| "On most computers, our basic instructions to get to the boot menu work " +#| "fine." msgid "" -"On most computers, our basic instructions to get to the boot menu work fine." +"On most computers, our basic instructions to get to the Boot Menu work fine." msgstr "" "Sur la plupart des ordinateurs, nos instructions de base pour obtenir le " "menu de démarrage fonctionnent bien." @@ -54,27 +58,58 @@ msgstr "" #. type: Content of: <p> msgid "" -"The goal is to reach the <span class=\"application\">Boot Loader Menu</span> " -"of Tails:" +"The goal is to reach the Boot Loader of Tails. Depending on the computer, " +"the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>." +msgstr "" + +#. type: Content of: <p> +msgid "This is how <em>GRUB</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| "[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. Boot Loader Menu with two options " +#| "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]" +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" +"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Écran " +"noir avec le logo Tails. Le menu du chargeur d'amorçage avec deux options " +"'Tails' et 'Tails (Troubleshooting Mode)'.\"]]" + +#. type: Content of: <p> +msgid "This is how <em>SYSLINUX</em> looks like:" msgstr "" -"Le but est d'obtenir le <span class=\"application\">menu du chargeur " -"d’amorçage</span> de Tails :" #. type: Content of: <p> +#, fuzzy +#| msgid "" +#| "[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. Boot Loader Menu with two options " +#| "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]" msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails " +"(Troubleshooting Mode)'.\"]]" msgstr "" "[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Écran " "noir avec le logo Tails. Le menu du chargeur d'amorçage avec deux options " "'Tails' et 'Tails (Troubleshooting Mode)'.\"]]" #. type: Content of: <div><p> +#, fuzzy +#| msgid "" +#| "After you reach the <span class=\"application\">Boot Loader Menu</span>, " +#| "you can skip the rest of this section and <a href=\"#greeter\">wait until " +#| "<span class=\"application\">Tails Greeter</span> appears</a>." msgid "" -"After you reach the <span class=\"application\">Boot Loader Menu</span>, you " -"can skip the rest of this section and <a href=\"#greeter\">wait until <span " -"class=\"application\">Tails Greeter</span> appears</a>." +"After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, " +"you can skip the rest of this section and <a href=\"#welcome-screen\">wait " +"until the Welcome Screen appears</a>." msgstr "" "Après avoir obtenu le <span class=\"application\">menu du chargeur " "d'amorçage</span>, vous pouvez ignorer le reste de cette section et <a href=" @@ -82,15 +117,23 @@ msgstr "" "Greeter</span> apparaisse</a>." #. type: Content of: <h3> -msgid "Getting to the boot menu" +#, fuzzy +#| msgid "Getting to the boot menu" +msgid "Getting to the Boot Menu" msgstr "Obtenir le menu de démarrage" #. type: Content of: <p> +#, fuzzy +#| msgid "" +#| "On most computers, you can press a <em>boot menu key</em> to display a " +#| "list of possible devices to start from. The following instructions " +#| "explain how to display the boot menu and start on the USB stick. The " +#| "following screenshot is an example of a boot menu:" msgid "" -"On most computers, you can press a <em>boot menu key</em> to display a list " +"On most computers, you can press a <em>Boot Menu key</em> to display a list " "of possible devices to start from. The following instructions explain how to " -"display the boot menu and start on the USB stick. The following screenshot " -"is an example of a boot menu:" +"display the Boot Menu and start on the USB stick. The following screenshot " +"is an example of a Boot Menu:" msgstr "" "Sur la plupart des ordinateurs, il est possible d'appuyer sur une touche " "afin d'obtenir un menu (souvent appelé *Boot Menu*) permettant de choisir le " @@ -125,10 +168,18 @@ msgid "" msgstr "" #. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " 1. Identify the potential boot menu keys for the computer depending " +#| "on\n" +#| " the computer manufacturer in the following list:\n" msgid "" -"Identify the possible boot menu keys for the computer depending on the " +"Identify the possible Boot Menu keys for the computer depending on the " "computer manufacturer in the following list:" msgstr "" +" 1. Identifier la touche pour obtenir le *Boot Menu*. La liste suivante " +"donne\n" +" des possibilités selon la marque de l'ordinateur :\n" #. type: Content of: <ol><li><table><tr><th> msgid "Manufacturer" @@ -221,37 +272,64 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" "On many computers, a message is displayed very briefly when switching on " -"that also explains how to get to the boot menu or edit the BIOS settings." +"that also explains how to get to the Boot Menu or edit the BIOS settings." msgstr "" #. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " Immediately press several times the first potential boot menu key " +#| "identified in step 3.\n" msgid "" "Switch on the computer and immediately press several times the first " -"possible boot menu key identified in step 2." +"possible Boot Menu key identified in step 2." msgstr "" +" Immédiatement après, appuyer plusieurs fois sur la première des " +"touches possibles identifiée à l'étape 3.\n" #. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " a. If the computer starts on another operating system or " +#| "returns an\n" +#| " error message, then shut down the computer again and " +#| "repeat step\n" +#| " 4 for all the potential boot menu keys identified in step " +#| "3.\n" msgid "" "If the computer starts on another operating system or returns an error " "message, shut down the computer again and repeat step 3 for all the possible " -"boot menu keys identified in step 2." +"Boot Menu keys identified in step 2." msgstr "" +" a. Si l'ordinateur démarre un autre système d'exploitation ou " +"qu'il affiche un\n" +" message d'erreur, l'éteindre à nouveau et répéter l'étape 4 " +"pour chacune des\n" +" touches possibles identifiées à l'étape 3.\n" #. type: Content of: <ol><li><p> +#, fuzzy +#| msgid "" +#| " a. If a boot menu with a list of devices appears, select your USB " +#| "stick\n" +#| " and press <span class=\"keycap\">Enter</span>.\n" msgid "" -"If a boot menu with a list of devices appears, select your USB stick and " +"If a Boot Menu with a list of devices appears, select your USB stick and " "press <span class=\"keycap\">Enter</span>." msgstr "" +" a. Si un menu avec une liste de périphériques apparaît, choisir votre " +"clé USB\n" +" et appuyer sur <span class=\"keycap\">Entrée</span>.\n" #. type: Content of: <ol><li><div><p> msgid "" -"If the boot menu key that works on your computer is a different one than the " +"If the Boot Menu key that works on your computer is a different one than the " "first in the list, please let us know so we can improve the list. You can " "write to [[sajolida@pimienta.org]] (private email)." msgstr "" #. type: Content of: <p> -msgid "This animation explains how to use the boot menu key:" +msgid "This animation explains how to use the Boot Menu key:" msgstr "" #. type: Content of: <h3> @@ -265,8 +343,10 @@ msgid "" msgstr "" #. type: Content of: <h3> -msgid "Edit the BIOS settings" -msgstr "" +#, fuzzy +#| msgid " ### Edit the BIOS settings\n" +msgid "Edit the BIOS settings (advanced users)" +msgstr " ### Modifier les réglages du BIOS\n" #. type: Content of: <p> #, fuzzy @@ -276,8 +356,8 @@ msgstr "" #| " the USB stick does not appear in the list, then try the second\n" #| " troubleshooting technique described below.\n" msgid "" -"If none of the possible boot menu keys from the previous technique work, or " -"if the USB stick does not appear in the boot menu, you might need to edit " +"If none of the possible Boot Menu keys from the previous technique work, or " +"if the USB stick does not appear in the Boot Menu, you might need to edit " "your BIOS settings." msgstr "" " Si aucune des touches possibles identifiées lors de l'étape 3 ne " @@ -333,11 +413,21 @@ msgid "" msgstr "" #. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " In the BIOS settings, try to apply the following changes one by one " +#| "and\n" +#| " restart the computer after each change. Some changes might not\n" +#| " apply to certain computer models.\n" msgid "" -"In the BIOS settings, try to apply the following changes one by one and " -"restart the computer after each change. Some changes might not apply to " -"certain computer models." +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." msgstr "" +" Dans les réglages du BIOS, essayer d'appliquer les modifications " +"suivantes une par une et\n" +" redémarrer l'ordinateur après chaque changement. Certaines modifications " +"peuvent ne\n" +" pas s'appliquer à certains modèles d'ordinateurs.\n" #. type: Content of: <div><p> #, fuzzy @@ -362,7 +452,14 @@ msgstr "" " sur son système d'exploitation habituel.</p>\n" " </div>\n" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> +msgid "" +"There might be an option in your BIOS to enable the Boot Menu key. Make sure " +"that the Boot Menu key is enabled. This option might be called <strong>Boot " +"Device List</strong> or differently depending on the computer." +msgstr "" + +#. type: Content of: <ul><li><p> #, fuzzy #| msgid "" #| " 1. Edit the **Boot Order**. Depending on the computer model you might\n" @@ -371,11 +468,10 @@ msgstr "" #| " to the top of the list to force the computer to try to start from\n" #| " the first USB stick before starting from the internal hard disk.\n" msgid "" -"Edit the <strong>Boot Order</strong>. Depending on the computer model you " -"might see an entry for <strong>removable devices</strong> or <strong>USB " -"media</strong>. Move this entry to the top of the list to force the computer " -"to try to start from the USB stick before starting from the internal hard " -"disk." +"Edit the <strong>Boot Order</strong>. Depending on the computer, you might " +"see an entry for <strong>removable devices</strong> or <strong>USB media</" +"strong>. Move this entry to the top of the list to force the computer to try " +"to start from the USB stick before starting from the internal hard disk." msgstr "" " 1. Modifier l'ordre des périphériques (**Boot Order**) sur lequel " "l'ordinateur cherche un système d'exploitation. Selon le modèle, vous " @@ -386,43 +482,10 @@ msgstr "" "sur\n" " la première clé USB avant qu'il ne démarre sur le disque interne.\n" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "Disable <strong>Fast boot</strong>." msgstr "" -#. type: Content of: <ol><li><p> -msgid "" -"If the computer is configured to start with <strong>legacy BIOS</strong>, " -"try to configure it to start with <strong>UEFI</strong>. Else, if the " -"computer is configured to start with <strong>UEFI</strong>, try to configure " -"it to start with <strong>legacy BIOS</strong>. To do so, try any of the " -"following options if available:" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>Legacy mode</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "" -"Disable <strong>Secure boot</strong> (see the <a href=\"https://docs." -"microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-" -"boot\">Microsoft documentation</a>)" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>CSM boot</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Disable <strong>UEFI</strong>" -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "" -"Try to upgrade the BIOS to the latest version provided by the manufacturer." -msgstr "" - #. type: Content of: <div><p> #, fuzzy #| msgid "" @@ -447,6 +510,13 @@ msgid "" "inc/steps/reporting.inline\" raw=\"yes\"]] \"\"\"]]" msgstr "" +#~ msgid "" +#~ "The goal is to reach the <span class=\"application\">Boot Loader Menu</" +#~ "span> of Tails:" +#~ msgstr "" +#~ "Le but est d'obtenir le <span class=\"application\">menu du chargeur " +#~ "d’amorçage</span> de Tails :" + #, fuzzy #~| msgid " ### Report the problem to our support team\n" #~ msgid "Reporting the problem to our help desk" @@ -573,15 +643,6 @@ msgstr "" #~ msgid "Make sure that the first USB stick is plugged in the computer." #~ msgstr "S'assurer que la première clé USB est branchée à l'ordinateur." -#~ msgid "" -#~ " 1. Identify the potential boot menu keys for the computer depending " -#~ "on\n" -#~ " the computer manufacturer in the following list:\n" -#~ msgstr "" -#~ " 1. Identifier la touche pour obtenir le *Boot Menu*. La liste suivante " -#~ "donne\n" -#~ " des possibilités selon la marque de l'ordinateur :\n" - #~ msgid "" #~ " <table>\n" #~ " <tr><th>Manufacturer</th><th>Key</th></tr>\n" @@ -611,22 +672,6 @@ msgstr "" #~ " <tr><td>autres…</td><td>F12, Échap</td></tr>\n" #~ " </table>\n" -#~ msgid "" -#~ " Immediately press several times the first potential boot menu key " -#~ "identified in step 3.\n" -#~ msgstr "" -#~ " Immédiatement après, appuyer plusieurs fois sur la première des " -#~ "touches possibles identifiée à l'étape 3.\n" - -#~ msgid "" -#~ " a. If a boot menu with a list of devices appears, select your USB " -#~ "stick\n" -#~ " and press <span class=\"keycap\">Enter</span>.\n" -#~ msgstr "" -#~ " a. Si un menu avec une liste de périphériques apparaît, choisir " -#~ "votre clé USB\n" -#~ " et appuyer sur <span class=\"keycap\">Entrée</span>.\n" - #~ msgid " a. If the computer starts on another operating system, then:\n" #~ msgstr "" #~ " a. Si l'ordinateur démarre sur un autre système d'exploitation, " @@ -653,20 +698,6 @@ msgstr "" #~ "choisir votre clé USB\n" #~ " et appuyer sur <span class=\"keycap\">Entrée</span>.\n" -#~ msgid "" -#~ " a. If the computer starts on another operating system or " -#~ "returns an\n" -#~ " error message, then shut down the computer again and " -#~ "repeat step\n" -#~ " 4 for all the potential boot menu keys identified in step " -#~ "3.\n" -#~ msgstr "" -#~ " a. Si l'ordinateur démarre un autre système d'exploitation ou " -#~ "qu'il affiche un\n" -#~ " message d'erreur, l'éteindre à nouveau et répéter l'étape " -#~ "4 pour chacune des\n" -#~ " touches possibles identifiées à l'étape 3.\n" - #~ msgid " ### Check our list of known issues\n" #~ msgstr " ### Vérifier la liste des problèmes connus\n" @@ -679,9 +710,6 @@ msgstr "" #~ "modèle d'ordinateur\n" #~ " dans notre [[liste des problèmes connus|support/known_issues]].\n" -#~ msgid " ### Edit the BIOS settings\n" -#~ msgstr " ### Modifier les réglages du BIOS\n" - #~ msgid " You might need to edit the BIOS settings of the computer.\n" #~ msgstr "" #~ " Il est possible qu'il soit nécessaire de modifier les réglages du BIOS " @@ -726,18 +754,6 @@ msgstr "" #~ " </p>\n" #~ " </div>\n" -#~ msgid "" -#~ " In the BIOS settings, try to apply the following changes one by one " -#~ "and\n" -#~ " restart the computer after each change. Some changes might not\n" -#~ " apply to certain computer models.\n" -#~ msgstr "" -#~ " Dans les réglages du BIOS, essayer d'appliquer les modifications " -#~ "suivantes une par une et\n" -#~ " redémarrer l'ordinateur après chaque changement. Certaines " -#~ "modifications peuvent ne\n" -#~ " pas s'appliquer à certains modèles d'ordinateurs.\n" - #~ msgid "Disable **Fast boot**." #~ msgstr "Désactiver le démarrage rapide (**Fast boot**)." 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 f457494bd02..43b0de5e2e7 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: 2019-11-28 18:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 09:20+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,7 +29,7 @@ msgstr "" #. type: Content of: <ul><li> msgid "" -"On most computers, our basic instructions to get to the boot menu work fine." +"On most computers, our basic instructions to get to the Boot Menu work fine." msgstr "" #. type: Content of: <ul><li> @@ -46,34 +46,65 @@ msgstr "" #. type: Content of: <p> msgid "" -"The goal is to reach the <span class=\"application\">Boot Loader Menu</span> " -"of Tails:" +"The goal is to reach the Boot Loader of Tails. Depending on the computer, " +"the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>." msgstr "" #. type: Content of: <p> +msgid "This is how <em>GRUB</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. 'Boot menu' with two options 'Live' " +#| "and 'Live (failsafe)'.\"]]\n" msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" msgstr "" +" [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +"\"Schermo nero con il disegno di Tails. 'Menù di avvio' con due opzioni, " +"'Live' e 'Live (failsafe)'.\"]]\n" + +#. type: Content of: <p> +msgid "This is how <em>SYSLINUX</em> looks like:" +msgstr "" + +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +#| "\"Black screen with Tails artwork. 'Boot menu' with two options 'Live' " +#| "and 'Live (failsafe)'.\"]]\n" +msgid "" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails " +"(Troubleshooting Mode)'.\"]]" +msgstr "" +" [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" +"\"Schermo nero con il disegno di Tails. 'Menù di avvio' con due opzioni, " +"'Live' e 'Live (failsafe)'.\"]]\n" #. type: Content of: <div><p> msgid "" -"After you reach the <span class=\"application\">Boot Loader Menu</span>, you " -"can skip the rest of this section and <a href=\"#greeter\">wait until <span " -"class=\"application\">Tails Greeter</span> appears</a>." +"After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, " +"you can skip the rest of this section and <a href=\"#welcome-screen\">wait " +"until the Welcome Screen appears</a>." msgstr "" #. type: Content of: <h3> -msgid "Getting to the boot menu" +msgid "Getting to the Boot Menu" msgstr "" #. type: Content of: <p> msgid "" -"On most computers, you can press a <em>boot menu key</em> to display a list " +"On most computers, you can press a <em>Boot Menu key</em> to display a list " "of possible devices to start from. The following instructions explain how to " -"display the boot menu and start on the USB stick. The following screenshot " -"is an example of a boot menu:" +"display the Boot Menu and start on the USB stick. The following screenshot " +"is an example of a Boot Menu:" msgstr "" #. type: Content of: <p> @@ -103,7 +134,7 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Identify the possible boot menu keys for the computer depending on the " +"Identify the possible Boot Menu keys for the computer depending on the " "computer manufacturer in the following list:" msgstr "" @@ -198,37 +229,37 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" "On many computers, a message is displayed very briefly when switching on " -"that also explains how to get to the boot menu or edit the BIOS settings." +"that also explains how to get to the Boot Menu or edit the BIOS settings." msgstr "" #. type: Content of: <ol><li><p> msgid "" "Switch on the computer and immediately press several times the first " -"possible boot menu key identified in step 2." +"possible Boot Menu key identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" "If the computer starts on another operating system or returns an error " "message, shut down the computer again and repeat step 3 for all the possible " -"boot menu keys identified in step 2." +"Boot Menu keys identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" -"If a boot menu with a list of devices appears, select your USB stick and " +"If a Boot Menu with a list of devices appears, select your USB stick and " "press <span class=\"keycap\">Enter</span>." msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"If the boot menu key that works on your computer is a different one than the " +"If the Boot Menu key that works on your computer is a different one than the " "first in the list, please let us know so we can improve the list. You can " "write to [[sajolida@pimienta.org]] (private email)." msgstr "" #. type: Content of: <p> -msgid "This animation explains how to use the boot menu key:" +msgid "This animation explains how to use the Boot Menu key:" msgstr "" #. type: Content of: <h3> @@ -242,13 +273,13 @@ msgid "" msgstr "" #. type: Content of: <h3> -msgid "Edit the BIOS settings" +msgid "Edit the BIOS settings (advanced users)" msgstr "" #. type: Content of: <p> msgid "" -"If none of the possible boot menu keys from the previous technique work, or " -"if the USB stick does not appear in the boot menu, you might need to edit " +"If none of the possible Boot Menu keys from the previous technique work, or " +"if the USB stick does not appear in the Boot Menu, you might need to edit " "your BIOS settings." msgstr "" @@ -301,9 +332,8 @@ msgstr "" #. type: Content of: <p> msgid "" -"In the BIOS settings, try to apply the following changes one by one and " -"restart the computer after each change. Some changes might not apply to " -"certain computer models." +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." msgstr "" #. type: Content of: <div><p> @@ -313,50 +343,23 @@ msgid "" "usual operating system." msgstr "" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"Edit the <strong>Boot Order</strong>. Depending on the computer model you " -"might see an entry for <strong>removable devices</strong> or <strong>USB " -"media</strong>. Move this entry to the top of the list to force the computer " -"to try to start from the USB stick before starting from the internal hard " -"disk." -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "Disable <strong>Fast boot</strong>." +"There might be an option in your BIOS to enable the Boot Menu key. Make sure " +"that the Boot Menu key is enabled. This option might be called <strong>Boot " +"Device List</strong> or differently depending on the computer." msgstr "" -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"If the computer is configured to start with <strong>legacy BIOS</strong>, " -"try to configure it to start with <strong>UEFI</strong>. Else, if the " -"computer is configured to start with <strong>UEFI</strong>, try to configure " -"it to start with <strong>legacy BIOS</strong>. To do so, try any of the " -"following options if available:" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>Legacy mode</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "" -"Disable <strong>Secure boot</strong> (see the <a href=\"https://docs." -"microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-" -"boot\">Microsoft documentation</a>)" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>CSM boot</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Disable <strong>UEFI</strong>" +"Edit the <strong>Boot Order</strong>. Depending on the computer, you might " +"see an entry for <strong>removable devices</strong> or <strong>USB media</" +"strong>. Move this entry to the top of the list to force the computer to try " +"to start from the USB stick before starting from the internal hard disk." msgstr "" -#. type: Content of: <ol><li><p> -msgid "" -"Try to upgrade the BIOS to the latest version provided by the manufacturer." +#. type: Content of: <ul><li><p> +msgid "Disable <strong>Fast boot</strong>." msgstr "" #. type: Content of: <div><p> @@ -530,20 +533,6 @@ msgstr "" #~ "\"\"]]\n" #~ msgstr " [[!img install/inc/screenshots/desktop.png link=\"no\"]]\n" -#, fuzzy -#~| msgid "" -#~| " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~| "\"Black screen with Tails artwork. 'Boot menu' with two options 'Live' " -#~| "and 'Live (failsafe)'.\"]]\n" -#~ msgid "" -#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~ "\"Black screen with Tails artwork. Boot Loader Menu with two options " -#~ "'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -#~ msgstr "" -#~ " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=" -#~ "\"Schermo nero con il disegno di Tails. 'Menù di avvio' con due opzioni, " -#~ "'Live' e 'Live (failsafe)'.\"]]\n" - #, fuzzy #~| msgid "" #~| " <div class=\"bug mac-dvd\">\n" 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 274b2da4c71..e116d4ead61 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 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-11-28 18:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,7 +28,7 @@ msgstr "" #. type: Content of: <ul><li> msgid "" -"On most computers, our basic instructions to get to the boot menu work fine." +"On most computers, our basic instructions to get to the Boot Menu work fine." msgstr "" #. type: Content of: <ul><li> @@ -45,34 +45,49 @@ msgstr "" #. type: Content of: <p> msgid "" -"The goal is to reach the <span class=\"application\">Boot Loader Menu</span> " -"of Tails:" +"The goal is to reach the Boot Loader of Tails. Depending on the computer, " +"the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>." +msgstr "" + +#. type: Content of: <p> +msgid "This is how <em>GRUB</em> looks like:" +msgstr "" + +#. type: Content of: <p> +msgid "" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " +"GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting " +"Mode)'.\"]]" +msgstr "" + +#. type: Content of: <p> +msgid "This is how <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> msgid "" -"[[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black " -"screen with Tails artwork. Boot Loader Menu with two options 'Tails' and " -"'Tails (Troubleshooting Mode)'.\"]]" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " +"('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails " +"(Troubleshooting Mode)'.\"]]" msgstr "" #. type: Content of: <div><p> msgid "" -"After you reach the <span class=\"application\">Boot Loader Menu</span>, you " -"can skip the rest of this section and <a href=\"#greeter\">wait until <span " -"class=\"application\">Tails Greeter</span> appears</a>." +"After you reach the Boot Loader, either <em>GRUB</em> or <em>SYSLINUX</em>, " +"you can skip the rest of this section and <a href=\"#welcome-screen\">wait " +"until the Welcome Screen appears</a>." msgstr "" #. type: Content of: <h3> -msgid "Getting to the boot menu" +msgid "Getting to the Boot Menu" msgstr "" #. type: Content of: <p> msgid "" -"On most computers, you can press a <em>boot menu key</em> to display a list " +"On most computers, you can press a <em>Boot Menu key</em> to display a list " "of possible devices to start from. The following instructions explain how to " -"display the boot menu and start on the USB stick. The following screenshot " -"is an example of a boot menu:" +"display the Boot Menu and start on the USB stick. The following screenshot " +"is an example of a Boot Menu:" msgstr "" #. type: Content of: <p> @@ -102,7 +117,7 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Identify the possible boot menu keys for the computer depending on the " +"Identify the possible Boot Menu keys for the computer depending on the " "computer manufacturer in the following list:" msgstr "" @@ -197,37 +212,37 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" "On many computers, a message is displayed very briefly when switching on " -"that also explains how to get to the boot menu or edit the BIOS settings." +"that also explains how to get to the Boot Menu or edit the BIOS settings." msgstr "" #. type: Content of: <ol><li><p> msgid "" "Switch on the computer and immediately press several times the first " -"possible boot menu key identified in step 2." +"possible Boot Menu key identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" "If the computer starts on another operating system or returns an error " "message, shut down the computer again and repeat step 3 for all the possible " -"boot menu keys identified in step 2." +"Boot Menu keys identified in step 2." msgstr "" #. type: Content of: <ol><li><p> msgid "" -"If a boot menu with a list of devices appears, select your USB stick and " +"If a Boot Menu with a list of devices appears, select your USB stick and " "press <span class=\"keycap\">Enter</span>." msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"If the boot menu key that works on your computer is a different one than the " +"If the Boot Menu key that works on your computer is a different one than the " "first in the list, please let us know so we can improve the list. You can " "write to [[sajolida@pimienta.org]] (private email)." msgstr "" #. type: Content of: <p> -msgid "This animation explains how to use the boot menu key:" +msgid "This animation explains how to use the Boot Menu key:" msgstr "" #. type: Content of: <h3> @@ -241,13 +256,13 @@ msgid "" msgstr "" #. type: Content of: <h3> -msgid "Edit the BIOS settings" +msgid "Edit the BIOS settings (advanced users)" msgstr "" #. type: Content of: <p> msgid "" -"If none of the possible boot menu keys from the previous technique work, or " -"if the USB stick does not appear in the boot menu, you might need to edit " +"If none of the possible Boot Menu keys from the previous technique work, or " +"if the USB stick does not appear in the Boot Menu, you might need to edit " "your BIOS settings." msgstr "" @@ -300,9 +315,8 @@ msgstr "" #. type: Content of: <p> msgid "" -"In the BIOS settings, try to apply the following changes one by one and " -"restart the computer after each change. Some changes might not apply to " -"certain computer models." +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." msgstr "" #. type: Content of: <div><p> @@ -312,50 +326,23 @@ msgid "" "usual operating system." msgstr "" -#. type: Content of: <ol><li><p> -msgid "" -"Edit the <strong>Boot Order</strong>. Depending on the computer model you " -"might see an entry for <strong>removable devices</strong> or <strong>USB " -"media</strong>. Move this entry to the top of the list to force the computer " -"to try to start from the USB stick before starting from the internal hard " -"disk." -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "Disable <strong>Fast boot</strong>." -msgstr "" - -#. type: Content of: <ol><li><p> +#. type: Content of: <ul><li><p> msgid "" -"If the computer is configured to start with <strong>legacy BIOS</strong>, " -"try to configure it to start with <strong>UEFI</strong>. Else, if the " -"computer is configured to start with <strong>UEFI</strong>, try to configure " -"it to start with <strong>legacy BIOS</strong>. To do so, try any of the " -"following options if available:" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>Legacy mode</strong>" +"There might be an option in your BIOS to enable the Boot Menu key. Make sure " +"that the Boot Menu key is enabled. This option might be called <strong>Boot " +"Device List</strong> or differently depending on the computer." msgstr "" -#. type: Content of: <ol><li><ul><li> +#. type: Content of: <ul><li><p> msgid "" -"Disable <strong>Secure boot</strong> (see the <a href=\"https://docs." -"microsoft.com/en-us/windows-hardware/manufacture/desktop/disabling-secure-" -"boot\">Microsoft documentation</a>)" +"Edit the <strong>Boot Order</strong>. Depending on the computer, you might " +"see an entry for <strong>removable devices</strong> or <strong>USB media</" +"strong>. Move this entry to the top of the list to force the computer to try " +"to start from the USB stick before starting from the internal hard disk." msgstr "" -#. type: Content of: <ol><li><ul><li> -msgid "Enable <strong>CSM boot</strong>" -msgstr "" - -#. type: Content of: <ol><li><ul><li> -msgid "Disable <strong>UEFI</strong>" -msgstr "" - -#. type: Content of: <ol><li><p> -msgid "" -"Try to upgrade the BIOS to the latest version provided by the manufacturer." +#. type: Content of: <ul><li><p> +msgid "Disable <strong>Fast boot</strong>." msgstr "" #. type: Content of: <div><p> 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 0ca517abed6..680792e07b5 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@boum.org\n" -"POT-Creation-Date: 2019-10-31 11:29+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 09:05+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: \n" @@ -250,24 +250,17 @@ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.de\" raw #. type: Plain text #, no-wrap -msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<a id=\"greeter\"></a>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<h2 id=\"welcome-screen\">Welcome Screen</h2>\n" msgstr "" #. type: Bullet: '1. ' -#, fuzzy -#| msgid "" -#| " The following section applies if the <span class=\"guilabel\">Boot " -#| "Tails</span> menu appears but not\n" -#| " <span class=\"application\">Tails Greeter</span> when starting Tails.\n" -msgid "" -"One to two minutes after the <span class=\"application\">Boot Loader Menu</" -"span>, another screen called <span class=\"application\">Tails Greeter</" -"span> appears." +msgid "One to two minutes after the Boot Loader, the Welcome Screen appears." msgstr "" -" Der folgende Abschnitt trifft zu, wenn das Menü <span class=\"guilabel" -"\">Boot Tails</span>, aber nicht\n" -" der <span class=\"application\">Tails Greeter</span> beim Start von Tails " -"erscheint.\n" #. type: Plain text #, no-wrap @@ -290,7 +283,7 @@ msgstr "" #| " </div>\n" msgid "" " <p>If the computer stops responding or displays other error messages before\n" -" getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +" getting to the Welcome Screen, refer to\n" " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" " Tails not starting entirely\"]].</p>\n" " </div>\n" @@ -336,8 +329,8 @@ msgstr "" #| " The following section applies if the <span class=\"guilabel\">Boot Tails</span> menu appears but not\n" #| " <span class=\"application\">Tails Greeter</span> when starting Tails.\n" msgid "" -" The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" -" <span class=\"application\">Tails Greeter</span> when starting Tails.\n" +" The following section applies if the Boot Loader appears but not\n" +" the Welcome Screen when starting Tails.\n" msgstr "" " Der folgende Abschnitt trifft zu, wenn das Menü <span class=\"guilabel\">Boot Tails</span>, aber nicht\n" " der <span class=\"application\">Tails Greeter</span> beim Start von Tails erscheint.\n" @@ -352,7 +345,7 @@ msgstr "Starten Sie den Computer mit dem ersten USB-Stick neu." #| " 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 <span class=\"application\">Boot Loader Menu</span>, choose the\n" +" 1. In the Boot Loader, choose the\n" " <span class=\"guilabel\">Troubleshooting Mode</span>\n" " which might work better on some computers.\n" msgstr "" @@ -372,28 +365,41 @@ 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" +#. type: Bullet: ' 1. ' +msgid "Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*:" +msgstr "" + #. type: Plain text -#, fuzzy, no-wrap -#| 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 "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, 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" +#, no-wrap +msgid " If the Boot Loader is *GRUB*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **e** when GRUB appears." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " A new screen appears with more options.\n" 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" #. type: Plain text #, fuzzy, no-wrap #| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\"]]\n" -msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\"]]\n" -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: ' 1. ' msgid "" "Press the <span class=\"keycap\">Backspace</span> key several times to " "remove the <span class=\"code\">quiet</span> option from the command line." @@ -402,32 +408,43 @@ msgstr "" "die Option <span class=\"code\">quiet</span> von der Kommandozeile zu " "entfernen." -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "Type `debug nosplash` to add these options to the command line." msgid "" -"If Tails previously failed to start and displayed the <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` to " -"add this option to the command line." -msgstr "" - -#. type: Bullet: ' 1. ' -msgid "Type `debug nosplash` to add these options to the command line." +"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." -#. type: Bullet: ' 1. ' -msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +#. type: Bullet: ' 1. ' +msgid "If Tails previously failed to start and displayed the following error:" msgstr "" -"Drücken Sie <span class=\"keycap\">Enter</span>, um Tails neu zu starten." -#. type: Bullet: ' 1. ' +#. type: Plain text +#, no-wrap +msgid " <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n" +msgstr "" + +#. type: Plain text +#, fuzzy, no-wrap +#| 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." + +#. type: Bullet: ' 1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" + +#. type: Bullet: ' 1. ' #, 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, error messages now appear when starting Tails. You can [[send " +"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 "" @@ -435,10 +452,52 @@ msgstr "" "können [[diese an unser Support-Team senden|support/talk]], zum Beispiel " "indem Sie ein Foto von dem letzten Bildschirm und den Fehlermeldungen machen." +#. type: Plain text +#, no-wrap +msgid " If the Boot Loader is *SYSLINUX*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +#, 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" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/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/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\"]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| 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." + +#. type: Bullet: ' 1. ' +#, 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." + #. type: Plain text #, fuzzy, no-wrap #| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" -msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" #. type: Plain text @@ -447,7 +506,7 @@ msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails. #| "1. In <span class=\"application\">Tails Greeter</span>, select your preferred language in the drop-down\n" #| "list on the bottom left of the screen. Click <span class=\"button\">Login</span>.\n" msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" @@ -464,6 +523,22 @@ msgstr "Nach 15–30 Sekunden erscheint der Desktop von Tails." msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails desktop\"]]\n" msgstr " [[!img install/inc/screenshots/desktop.png link=\"no\"]]\n" +#, fuzzy +#~| msgid "" +#~| " The following section applies if the <span class=\"guilabel\">Boot " +#~| "Tails</span> menu appears but not\n" +#~| " <span class=\"application\">Tails Greeter</span> when starting " +#~| "Tails.\n" +#~ msgid "" +#~ "One to two minutes after the <span class=\"application\">Boot Loader " +#~ "Menu</span>, another screen called <span class=\"application\">Tails " +#~ "Greeter</span> appears." +#~ msgstr "" +#~ " Der folgende Abschnitt trifft zu, wenn das Menü <span class=\"guilabel" +#~ "\">Boot Tails</span>, aber nicht\n" +#~ " der <span class=\"application\">Tails Greeter</span> beim Start von " +#~ "Tails erscheint.\n" + #~ msgid "" #~ "If the error message is <span class=\"code\">/bin/sh: can't access tty; " #~ "job control turned off</span> followed by <span class=\"code" 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 06220968b40..6157512dd0c 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@boum.org\n" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-19 16:58+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -112,23 +112,17 @@ msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_tails_back_1.png cl #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class" -"=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class" -"=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class" -"=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Bullet: ' - ' msgid "" @@ -161,28 +155,17 @@ msgid "" " <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac?back=1`</span>\n" " <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux?back=1`</span>\n" msgstr "" -" <span class=\"install-clone\">`https://tails.boum.org/install/clone/" -"index.es.html?back=1`</span>\n" -" <span class=\"windows\">`https://tails.boum.org/install/win/usb/" -"index.es.html?back=1`</span>\n" -" <span class=\"mac\">`https://tails.boum.org/install/mac/usb/" -"index.es.html?back=1`</span>\n" -" <span class=\"mac-clone\">`https://tails.boum.org/install/mac/clone/" -"index.es.html?back=1`</span>\n" -" <span class=\"expert\">`https://tails.boum.org/install/expert/usb/" -"index.es.html?back=1`</span>\n" -" <span class=\"linux\">`https://tails.boum.org/install/linux/usb/" -"index.es.html?back=1`</span>\n" -" <span class=\"upgrade-clone\">`https://tails.boum.org/upgrade/clone/" -"index.es.html?back=1`</span>\n" -" <span class=\"upgrade-tails\">`https://tails.boum.org/upgrade/tails/" -"index.es.html?back=1`</span>\n" -" <span class=\"upgrade-windows\">`https://tails.boum.org/upgrade/win/" -"index.es.html?back=1`</span>\n" -" <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac/" -"index.es.html?back=1`</span>\n" -" <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux/" -"index.es.html?back=1`</span>\n" +" <span class=\"install-clone\">`https://tails.boum.org/install/clone/index.es.html?back=1`</span>\n" +" <span class=\"windows\">`https://tails.boum.org/install/win/usb/index.es.html?back=1`</span>\n" +" <span class=\"mac\">`https://tails.boum.org/install/mac/usb/index.es.html?back=1`</span>\n" +" <span class=\"mac-clone\">`https://tails.boum.org/install/mac/clone/index.es.html?back=1`</span>\n" +" <span class=\"expert\">`https://tails.boum.org/install/expert/usb/index.es.html?back=1`</span>\n" +" <span class=\"linux\">`https://tails.boum.org/install/linux/usb/index.es.html?back=1`</span>\n" +" <span class=\"upgrade-clone\">`https://tails.boum.org/upgrade/clone/index.es.html?back=1`</span>\n" +" <span class=\"upgrade-tails\">`https://tails.boum.org/upgrade/tails/index.es.html?back=1`</span>\n" +" <span class=\"upgrade-windows\">`https://tails.boum.org/upgrade/win/index.es.html?back=1`</span>\n" +" <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac/index.es.html?back=1`</span>\n" +" <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux/index.es.html?back=1`</span>\n" #. type: Plain text #, no-wrap @@ -191,11 +174,9 @@ msgid "" "<h1 id=\"start-other\" class=\"clone\">Restart on the other Tails</h1>\n" "<h1 id=\"start-tails\" class=\"windows linux mac expert\">Restart on Tails</h1>\n" msgstr "" -"<h1 id=\"start-intermediary\" class=\"upgrade-tails upgrade-os\">Reinicia en " -"el Tails intermedio</h1>\n" +"<h1 id=\"start-intermediary\" class=\"upgrade-tails upgrade-os\">Reinicia en el Tails intermedio</h1>\n" "<h1 id=\"start-other\" class=\"clone\">Reinicia en otro Tails</h1>\n" -"<h1 id=\"start-tails\" class=\"windows linux mac expert\">Reinicia en " -"Tails</h1>\n" +"<h1 id=\"start-tails\" class=\"windows linux mac expert\">Reinicia en Tails</h1>\n" #. type: Plain text #, no-wrap @@ -215,10 +196,7 @@ msgstr "[[!img install/inc/infography/restart-on-tails.png link=\"no\" class=\"w #. type: Plain text #, no-wrap msgid "[[!img install/inc/infography/restart-on-other-tails.png link=\"no\" class=\"clone upgrade-os\" alt=\"Computer restarted on USB stick on the left\"]]\n" -msgstr "" -"[[!img install/inc/infography/restart-on-other-tails.png link=\"no\" class=\"" -"clone upgrade-os\" alt=\"Computadora reiniciada en la memoria USB de la " -"izquierda\"]]\n" +msgstr "[[!img install/inc/infography/restart-on-other-tails.png link=\"no\" class=\"clone upgrade-os\" alt=\"Computadora reiniciada en la memoria USB de la izquierda\"]]\n" #. type: Plain text #, no-wrap @@ -228,9 +206,7 @@ msgstr "[[!img install/inc/infography/restart-on-upgrade-usb.png link=\"no\" cla #. type: Plain text #, no-wrap msgid "<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails upgrade-windows upgrade-linux\">\n" -msgstr "" -"<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails " -"upgrade-windows upgrade-linux\">\n" +msgstr "<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails upgrade-windows upgrade-linux\">\n" #. type: Plain text #, no-wrap @@ -248,19 +224,20 @@ msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\ msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text -#, no-wrap -msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +#, fuzzy, no-wrap +#| msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<a id=\"greeter\"></a>\n" +msgstr "<h2 id=\"greeter\">Tails Greeter</h2>\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<h2 id=\"welcome-screen\">Welcome Screen</h2>\n" msgstr "<h2 id=\"greeter\">Tails Greeter</h2>\n" #. type: Bullet: '1. ' -msgid "" -"One to two minutes after the <span class=\"application\">Boot Loader Menu</" -"span>, another screen called <span class=\"application\">Tails Greeter</" -"span> appears." +msgid "One to two minutes after the Boot Loader, the Welcome Screen appears." msgstr "" -"Uno o dos minutos después del <span class=\"application\">Menú de cargador " -"de arranque</span>, aparece otra pantalla titulada <span class=\"application" -"\">Tails Greeter</span>." #. type: Plain text #, no-wrap @@ -278,10 +255,16 @@ msgstr "" " gráficas|support/known_issues/graphics]].</p>\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <p>If the computer stops responding or displays other error messages before\n" +#| " getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +#| " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" +#| " Tails not starting entirely\"]].</p>\n" +#| " </div>\n" msgid "" " <p>If the computer stops responding or displays other error messages before\n" -" getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +" getting to the Welcome Screen, refer to\n" " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" " Tails not starting entirely\"]].</p>\n" " </div>\n" @@ -321,10 +304,13 @@ msgstr "" " ------------------------------\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" +#| " <span class=\"application\">Tails Greeter</span> when starting Tails.\n" msgid "" -" The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" -" <span class=\"application\">Tails Greeter</span> when starting Tails.\n" +" The following section applies if the Boot Loader appears but not\n" +" the Welcome Screen when starting Tails.\n" msgstr "" " La siguiente sección aplica si el <span class=\"application\">Menú de cargador de arranque</span> aparece, pero no aparece el\n" " <span class=\"application\">Tails Greeter</span> al arracar Tails.\n" @@ -334,9 +320,13 @@ msgid "Restart the computer on the first USB stick." msgstr "Reinicia la computadora en el primer dispositivo USB." #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " 1. In the <span class=\"application\">Boot Loader Menu</span>, choose the\n" +#| " <span class=\"guilabel\">Troubleshooting Mode</span>\n" +#| " which might work better on some computers.\n" msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, choose the\n" +" 1. In the Boot Loader, choose the\n" " <span class=\"guilabel\">Troubleshooting Mode</span>\n" " which might work better on some computers.\n" msgstr "" @@ -353,23 +343,41 @@ msgstr "" " 1. Si el <span class=\"guilabel\">Troubleshooting Mode</span> no funciona\n" " mejor, reinicia el computador de nuevo desde la primera memoria USB.\n" +#. type: Bullet: ' 1. ' +msgid "Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*:" +msgstr "" + #. type: Plain text #, no-wrap -msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, 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 " If the Boot Loader is *GRUB*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **e** when GRUB appears." msgstr "" -" 1. En el <span class=\"application\">Menú de cargador de arranque</span>, oprime\n" -" <span class=\"keycap\">TAB</span>. Una línea de comando con una lista\n" -" de opciones de arranque aparecerá abajo de la pantalla.\n" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Pantalla negra con el logo de Tails y una lista de opciones de arranque\"]]\n" -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: ' 1. ' msgid "" "Press the <span class=\"keycap\">Backspace</span> key several times to " "remove the <span class=\"code\">quiet</span> option from the command line." @@ -378,30 +386,42 @@ msgstr "" "para quitar las <span class=\"code\">opciones de la linea de comando que no " "apliquen</span>." -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "Type `debug nosplash` to add these options to the command line." msgid "" -"If Tails previously failed to start and displayed the <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` to " -"add this option to the command line." +"Type <span class=\"code\">debug nosplash</span> to add these options to the " +"command line." msgstr "" -"Si Tails falló previamente al iniciar y mostró el error <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span>, escribe `edd=off` para " -"agregar esta opción a la línea de comandos." +"Escribe `debug nosplash` para agregar estas opciones a la línea de comandos." -#. type: Bullet: ' 1. ' -msgid "Type `debug nosplash` to add these options to the command line." +#. type: Bullet: ' 1. ' +msgid "If Tails previously failed to start and displayed the following error:" msgstr "" -"Escribe `debug nosplash` para agregar estas opciones a la línea de comandos." -#. type: Bullet: ' 1. ' -msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +#. type: Plain text +#, no-wrap +msgid " <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n" msgstr "" -"Para arrancar Tails oprime la tecla <span class=\"keycap\">Enter / de " -"retorno</span>." -#. type: Bullet: ' 1. ' +#. type: Plain text +#, fuzzy, no-wrap +#| 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 "Escribe `debug nosplash` para agregar estas opciones a la línea de comandos." + +#. type: Bullet: ' 1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| "Hopefully, 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." msgid "" -"Hopefully, error messages now appear when starting Tails. You can [[send " +"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 "" @@ -411,13 +431,60 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " If the Boot Loader is *SYSLINUX*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| " 1. In the <span class=\"application\">Boot Loader Menu</span>, 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. En el <span class=\"application\">Menú de cargador de arranque</span>, " +"oprime\n" +" <span class=\"keycap\">TAB</span>. Una línea de comando con una lista\n" +" de opciones de arranque aparecerá abajo de la pantalla.\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/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/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Pantalla negra con el logo de Tails y una lista de opciones de arranque\"]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| 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 "Escribe `debug nosplash` para agregar estas opciones a la línea de comandos." + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" +"Para arrancar Tails oprime la tecla <span class=\"keycap\">Enter / de " +"retorno</span>." + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +#| "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" +#| "Click <span class=\"button\">Start Tails</span>.\n" msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "1. En el <span class=\"application\">Tails Greeter</span> elige tu idioma y la configuración de tu teclado en la sección <span class=\"guilabel\">Language & Region</span> y presiona <span class=\"button\">Start Tails</span>.\n" @@ -431,6 +498,24 @@ msgstr "Luego de 15–30 segundos, el escritorio de Tails aparecerá." msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails desktop\"]]\n" msgstr " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"EscritorioTails\"]]\n" +#~ msgid "" +#~ "One to two minutes after the <span class=\"application\">Boot Loader " +#~ "Menu</span>, another screen called <span class=\"application\">Tails " +#~ "Greeter</span> appears." +#~ msgstr "" +#~ "Uno o dos minutos después del <span class=\"application\">Menú de " +#~ "cargador de arranque</span>, aparece otra pantalla titulada <span class=" +#~ "\"application\">Tails Greeter</span>." + +#~ msgid "" +#~ "If Tails previously failed to start and displayed the <span class=\"code" +#~ "\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` " +#~ "to add this option to the command line." +#~ msgstr "" +#~ "Si Tails falló previamente al iniciar y mostró el error <span class=\"code" +#~ "\">Probing EDD (edd=off to disable)...</span>, escribe `edd=off` para " +#~ "agregar esta opción a la línea de comandos." + #~ msgid "" #~ "If the error message is <span class=\"code\">/bin/sh: can't access tty; " #~ "job control turned off</span> followed by <span class=\"code" 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 9a0cad8df99..cc9301f9ddf 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@boum.org\n" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 16:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -55,9 +55,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "<div class=\"step-image\">[[!img install/inc/infography/switch-context.png link=\"no\" alt=\"\"]]</div>\n" -msgstr "" -"<div class=\"step-image\">[[!img install/inc/infography/switch-context.png " -"link=\"no\" alt=\"\"]]</div>\n" +msgstr "<div class=\"step-image\">[[!img install/inc/infography/switch-context.png link=\"no\" alt=\"\"]]</div>\n" #. type: Plain text msgid "" @@ -204,14 +202,16 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<a id=\"greeter\"></a>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<h2 id=\"welcome-screen\">Welcome Screen</h2>\n" msgstr "" #. type: Bullet: '1. ' -msgid "" -"One to two minutes after the <span class=\"application\">Boot Loader Menu</" -"span>, another screen called <span class=\"application\">Tails Greeter</" -"span> appears." +msgid "One to two minutes after the Boot Loader, the Welcome Screen appears." msgstr "" #. type: Plain text @@ -228,7 +228,7 @@ msgstr "" #, no-wrap msgid "" " <p>If the computer stops responding or displays other error messages before\n" -" getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +" getting to the Welcome Screen, refer to\n" " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" " Tails not starting entirely\"]].</p>\n" " </div>\n" @@ -261,8 +261,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" -" <span class=\"application\">Tails Greeter</span> when starting Tails.\n" +" The following section applies if the Boot Loader appears but not\n" +" the Welcome Screen when starting Tails.\n" msgstr "" #. type: Bullet: ' 1. ' @@ -272,7 +272,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, choose the\n" +" 1. In the Boot Loader, choose the\n" " <span class=\"guilabel\">Troubleshooting Mode</span>\n" " which might work better on some computers.\n" msgstr "" @@ -284,56 +284,112 @@ msgid "" " better, restart the computer again on the first USB stick.\n" msgstr "" +#. type: Bullet: ' 1. ' +msgid "Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*:" +msgstr "" + #. type: Plain text #, no-wrap -msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, 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 " If the Boot Loader is *GRUB*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **e** when GRUB appears." msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " A new screen appears with more options.\n" msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, no-wrap +msgid "" +" [[!img doc/first_steps/welcome_screen/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: ' 1. ' 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 "" -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' msgid "" -"If Tails previously failed to start and displayed the <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` to " -"add this option to the command line." +"Type <span class=\"code\">debug nosplash</span> to add these options to the " +"command line." msgstr "" -#. type: Bullet: ' 1. ' -msgid "Type `debug nosplash` to add these options to the command line." +#. type: Bullet: ' 1. ' +msgid "If Tails previously failed to start and displayed the following error:" msgstr "" -#. type: Bullet: ' 1. ' -msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +#. type: Plain text +#, no-wrap +msgid " <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n" msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, no-wrap +msgid " Then type `edd=off` to add this option to the command line.\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" + +#. type: Bullet: ' 1. ' msgid "" -"Hopefully, error messages now appear when starting Tails. You can [[send " +"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 "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " If the Boot Loader is *SYSLINUX*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "" +"Press <span class=\"keycap\">TAB</span>. A command line with a list of boot " +"options appears at the bottom of the screen." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img doc/first_steps/welcome_screen/syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " Then type <span class=\"code\">edd=off</span> to add this option to the command line.\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" 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 360d2915c80..b56fcc1c6eb 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,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-03 14:25+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -112,23 +112,17 @@ msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_tails_back_1.png cl #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class" -"=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class" -"=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class" -"=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Bullet: ' - ' msgid "" @@ -160,28 +154,17 @@ msgid "" " <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac?back=1`</span>\n" " <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux?back=1`</span>\n" msgstr "" -" <span class=\"install-clone\">`https://tails.boum.org/install/clone/" -"index.fr.html?back=1`</span>\n" -" <span class=\"windows\">`https://tails.boum.org/install/win/usb/" -"index.fr.html?back=1`</span>\n" -" <span class=\"mac\">`https://tails.boum.org/install/mac/usb/" -"index.fr.html?back=1`</span>\n" -" <span class=\"mac-clone\">`https://tails.boum.org/install/mac/clone/" -"index.fr.html?back=1`</span>\n" -" <span class=\"expert\">`https://tails.boum.org/install/expert/usb/" -"index.fr.html?back=1`</span>\n" -" <span class=\"linux\">`https://tails.boum.org/install/linux/usb/" -"index.fr.html?back=1`</span>\n" -" <span class=\"upgrade-clone\">`https://tails.boum.org/upgrade/clone/" -"index.fr.html?back=1`</span>\n" -" <span class=\"upgrade-tails\">`https://tails.boum.org/upgrade/tails/" -"index.fr.html?back=1`</span>\n" -" <span class=\"upgrade-windows\">`https://tails.boum.org/upgrade/win/" -"index.fr.html?back=1`</span>\n" -" <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac/" -"index.fr.html?back=1`</span>\n" -" <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux/" -"index.fr.html?back=1`</span>\n" +" <span class=\"install-clone\">`https://tails.boum.org/install/clone/index.fr.html?back=1`</span>\n" +" <span class=\"windows\">`https://tails.boum.org/install/win/usb/index.fr.html?back=1`</span>\n" +" <span class=\"mac\">`https://tails.boum.org/install/mac/usb/index.fr.html?back=1`</span>\n" +" <span class=\"mac-clone\">`https://tails.boum.org/install/mac/clone/index.fr.html?back=1`</span>\n" +" <span class=\"expert\">`https://tails.boum.org/install/expert/usb/index.fr.html?back=1`</span>\n" +" <span class=\"linux\">`https://tails.boum.org/install/linux/usb/index.fr.html?back=1`</span>\n" +" <span class=\"upgrade-clone\">`https://tails.boum.org/upgrade/clone/index.fr.html?back=1`</span>\n" +" <span class=\"upgrade-tails\">`https://tails.boum.org/upgrade/tails/index.fr.html?back=1`</span>\n" +" <span class=\"upgrade-windows\">`https://tails.boum.org/upgrade/win/index.fr.html?back=1`</span>\n" +" <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac/index.fr.html?back=1`</span>\n" +" <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux/index.fr.html?back=1`</span>\n" #. type: Plain text #, no-wrap @@ -190,11 +173,9 @@ msgid "" "<h1 id=\"start-other\" class=\"clone\">Restart on the other Tails</h1>\n" "<h1 id=\"start-tails\" class=\"windows linux mac expert\">Restart on Tails</h1>\n" msgstr "" -"<h1 id=\"start-intermediary\" class=\"upgrade-tails upgrade-os\">Redémarrer " -"sur le Tails intermédiaire</h1>\n" +"<h1 id=\"start-intermediary\" class=\"upgrade-tails upgrade-os\">Redémarrer sur le Tails intermédiaire</h1>\n" "<h1 id=\"start-other\" class=\"clone\">Redémarrer sur l'autre Tails</h1>\n" -"<h1 id=\"start-tails\" class=\"windows linux mac expert\">Redémarrer sous " -"Tails</h1>\n" +"<h1 id=\"start-tails\" class=\"windows linux mac expert\">Redémarrer sous Tails</h1>\n" #. type: Plain text #, no-wrap @@ -214,10 +195,7 @@ msgstr "[[!img install/inc/infography/restart-on-tails.png link=\"no\" class=\"w #. type: Plain text #, no-wrap msgid "[[!img install/inc/infography/restart-on-other-tails.png link=\"no\" class=\"clone upgrade-os\" alt=\"Computer restarted on USB stick on the left\"]]\n" -msgstr "" -"[[!img install/inc/infography/restart-on-other-tails.png link=\"no\" class=\"" -"clone upgrade-os\" alt=\"Ordinateur redémarrant avec la clé USB sur la " -"gauche\"]]\n" +msgstr "[[!img install/inc/infography/restart-on-other-tails.png link=\"no\" class=\"clone upgrade-os\" alt=\"Ordinateur redémarrant avec la clé USB sur la gauche\"]]\n" #. type: Plain text #, no-wrap @@ -227,9 +205,7 @@ msgstr "[[!img install/inc/infography/restart-on-upgrade-usb.png link=\"no\" cla #. type: Plain text #, no-wrap msgid "<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails upgrade-windows upgrade-linux\">\n" -msgstr "" -"<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails " -"upgrade-windows upgrade-linux\">\n" +msgstr "<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails upgrade-windows upgrade-linux\">\n" #. type: Plain text #, no-wrap @@ -247,19 +223,20 @@ msgid "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"yes\ msgstr "[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fr\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text -#, no-wrap -msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +#, fuzzy, no-wrap +#| msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<a id=\"greeter\"></a>\n" +msgstr "<h2 id=\"greeter\">Tails Greeter</h2>\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<h2 id=\"welcome-screen\">Welcome Screen</h2>\n" msgstr "<h2 id=\"greeter\">Tails Greeter</h2>\n" #. type: Bullet: '1. ' -msgid "" -"One to two minutes after the <span class=\"application\">Boot Loader Menu</" -"span>, another screen called <span class=\"application\">Tails Greeter</" -"span> appears." +msgid "One to two minutes after the Boot Loader, the Welcome Screen appears." msgstr "" -"Une à deux minutes après le <span class=\"application\">menu du chargeur " -"d’amorçage</span>, un autre écran appelé <span class=\"application\">Tails " -"Greeter</span> apparaît." #. type: Plain text #, no-wrap @@ -277,10 +254,16 @@ msgstr "" " graphiques|support/known_issues/graphics]].</p>\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <p>If the computer stops responding or displays other error messages before\n" +#| " getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +#| " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" +#| " Tails not starting entirely\"]].</p>\n" +#| " </div>\n" msgid "" " <p>If the computer stops responding or displays other error messages before\n" -" getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +" getting to the Welcome Screen, refer to\n" " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" " Tails not starting entirely\"]].</p>\n" " </div>\n" @@ -320,10 +303,13 @@ msgstr "" " -----------------------------\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" +#| " <span class=\"application\">Tails Greeter</span> when starting Tails.\n" msgid "" -" The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" -" <span class=\"application\">Tails Greeter</span> when starting Tails.\n" +" The following section applies if the Boot Loader appears but not\n" +" the Welcome Screen when starting Tails.\n" msgstr "" " La section suivante s'applique si le <span class=\"application\">menu du chargeur d’amorçage</span> apparaît mais pas le\n" " <span class=\"application\">Tails Greeter</span> quand Tails démarre.\n" @@ -333,9 +319,13 @@ msgid "Restart the computer on the first USB stick." msgstr "Redémarrer l'ordinateur sur la première clé USB." #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " 1. In the <span class=\"application\">Boot Loader Menu</span>, choose the\n" +#| " <span class=\"guilabel\">Troubleshooting Mode</span>\n" +#| " which might work better on some computers.\n" msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, choose the\n" +" 1. In the Boot Loader, choose the\n" " <span class=\"guilabel\">Troubleshooting Mode</span>\n" " which might work better on some computers.\n" msgstr "" @@ -351,23 +341,41 @@ msgstr "" " 1. Si le mode <span class=\"guilabel\">Troubleshooting Mode</span> ne marche pas\n" " mieux, redémarrer à nouveau l'ordinateur sur la première clé USB.\n" +#. type: Bullet: ' 1. ' +msgid "Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*:" +msgstr "" + #. type: Plain text #, no-wrap -msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, 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 " If the Boot Loader is *GRUB*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **e** when GRUB appears." msgstr "" -" 1. Dans le <span class=\"application\">menu du chargeur d’amorçage</span>, appuyer sur\n" -" <span class=\"keycap\">TAB</span>. Une ligne de commande avec une liste\n" -" d'options de démarrage apparaît en bas de l'écran.\n" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " A new screen appears with more options.\n" +msgstr "" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Écran noir avec le logo de Tails et la liste des options de démarrage\"]]\n" -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: ' 1. ' msgid "" "Press the <span class=\"keycap\">Backspace</span> key several times to " "remove the <span class=\"code\">quiet</span> option from the command line." @@ -376,28 +384,42 @@ msgstr "" "fois pour enlever l'option <span class=\"code\">quiet</span> de la ligne de " "commande." -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "Type `debug nosplash` to add these options to the command line." msgid "" -"If Tails previously failed to start and displayed the <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` to " -"add this option to the command line." +"Type <span class=\"code\">debug nosplash</span> to add these options to the " +"command line." msgstr "" -"Si Tails a échoué précédemment lors du démarrage en affichant l'erreur <span " -"class=\"code\">Probing EDD (edd=off to disable)...</span>, alors taper " -"`edd=off` pour ajouter cette option à la ligne de commande." +"Taper `debug nosplash` pour ajouter ces options à la ligne de commande." -#. type: Bullet: ' 1. ' -msgid "Type `debug nosplash` to add these options to the command line." +#. type: Bullet: ' 1. ' +msgid "If Tails previously failed to start and displayed the following error:" msgstr "" -"Taper `debug nosplash` pour ajouter ces options à la ligne de commande." -#. type: Bullet: ' 1. ' -msgid "To start Tails, press <span class=\"keycap\">Enter</span>." -msgstr "Pour démarrer Tails, appuyer sur <span class=\"keycap\">Entrée</span>." +#. type: Plain text +#, no-wrap +msgid " <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n" +msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, fuzzy, no-wrap +#| 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 "Taper `debug nosplash` pour ajouter ces options à la ligne de commande." + +#. type: Bullet: ' 1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| "Hopefully, 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." msgid "" -"Hopefully, error messages now appear when starting Tails. You can [[send " +"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 "" @@ -408,13 +430,58 @@ msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " If the Boot Loader is *SYSLINUX*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| " 1. In the <span class=\"application\">Boot Loader Menu</span>, 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. Dans le <span class=\"application\">menu du chargeur d’amorçage</" +"span>, appuyer sur\n" +" <span class=\"keycap\">TAB</span>. Une ligne de commande avec une liste\n" +" d'options de démarrage apparaît en bas de l'écran.\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/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/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Écran noir avec le logo de Tails et la liste des options de démarrage\"]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| 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 "Taper `debug nosplash` pour ajouter ces options à la ligne de commande." + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "Pour démarrer Tails, appuyer sur <span class=\"keycap\">Entrée</span>." + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter : 'Bienvenue dans Tails !'\"]]\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +#| "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" +#| "Click <span class=\"button\">Start Tails</span>.\n" msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" @@ -431,6 +498,24 @@ msgstr "Après 15–30 secondes, le bureau de Tails apparaît." msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails desktop\"]]\n" msgstr " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Bureau Tails\"]]\n" +#~ msgid "" +#~ "One to two minutes after the <span class=\"application\">Boot Loader " +#~ "Menu</span>, another screen called <span class=\"application\">Tails " +#~ "Greeter</span> appears." +#~ msgstr "" +#~ "Une à deux minutes après le <span class=\"application\">menu du chargeur " +#~ "d’amorçage</span>, un autre écran appelé <span class=\"application" +#~ "\">Tails Greeter</span> apparaît." + +#~ msgid "" +#~ "If Tails previously failed to start and displayed the <span class=\"code" +#~ "\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` " +#~ "to add this option to the command line." +#~ msgstr "" +#~ "Si Tails a échoué précédemment lors du démarrage en affichant l'erreur " +#~ "<span class=\"code\">Probing EDD (edd=off to disable)...</span>, alors " +#~ "taper `edd=off` pour ajouter cette option à la ligne de commande." + #~ msgid "" #~ "If the error message is <span class=\"code\">/bin/sh: can't access tty; " #~ "job control turned off</span> followed by <span class=\"code" 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 e5c8f8518fa..26c0176496b 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@boum.org\n" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-17 12:26+0000\n" "Last-Translator: gallium69 <gallium69@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -80,65 +80,47 @@ msgstr " [[!img install/inc/qrcodes/tails_boum_org_install_win_usb_back_1.png #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_install_mac_usb_back_1.png class=\"mac qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_install_mac_usb_back_1.png " -"class=\"mac qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_install_mac_usb_back_1.png class=\"mac qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_install_mac_clone_back_1.png class=\"mac-clone qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_install_mac_clone_back_1.png " -"class=\"mac-clone qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_install_mac_clone_back_1.png class=\"mac-clone qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_install_expert_usb_back_1.png class=\"expert qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_install_expert_usb_back_1.png " -"class=\"expert qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_install_expert_usb_back_1.png class=\"expert qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_install_linux_usb_back_1.png class=\"linux qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_install_linux_usb_back_1.png " -"class=\"linux qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_install_linux_usb_back_1.png class=\"linux qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_clone_back_1.png class=\"upgrade-clone qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_clone_back_1.png class" -"=\"upgrade-clone qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_clone_back_1.png class=\"upgrade-clone qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_tails_back_1.png class=\"upgrade-tails qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_tails_back_1.png class" -"=\"upgrade-tails qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_tails_back_1.png class=\"upgrade-tails qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class" -"=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_win_back_1.png class=\"upgrade-windows qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class" -"=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_mac_back_1.png class=\"upgrade-mac qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Plain text #, no-wrap msgid " [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" -msgstr "" -" [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class" -"=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" +msgstr " [[!img install/inc/qrcodes/tails_boum_org_upgrade_linux_back_1.png class=\"upgrade-linux qrcode\" link=\"no\" alt=\"\"]]\n" #. type: Bullet: ' - ' msgid "" @@ -170,28 +152,17 @@ msgid "" " <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac?back=1`</span>\n" " <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux?back=1`</span>\n" msgstr "" -" <span class=\"install-clone\">`https://tails.boum.org/install/clone/" -"index.it.html?back=1`</span>\n" -" <span class=\"windows\">`https://tails.boum.org/install/win/usb/" -"index.it.html?back=1`</span>\n" -" <span class=\"mac\">`https://tails.boum.org/install/mac/usb/" -"index.it.html?back=1`</span>\n" -" <span class=\"mac-clone\">`https://tails.boum.org/install/mac/clone/" -"index.it.html?back=1`</span>\n" -" <span class=\"expert\">`https://tails.boum.org/install/expert/usb/" -"index.it.html?back=1`</span>\n" -" <span class=\"linux\">`https://tails.boum.org/install/linux/usb/" -"index.it.html?back=1`</span>\n" -" <span class=\"upgrade-clone\">`https://tails.boum.org/upgrade/clone/" -"index.it.html?back=1`</span>\n" -" <span class=\"upgrade-tails\">`https://tails.boum.org/upgrade/tails/" -"index.it.html?back=1`</span>\n" -" <span class=\"upgrade-windows\">`https://tails.boum.org/upgrade/win/" -"index.it.html?back=1`</span>\n" -" <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac/" -"index.it.html?back=1`</span>\n" -" <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux/" -"index.it.html?back=1`</span>\n" +" <span class=\"install-clone\">`https://tails.boum.org/install/clone/index.it.html?back=1`</span>\n" +" <span class=\"windows\">`https://tails.boum.org/install/win/usb/index.it.html?back=1`</span>\n" +" <span class=\"mac\">`https://tails.boum.org/install/mac/usb/index.it.html?back=1`</span>\n" +" <span class=\"mac-clone\">`https://tails.boum.org/install/mac/clone/index.it.html?back=1`</span>\n" +" <span class=\"expert\">`https://tails.boum.org/install/expert/usb/index.it.html?back=1`</span>\n" +" <span class=\"linux\">`https://tails.boum.org/install/linux/usb/index.it.html?back=1`</span>\n" +" <span class=\"upgrade-clone\">`https://tails.boum.org/upgrade/clone/index.it.html?back=1`</span>\n" +" <span class=\"upgrade-tails\">`https://tails.boum.org/upgrade/tails/index.it.html?back=1`</span>\n" +" <span class=\"upgrade-windows\">`https://tails.boum.org/upgrade/win/index.it.html?back=1`</span>\n" +" <span class=\"upgrade-mac\">`https://tails.boum.org/upgrade/mac/index.it.html?back=1`</span>\n" +" <span class=\"upgrade-linux\">`https://tails.boum.org/upgrade/linux/index.it.html?back=1`</span>\n" #. type: Plain text #, fuzzy, no-wrap @@ -241,16 +212,12 @@ msgstr "" #. type: Plain text #, no-wrap msgid "<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails upgrade-windows upgrade-linux\">\n" -msgstr "" -"<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails " -"upgrade-windows upgrade-linux\">\n" +msgstr "<div class=\"windows linux expert install-clone upgrade-clone upgrade-tails upgrade-windows 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.it\" raw=\"yes\" " -"sort=\"age\"]]\n" +msgstr "[[!inline pages=\"install/inc/steps/pc_boot_menu.inline.it\" raw=\"yes\" sort=\"age\"]]\n" #. type: Plain text #, no-wrap @@ -260,29 +227,21 @@ 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.it\" raw=\"yes\" sort=\"age\"]]\n" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"greeter\"></a>\n" msgstr "" -"[[!inline pages=\"install/inc/steps/mac_startup_disks.inline.it\" raw=\"yes\"" -" sort=\"age\"]]\n" #. type: Plain text #, no-wrap -msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<h2 id=\"welcome-screen\">Welcome Screen</h2>\n" msgstr "" #. type: Bullet: '1. ' -#, fuzzy -#| msgid "" -#| " The following section applies if the <span class=\"guilabel\">Boot " -#| "Tails</span> menu appears but not\n" -#| " <span class=\"application\">Tails Greeter</span> when starting Tails.\n" -msgid "" -"One to two minutes after the <span class=\"application\">Boot Loader Menu</" -"span>, another screen called <span class=\"application\">Tails Greeter</" -"span> appears." +msgid "One to two minutes after the Boot Loader, the Welcome Screen appears." msgstr "" -" La seguente sessione si applica a quando il menù <span class=\"guilabel" -"\">Avvia Tails</span> compare, ma non il\n" -" <span class=\"application\">Tails Greeter</span> quando si avvia Tails.\n" #. type: Plain text #, no-wrap @@ -305,7 +264,7 @@ msgstr "" #| " </div>\n" msgid "" " <p>If the computer stops responding or displays other error messages before\n" -" getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +" getting to the Welcome Screen, refer to\n" " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" " Tails not starting entirely\"]].</p>\n" " </div>\n" @@ -351,8 +310,8 @@ msgstr "" #| " The following section applies if the <span class=\"guilabel\">Boot Tails</span> menu appears but not\n" #| " <span class=\"application\">Tails Greeter</span> when starting Tails.\n" msgid "" -" The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" -" <span class=\"application\">Tails Greeter</span> when starting Tails.\n" +" The following section applies if the Boot Loader appears but not\n" +" the Welcome Screen when starting Tails.\n" msgstr "" " La seguente sessione si applica a quando il menù <span class=\"guilabel\">Avvia Tails</span> compare, ma non il\n" " <span class=\"application\">Tails Greeter</span> quando si avvia Tails.\n" @@ -367,7 +326,7 @@ msgstr "Riavvia il computer sulla prima chiave USB." #| " 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 <span class=\"application\">Boot Loader Menu</span>, choose the\n" +" 1. In the Boot Loader, choose the\n" " <span class=\"guilabel\">Troubleshooting Mode</span>\n" " which might work better on some computers.\n" msgstr "" @@ -386,27 +345,41 @@ msgstr "" " 1. Se la modalità <span class=\"guilabel\">failsafe</span> non funziona\n" " meglio, riavvia il computer di nuovo sulla prima chiave USB.\n" +#. type: Bullet: ' 1. ' +msgid "Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*:" +msgstr "" + #. type: Plain text -#, fuzzy, no-wrap -#| 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 "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, 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" +#, no-wrap +msgid " If the Boot Loader is *GRUB*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **e** when GRUB appears." msgstr "" -" 1. Nel menù <span class=\"guilabel\">Avvia Tails</span>, premi\n" -" <span class=\"keycap\">TAB</span>. Una linea di comando con una\n" -" lista di opzioni compare sul fondo dello schermo.\n" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " A new screen appears with more options.\n" msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" +msgid "" +" [[!img doc/first_steps/welcome_screen/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" + +#. type: Bullet: ' 1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: ' 1. ' msgid "" "Press the <span class=\"keycap\">Backspace</span> key several times to " "remove the <span class=\"code\">quiet</span> option from the command line." @@ -414,30 +387,42 @@ msgstr "" "Premi il tasto <span class=\"keycap\">Backspace</span> molte volte per " "rimuovere l'opzione <span class=\"code\">quiet</span> dalla linea di comando." -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "Type `debug nosplash` to add these options to the command line." msgid "" -"If Tails previously failed to start and displayed the <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` to " -"add this option to the command line." +"Type <span class=\"code\">debug nosplash</span> to add these options to the " +"command line." msgstr "" +"Digita 'debug nosplash' per aggiungere queste opzioni alla riga di comando." -#. type: Bullet: ' 1. ' -msgid "Type `debug nosplash` to add these options to the command line." +#. type: Bullet: ' 1. ' +msgid "If Tails previously failed to start and displayed the following error:" msgstr "" -"Digita 'debug nosplash' per aggiungere queste opzioni alla riga di comando." -#. type: Bullet: ' 1. ' -msgid "To start Tails, press <span class=\"keycap\">Enter</span>." -msgstr "Per avviare Tails, premi <span class=\"keycap\">Invio</span>." +#. type: Plain text +#, no-wrap +msgid " <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n" +msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, fuzzy, no-wrap +#| 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 "Digita 'debug nosplash' per aggiungere queste opzioni alla riga di comando." + +#. type: Bullet: ' 1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" + +#. type: Bullet: ' 1. ' #, 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, error messages now appear when starting Tails. You can [[send " +"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 "" @@ -445,10 +430,48 @@ msgstr "" "[[inviarli al nostro team di supporto via email|support/talk]], per esempio " "facendo una foto all'ultima schermata e messaggio d'errore." +#. type: Plain text +#, no-wrap +msgid " If the Boot Loader is *SYSLINUX*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +#, 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. Nel menù <span class=\"guilabel\">Avvia Tails</span>, premi\n" +" <span class=\"keycap\">TAB</span>. Una linea di comando con una\n" +" lista di opzioni compare sul fondo dello schermo.\n" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img doc/first_steps/welcome_screen/syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Plain text +#, fuzzy, no-wrap +#| 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 "Digita 'debug nosplash' per aggiungere queste opzioni alla riga di comando." + +#. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "Per avviare Tails, premi <span class=\"keycap\">Invio</span>." + #. type: Plain text #, fuzzy, no-wrap #| msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" -msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\"]]\n" #. type: Plain text @@ -457,7 +480,7 @@ msgstr " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails. #| "1. In <span class=\"application\">Tails Greeter</span>, select your preferred language in the drop-down\n" #| "list on the bottom left of the screen. Click <span class=\"button\">Login</span>.\n" msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" @@ -471,9 +494,23 @@ msgstr "Dopo 15–30 secondi, ti apparirà il Desktop di Tails." #. type: Plain text #, no-wrap msgid " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Tails desktop\"]]\n" -msgstr "" -" [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Desktop di " -"Tails\"]]\n" +msgstr " [[!img install/inc/screenshots/desktop.png link=\"no\" alt=\"Desktop di Tails\"]]\n" + +#, fuzzy +#~| msgid "" +#~| " The following section applies if the <span class=\"guilabel\">Boot " +#~| "Tails</span> menu appears but not\n" +#~| " <span class=\"application\">Tails Greeter</span> when starting " +#~| "Tails.\n" +#~ msgid "" +#~ "One to two minutes after the <span class=\"application\">Boot Loader " +#~ "Menu</span>, another screen called <span class=\"application\">Tails " +#~ "Greeter</span> appears." +#~ msgstr "" +#~ " La seguente sessione si applica a quando il menù <span class=\"guilabel" +#~ "\">Avvia Tails</span> compare, ma non il\n" +#~ " <span class=\"application\">Tails Greeter</span> quando si avvia " +#~ "Tails.\n" #~ msgid "" #~ "If the error message is <span class=\"code\">/bin/sh: can't access tty; " 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 9824380920d..b533449bd04 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 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-18 01:54+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2018-02-21 10:55+0000\n" "Last-Translator: Tails translators <amnesia@boum.org\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -205,14 +205,16 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "<h2 id=\"greeter\">Tails Greeter</h2>\n" +msgid "<a id=\"greeter\"></a>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<h2 id=\"welcome-screen\">Welcome Screen</h2>\n" msgstr "" #. type: Bullet: '1. ' -msgid "" -"One to two minutes after the <span class=\"application\">Boot Loader Menu</" -"span>, another screen called <span class=\"application\">Tails Greeter</" -"span> appears." +msgid "One to two minutes after the Boot Loader, the Welcome Screen appears." msgstr "" #. type: Plain text @@ -229,7 +231,7 @@ msgstr "" #, no-wrap msgid "" " <p>If the computer stops responding or displays other error messages before\n" -" getting to <span class=\"application\">Tails Greeter</span>, refer to\n" +" getting to the Welcome Screen, refer to\n" " [[!toggle id=\"not_entirely\" text=\"the troubleshooting section about\n" " Tails not starting entirely\"]].</p>\n" " </div>\n" @@ -262,8 +264,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" The following section applies if the <span class=\"application\">Boot Loader Menu</span> appears but not\n" -" <span class=\"application\">Tails Greeter</span> when starting Tails.\n" +" The following section applies if the Boot Loader appears but not\n" +" the Welcome Screen when starting Tails.\n" msgstr "" #. type: Bullet: ' 1. ' @@ -273,7 +275,7 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, choose the\n" +" 1. In the Boot Loader, choose the\n" " <span class=\"guilabel\">Troubleshooting Mode</span>\n" " which might work better on some computers.\n" msgstr "" @@ -285,56 +287,112 @@ msgid "" " better, restart the computer again on the first USB stick.\n" msgstr "" +#. type: Bullet: ' 1. ' +msgid "Depending on whether the Boot Loader is *GRUB* or *SYSLINUX*:" +msgstr "" + #. type: Plain text #, no-wrap -msgid "" -" 1. In the <span class=\"application\">Boot Loader Menu</span>, 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 " If the Boot Loader is *GRUB*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **e** when GRUB appears." msgstr "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/boot-menu-with-options.png link=\"no\" alt=\"Black screen with Tails artwork and list of boot options\"]]\n" +msgid " A new screen appears with more options.\n" msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, no-wrap +msgid "" +" [[!img doc/first_steps/welcome_screen/grub-with-options.png link=\"no\" alt=\"GRUB with a list of\n" +" options starting with 'setparams Tails'\"]]\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "" +"Navigate with the arrows of the keyboard to the end of the line that starts " +"with <span class=\"code\">linux</span>. The line is most likely wrapped and " +"displayed on several lines on the screen but it is a single configuration " +"line." +msgstr "" + +#. type: Bullet: ' 1. ' 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 "" -#. type: Bullet: ' 1. ' +#. type: Bullet: ' 1. ' msgid "" -"If Tails previously failed to start and displayed the <span class=\"code" -"\">Probing EDD (edd=off to disable)...</span> error, then type `edd=off` to " -"add this option to the command line." +"Type <span class=\"code\">debug nosplash</span> to add these options to the " +"command line." msgstr "" -#. type: Bullet: ' 1. ' -msgid "Type `debug nosplash` to add these options to the command line." +#. type: Bullet: ' 1. ' +msgid "If Tails previously failed to start and displayed the following error:" msgstr "" -#. type: Bullet: ' 1. ' -msgid "To start Tails, press <span class=\"keycap\">Enter</span>." +#. type: Plain text +#, no-wrap +msgid " <p class=\"pre\">Probing EDD (edd=off to disable)...</span>\n" msgstr "" -#. type: Bullet: ' 1. ' +#. type: Plain text +#, no-wrap +msgid " Then type `edd=off` to add this option to the command line.\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press **Ctrl+X** to start Tails." +msgstr "" + +#. type: Bullet: ' 1. ' msgid "" -"Hopefully, error messages now appear when starting Tails. You can [[send " +"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 "" #. type: Plain text #, no-wrap -msgid " [[!img doc/first_steps/welcome_screen/tails-greeter-welcome-to-tails.png link=\"no\" alt=\"Tails Greeter: 'Welcome to Tails!'\"]]\n" +msgid " If the Boot Loader is *SYSLINUX*:\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "" +"Press <span class=\"keycap\">TAB</span>. A command line with a list of boot " +"options appears at the bottom of the screen." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" [[!img doc/first_steps/welcome_screen/syslinux-with-options.png link=\"no\" alt=\"SYSLINUX with\n" +" a list of options starting with '/live/vmlinuz' at the bottom\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " Then type <span class=\"code\">edd=off</span> to add this option to the command line.\n" +msgstr "" + +#. type: Bullet: ' 1. ' +msgid "Press <span class=\"keycap\">Enter</span> to start Tails." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid " [[!img doc/first_steps/welcome_screen/welcome-screen.png link=\"no\" alt=\"Welcome to Tails!\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" 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 73b5211535e..dbb6cbb2885 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: 2018-11-07 16:30+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2016-06-05 10:54-0000\n" "Last-Translator: Tails translators <tails@boum.org>\n" "Language-Team: \n" @@ -50,32 +50,23 @@ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.de\" raw #| "In the <span class=\"guilabel\">Boot Tails</span> menu, choose <span " #| "class=\"guilabel\">Live</span> and press <span class=\"keycap\">Enter</" #| "span>." -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> appears and Tails " -"starts automatically after 4 seconds." +msgid "The Boot Loader appears and Tails starts automatically after 4 seconds." msgstr "" "Wählen Sie im Menü <span class=\"guilabel\">Boot Tails</span> die Option " "<span class=\"guilabel\">Live</span> aus und drücken Sie <span class=\"keycap" "\">Enter</span>." -#. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -msgstr "" - #. type: Bullet: '1. ' -msgid "" -"After 30–60 seconds, <span class=\"application\">Tails Greeter</span> " -"appears." -msgstr "" -"Nach 30–60 Sekunden erscheint der <span class=\"application\">Tails " -"Greeter</span>." +#, fuzzy +#| msgid "After 15–30 seconds, the Tails desktop appears." +msgid "After 30–60 seconds, the Welcome Screen appears." +msgstr "Nach 15–30 Sekunden erscheint der Desktop von Tails." #. type: Plain text #, fuzzy, no-wrap #| msgid "In <span class=\"application\">Tails Greeter</span>, select your preferred language in the drop-down list on the bottom left of the screen. Click <span class=\"button\">Login</span>." msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "Wählen Sie im <span class=\"application\">Tails Greeter</span> in der Dropdown-Liste im unteren linken Bereich des Bildschirms Ihre bevorzugte Sprache aus. Klicken Sie auf <span class=\"button\">Anmelden</span>." @@ -83,3 +74,10 @@ msgstr "Wählen Sie im <span class=\"application\">Tails Greeter</span> in der D #. type: Bullet: '1. ' msgid "After 15–30 seconds, the Tails desktop appears." msgstr "Nach 15–30 Sekunden erscheint der Desktop von Tails." + +#~ msgid "" +#~ "After 30–60 seconds, <span class=\"application\">Tails Greeter</" +#~ "span> appears." +#~ msgstr "" +#~ "Nach 30–60 Sekunden erscheint der <span class=\"application\">Tails " +#~ "Greeter</span>." 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 729d6d469a3..8fedfa529e4 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@boum.org\n" -"POT-Creation-Date: 2018-11-07 16:30+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-24 10:11+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -30,10 +30,7 @@ msgstr "Apaga la computadora." #. 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=\"Memoria USB desconectada a la izquierda y " -"computadora reiniciada en la memoria USB a la derecha\"]]</div>\n" +msgstr " <div class=\"step-image\">[[!img install/inc/infography/restart-on-new-tails.png link=\"no\" alt=\"Memoria USB desconectada a la izquierda y computadora reiniciada en la memoria USB a la derecha\"]]</div>\n" #. type: Bullet: '1. ' msgid "Unplug the other USB stick and leave the new USB stick plugged in." @@ -46,35 +43,32 @@ msgstr "Enciende la computadora." #. 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: Bullet: '1. ' -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> appears and Tails " -"starts automatically after 4 seconds." +#, fuzzy +#| msgid "" +#| "The <span class=\"application\">Boot Loader Menu</span> appears and Tails " +#| "starts automatically after 4 seconds." +msgid "The Boot Loader appears and Tails starts automatically after 4 seconds." msgstr "" "Aparece el <span class=\"application\">Menú de Gestor de Arranque</span>, y " "Tails arranca automáticamente luego de 4 segundos." -#. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -msgstr " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Pantalla negra con Tails artwork. Menú Boot Loader con dos opciones 'Tails' y 'Tails (Troubleshooting Mode)'.\"]]\n" - #. type: Bullet: '1. ' -msgid "" -"After 30–60 seconds, <span class=\"application\">Tails Greeter</span> " -"appears." -msgstr "" -"Después de 30–60 segundos, aparece <span class=\"application\">Tails " -"Greeter</span>." +#, fuzzy +#| msgid "After 15–30 seconds, the Tails desktop appears." +msgid "After 30–60 seconds, the Welcome Screen appears." +msgstr "Luego de 15–30 segundos, el escritorio de Tails aparecerá." #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +#| "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" +#| "Click <span class=\"button\">Start Tails</span>.\n" msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "1. En el <span class=\"application\">Tails Greeter</span> elige tu idioma y la configuración de tu teclado en la sección <span class=\"guilabel\">Language & Region</span> y presiona <span class=\"button\">Start Tails</span>.\n" @@ -82,3 +76,13 @@ msgstr "1. En el <span class=\"application\">Tails Greeter</span> elige tu idiom #. type: Bullet: '1. ' msgid "After 15–30 seconds, the Tails desktop appears." msgstr "Luego de 15–30 segundos, el escritorio de Tails aparecerá." + +#~ msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +#~ msgstr " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Pantalla negra con Tails artwork. Menú Boot Loader con dos opciones 'Tails' y 'Tails (Troubleshooting Mode)'.\"]]\n" + +#~ msgid "" +#~ "After 30–60 seconds, <span class=\"application\">Tails Greeter</" +#~ "span> appears." +#~ msgstr "" +#~ "Después de 30–60 segundos, aparece <span class=\"application" +#~ "\">Tails Greeter</span>." 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 3b29e212aab..5f68bac639f 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: 2018-11-07 16:30+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -44,26 +44,17 @@ msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"y msgstr "" #. type: Bullet: '1. ' -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> appears and Tails " -"starts automatically after 4 seconds." -msgstr "" - -#. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgid "The Boot Loader appears and Tails starts automatically after 4 seconds." msgstr "" #. type: Bullet: '1. ' -msgid "" -"After 30–60 seconds, <span class=\"application\">Tails Greeter</span> " -"appears." +msgid "After 30–60 seconds, the Welcome Screen appears." msgstr "" #. type: Plain text #, no-wrap msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" 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 09e27816850..a48ac3c1906 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,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2018-11-07 16:30+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-01-09 11:42+0000\n" "Last-Translator: Chre <tor@renaudineau.org>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -44,30 +44,29 @@ msgid " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline\" raw=\"y msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.fr\" raw=\"yes\" sort=\"age\"]]\n" #. type: Bullet: '1. ' -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> appears and Tails " -"starts automatically after 4 seconds." +#, fuzzy +#| msgid "" +#| "The <span class=\"application\">Boot Loader Menu</span> appears and Tails " +#| "starts automatically after 4 seconds." +msgid "The Boot Loader appears and Tails starts automatically after 4 seconds." msgstr "" "Le <span class=\"application\">menu du chargeur d’amorçage</span> apparaît " "et Tails démarre automatiquement après 4 secondes." -#. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -msgstr " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Écran noir avec le dessin de Tails. Menu du chargeur d’amorçage avec deux options 'Tails' et 'Tails (Troubleshooting Mode)'.\"]]\n" - #. type: Bullet: '1. ' -msgid "" -"After 30–60 seconds, <span class=\"application\">Tails Greeter</span> " -"appears." -msgstr "" -"Après 30–60 secondes, le <span class=\"application\">Tails Greeter</" -"span> apparaît." +#, fuzzy +#| msgid "After 15–30 seconds, the Tails desktop appears." +msgid "After 30–60 seconds, the Welcome Screen appears." +msgstr "Après 15–30 secondes, le bureau de Tails apparaît." #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +#| "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" +#| "Click <span class=\"button\">Start Tails</span>.\n" msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" @@ -78,3 +77,13 @@ msgstr "" #. type: Bullet: '1. ' msgid "After 15–30 seconds, the Tails desktop appears." msgstr "Après 15–30 secondes, le bureau de Tails apparaît." + +#~ msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +#~ msgstr " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Écran noir avec le dessin de Tails. Menu du chargeur d’amorçage avec deux options 'Tails' et 'Tails (Troubleshooting Mode)'.\"]]\n" + +#~ msgid "" +#~ "After 30–60 seconds, <span class=\"application\">Tails Greeter</" +#~ "span> appears." +#~ msgstr "" +#~ "Après 30–60 secondes, le <span class=\"application\">Tails Greeter</" +#~ "span> apparaît." 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 5c05a6d6180..c7e085fa665 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 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2018-11-07 16:30+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2017-02-09 21:01+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -49,31 +49,22 @@ msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.it\" raw #| "In the <span class=\"guilabel\">Boot Tails</span> menu, choose <span " #| "class=\"guilabel\">Live</span> and press <span class=\"keycap\">Enter</" #| "span>." -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> appears and Tails " -"starts automatically after 4 seconds." +msgid "The Boot Loader appears and Tails starts automatically after 4 seconds." msgstr "" "Nel menù di <span class=\"guilabel\">Avvio Tails</span>, scegli <span class=" "\"guilabel\">Live</span> e premi <span class=\"keycap\">Invio</span>." -#. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" -msgstr "" - #. type: Bullet: '1. ' -msgid "" -"After 30–60 seconds, <span class=\"application\">Tails Greeter</span> " -"appears." -msgstr "" -"Dopo 30–60 secondi, <span class=\"application\">Tails Greeter</span> " -"appare." +#, fuzzy +#| msgid "After 15–30 seconds, the Tails desktop appears." +msgid "After 30–60 seconds, the Welcome Screen appears." +msgstr "Dopo 15–30 secondi, ti apparirà il Desktop di Tails." #. type: Plain text #, fuzzy, no-wrap #| msgid "In <span class=\"application\">Tails Greeter</span>, select your preferred language in the drop-down list on the bottom left of the screen. Click <span class=\"button\">Login</span>." msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "In <span class=\"application\">Tails Greeter</span>, seleziona la tua lingua preferita nella lista a cascata in basso a sinistra sullo schermo. Clicca su <span class=\"button\">Login</span>." @@ -81,3 +72,10 @@ msgstr "In <span class=\"application\">Tails Greeter</span>, seleziona la tua li #. type: Bullet: '1. ' msgid "After 15–30 seconds, the Tails desktop appears." msgstr "Dopo 15–30 secondi, ti apparirà il Desktop di Tails." + +#~ msgid "" +#~ "After 30–60 seconds, <span class=\"application\">Tails Greeter</" +#~ "span> appears." +#~ msgstr "" +#~ "Dopo 30–60 secondi, <span class=\"application\">Tails Greeter</" +#~ "span> appare." 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 4a68ed2b723..e83a7c369c0 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@boum.org\n" -"POT-Creation-Date: 2018-11-07 16:30+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-24 10:16+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -43,31 +43,22 @@ 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.pt\" raw=\"" -"yes\" sort=\"age\"]]\n" +msgstr " [[!inline pages=\"install/inc/steps/mac_startup_disks.inline.pt\" raw=\"yes\" sort=\"age\"]]\n" #. type: Bullet: '1. ' -msgid "" -"The <span class=\"application\">Boot Loader Menu</span> appears and Tails " -"starts automatically after 4 seconds." -msgstr "" - -#. type: Plain text -#, no-wrap -msgid " [[!img install/inc/screenshots/boot_loader_menu.png link=\"no\" alt=\"Black screen with Tails artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" +msgid "The Boot Loader appears and Tails starts automatically after 4 seconds." msgstr "" #. type: Bullet: '1. ' -msgid "" -"After 30–60 seconds, <span class=\"application\">Tails Greeter</span> " -"appears." -msgstr "" +#, fuzzy +#| msgid "After 15–30 seconds, the Tails desktop appears." +msgid "After 30–60 seconds, the Welcome Screen appears." +msgstr "Após 15–30 segundos, a área de trabalho do Tails aparece." #. type: Plain text #, no-wrap msgid "" -"1. In <span class=\"application\">Tails Greeter</span>, select your language and\n" +"1. In the Welcome Screen, select your language and\n" "keyboard layout in the <span class=\"guilabel\">Language & Region</span> section.\n" "Click <span class=\"button\">Start Tails</span>.\n" msgstr "" diff --git a/wiki/src/news/achievements_in_2019.de.po b/wiki/src/news/achievements_in_2019.de.po index 6cc912122c6..a38442a44bb 100644 --- a/wiki/src/news/achievements_in_2019.de.po +++ b/wiki/src/news/achievements_in_2019.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-22 08:30+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,9 +39,8 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" #. type: Plain text @@ -85,10 +84,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" #. type: Bullet: ' - ' @@ -123,7 +121,7 @@ msgstr "" #. type: Plain text msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" @@ -172,10 +170,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" #. type: Bullet: '- ' @@ -195,11 +192,15 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -207,7 +208,9 @@ msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -216,8 +219,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" @@ -227,8 +230,8 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" #. type: Title = @@ -296,7 +299,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" msgstr "" diff --git a/wiki/src/news/achievements_in_2019.es.po b/wiki/src/news/achievements_in_2019.es.po index 61463b08b4c..f86a5e8709e 100644 --- a/wiki/src/news/achievements_in_2019.es.po +++ b/wiki/src/news/achievements_in_2019.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-16 12:11+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,9 +39,8 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" #. type: Plain text @@ -85,10 +84,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" #. type: Bullet: ' - ' @@ -123,7 +121,7 @@ msgstr "" #. type: Plain text msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" @@ -172,10 +170,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" #. type: Bullet: '- ' @@ -195,11 +192,15 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -207,7 +208,9 @@ msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -216,8 +219,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" @@ -227,8 +230,8 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" #. type: Title = @@ -296,7 +299,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" msgstr "" diff --git a/wiki/src/news/achievements_in_2019.fa.po b/wiki/src/news/achievements_in_2019.fa.po index 6c267872f46..abd03c020ed 100644 --- a/wiki/src/news/achievements_in_2019.fa.po +++ b/wiki/src/news/achievements_in_2019.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 14:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,9 +39,8 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" #. type: Plain text @@ -85,10 +84,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" #. type: Bullet: ' - ' @@ -123,7 +121,7 @@ msgstr "" #. type: Plain text msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" @@ -172,10 +170,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" #. type: Bullet: '- ' @@ -195,11 +192,15 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -207,7 +208,9 @@ msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -216,8 +219,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" @@ -227,8 +230,8 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" #. type: Title = @@ -296,7 +299,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" msgstr "" diff --git a/wiki/src/news/achievements_in_2019.fr.po b/wiki/src/news/achievements_in_2019.fr.po index 0df86be4572..74c0479a115 100644 --- a/wiki/src/news/achievements_in_2019.fr.po +++ b/wiki/src/news/achievements_in_2019.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-04 11:52+0000\n" "Last-Translator: Chre <tor@renaudineau.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,13 +39,12 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" -"Le 7 octobre, nous avons commencé notre [[campagne de dons annuelle|news/" -"2019-fundraiser]]. Aujourd'hui, nous résumons ce que nous avons réalisé avec " -"votre aide en 2019." +"Le 7 octobre, nous avons commencé notre [[campagne de dons annuelle|" +"news/2019-fundraiser]]. Aujourd'hui, nous résumons ce que nous avons réalisé " +"avec votre aide en 2019." #. type: Plain text msgid "" @@ -97,10 +96,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" #. type: Bullet: ' - ' @@ -135,7 +133,7 @@ msgstr "" #. type: Plain text msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" @@ -187,10 +185,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" "Nous avons enlever les logiciels et les paquets de langues les moins " "populaires, que vous pouvez maintenant installer vous-mêmes avec la fonction " @@ -215,11 +212,15 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -227,7 +228,9 @@ msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -236,8 +239,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" "Nous avons dû faire face à plusieurs attaques [[!wikipedia_fr Denial-of-" @@ -250,16 +253,16 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" "Depuis 9 ans, nous avons compté sur les services d'hébergement fourni par " "les merveilleuses personnes de boum.org. Merci ! Puisqu'elles réduisent " "leurs activités, nous avons migré nos services. Notre site Web et maintenant " "auto-hébergé et nos listes de discussions par courrier électronique sont " "prises en charge par deux projets de serveurs autonomes de confiance et " -"expérimentés : [autistici.org](https://autistici.org) et " -"[puscii.nl](https://puscii.nl)." +"expérimentés : [autistici.org](https://autistici.org) et [puscii.nl](https://" +"puscii.nl)." #. type: Title = #, no-wrap @@ -331,7 +334,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" msgstr "" diff --git a/wiki/src/news/achievements_in_2019.it.po b/wiki/src/news/achievements_in_2019.it.po index 6fa01a202bc..260042aa012 100644 --- a/wiki/src/news/achievements_in_2019.it.po +++ b/wiki/src/news/achievements_in_2019.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-22 08:51+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,9 +39,8 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" #. type: Plain text @@ -85,10 +84,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" #. type: Bullet: ' - ' @@ -123,7 +121,7 @@ msgstr "" #. type: Plain text msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" @@ -172,10 +170,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" #. type: Bullet: '- ' @@ -195,11 +192,15 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -207,7 +208,9 @@ msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -216,8 +219,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" @@ -227,8 +230,8 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" #. type: Title = @@ -296,7 +299,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" msgstr "" diff --git a/wiki/src/news/achievements_in_2019.pt.po b/wiki/src/news/achievements_in_2019.pt.po index 6f1ab3ad8f4..dcdacbdb1d9 100644 --- a/wiki/src/news/achievements_in_2019.pt.po +++ b/wiki/src/news/achievements_in_2019.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-20 07:36+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,9 +39,8 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" #. type: Plain text @@ -85,10 +84,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" #. type: Bullet: ' - ' @@ -123,7 +121,7 @@ msgstr "" #. type: Plain text msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" @@ -172,10 +170,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" #. type: Bullet: '- ' @@ -195,11 +192,15 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -207,7 +208,9 @@ msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" #. type: Bullet: ' - ' @@ -216,8 +219,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" @@ -227,8 +230,8 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" #. type: Title = @@ -296,7 +299,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" msgstr "" diff --git a/wiki/src/news/celebrating_10_years.de.po b/wiki/src/news/celebrating_10_years.de.po index 4779f5a47d6..390bbf2f0bb 100644 --- a/wiki/src/news/celebrating_10_years.de.po +++ b/wiki/src/news/celebrating_10_years.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-07 11:28+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -211,7 +211,7 @@ msgid "**Persistence**" msgstr "" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" +msgid "**Welcome Screen**" msgstr "" #. type: Bullet: '- ' @@ -403,7 +403,7 @@ msgstr "" #. type: Plain text msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" diff --git a/wiki/src/news/celebrating_10_years.es.po b/wiki/src/news/celebrating_10_years.es.po index 1a469688c31..fbd9a973bb2 100644 --- a/wiki/src/news/celebrating_10_years.es.po +++ b/wiki/src/news/celebrating_10_years.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-12-22 21:03+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -211,7 +211,7 @@ msgid "**Persistence**" msgstr "" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" +msgid "**Welcome Screen**" msgstr "" #. type: Bullet: '- ' @@ -403,7 +403,7 @@ msgstr "" #. type: Plain text msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" diff --git a/wiki/src/news/celebrating_10_years.fa.po b/wiki/src/news/celebrating_10_years.fa.po index f75f7773f1d..ace165cc208 100644 --- a/wiki/src/news/celebrating_10_years.fa.po +++ b/wiki/src/news/celebrating_10_years.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 14:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -211,7 +211,7 @@ msgid "**Persistence**" msgstr "" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" +msgid "**Welcome Screen**" msgstr "" #. type: Bullet: '- ' @@ -403,7 +403,7 @@ msgstr "" #. type: Plain text msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" diff --git a/wiki/src/news/celebrating_10_years.fr.po b/wiki/src/news/celebrating_10_years.fr.po index e5947aa368a..1efbd274a9b 100644 --- a/wiki/src/news/celebrating_10_years.fr.po +++ b/wiki/src/news/celebrating_10_years.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-24 10:19+0000\n" "Last-Translator: Chre <tor@renaudineau.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -138,8 +138,8 @@ msgid "" "paved the way to what is Tails today:" msgstr "" "Quand nous avons commencé le projet *amnesia* en 2009, d'autres projets " -"avant nous ont construit la route qui fait de Tails ce qu'il est aujourd'hui " -":" +"avant nous ont construit la route qui fait de Tails ce qu'il est " +"aujourd'hui :" #. type: Bullet: '- ' msgid "" @@ -167,16 +167,15 @@ msgid "" "2007 and based on Gentoo, pushed the concept of live operating systems a bit " "further by focusing on security, online anonymity, and the use of Tor." msgstr "" -"[ELE](https://web.archive.org/web/20050422130010/" -"http://www.northernsecurity.net:80/download/ele/), né en 2005 et basé sur " -"Damn Small Linux, [Anonym.OS](https://web.archive.org/web/20060212030338/" -"http://theory.kaos.to:80/projects.html), né en 2006 et basé sur OpenBSD et " -"[Incognito](https://web.archive.org/web/20071213084719/" -"http://www.browseanonymouslyanywhere.com/incognito/" -"index.php?option=com_content&task=view&id=28&Itemid=41), né en 2007 et basé " -"sur Gentoo, ont poussés le concept de système d'exploitation live un peu " -"plus loin en se concentrant sur la sécurité, l'anonymat en ligne et " -"l'utilisation de Tor." +"[ELE](https://web.archive.org/web/20050422130010/http://www.northernsecurity." +"net:80/download/ele/), né en 2005 et basé sur Damn Small Linux, [Anonym.OS]" +"(https://web.archive.org/web/20060212030338/http://theory.kaos.to:80/" +"projects.html), né en 2006 et basé sur OpenBSD et [Incognito](https://web." +"archive.org/web/20071213084719/http://www.browseanonymouslyanywhere.com/" +"incognito/index.php?option=com_content&task=view&id=28&Itemid=41), né en " +"2007 et basé sur Gentoo, ont poussés le concept de système d'exploitation " +"live un peu plus loin en se concentrant sur la sécurité, l'anonymat en ligne " +"et l'utilisation de Tor." #. type: Plain text #, no-wrap @@ -191,17 +190,13 @@ msgid "" " Project](https://blog.torproject.org/incognito-and-tor-project-sign-licensing-agreement).\n" msgstr "" " *Incognito*\n" -" a été le premier système d'exploitation live à inclure un ensemble " -"complet\n" -" d'applications configurées par défaut pour fonctionner avec Tor (" -"navigateur, client de\n" +" a été le premier système d'exploitation live à inclure un ensemble complet\n" +" d'applications configurées par défaut pour fonctionner avec Tor (navigateur, client de\n" " messagerie électronique, client IRC, etc.), offrant un dossier *Home*\n" " persistant et permettant même d'héberger des services onion.\n" -" *Incognito* a aussi été le premier système d'exploitation live à recevoir " -"une\n" +" *Incognito* a aussi été le premier système d'exploitation live à recevoir une\n" " [reconnaissance officielle du projet\n" -" Tor](https://blog.torproject.org/incognito-and-tor-project-sign-licensing-" -"agreement).\n" +" Tor](https://blog.torproject.org/incognito-and-tor-project-sign-licensing-agreement).\n" #. type: Plain text #, no-wrap @@ -230,11 +225,11 @@ msgid "" "renamed *T(A)ILS*, *The Amnesic Incognito Live System*, to act the fusion " "between *amnesia* and *Incognito*." msgstr "" -"En mars 2010, *Incognito* a été déclaré abandonné et *amnesia* son \"[" -"successeur spirituel](https://web.archive.org/web/20100728224716/" -"http://www.anonymityanywhere.com:80/incognito)\". Plusieurs semaines plus " -"tard, *amnesia* sera renommé *T(A)ILS*, *The Amnesic Incognito Live System*, " -"pour confirmer la fusion entre *amnesia* et *Incognito*." +"En mars 2010, *Incognito* a été déclaré abandonné et *amnesia* son " +"\"[successeur spirituel](https://web.archive.org/web/20100728224716/http://" +"www.anonymityanywhere.com:80/incognito)\". Plusieurs semaines plus tard, " +"*amnesia* sera renommé *T(A)ILS*, *The Amnesic Incognito Live System*, pour " +"confirmer la fusion entre *amnesia* et *Incognito*." #. type: Plain text #, no-wrap @@ -271,8 +266,7 @@ msgstr "[[!img amnesia-0.2.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap msgid "2011-2014: core features, Tails 1.0, and public recognition\n" -msgstr "" -"2011-2014 : fonctions essentielles, Tails 1.0 et reconnaissance publique\n" +msgstr "2011-2014 : fonctions essentielles, Tails 1.0 et reconnaissance publique\n" #. type: Plain text msgid "" @@ -287,16 +281,16 @@ msgid "" "**Tails Installer**, forked from the [[!wikipedia Fedora_Media_Writer desc=" "\"Fedora Live USB Creator\"]]" msgstr "" -"**L'installeur Tails**, dérivé de [[!wikipedia_fr Fedora_Media_Writer desc=\"" -"Fedora Media Writer\"]]" +"**L'installeur Tails**, dérivé de [[!wikipedia_fr Fedora_Media_Writer desc=" +"\"Fedora Media Writer\"]]" #. type: Bullet: '- ' msgid "**Persistence**" msgstr "**Persistance**" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" -msgstr "**Tails Greeter**, notre écran de bienvenue" +msgid "**Welcome Screen**" +msgstr "" #. type: Bullet: '- ' msgid "**Automatic upgades**" @@ -343,10 +337,10 @@ msgid "" msgstr "" "En juin 2013, Edward Snowden révelait des milliers de documents classifiés " "sur les programmes de surveillance de la NSA. Tails a été mentionné par des " -"scientifiques célèbres [Bruce Schneier](https://www.theguardian.com/world/" -"2013/sep/05/nsa-how-to-remain-secure-surveillance) et [Micah " -"Lee](https://freedom.press/news/encryption-works-how-to-protect-your-privacy-" -"and-your-sources-in-the-age-of-nsa-surveillance/) comme l'un des outils de " +"scientifiques célèbres [Bruce Schneier](https://www.theguardian.com/" +"world/2013/sep/05/nsa-how-to-remain-secure-surveillance) et [Micah Lee]" +"(https://freedom.press/news/encryption-works-how-to-protect-your-privacy-and-" +"your-sources-in-the-age-of-nsa-surveillance/) comme l'un des outils de " "protection contre la surveillance de la NSA." #. type: Plain text @@ -356,9 +350,9 @@ msgid "" "innovation-prize-winners-announced-at-rightscon). According to Access Now:" msgstr "" "En mars 2014, nous avons reçu notre première récompense, le [Access " -"Innovation Prize for Endpoint Security](https://www.accessnow.org/blog/2014/" -"03/11/2014-access-innovation-prize-winners-announced-at-rightscon). D'après " -"Access Now :" +"Innovation Prize for Endpoint Security](https://www.accessnow.org/" +"blog/2014/03/11/2014-access-innovation-prize-winners-announced-at-" +"rightscon). D'après Access Now :" #. type: Plain text #, no-wrap @@ -415,16 +409,12 @@ msgstr "<p style=\"max-width: 800px;\">\n" #. type: Plain text #, no-wrap msgid "[[!img snowden-1.jpg size=\"380x\" alt=\"Snowden plugging an SD card in a laptop with a blue Tails USB stick\"]]\n" -msgstr "" -"[[!img snowden-1.jpg size=\"380x\" alt=\"Snowden branchant une carte SD dans " -"un portable avec une clé USB Tails bleue\"]]\n" +msgstr "[[!img snowden-1.jpg size=\"380x\" alt=\"Snowden branchant une carte SD dans un portable avec une clé USB Tails bleue\"]]\n" #. type: Plain text #, no-wrap msgid "[[!img snowden-2.jpg size=\"380x\" alt=\"Snowden showing NSA documents on Tails to Ewen MacAskill\"]]\n" -msgstr "" -"[[!img snowden-2.jpg size=\"380x\" alt=\"Snowden montrant des documents de " -"la NSA sur Tails à Ewen MacAskill\"]]\n" +msgstr "[[!img snowden-2.jpg size=\"380x\" alt=\"Snowden montrant des documents de la NSA sur Tails à Ewen MacAskill\"]]\n" #. type: Plain text #, no-wrap @@ -432,8 +422,7 @@ msgid "" "<em>Images from <a href=\"https://citizenfourfilm.com/\">Citizenfour</a> by Laura Poitras, minutes 37 and 41.</em>\n" "</p>\n" msgstr "" -"<em>Images de <a href=\"https://citizenfourfilm.com/\">Citizenfour</a> par " -"Laura Poitras, 37ème et 41ème minutes.</em>\n" +"<em>Images de <a href=\"https://citizenfourfilm.com/\">Citizenfour</a> par Laura Poitras, 37ème et 41ème minutes.</em>\n" "</p>\n" #. type: Plain text @@ -450,12 +439,12 @@ msgstr "" "Plusieurs semaines plus tard, la version 1.0 de Tails a fait la couverture " "de [The Verge](https://www.theverge.com/2014/4/29/5664884/this-is-the-most-" "secure-computer-you-ll-ever-own), [CNET](https://www.cnet.com/news/anonymous-" -"os-reportedly-favored-by-nsa-whistle-blower-edward-snowden-reaches-version-1-" -"0/), [Boing Boing](https://boingboing.net/2014/04/30/tails-snowdens-favorite-" -"ano.html) et de plein d'autres. En décembre, [Der " -"Spiegel](https://www.spiegel.de/media/media-35535.pdf) a publié des " -"présentations internes à la NSA qui classent Tails comme ayant un « impact " -"catastrophique » et étant la « priorité absolue » :" +"os-reportedly-favored-by-nsa-whistle-blower-edward-snowden-reaches-" +"version-1-0/), [Boing Boing](https://boingboing.net/2014/04/30/tails-" +"snowdens-favorite-ano.html) et de plein d'autres. En décembre, [Der Spiegel]" +"(https://www.spiegel.de/media/media-35535.pdf) a publié des présentations " +"internes à la NSA qui classent Tails comme ayant un « impact catastrophique " +"» et étant la « priorité absolue » :" #. type: Plain text #, no-wrap @@ -466,10 +455,8 @@ msgid "" "insight to target communications, presence)'\"]]\n" msgstr "" "[[!img nsa.png link=\"https://www.spiegel.de/media/media-35535.pdf\"\n" -"alt=\"Tor, TrueCrypt, Tails sont classés comme 'Risque d'utilisation : cible " -"actuelle\n" -"la plus prioritaire' et 'Impact: catastrophique (perte quasi totale/manque " -"de\n" +"alt=\"Tor, TrueCrypt, Tails sont classés comme 'Risque d'utilisation : cible actuelle\n" +"la plus prioritaire' et 'Impact: catastrophique (perte quasi totale/manque de\n" "visibilité pour cibler les communications, la présence)'\"]]\n" #. type: Plain text @@ -531,18 +518,15 @@ msgstr "" "systématiquement appuyés sur des pratiques de conception centrées sur les " "personnes utilisant Tails pour nous assurer que tous les changements majeurs " "que nous faisons rendent Tails plus facile à utiliser. Nous avons réalisé " -"dix sessions de tests d'utilisabilité, en utilisant des [prototypes " -"papiers](https://simplysecure.org/blog/formative-testing), en faisant des [[" -"enquêtes quantitatives|blueprint/veracrypt]], et en catégorisant mieux notre " -"public en utilisant des [[personas|contribute/personas]]." +"dix sessions de tests d'utilisabilité, en utilisant des [prototypes papiers]" +"(https://simplysecure.org/blog/formative-testing), en faisant des [[enquêtes " +"quantitatives|blueprint/veracrypt]], et en catégorisant mieux notre public " +"en utilisant des [[personas|contribute/personas]]." #. type: Plain text #, no-wrap msgid "[[<img src=\"https://git.tails.boum.org/ux/plain/personas/personas-small.png\" id=\"picture\" class=\"img-responsive\" alt=\"Our 3 personas: Riou, Cris, and Kim\">|contribute/personas]]\n" -msgstr "" -"[[<img src=\"https://git.tails.boum.org/ux/plain/personas/personas-small." -"png\" id=\"picture\" class=\"img-responsive\" alt=\"Nos trois personas : " -"Riou, Cris et Kim\">|contribute/personas]]\n" +msgstr "[[<img src=\"https://git.tails.boum.org/ux/plain/personas/personas-small.png\" id=\"picture\" class=\"img-responsive\" alt=\"Nos trois personas : Riou, Cris et Kim\">|contribute/personas]]\n" #. type: Plain text msgid "" @@ -553,9 +537,15 @@ msgstr "" "avons réalisés depuis 2015 pour rendre Tails plus facile à installer :" #. type: Plain text +#, fuzzy +#| msgid "" +#| "- The [[installation instructions|install]] (2016) - The [[verification " +#| "extension|install/download]] (2016) - The new [[Tails Greeter|news/" +#| "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" +#| "version_3.12#usb-images]] (2019)" msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" @@ -583,9 +573,9 @@ msgid "" "Images of Tails are [built automatically](https://nightly.tails.boum.org/) " "every time we develop a change for an upcoming release." msgstr "" -"Les images binaires de Tails sont [construites " -"automatiquement](https://nightly.tails.boum.org/) à chaque fois que nous " -"développons une modification pour une prochaine version." +"Les images binaires de Tails sont [construites automatiquement](https://" +"nightly.tails.boum.org/) à chaque fois que nous développons une modification " +"pour une prochaine version." #. type: Bullet: '- ' msgid "" @@ -620,8 +610,7 @@ msgid "" "</video>\n" msgstr "" "<video controls=\"true\" width=\"880\" height=\"352\">\n" -" <source src=\"https://tails.boum.org/news/celebrating_10_years/test-suite." -"mp4\" type=\"video/mp4\" />\n" +" <source src=\"https://tails.boum.org/news/celebrating_10_years/test-suite.mp4\" type=\"video/mp4\" />\n" "</video>\n" #. type: Plain text @@ -763,3 +752,6 @@ msgstr "" #. type: Plain text msgid "Thank you!" msgstr "Merci !" + +#~ msgid "**Tails Greeter**, our welcome screen" +#~ msgstr "**Tails Greeter**, notre écran de bienvenue" diff --git a/wiki/src/news/celebrating_10_years.it.po b/wiki/src/news/celebrating_10_years.it.po index 28e4bc312b8..d84274e317a 100644 --- a/wiki/src/news/celebrating_10_years.it.po +++ b/wiki/src/news/celebrating_10_years.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-11 13:25+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -211,7 +211,7 @@ msgid "**Persistence**" msgstr "" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" +msgid "**Welcome Screen**" msgstr "" #. type: Bullet: '- ' @@ -403,7 +403,7 @@ msgstr "" #. type: Plain text msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" diff --git a/wiki/src/news/celebrating_10_years.pt.po b/wiki/src/news/celebrating_10_years.pt.po index fa4561f7c98..4f1a74b404b 100644 --- a/wiki/src/news/celebrating_10_years.pt.po +++ b/wiki/src/news/celebrating_10_years.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-20 07:36+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -211,7 +211,7 @@ msgid "**Persistence**" msgstr "" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" +msgid "**Welcome Screen**" msgstr "" #. type: Bullet: '- ' @@ -403,7 +403,7 @@ msgstr "" #. type: Plain text msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" diff --git a/wiki/src/news/version_4.0.de.po b/wiki/src/news/version_4.0.de.po index 57959fcc9be..8b3c0e9dee7 100644 --- a/wiki/src/news/version_4.0.de.po +++ b/wiki/src/news/version_4.0.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-22 08:30+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -246,13 +246,13 @@ msgstr "" #. type: Title ## #, no-wrap -msgid "Usability improvements to *Tails Greeter*" +msgid "Usability improvements to the Welcome Screen" msgstr "" #. type: Plain text msgid "" -"We improved various aspects of the usability of *Tails Greeter*, especially " -"for non-English users:" +"We improved various aspects of the usability of the Welcome Screen, " +"especially for non-English users:" msgstr "" #. type: Bullet: '- ' @@ -376,8 +376,8 @@ msgid "" "For more details, read our [[!tails_gitweb debian/changelog desc=\"changelog" "\"]]." msgstr "" -"Lesen Sie für mehr Details unser [[!tails_gitweb debian/changelog desc=\"" -"Änderungsprotokoll\"]]." +"Lesen Sie für mehr Details unser [[!tails_gitweb debian/changelog desc=" +"\"Änderungsprotokoll\"]]." #. type: Plain text msgid "" diff --git a/wiki/src/news/version_4.0.es.po b/wiki/src/news/version_4.0.es.po index 1bc5d4c4cda..27f0ade32e0 100644 --- a/wiki/src/news/version_4.0.es.po +++ b/wiki/src/news/version_4.0.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-11-14 18:20+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -246,13 +246,13 @@ msgstr "" #. type: Title ## #, no-wrap -msgid "Usability improvements to *Tails Greeter*" +msgid "Usability improvements to the Welcome Screen" msgstr "" #. type: Plain text msgid "" -"We improved various aspects of the usability of *Tails Greeter*, especially " -"for non-English users:" +"We improved various aspects of the usability of the Welcome Screen, " +"especially for non-English users:" msgstr "" #. type: Bullet: '- ' @@ -376,8 +376,8 @@ msgid "" "For more details, read our [[!tails_gitweb debian/changelog desc=\"changelog" "\"]]." msgstr "" -"Para más detalles, lee nuestro [[!tails_gitweb debian/changelog desc=\"" -"changelog\"]]." +"Para más detalles, lee nuestro [[!tails_gitweb debian/changelog desc=" +"\"changelog\"]]." #. type: Plain text msgid "" diff --git a/wiki/src/news/version_4.0.fa.po b/wiki/src/news/version_4.0.fa.po index 95e114a135b..83794c9797d 100644 --- a/wiki/src/news/version_4.0.fa.po +++ b/wiki/src/news/version_4.0.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-22 14:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -246,13 +246,13 @@ msgstr "" #. type: Title ## #, no-wrap -msgid "Usability improvements to *Tails Greeter*" +msgid "Usability improvements to the Welcome Screen" msgstr "" #. type: Plain text msgid "" -"We improved various aspects of the usability of *Tails Greeter*, especially " -"for non-English users:" +"We improved various aspects of the usability of the Welcome Screen, " +"especially for non-English users:" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.0.fr.po b/wiki/src/news/version_4.0.fr.po index edb4d176781..6b60c80715f 100644 --- a/wiki/src/news/version_4.0.fr.po +++ b/wiki/src/news/version_4.0.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-02-12 11:27+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -127,10 +127,8 @@ msgid "" " on the size of its window. Letter boxing replaces the yellow warning that\n" " was displayed until now when maximizing Tor Browser.\n" msgstr "" -" Le letter boxing empêche les sites web de vous identifier en se basant " -"sur la taille de leurs\n" -" fenêtres lors de votre navigation. Le letter boxing remplace " -"l'avertissement jaune qui\n" +" Le letter boxing empêche les sites web de vous identifier en se basant sur la taille de leurs\n" +" fenêtres lors de votre navigation. Le letter boxing remplace l'avertissement jaune qui\n" " était affiché jusqu'à présent lorsque le Navigateur Tor était maximisé.\n" #. type: Bullet: ' - ' @@ -263,13 +261,13 @@ msgstr "<a id=\"greeter\"></a>\n" #. type: Title ## #, no-wrap -msgid "Usability improvements to *Tails Greeter*" +msgid "Usability improvements to the Welcome Screen" msgstr "" #. type: Plain text msgid "" -"We improved various aspects of the usability of *Tails Greeter*, especially " -"for non-English users:" +"We improved various aspects of the usability of the Welcome Screen, " +"especially for non-English users:" msgstr "" #. type: Bullet: '- ' @@ -395,8 +393,8 @@ msgid "" "For more details, read our [[!tails_gitweb debian/changelog desc=\"changelog" "\"]]." msgstr "" -"Pour plus de détails, lisez notre [[!tails_gitweb debian/changelog desc=\"" -"liste des changements\"]]." +"Pour plus de détails, lisez notre [[!tails_gitweb debian/changelog desc=" +"\"liste des changements\"]]." #. type: Plain text msgid "" diff --git a/wiki/src/news/version_4.0.it.po b/wiki/src/news/version_4.0.it.po index caf80cb6bd2..87a00d13497 100644 --- a/wiki/src/news/version_4.0.it.po +++ b/wiki/src/news/version_4.0.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-02-14 10:27+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -246,13 +246,13 @@ msgstr "" #. type: Title ## #, no-wrap -msgid "Usability improvements to *Tails Greeter*" +msgid "Usability improvements to the Welcome Screen" msgstr "" #. type: Plain text msgid "" -"We improved various aspects of the usability of *Tails Greeter*, especially " -"for non-English users:" +"We improved various aspects of the usability of the Welcome Screen, " +"especially for non-English users:" msgstr "" #. type: Bullet: '- ' diff --git a/wiki/src/news/version_4.0.pt.po b/wiki/src/news/version_4.0.pt.po index bcbdcbfcb9b..6ee2bd64e50 100644 --- a/wiki/src/news/version_4.0.pt.po +++ b/wiki/src/news/version_4.0.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-20 07:37+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -246,13 +246,13 @@ msgstr "" #. type: Title ## #, no-wrap -msgid "Usability improvements to *Tails Greeter*" +msgid "Usability improvements to the Welcome Screen" msgstr "" #. type: Plain text msgid "" -"We improved various aspects of the usability of *Tails Greeter*, especially " -"for non-English users:" +"We improved various aspects of the usability of the Welcome Screen, " +"especially for non-English users:" msgstr "" #. type: Bullet: '- ' @@ -376,8 +376,8 @@ msgid "" "For more details, read our [[!tails_gitweb debian/changelog desc=\"changelog" "\"]]." msgstr "" -"Para mais detalhes, leia nosso [[!tails_gitweb debian/changelog desc=\"" -"changelog\"]]." +"Para mais detalhes, leia nosso [[!tails_gitweb debian/changelog desc=" +"\"changelog\"]]." #. type: Plain text msgid "" diff --git a/wiki/src/news/version_4.1.fr.po b/wiki/src/news/version_4.1.fr.po index d143f4ab57c..eb6089c2ab5 100644 --- a/wiki/src/news/version_4.1.fr.po +++ b/wiki/src/news/version_4.1.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-02-09 15:36+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-02-12 11:27+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -119,8 +119,9 @@ msgid "" msgstr "" #. type: Plain text -#, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Bullet: '- ' diff --git a/wiki/src/support/known_issues.de.po b/wiki/src/support/known_issues.de.po index 1523f356e06..66b32b5d547 100644 --- a/wiki/src/support/known_issues.de.po +++ b/wiki/src/support/known_issues.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 04:24+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-24 10:20+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -656,7 +656,7 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" #. type: Title ### @@ -804,9 +804,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"advanced_topics/boot_options]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -999,7 +998,7 @@ msgstr "" #. type: Title - #, no-wrap -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "" #. type: Plain text @@ -1019,7 +1018,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1163,8 +1162,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1258,14 +1257,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1427,8 +1426,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"welcome_screen/#boot-loader]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" #. type: Plain text @@ -1497,8 +1496,12 @@ msgstr "" msgid "other MacBooks with a Radeon R9 graphics adapter" msgstr "" -#~ msgid "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=\"yes\" sort=\"age\"]]\n" -#~ msgstr "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.de\" raw=\"yes\" sort=\"age\"]]\n" +#~ msgid "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=" +#~ "\"yes\" sort=\"age\"]]\n" +#~ msgstr "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.de\" " +#~ "raw=\"yes\" sort=\"age\"]]\n" #~ msgid "<div class=\"caution\">\n" #~ msgstr "<div class=\"caution\">\n" diff --git a/wiki/src/support/known_issues.es.po b/wiki/src/support/known_issues.es.po index 138f3c49fcc..e6ba1e3ac51 100644 --- a/wiki/src/support/known_issues.es.po +++ b/wiki/src/support/known_issues.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 04:24+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-15 21:32+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -741,7 +741,10 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +#, fuzzy +#| msgid "" +#| "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" "Vuelve continuamente al menú de arranque cuando Tails está instalado en DVD." @@ -897,9 +900,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"advanced_topics/boot_options]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1111,7 +1113,7 @@ msgstr "Otros problemas\n" #. type: Title - #, no-wrap -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "" #. type: Plain text @@ -1131,7 +1133,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1276,8 +1278,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1376,14 +1378,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1552,14 +1554,14 @@ msgstr "" #. type: Bullet: '- ' #, fuzzy #| msgid "" -#| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" -#| "welcome_screen/#boot-loader]] to make Tails start successfully." +#| "To make Tails start successfully, add the following options to the " +#| "[[startup options|/doc/advanced_topics/boot_options]]:" msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"welcome_screen/#boot-loader]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" -"Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" -"welcome_screen/#boot-loader]] para iniciar Tails." +"Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " +"arranque|/doc/advanced_topics/boot_options]]:" #. type: Plain text #, no-wrap @@ -1635,8 +1637,23 @@ msgstr "" msgid "other MacBooks with a Radeon R9 graphics adapter" msgstr "" -#~ msgid "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=\"yes\" sort=\"age\"]]\n" -#~ msgstr "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.es\" raw=\"yes\" sort=\"age\"]]\n" +#, fuzzy +#~| msgid "" +#~| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" +#~| "welcome_screen/#boot-loader]] to make Tails start successfully." +#~ msgid "" +#~ "[[Add the following boot option when starting Tails|doc/first_steps/" +#~ "welcome_screen/#boot-loader]]:" +#~ msgstr "" +#~ "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" +#~ "welcome_screen/#boot-loader]] para iniciar Tails." + +#~ msgid "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=" +#~ "\"yes\" sort=\"age\"]]\n" +#~ msgstr "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.es\" " +#~ "raw=\"yes\" sort=\"age\"]]\n" #~ msgid "Aegis" #~ msgstr "Aegis" @@ -1758,8 +1775,7 @@ msgstr "" #~ "welcome_screen/#boot-loader]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " -#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/" -#~ "#boot-loader]]." +#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/#boot-loader]]." #~ msgid "<a id=\"sandisk\"></a>\n" #~ msgstr "<a id=\"sandisk\"></a>\n" @@ -1862,8 +1878,7 @@ msgstr "" #~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a " -#~ "las [[opciones de arranque|/doc/first_steps/welcome_screen/" -#~ "#boot-loader]]." +#~ "las [[opciones de arranque|/doc/first_steps/welcome_screen/#boot-loader]]." #~ msgid "<a id=\"nvidia-maxwell\"></a>\n" #~ msgstr "<a id=\"nvidia-maxwell\"></a>\n" @@ -1937,8 +1952,7 @@ msgstr "" #~ "welcome_screen#boot-loader]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " -#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/" -#~ "#boot-loader]]." +#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/#boot-loader]]." #, fuzzy #~| msgid "<a id=\"aegis\"></a>\n" @@ -1954,8 +1968,7 @@ msgstr "" #~ "welcome_screen#boot_menu]]." #~ msgstr "" #~ "Para corregir este problema añade `intel_idle.max_cstate=1` a las " -#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/" -#~ "#boot-loader]]." +#~ "[[opciones de arranque|/doc/first_steps/welcome_screen/#boot-loader]]." #, fuzzy #~| msgid "Virtual machines with *VMware*\n" diff --git a/wiki/src/support/known_issues.fa.po b/wiki/src/support/known_issues.fa.po index d42044e8cd3..beebd1c39f6 100644 --- a/wiki/src/support/known_issues.fa.po +++ b/wiki/src/support/known_issues.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 04:24+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 11:50+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -758,7 +758,7 @@ msgstr "" #. type: Plain text #, fuzzy #| msgid "Goes back continuously to boot menu on Tails installed on DVD." -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "روی تیلز نصبشده روی دیویدی مدام به فهرست راهاندازی بازمیگردد." #. type: Title ### @@ -915,9 +915,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"advanced_topics/boot_options]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1152,7 +1151,7 @@ msgstr "مسائل دیگر\n" #. type: Title - #, fuzzy, no-wrap #| msgid "Boot menu has display issues\n" -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "مشکلاتی در نمایش فهرست راهاندازی وجود دارد\n" #. type: Plain text @@ -1176,7 +1175,7 @@ msgstr "" #| "boot menu is not displayed properly. Tails starts fine, though." msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" "از تیلز ۱٫۱ به بعد، فهرست راهاندازی روی بعضی سختافزارها (ThinkPad X230، " "MacBook Pro 8,1) به خوبی نشان داده نمیشود. اما تیلز بدون مشکل راهاندازی " @@ -1338,8 +1337,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1435,14 +1434,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1621,8 +1620,8 @@ msgstr "" #| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" #| "first_steps/welcome_screen#boot_menu]]." msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"welcome_screen/#boot-loader]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "welcome_screen#boot_menu]] اضافه کنید." @@ -1701,6 +1700,17 @@ msgstr "" msgid "other MacBooks with a Radeon R9 graphics adapter" msgstr "" +#, fuzzy +#~| msgid "" +#~| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" +#~| "first_steps/welcome_screen#boot_menu]]." +#~ msgid "" +#~ "[[Add the following boot option when starting Tails|doc/first_steps/" +#~ "welcome_screen/#boot-loader]]:" +#~ msgstr "" +#~ "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/" +#~ "first_steps/welcome_screen#boot_menu]] اضافه کنید." + #~ msgid "Aegis" #~ msgstr "Aegis" diff --git a/wiki/src/support/known_issues.fr.po b/wiki/src/support/known_issues.fr.po index 3f876fe1257..0638f6eb7de 100644 --- a/wiki/src/support/known_issues.fr.po +++ b/wiki/src/support/known_issues.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 04:24+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-03 16:27+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -818,7 +818,10 @@ msgstr "" "-->\n" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +#, fuzzy +#| msgid "" +#| "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" "Revient continuellement au menu du chargeur d’amorçage avec un DVD Tails." @@ -1017,9 +1020,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"advanced_topics/boot_options]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1257,8 +1259,9 @@ msgid "Other issues\n" msgstr "Autres problèmes\n" #. type: Title - -#, no-wrap -msgid "Boot Loader Menu has display issues\n" +#, fuzzy, no-wrap +#| msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "Le menu du chargeur d’amorçage a des problèmes d'affichage\n" #. type: Plain text @@ -1280,9 +1283,13 @@ msgstr "" "-->\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the " +#| "Boot Loader Menu is not displayed properly. Tails starts fine, though." msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" "Depuis Tails 1.1, sur certains ordinateurs (ThinkPad X230, MacBook Pro 8,1), " "le menu du chargeur d’amorçage ne s'affiche pas correctement. Cependant, " @@ -1458,9 +1465,13 @@ msgid "If you encounter this problem:" msgstr "Si vous rencontrez ce problème :" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "Enable your encrypted persistent storage in <span class=\"application" +#| "\">Tails Greeter</span> when you start Tails." msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" "Activez le volume persistant chiffré dans <span class=\"application\">Tails " "Greeter</span> quand vous démarrez Tails." @@ -1574,17 +1585,26 @@ msgstr "" "-->\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When selecting some languages in the Tails Greeter, the default " +#| "associated keyboard layout fallbacks to US." msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" "Lors de la sélection de certaines langues dans le Tails Greeter, la " "disposition du clavier associée par défaut est US." #. type: Plain text +#, fuzzy +#| msgid "" +#| "To use the right keyboard layout during a session, set it in the Tails " +#| "Greeter after having set the language. When the desktop has started, " +#| "apply the keyboard layout by clicking on the `en` systray icon." msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" "Pour utiliser la bonne disposition du clavier durant une session, configurez-" @@ -1797,14 +1817,15 @@ msgstr "IOMMU controller" #. type: Bullet: '- ' #, fuzzy #| msgid "" -#| "Add the following [[startup options|/doc/first_steps/welcome_screen/" -#| "#boot-loader]]:" +#| "To make Tails start successfully, add the following options to the " +#| "[[startup options|/doc/advanced_topics/boot_options]]:" msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"welcome_screen/#boot-loader]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" -"Ajouter les [[options de démarrage|/doc/first_steps/welcome_screen/" -"#boot-loader]] suivantes :" +"Pour permettre à Tails de démarrer correctement, ajoutez les options " +"suivantes dans les [[options de démarrage|/doc/first_steps/welcome_screen/" +"#boot-loader]] :" #. type: Plain text #, no-wrap @@ -1890,11 +1911,26 @@ msgstr "" "Tails Greeter n'arrive pas à démarrer avec certaines cartes graphiques AMD/" "ATI Radeon" +#, fuzzy +#~| msgid "" +#~| "Add the following [[startup options|/doc/first_steps/welcome_screen/" +#~| "#boot-loader]]:" +#~ msgid "" +#~ "[[Add the following boot option when starting Tails|doc/first_steps/" +#~ "welcome_screen/#boot-loader]]:" +#~ msgstr "" +#~ "Ajouter les [[options de démarrage|/doc/first_steps/welcome_screen/#boot-" +#~ "loader]] suivantes :" + #~ msgid "Electrum is outdated and cannot connect to servers" #~ msgstr "Electrum est obsolète et ne peut pas se connecter aux serveurs" -#~ msgid "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=\"yes\" sort=\"age\"]]\n" -#~ msgstr "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.fr\" raw=\"yes\" sort=\"age\"]]\n" +#~ msgid "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=" +#~ "\"yes\" sort=\"age\"]]\n" +#~ msgstr "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.fr\" " +#~ "raw=\"yes\" sort=\"age\"]]\n" #~ msgid "Aegis" #~ msgstr "Aegis" @@ -1915,8 +1951,8 @@ msgstr "" #~ "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "Vous devez ajouter `nomodeset` dans les [[options de démarrage|/doc/" -#~ "advanced_topics/boot_options]] pour permettre à Tails de " -#~ "démarrer correctement." +#~ "advanced_topics/boot_options]] pour permettre à Tails de démarrer " +#~ "correctement." #~ msgid "Dell Dimension 2400" #~ msgstr "Dell Dimension 2400" @@ -1968,8 +2004,7 @@ msgstr "" #~ "advanced_topics/boot_options]]." #~ msgstr "" #~ "La plupart de ces problèmes peuvent être corrigés en ajoutant des " -#~ "[[options de démarrage|/doc/first_steps/welcome_screen/" -#~ "#boot-loader]]." +#~ "[[options de démarrage|/doc/first_steps/welcome_screen/#boot-loader]]." #~ msgid "" #~ "The exact combination of options that will work depends on the computer, " @@ -2514,8 +2549,7 @@ msgstr "" #~ "advanced_topics/boot_options]] fixes the issue." #~ msgstr "" #~ "Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " -#~ "démarrage|/doc/advanced_topics/boot_options]] corrige le " -#~ "problème." +#~ "démarrage|/doc/advanced_topics/boot_options]] corrige le problème." #~ msgid "" #~ "Some computers cannot start Tails Greeter. This issue has appeared with " @@ -2661,8 +2695,7 @@ msgstr "" #~ msgstr "" #~ "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 " #~ "et suivants ne peuvent ouvrir une session GNOME et reviennent " -#~ "systématiquement au [[Tails Greeter|doc/first_steps/" -#~ "welcome_screen]]." +#~ "systématiquement au [[Tails Greeter|doc/first_steps/welcome_screen]]." #~ msgid "" #~ "Starting in **Troubleshooting Mode** works, as well as adding the " diff --git a/wiki/src/support/known_issues.it.po b/wiki/src/support/known_issues.it.po index c257ce22406..0da940735b0 100644 --- a/wiki/src/support/known_issues.it.po +++ b/wiki/src/support/known_issues.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 04:24+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-24 08:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -656,7 +656,7 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" #. type: Title ### @@ -804,9 +804,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"advanced_topics/boot_options]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -999,7 +998,7 @@ msgstr "" #. type: Title - #, no-wrap -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "" #. type: Plain text @@ -1019,7 +1018,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1162,8 +1161,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1262,14 +1261,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1431,8 +1430,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"welcome_screen/#boot-loader]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" #. type: Plain text @@ -1501,8 +1500,12 @@ msgstr "" msgid "other MacBooks with a Radeon R9 graphics adapter" msgstr "" -#~ msgid "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=\"yes\" sort=\"age\"]]\n" -#~ msgstr "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.it\" raw=\"yes\" sort=\"age\"]]\n" +#~ msgid "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=" +#~ "\"yes\" sort=\"age\"]]\n" +#~ msgstr "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.it\" " +#~ "raw=\"yes\" sort=\"age\"]]\n" #~ msgid "<div class=\"caution\">\n" #~ msgstr "<div class=\"caution\">\n" diff --git a/wiki/src/support/known_issues.pt.po b/wiki/src/support/known_issues.pt.po index 0e1dbf71425..e2d50ce3145 100644 --- a/wiki/src/support/known_issues.pt.po +++ b/wiki/src/support/known_issues.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 04:24+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-24 10:21+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -759,7 +759,10 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +#, fuzzy +#| msgid "" +#| "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "Sempre volta ao Menu de inicialização no Tails instalado em um DVD." #. type: Title ### @@ -923,9 +926,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"advanced_topics/boot_options]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1159,7 +1161,7 @@ msgstr "Outros problemas\n" #. type: Title - #, fuzzy, no-wrap #| msgid "Boot Loader Menu has display issues\n" -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "O menu de inicialização tem problemas de visualização\n" #. type: Plain text @@ -1179,7 +1181,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1340,8 +1342,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1439,8 +1441,12 @@ msgid "" msgstr "" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When selecting some languages in the Tails Greeter, the default " +#| "associated keyboard layout fallbacks to US." msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" "Ao selecionar alguns idiomas no Tails Greeter, o modelo de teclado retorna " @@ -1448,8 +1454,8 @@ msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1648,14 +1654,17 @@ msgstr "" #. type: Bullet: '- ' #, fuzzy #| msgid "" -#| "Most such problems can be solved by adding [[startup options|/doc/" -#| "advanced_topics/boot_options]]." +#| "Booting fails with `Not enough memory to load specified image`. Work " +#| "around by adding the `mem=1500m` [[boot option|/doc/first_steps/" +#| "welcome_screen/#boot_menu]]." msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"welcome_screen/#boot-loader]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" -"A maior parte destes problemas pode ser resolvida adicionando [[opções de " -"inicialização|/doc/advanced_topics/boot_options]]." +"A inicialização falha com `Não há memória suficiente para carregar a imagem " +"especificada` (`Not enough memory to load specified image`). Pode ser " +"contornado adicionando a [[opção de boot|/doc/first_steps/welcome_screen/" +"#boot_menu]] `mem=1500m`." #. type: Plain text #, no-wrap @@ -1734,8 +1743,23 @@ msgstr "" msgid "other MacBooks with a Radeon R9 graphics adapter" msgstr "" -#~ msgid "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=\"yes\" sort=\"age\"]]\n" -#~ msgstr "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.pt\" raw=\"yes\" sort=\"age\"]]\n" +#, fuzzy +#~| msgid "" +#~| "Most such problems can be solved by adding [[startup options|/doc/" +#~| "advanced_topics/boot_options]]." +#~ msgid "" +#~ "[[Add the following boot option when starting Tails|doc/first_steps/" +#~ "welcome_screen/#boot-loader]]:" +#~ msgstr "" +#~ "A maior parte destes problemas pode ser resolvida adicionando [[opções de " +#~ "inicialização|/doc/advanced_topics/boot_options]]." + +#~ msgid "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline\" raw=" +#~ "\"yes\" sort=\"age\"]]\n" +#~ msgstr "" +#~ "[[!inline pages=\"doc/anonymous_internet/electrum/phishing.inline.pt\" " +#~ "raw=\"yes\" sort=\"age\"]]\n" #~ msgid "Aegis" #~ msgstr "Aegis" @@ -1756,8 +1780,7 @@ msgstr "" #~ "welcome_screen/#boot-loader]] to make Tails start successfully." #~ msgstr "" #~ "É preciso adicionar `nomodeset` às [[opções de inicialização|/doc/" -#~ "advanced_topics/boot_options]] para que Tails inicie " -#~ "corretamente." +#~ "advanced_topics/boot_options]] para que Tails inicie corretamente." #~ msgid "Dell Dimension 2400" #~ msgstr "Dell Dimension 2400" diff --git a/wiki/src/support/known_issues/graphics.de.po b/wiki/src/support/known_issues/graphics.de.po index b136c71dd3e..a716e0e5356 100644 --- a/wiki/src/support/known_issues/graphics.de.po +++ b/wiki/src/support/known_issues/graphics.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-19 11:21+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-01-15 21:32+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -279,7 +279,7 @@ msgstr "" #. type: Plain text msgid "" -"For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +"For some models, adding `radeon.modeset=0` to the [[boot options|doc/" "advanced_topics/boot_options]] fixes the issue." msgstr "" @@ -316,8 +316,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -354,8 +354,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -433,8 +433,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Try adding `nomodeset` to the [[boot options|doc/advanced_topics/" +"boot_options]]." msgstr "" #. type: Title ### @@ -556,7 +556,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." +"[[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -669,8 +669,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or `nouveau." -"modeset=0` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"modeset=0` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -758,8 +757,8 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/welcome_screen#boot-loader]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -817,15 +816,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" "first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." -"blacklist=nouveau` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"blacklist=nouveau` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -862,8 +860,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"welcome_screen/#boot-loader]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.es.po b/wiki/src/support/known_issues/graphics.es.po index cae7774c957..208efcb61e4 100644 --- a/wiki/src/support/known_issues/graphics.es.po +++ b/wiki/src/support/known_issues/graphics.es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-19 11:21+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 12:31+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -311,7 +311,7 @@ msgstr "" #| "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" #| "advanced_topics/boot_options]] fixes the issue." msgid "" -"For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +"For some models, adding `radeon.modeset=0` to the [[boot options|doc/" "advanced_topics/boot_options]] fixes the issue." msgstr "" "En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a las " @@ -354,14 +354,14 @@ msgstr "" #. type: Plain text #, fuzzy #| msgid "" -#| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" -#| "welcome_screen#boot-loader]] fixes the issue." +#| "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" -"El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " -"arranque|/doc/advanced_topics/boot_options]]." +"En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a las " +"[[opciones de arranque|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -409,8 +409,8 @@ msgstr "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" #| "welcome_screen#boot-loader]]." msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" "welcome_screen#boot-loader]]." @@ -500,14 +500,14 @@ msgstr "" #. type: Plain text #, fuzzy #| msgid "" -#| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" -#| "welcome_screen#boot-loader]]." +#| "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Try adding `nomodeset` to the [[boot options|doc/advanced_topics/" +"boot_options]]." msgstr "" -"Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" -"welcome_screen#boot-loader]]." +"En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a las " +"[[opciones de arranque|/doc/advanced_topics/boot_options]]." #. type: Title ### #, fuzzy, no-wrap @@ -649,11 +649,10 @@ msgstr "Este problema se ha arreglado para algunas de estas tarjetas gráficas." #| "[[startup options|doc/first_steps/welcome_screen#boot-loader]]." msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." +"[[boot options|doc/advanced_topics/boot_options]]." msgstr "" "De no ser así, intenta añadiendo `nouveau.noaccel=1` o `nouveau.modeset=0` a " -"las [[opciones de arranque|doc/first_steps/" -"welcome_screen#boot-loader]]." +"las [[opciones de arranque|doc/first_steps/welcome_screen#boot-loader]]." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 15116]]" @@ -792,8 +791,7 @@ msgstr "" #| "[[startup options|doc/first_steps/startup_options#boot_loader_menu]]." msgid "" "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or `nouveau." -"modeset=0` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"modeset=0` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" "De no ser así, intenta añadiendo `nouveau.noaccel=1` o `nouveau.modeset=0` a " "las [[opciones de arranque|doc/first_steps/" @@ -898,9 +896,13 @@ msgid "Expert Linux users can also do the following:" msgstr "Usuarios expertos de Linux pueden hacer lo siguiente:" #. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" +#| "first_steps/welcome_screen#boot-loader]]." msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/welcome_screen#boot-loader]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" "advanced_topics/boot_options]]." @@ -965,7 +967,7 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" "first_steps/welcome_screen]]." msgstr "" @@ -976,8 +978,7 @@ msgstr "" #| "welcome_screen#boot-loader]]." msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." -"blacklist=nouveau` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"blacklist=nouveau` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" "welcome_screen#boot-loader]]." @@ -1020,14 +1021,14 @@ msgstr "La laptop se congela cuando corre Tails." #. type: Plain text #, fuzzy #| msgid "" -#| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" -#| "welcome_screen#boot-loader]] fixes the issue." +#| "For some models, adding `radeon.modeset=0` to the [[startup options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"welcome_screen/#boot-loader]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" -"El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " -"arranque|/doc/advanced_topics/boot_options]]." +"En algunos modelos el problema se arregla añadiendo `radeon.modeset=0` a las " +"[[opciones de arranque|/doc/advanced_topics/boot_options]]." #. type: Plain text #, no-wrap @@ -1066,6 +1067,39 @@ msgstr "" "*VMware*, [[instala|doc/first_steps/additional_software]] en Tails el " "paquete de software `open-vm-tools-desktop'." +#, fuzzy +#~| msgid "" +#~| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" +#~| "welcome_screen#boot-loader]] fixes the issue." +#~ msgid "" +#~ "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" +#~ "welcome_screen#boot-loader]] fixes the issue." +#~ msgstr "" +#~ "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " +#~ "arranque|/doc/advanced_topics/boot_options]]." + +#, fuzzy +#~| msgid "" +#~| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" +#~| "welcome_screen#boot-loader]]." +#~ msgid "" +#~ "Try adding `nomodeset` to the [[boot options|doc/first_steps/" +#~ "welcome_screen#boot-loader]]." +#~ msgstr "" +#~ "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" +#~ "welcome_screen#boot-loader]]." + +#, fuzzy +#~| msgid "" +#~| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" +#~| "welcome_screen#boot-loader]] fixes the issue." +#~ msgid "" +#~ "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" +#~ "welcome_screen/#boot-loader]] fixes the issue." +#~ msgstr "" +#~ "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " +#~ "arranque|/doc/advanced_topics/boot_options]]." + #~ msgid "" #~ "<!--\n" #~ "<table>\n" @@ -1108,9 +1142,8 @@ msgstr "" #~| "welcome_screen#boot-loader]] might fix the issue." #~ msgid "" #~ "Adding `xorg-driver=intel`, `nomodeset`, or `nomodeset xorg-driver=vesa` " -#~ "to the [[startup options|/doc/first_steps/" -#~ "welcome_screen#boot-loader]] might fix the issue." +#~ "to the [[startup options|/doc/first_steps/welcome_screen#boot-loader]] " +#~ "might fix the issue." #~ msgstr "" #~ "El problema se arregla en algunos modelos añadiendo `xorg-driver=intel` a " -#~ "las [[opciones de arranque|/doc/first_steps/welcome_screen/" -#~ "#boot-loader]]." +#~ "las [[opciones de arranque|/doc/first_steps/welcome_screen/#boot-loader]]." diff --git a/wiki/src/support/known_issues/graphics.fa.po b/wiki/src/support/known_issues/graphics.fa.po index 7279aba7425..a579d879e15 100644 --- a/wiki/src/support/known_issues/graphics.fa.po +++ b/wiki/src/support/known_issues/graphics.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-19 11:21+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -282,7 +282,7 @@ msgstr "" #. type: Plain text msgid "" -"For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +"For some models, adding `radeon.modeset=0` to the [[boot options|doc/" "advanced_topics/boot_options]] fixes the issue." msgstr "" @@ -322,8 +322,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -367,8 +367,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -456,8 +456,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Try adding `nomodeset` to the [[boot options|doc/advanced_topics/" +"boot_options]]." msgstr "" #. type: Title ### @@ -582,7 +582,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." +"[[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -695,8 +695,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or `nouveau." -"modeset=0` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"modeset=0` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -792,8 +791,8 @@ msgstr "کاربران خبرهٔ لینوکس نیز میتوانند این #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/welcome_screen#boot-loader]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -859,15 +858,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" "first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." -"blacklist=nouveau` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"blacklist=nouveau` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -907,8 +905,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"welcome_screen/#boot-loader]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.fr.po b/wiki/src/support/known_issues/graphics.fr.po index e1b8beb42b3..4295c3c6657 100644 --- a/wiki/src/support/known_issues/graphics.fr.po +++ b/wiki/src/support/known_issues/graphics.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-19 11:21+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2020-03-17 18:35+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: \n" @@ -333,13 +333,16 @@ msgstr "" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +"For some models, adding `radeon.modeset=0` to the [[boot options|doc/" "advanced_topics/boot_options]] fixes the issue." msgstr "" "Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " -"démarrage|/doc/advanced_topics/boot_options]] corrige le " -"problème." +"démarrage|/doc/advanced_topics/boot_options]] corrige le problème." #. type: Plain text msgid "We need more test results from users: [[!tails_ticket 12482]]" @@ -381,12 +384,16 @@ msgstr "" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" -"Ajouter `radeon.dpm=0` dans les [[options de démarrage|/doc/first_steps/" -"welcome_screen#boot-loader]] corrige le problème." +"Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " +"démarrage|/doc/advanced_topics/boot_options]] corrige le problème." #. type: Plain text #, no-wrap @@ -429,9 +436,13 @@ msgstr "" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Try adding to the [[boot options|/doc/first_steps/welcome_screen#boot-" +#| "loader]], one after the other:" msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" "Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" "welcome_screen#boot-loader]], une à la fois :" @@ -525,12 +536,16 @@ msgstr "" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Try adding `nomodeset` to the [[boot options|doc/advanced_topics/" +"boot_options]]." msgstr "" -"Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " +"démarrage|/doc/advanced_topics/boot_options]] corrige le problème." #. type: Title ### #, no-wrap @@ -722,9 +737,13 @@ msgid "This problem has been fixed for some of these graphic cards." msgstr "Ce problème a été corrigé pour plusieurs de ces cartes graphiques." #. type: Plain text +#, fuzzy +#| msgid "" +#| "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " +#| "[[boot options|doc/first_steps/welcome_screen#boot-loader]]." msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." +"[[boot options|doc/advanced_topics/boot_options]]." msgstr "" "Dans le cas contraire, essayez d'ajouter `nouveau.noaccel=1` ou `nouveau." "modeset=0` dans les [[options de démarrage|doc/first_steps/" @@ -904,10 +923,14 @@ msgstr "" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or " +#| "`nouveau.modeset=0` to the [[boot options|doc/first_steps/" +#| "startup_options#boot_loader_menu]]." msgid "" "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or `nouveau." -"modeset=0` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"modeset=0` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" "Dans le cas contraire, essayez d'ajouter `nouveau.noaccel=0`, `nouveau." "noaccel=1` ou `nouveau.modeset=0` dans les [[options de démarrage|doc/" @@ -1021,9 +1044,13 @@ msgid "Expert Linux users can also do the following:" msgstr "Les personnes expertes de Linux peuvent aussi :" #. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" +#| "first_steps/welcome_screen#boot-loader]]." msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/welcome_screen#boot-loader]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" "Ajouter l'option `i915.modeset=0 rootpw=pass` dans le [[menu du chargeur " "d’amorçage|doc/first_steps/welcome_screen#boot-loader]]." @@ -1092,9 +1119,14 @@ msgid "Cannot start GNOME session with switchable graphics computers\n" msgstr "La session GNOME ne peut pas démarrer avec des ordinateurs avec cartes graphiques commutables\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "On some computers with switchable graphics, Tails 2.10 and later fails to " +#| "start the GNOME session and keeps returning to [[Tails Greeter|doc/" +#| "first_steps/welcome_screen]]." msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" "first_steps/welcome_screen]]." msgstr "" "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 et " @@ -1102,10 +1134,14 @@ msgstr "" "au [[Tails Greeter|doc/first_steps/welcome_screen]]." #. type: Plain text +#, fuzzy +#| msgid "" +#| "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." +#| "blacklist=nouveau` to the [[boot options|doc/first_steps/" +#| "welcome_screen#boot-loader]]." msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." -"blacklist=nouveau` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"blacklist=nouveau` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" "Démarrer en mode **Troubleshooting Mode** marche, ainsi que le fait " "d'ajouter `modprobe.blacklist=nouveau` dans les [[options de démarrage|doc/" @@ -1152,12 +1188,16 @@ msgid "The laptop crashes while running Tails." msgstr "L'ordinateur portable plante lors de l'utilisation de Tails." #. type: Plain text +#, fuzzy +#| msgid "" +#| "For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +#| "advanced_topics/boot_options]] fixes the issue." msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"welcome_screen/#boot-loader]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" -"Ajouter `video=SVIDEO-1:d` dans les [[options de démarrage|/doc/first_steps/" -"welcome_screen/#boot-loader]] corrige le problème." +"Avec certains modèles, ajouter `radeon.modeset=0` dans les [[options de " +"démarrage|/doc/advanced_topics/boot_options]] corrige le problème." #. type: Plain text #, no-wrap @@ -1200,6 +1240,27 @@ msgstr "" "virtuelle avec *VMware*, [[installez|doc/first_steps/additional_software]] " "le paquet `open-vm-tools-desktop` dans Tails." +#~ msgid "" +#~ "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" +#~ "welcome_screen#boot-loader]] fixes the issue." +#~ msgstr "" +#~ "Ajouter `radeon.dpm=0` dans les [[options de démarrage|/doc/first_steps/" +#~ "welcome_screen#boot-loader]] corrige le problème." + +#~ msgid "" +#~ "Try adding `nomodeset` to the [[boot options|doc/first_steps/" +#~ "welcome_screen#boot-loader]]." +#~ msgstr "" +#~ "Essayez d'ajouter `nomodeset` aux [[options de démarrage|doc/first_steps/" +#~ "welcome_screen#boot-loader]]." + +#~ msgid "" +#~ "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" +#~ "welcome_screen/#boot-loader]] fixes the issue." +#~ msgstr "" +#~ "Ajouter `video=SVIDEO-1:d` dans les [[options de démarrage|/doc/" +#~ "first_steps/welcome_screen/#boot-loader]] corrige le problème." + #~ msgid "" #~ "Nvidia Tesla\n" #~ "--------------\n" diff --git a/wiki/src/support/known_issues/graphics.it.po b/wiki/src/support/known_issues/graphics.it.po index 0ad377e2c4a..6bcf73e25a2 100644 --- a/wiki/src/support/known_issues/graphics.it.po +++ b/wiki/src/support/known_issues/graphics.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-19 11:21+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-10-23 12:30+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -282,7 +282,7 @@ msgstr "" #. type: Plain text msgid "" -"For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +"For some models, adding `radeon.modeset=0` to the [[boot options|doc/" "advanced_topics/boot_options]] fixes the issue." msgstr "" @@ -319,8 +319,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -364,8 +364,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -443,8 +443,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Try adding `nomodeset` to the [[boot options|doc/advanced_topics/" +"boot_options]]." msgstr "" #. type: Title ### @@ -566,7 +566,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." +"[[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -679,8 +679,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or `nouveau." -"modeset=0` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"modeset=0` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -769,8 +768,8 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/welcome_screen#boot-loader]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -828,15 +827,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" "first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." -"blacklist=nouveau` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"blacklist=nouveau` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -873,8 +871,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"welcome_screen/#boot-loader]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.pt.po b/wiki/src/support/known_issues/graphics.pt.po index 257362587da..92e0773bbe7 100644 --- a/wiki/src/support/known_issues/graphics.pt.po +++ b/wiki/src/support/known_issues/graphics.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-19 11:21+0000\n" +"POT-Creation-Date: 2020-03-25 05:24+0000\n" "PO-Revision-Date: 2019-12-22 21:04+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -284,7 +284,7 @@ msgstr "" #. type: Plain text msgid "" -"For some models, adding `radeon.modeset=0` to the [[boot options|/doc/" +"For some models, adding `radeon.modeset=0` to the [[boot options|doc/" "advanced_topics/boot_options]] fixes the issue." msgstr "" @@ -324,8 +324,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -369,8 +369,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"welcome_screen#boot-loader]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -458,8 +458,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding `nomodeset` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"Try adding `nomodeset` to the [[boot options|doc/advanced_topics/" +"boot_options]]." msgstr "" #. type: Title ### @@ -584,7 +584,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=1` or `nouveau.modeset=0` to the " -"[[boot options|doc/first_steps/welcome_screen#boot-loader]]." +"[[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -697,8 +697,7 @@ msgstr "" #. type: Plain text msgid "" "Otherwise, try adding `nouveau.noaccel=0`, `nouveau.noaccel=1`, or `nouveau." -"modeset=0` to the [[boot options|doc/first_steps/" -"startup_options#boot_loader_menu]]." +"modeset=0` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -787,8 +786,8 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/welcome_screen#boot-loader]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -851,15 +850,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" "first_steps/welcome_screen]]." msgstr "" #. type: Plain text msgid "" "Starting in *Troubleshooting Mode* works, as well as adding the `modprobe." -"blacklist=nouveau` to the [[boot options|doc/first_steps/" -"welcome_screen#boot-loader]]." +"blacklist=nouveau` to the [[boot options|doc/advanced_topics/boot_options]]." msgstr "" #. type: Plain text @@ -899,8 +897,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"welcome_screen/#boot-loader]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text -- GitLab From 50726020fb33484b070b271a3d0cabba79744f13 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 14:12:41 +0000 Subject: [PATCH 30/72] Improve intro --- wiki/src/doc/first_steps/welcome_screen.mdwn | 25 ++++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/wiki/src/doc/first_steps/welcome_screen.mdwn b/wiki/src/doc/first_steps/welcome_screen.mdwn index 8f7df505abf..deb2043db24 100644 --- a/wiki/src/doc/first_steps/welcome_screen.mdwn +++ b/wiki/src/doc/first_steps/welcome_screen.mdwn @@ -1,24 +1,29 @@ -[[!meta title="Startup options"]] - -When starting Tails, you can specify startup options to alter some of its basic -functioning. - -[[!toc levels=1]] +[[!meta title="Welcome Screen"]] The Welcome Screen appears after the Boot Loader, but before the -GNOME Desktop: +GNOME Desktop. + +You can use it to specify some startup options that alter some of the basic +functioning of Tails. [[!img welcome-screen.png link=no alt="Welcome to Tails!"]] +To start Tails without options, click on the +<span class="button">Start Tails</span> button. + +[[!toc levels=1]] + +<a id="accessibility"></a> + +Assistive technologies +====================== + You can activate assistive technologies, like a screen reader or large text, from the universal access menu (the [[!img lib/preferences-desktop-accessibility.png alt="Universal Access" class="symbolic" link="no"]] icon which looks like a person) in the top bar. -To start Tails without options, click on the -<span class="button">Start Tails</span> button. - <a id="locale"></a> Language & region -- GitLab From bd1987954afc6bc5f337c131ac17e98febc917dc Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Wed, 25 Mar 2020 15:06:29 +0000 Subject: [PATCH 31/72] Explicit --- wiki/src/doc/first_steps/welcome_screen.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/first_steps/welcome_screen.mdwn b/wiki/src/doc/first_steps/welcome_screen.mdwn index deb2043db24..e2975877e49 100644 --- a/wiki/src/doc/first_steps/welcome_screen.mdwn +++ b/wiki/src/doc/first_steps/welcome_screen.mdwn @@ -4,7 +4,7 @@ The Welcome Screen appears after the Boot Loader, but before the GNOME Desktop. -You can use it to specify some startup options that alter some of the basic +You can use the Welcome Screen to specify startup options that alter some of the basic functioning of Tails. [[!img welcome-screen.png link=no alt="Welcome to Tails!"]] -- GitLab From 7d765f8e8d9b68205a778f837c6636034d5efa88 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:20:38 -0700 Subject: [PATCH 32/72] Use better word --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index c1bf803c1ac..48145e4d0aa 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -28,7 +28,7 @@ Depending on the computer, the Boot Loader might be either *GRUB* or Using *SYSLINUX* ================ -This is how *SYSLINUX* looks like: +This is what *SYSLINUX* looks like: [[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -- GitLab From 016f0243640795a749cb8c4739ae146de377f456 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:21:01 -0700 Subject: [PATCH 33/72] Use better word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Differently" → adverb; "Different" → adjective --- wiki/src/doc/advanced_topics/boot_options.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 48145e4d0aa..e2e3696a265 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -35,8 +35,8 @@ logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] <div class="note"> -<p>If your Boot Loader looks differently, refer to our instructions on -adding a boot option [[using GRUB|boot_options#grub]] below.</p> +<p>If your Boot Loader looks different, refer to our instructions below on +adding a boot option [[using GRUB|boot_options#grub]].</p> </div> -- GitLab From 0f3c774c33e8f902e1fda068e9dacd5a8578d0f9 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:24:12 -0700 Subject: [PATCH 34/72] Use better word --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index e2e3696a265..0c7abd14633 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -56,7 +56,7 @@ To add a boot option in *SYSLINUX*: want to add. 3. If you want to add more than one boot option, type them one after the - other and separate them by a <span class="keycap">Space</span>. + other and separate them with a <span class="keycap">Space</span>. 4. Press <span class="keycap">Enter</span> to start Tails. -- GitLab From b9e20ffc477c40e5d088525377e1e38486cc6c24 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:37:39 -0700 Subject: [PATCH 35/72] Use better word --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 0c7abd14633..99600476f64 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -65,7 +65,7 @@ To add a boot option in *SYSLINUX*: Using *GRUB* ============ -This is how GRUB looks like: +This is what GRUB looks like: [[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -- GitLab From e7880e089822079bc0fd6b05c886141e0d7322b1 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:38:50 -0700 Subject: [PATCH 36/72] Use consistent styling --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 99600476f64..830a17216af 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -65,7 +65,7 @@ To add a boot option in *SYSLINUX*: Using *GRUB* ============ -This is what GRUB looks like: +This is what *GRUB* looks like: [[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] -- GitLab From 27befc52fd3d63b9585fe91fafa1a44858f21864 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:39:29 -0700 Subject: [PATCH 37/72] Use better word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Differently" → adverb; "Different" → adjective --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 830a17216af..104ee8372ff 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -72,7 +72,7 @@ logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]] <div class="note"> -<p>If your Boot Loader looks differently, refer to our instructions on +<p>If your Boot Loader looks different, refer to our instructions on adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p> </div> -- GitLab From cca4a40d5bb66c5a140cdba1a66e78c87130cefb Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:39:57 -0700 Subject: [PATCH 38/72] Use better word --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index 104ee8372ff..b7cd31e87eb 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -96,6 +96,6 @@ To add a boot option in *GRUB*: 1. Type the boot option that you want to add. 1. If you want to add more than one boot option, type them one after the - other and separate them by a <span class="keycap">Space</span>. + other and separate them with a <span class="keycap">Space</span>. 1. Press **Ctrl+X** to start Tails. -- GitLab From fa45804d730e0d6010dc92c0698353b4a8fab34e Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:43:55 -0700 Subject: [PATCH 39/72] Fix typo --- wiki/src/install/inc/steps/mac_startup_disks.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9a2ec2a1c3f..5d7bdb78066 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -49,7 +49,7 @@ <pre>Security settings do not allow this Mac to use an external startup disk.</pre> - <p>Then you have to change the change the settings of the <em>Startup + <p>Then you have to change the settings of the <em>Startup Security Utility</em> of your Mac to authorize starting from Tails.</p> <p>To open <em>Startup Security Utility</em>:</p> -- GitLab From 26e3f03a84b6370c14caefa0ced279ba231e2417 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 18:49:55 -0700 Subject: [PATCH 40/72] Clarify --- wiki/src/install/inc/steps/mac_startup_disks.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d7bdb78066..10327d772d2 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -93,7 +93,7 @@ firmware password prevents users who do not have the password from starting up from any media other than the designated startup disk.</p> - <p><strong>If you forget your firmware password it will require an in-person + <p><strong>If you forget your firmware password you will require an in-person service appointment with an Apple Store or Apple Authorized Service Provider.</strong></p> -- GitLab From 844d34ba9a70ede84c0a7b5314cb2d927a18b03f Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 21:11:18 -0700 Subject: [PATCH 41/72] Fix typo --- wiki/src/doc/advanced_topics/boot_options.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/doc/advanced_topics/boot_options.mdwn b/wiki/src/doc/advanced_topics/boot_options.mdwn index b7cd31e87eb..4c7863b0caa 100644 --- a/wiki/src/doc/advanced_topics/boot_options.mdwn +++ b/wiki/src/doc/advanced_topics/boot_options.mdwn @@ -4,7 +4,7 @@ The Boot Loader is the first screen that appears when starting Tails. You can use the Boot Loader to add *boot options*. Boot options are -special parameters that can be useful to troubleshoot or workaround +special parameters that can be useful to troubleshoot or work around hardware support problems. For example, our [[list of known issues with graphics cards|support/known_issues/graphics]] document boot options for different graphics cards. -- GitLab From 80def03ec3b7a1c91072d864e2e3e486b5672dea Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 21:18:11 -0700 Subject: [PATCH 42/72] Fix typo --- wiki/src/install/inc/steps/restart_first_time.inline.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ba2a9e92380..5e33a438c0d 100644 --- a/wiki/src/install/inc/steps/restart_first_time.inline.mdwn +++ b/wiki/src/install/inc/steps/restart_first_time.inline.mdwn @@ -143,7 +143,7 @@ the rest of the instructions afterwards, we recommend you either: If the Boot Loader is *SYSLINUX*: 1. Press - <span class="keycap">TAB</span>. A command line with a list + <span class="keycap">Tab</span>. A command line with a list of boot options appears at the bottom of the screen. [[!img doc/first_steps/welcome_screen/syslinux-with-options.png link="no" alt="SYSLINUX with -- GitLab From d9f5c4352c232b7a053f5bcff0eafe156b6a5aa0 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 23:59:04 -0700 Subject: [PATCH 43/72] Use better word --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2966018fbb5..27d5147eba9 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -16,7 +16,7 @@ But, it is very hard to know without trying.</li> computer, the Boot Loader might be either <em>GRUB</em> or <em>SYSLINUX</em>.</p> -<p>This is how <em>GRUB</em> looks like:</p> +<p>This is what <em>GRUB</em> looks like:</p> <p>[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> -- GitLab From 18cafb3f6001fd2cdaf7454dfb574fe4d1f41175 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <cbrownstein@liquidityllc.com> Date: Fri, 3 Apr 2020 23:59:14 -0700 Subject: [PATCH 44/72] Use better word --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 27d5147eba9..1a5b9537995 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -21,7 +21,7 @@ computer, the Boot Loader might be either <em>GRUB</em> or <p>[[!img install/inc/screenshots/grub.png link="no" alt="Black screen ('GNU GRUB') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> -<p>This is how <em>SYSLINUX</em> looks like:</p> +<p>This is what <em>SYSLINUX</em> looks like:</p> <p>[[!img install/inc/screenshots/syslinux.png link="no" alt="Black screen ('SYSLINUX') with Tails logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'."]]</p> -- GitLab From acfbcb7bc032dc951088a5e899caa3402260fc5f Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Mon, 6 Apr 2020 16:49:42 +0000 Subject: [PATCH 45/72] Add next accounting meeting --- wiki/src/contribute/calendar.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/src/contribute/calendar.mdwn b/wiki/src/contribute/calendar.mdwn index a01aac316ad..3a0014c7bf7 100644 --- a/wiki/src/contribute/calendar.mdwn +++ b/wiki/src/contribute/calendar.mdwn @@ -4,8 +4,6 @@ All times are referenced to Berlin and Paris time. # 2020 Q2 -* 2020-04-03, 16:00: Accounting team meeting - * 2020-04-06, 16:00: Foundations Team meeting * 2020-04-07: **Release 4.5** (Firefox 68.7, major release; kibi is the RM, anonym is the TR) @@ -16,6 +14,8 @@ All times are referenced to Berlin and Paris time. * 2020-04-16, 16:00: Fundraising Team meeting +* 2020-04-18, 16:00: Accounting Team meeting + * 2020-05-05: **Release 4.6** (Firefox 68.8) * 2020-05-06, 16:00: Foundations Team meeting -- GitLab From e0246553ee3c1ed6e8e6fd3f9e4518c048b086fe Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Mon, 6 Apr 2020 16:50:39 +0000 Subject: [PATCH 46/72] Avoid jargon --- wiki/src/blueprint/monthly_report/report_2020_03.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/blueprint/monthly_report/report_2020_03.mdwn b/wiki/src/blueprint/monthly_report/report_2020_03.mdwn index 3f25dcbe421..749b782c17e 100644 --- a/wiki/src/blueprint/monthly_report/report_2020_03.mdwn +++ b/wiki/src/blueprint/monthly_report/report_2020_03.mdwn @@ -54,7 +54,7 @@ User experience - Designed a replacement of our current sidebar to be on top. - - Started coding responsive HTML and CSS using CSS Flex (XXX: do you mean flexbox?) + - Started coding responsive HTML and CSS using CSS Flexbox - Translated both pages in Portuguese, Spanish, French, and German. -- GitLab From fb39ea1c7e2635c1f48550fa28e6fee1be3389c4 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Mon, 6 Apr 2020 19:16:32 +0200 Subject: [PATCH 47/72] Update changelog for 4.5. --- debian/changelog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9e414e06af8..98fdf2e855c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ tails (4.5) UNRELEASED; urgency=medium - * Dummy entry for next release. + * Security fixes + - Upgrade Tor Browser to 9.0.9-build1 (Closes: #17594). + - Upgrade BlueZ to 5.50-1.2~deb10u1 (DSA-4647). + - Upgrade GnuTLS to 3.6.7-4+deb10u3 (DSA-4652). - -- Tails developers <tails@boum.org> Fri, 27 Mar 2020 18:58:40 +0100 + -- Tails developers <tails@boum.org> Mon, 06 Apr 2020 19:10:51 +0200 tails (4.5~rc1) unstable; urgency=medium -- GitLab From 8241f89dce05f3f3489b51c40c17db87abcc34a4 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Mon, 6 Apr 2020 19:32:54 +0200 Subject: [PATCH 48/72] Update version and date for 4.5. --- wiki/src/inc/stable_amd64_date.html | 2 +- wiki/src/inc/stable_amd64_img_gpg_verify.html | 2 +- wiki/src/inc/stable_amd64_img_sig_url.html | 2 +- wiki/src/inc/stable_amd64_img_torrent_url.html | 2 +- wiki/src/inc/stable_amd64_img_url.html | 2 +- wiki/src/inc/stable_amd64_iso_gpg_verify.html | 2 +- wiki/src/inc/stable_amd64_iso_sig_url.html | 2 +- wiki/src/inc/stable_amd64_iso_torrent_url.html | 2 +- wiki/src/inc/stable_amd64_iso_url.html | 2 +- wiki/src/inc/stable_amd64_version.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wiki/src/inc/stable_amd64_date.html b/wiki/src/inc/stable_amd64_date.html index 2266f8592f0..f2c8db62471 100644 --- a/wiki/src/inc/stable_amd64_date.html +++ b/wiki/src/inc/stable_amd64_date.html @@ -1 +1 @@ -2020-03-22 \ No newline at end of file +2020-04-07 \ No newline at end of file diff --git a/wiki/src/inc/stable_amd64_img_gpg_verify.html b/wiki/src/inc/stable_amd64_img_gpg_verify.html index 89b8618ab26..9f7fd6d8360 100644 --- a/wiki/src/inc/stable_amd64_img_gpg_verify.html +++ b/wiki/src/inc/stable_amd64_img_gpg_verify.html @@ -1 +1 @@ -TZ=UTC gpg --no-options --keyid-format long --verify tails-amd64-4.4.1.img.sig tails-amd64-4.4.1.img +TZ=UTC gpg --no-options --keyid-format long --verify tails-amd64-4.5.img.sig tails-amd64-4.5.img diff --git a/wiki/src/inc/stable_amd64_img_sig_url.html b/wiki/src/inc/stable_amd64_img_sig_url.html index ea5090515e4..de7abb2ee21 100644 --- a/wiki/src/inc/stable_amd64_img_sig_url.html +++ b/wiki/src/inc/stable_amd64_img_sig_url.html @@ -1 +1 @@ -https://tails.boum.org/torrents/files/tails-amd64-4.4.1.img.sig +https://tails.boum.org/torrents/files/tails-amd64-4.5.img.sig diff --git a/wiki/src/inc/stable_amd64_img_torrent_url.html b/wiki/src/inc/stable_amd64_img_torrent_url.html index 268f6afbf44..f24a5ee36bb 100644 --- a/wiki/src/inc/stable_amd64_img_torrent_url.html +++ b/wiki/src/inc/stable_amd64_img_torrent_url.html @@ -1 +1 @@ -https://tails.boum.org/torrents/files/tails-amd64-4.4.1.img.torrent +https://tails.boum.org/torrents/files/tails-amd64-4.5.img.torrent diff --git a/wiki/src/inc/stable_amd64_img_url.html b/wiki/src/inc/stable_amd64_img_url.html index e786a3e27b6..361e34f8b2d 100644 --- a/wiki/src/inc/stable_amd64_img_url.html +++ b/wiki/src/inc/stable_amd64_img_url.html @@ -1 +1 @@ -http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.img +http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.img diff --git a/wiki/src/inc/stable_amd64_iso_gpg_verify.html b/wiki/src/inc/stable_amd64_iso_gpg_verify.html index 240393d689e..a04d50b0f16 100644 --- a/wiki/src/inc/stable_amd64_iso_gpg_verify.html +++ b/wiki/src/inc/stable_amd64_iso_gpg_verify.html @@ -1 +1 @@ -TZ=UTC gpg --no-options --keyid-format long --verify tails-amd64-4.4.1.iso.sig tails-amd64-4.4.1.iso +TZ=UTC gpg --no-options --keyid-format long --verify tails-amd64-4.5.iso.sig tails-amd64-4.5.iso diff --git a/wiki/src/inc/stable_amd64_iso_sig_url.html b/wiki/src/inc/stable_amd64_iso_sig_url.html index bf1a644b227..9065f69d971 100644 --- a/wiki/src/inc/stable_amd64_iso_sig_url.html +++ b/wiki/src/inc/stable_amd64_iso_sig_url.html @@ -1 +1 @@ -https://tails.boum.org/torrents/files/tails-amd64-4.4.1.iso.sig +https://tails.boum.org/torrents/files/tails-amd64-4.5.iso.sig diff --git a/wiki/src/inc/stable_amd64_iso_torrent_url.html b/wiki/src/inc/stable_amd64_iso_torrent_url.html index f4f29ed5fde..ad60314ed0f 100644 --- a/wiki/src/inc/stable_amd64_iso_torrent_url.html +++ b/wiki/src/inc/stable_amd64_iso_torrent_url.html @@ -1 +1 @@ -https://tails.boum.org/torrents/files/tails-amd64-4.4.1.iso.torrent +https://tails.boum.org/torrents/files/tails-amd64-4.5.iso.torrent diff --git a/wiki/src/inc/stable_amd64_iso_url.html b/wiki/src/inc/stable_amd64_iso_url.html index da04607eca7..e5aa2321f5a 100644 --- a/wiki/src/inc/stable_amd64_iso_url.html +++ b/wiki/src/inc/stable_amd64_iso_url.html @@ -1 +1 @@ -http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso +http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso diff --git a/wiki/src/inc/stable_amd64_version.html b/wiki/src/inc/stable_amd64_version.html index cca25a93cd0..4caecc733e6 100644 --- a/wiki/src/inc/stable_amd64_version.html +++ b/wiki/src/inc/stable_amd64_version.html @@ -1 +1 @@ -4.4.1 +4.5 -- GitLab From 21123f0bfb5075f9a660a4541935208bf3c625de Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Mon, 6 Apr 2020 21:50:34 +0200 Subject: [PATCH 49/72] Updating SquashFS sort file --- config/binary_rootfs/squashfs.sort | 8197 ++++++++++++++-------------- 1 file changed, 4103 insertions(+), 4094 deletions(-) diff --git a/config/binary_rootfs/squashfs.sort b/config/binary_rootfs/squashfs.sort index 2358ad9f085..2b5745e6823 100644 --- a/config/binary_rootfs/squashfs.sort +++ b/config/binary_rootfs/squashfs.sort @@ -1,2802 +1,2802 @@ bin/sed 32767 etc/ld.so.cache 32766 -bin/dash 32765 -bin/which 32764 -bin/cat 32763 -bin/uname 32762 -bin/mkdir 32761 -bin/touch 32760 -bin/udevadm 32759 -etc/udev/udev.conf 32758 -bin/egrep 32757 -bin/grep 32756 -etc/laptop-mode/conf.d/ac97-powersave.conf 32755 -etc/laptop-mode/conf.d/auto-hibernate.conf 32754 -etc/laptop-mode/conf.d/battery-level-polling.conf 32753 -etc/laptop-mode/conf.d/bluetooth.conf 32752 -etc/laptop-mode/conf.d/configuration-file-control.conf 32751 -etc/laptop-mode/conf.d/cpufreq.conf 32750 -etc/laptop-mode/conf.d/cpuhotplug.conf 32749 -etc/laptop-mode/conf.d/dpms-standby.conf 32748 -etc/laptop-mode/conf.d/eee-superhe.conf 32747 -etc/laptop-mode/conf.d/ethernet.conf 32746 -etc/laptop-mode/conf.d/exec-commands.conf 32745 -etc/laptop-mode/conf.d/hal-polling.conf 32744 -etc/laptop-mode/conf.d/intel-hda-powersave.conf 32743 -etc/laptop-mode/conf.d/intel-sata-powermgmt.conf 32742 -etc/laptop-mode/conf.d/intel_pstate.conf 32741 -etc/laptop-mode/conf.d/kbd-backlight.conf 32740 -etc/laptop-mode/conf.d/lcd-brightness.conf 32739 -etc/laptop-mode/conf.d/nmi-watchdog.conf 32738 -etc/laptop-mode/conf.d/pcie-aspm.conf 32737 -etc/laptop-mode/conf.d/radeon-dpm.conf 32736 -etc/laptop-mode/conf.d/runtime-pm.conf 32735 -etc/laptop-mode/conf.d/sched-mc-power-savings.conf 32734 -etc/laptop-mode/conf.d/sched-smt-power-savings.conf 32733 -etc/laptop-mode/conf.d/start-stop-programs.conf 32732 -etc/laptop-mode/conf.d/terminal-blanking.conf 32731 -etc/laptop-mode/conf.d/vgaswitcheroo.conf 32730 -etc/laptop-mode/conf.d/video-out.conf 32729 -etc/laptop-mode/conf.d/wireless-ipw-power.conf 32728 -etc/laptop-mode/conf.d/wireless-iwl-power.conf 32727 -etc/laptop-mode/conf.d/wireless-power.conf 32726 -etc/laptop-mode/laptop-mode.conf 32725 -lib/bilibop/test 32724 -lib/bilibop/common.sh 32723 -bin/df 32722 -etc/default/keyboard 32721 -bin/readlink 32720 -etc/bilibop/bilibop.conf 32719 -lib/hdparm/hdparm-functions 32718 -etc/hdparm.conf 32717 -lib/live/config/0001-sane-clock 32716 -lib/x86_64-linux-gnu/ld-2.28.so 32715 -lib/x86_64-linux-gnu/libc-2.28.so 32714 -usr/lib/x86_64-linux-gnu/libacl.so.1.1.2253 32713 -lib/x86_64-linux-gnu/libselinux.so.1 32712 -usr/lib/x86_64-linux-gnu/libattr.so.1.1.2448 32711 -lib/x86_64-linux-gnu/libpcre.so.3.13.3 32710 -lib/x86_64-linux-gnu/libdl-2.28.so 32709 -lib/x86_64-linux-gnu/libpthread-2.28.so 32708 -usr/lib/locale/en_US.utf8/LC_IDENTIFICATION 32707 -usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 32706 -usr/lib/locale/chr_US/LC_MEASUREMENT 32705 -usr/lib/locale/chr_US/LC_TELEPHONE 32704 -usr/lib/locale/en_US.utf8/LC_ADDRESS 32703 -usr/lib/locale/bi_VU/LC_NAME 32702 -usr/lib/locale/chr_US/LC_PAPER 32701 -usr/lib/locale/en_AG/LC_MESSAGES/SYS_LC_MESSAGES 32700 -usr/lib/locale/chr_US/LC_MONETARY 32699 -usr/lib/locale/aa_DJ.utf8/LC_COLLATE 32698 -usr/lib/locale/en_US.utf8/LC_TIME 32697 -usr/lib/locale/aa_ET/LC_NUMERIC 32696 -usr/lib/locale/aa_DJ.utf8/LC_CTYPE 32695 -etc/amnesia/version 32694 -bin/date 32693 -usr/share/zoneinfo/UCT 32692 -lib/live/config/0005-nss-systemd 32691 -etc/nsswitch.conf 32690 -lib/live/config/0010-debconf 32689 -lib/live/setup-network.sh 32688 -lib/live/config/0020-hostname 32686 -etc/hostname 32685 -etc/hosts 32684 -bin/hostname 32683 -lib/live/config/0030-live-debconfig_passwd 32681 -lib/live/config/0030-user-setup 32680 -usr/bin/debconf-set-selections 32678 -usr/bin/perl 32677 -lib/x86_64-linux-gnu/libm-2.28.so 32676 -lib/x86_64-linux-gnu/libcrypt-2.28.so 32675 -usr/share/perl/5.28.1/warnings.pm 32674 -usr/share/perl/5.28.1/strict.pm 32673 -usr/share/perl5/Debconf/Db.pm 32672 -usr/share/perl5/Debconf/Log.pm 32671 -usr/share/perl/5.28.1/base.pm 32670 -usr/share/perl/5.28.1/Exporter.pm 32669 -usr/share/perl5/Debconf/Config.pm 32668 -usr/share/perl5/Debconf/Question.pm 32667 -usr/share/perl5/Debconf/Template.pm 32666 -usr/lib/x86_64-linux-gnu/perl/5.28.1/POSIX.pm 32665 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Fcntl.pm 32664 -usr/share/perl/5.28.1/XSLoader.pm 32663 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Fcntl/Fcntl.so 32662 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/POSIX/POSIX.so 32661 -usr/share/perl/5.28.1/Tie/Hash.pm 32660 -usr/share/perl/5.28.1/Carp.pm 32659 -usr/share/perl/5.28.1/overloading.pm 32658 -usr/share/perl/5.28.1/warnings/register.pm 32657 -usr/share/perl/5.28.1/Exporter/Heavy.pm 32656 -usr/share/perl/5.28.1/FileHandle.pm 32655 -usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/File.pm 32654 -usr/share/perl/5.28.1/Symbol.pm 32653 -usr/share/perl/5.28.1/SelectSaver.pm 32652 -usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/Seekable.pm 32651 -usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/Handle.pm 32650 -usr/lib/x86_64-linux-gnu/perl/5.28.1/IO.pm 32649 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/IO/IO.so 32648 -usr/share/perl5/Debconf/Gettext.pm 32647 -usr/lib/x86_64-linux-gnu/perl5/5.28/Locale/gettext.pm 32646 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode.pm 32645 -usr/share/perl/5.28.1/constant.pm 32644 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Encode/Encode.so 32643 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/Alias.pm 32642 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/MIME/Name.pm 32641 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Storable.pm 32640 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Storable/Storable.so 32639 -usr/share/perl/5.28.1/parent.pm 32638 -usr/share/perl/5.28.1/vars.pm 32637 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/Encoding.pm 32636 -usr/share/perl/5.28.1/bytes.pm 32635 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/Config.pm 32634 -usr/lib/x86_64-linux-gnu/perl/5.28.1/DynaLoader.pm 32633 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Config.pm 32632 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Locale/gettext/gettext.so 32631 -usr/share/perl/5.28.1/Text/Wrap.pm 32630 -usr/share/perl/5.28.1/Text/Tabs.pm 32629 -usr/lib/x86_64-linux-gnu/perl/5.28.1/re.pm 32628 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/re/re.so 32627 -usr/share/perl5/Debconf/Iterator.pm 32626 -usr/share/perl5/Debconf/Base.pm 32625 -usr/share/perl/5.28.1/fields.pm 32624 -usr/share/perl5/Debconf/Encoding.pm 32623 -usr/lib/x86_64-linux-gnu/perl5/5.28/Text/Iconv.pm 32622 -usr/share/perl/5.28.1/AutoLoader.pm 32621 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Text/Iconv/Iconv.so 32620 -usr/bin/locale 32619 -usr/share/perl5/Text/WrapI18N.pm 32618 -usr/lib/x86_64-linux-gnu/perl5/5.28/Text/CharWidth.pm 32617 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Text/CharWidth/CharWidth.so 32616 -usr/share/perl/5.28.1/overload.pm 32615 -usr/share/perl5/Debconf/Priority.pm 32614 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Hash/Util.pm 32613 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Scalar/Util.pm 32612 -usr/lib/x86_64-linux-gnu/perl/5.28.1/List/Util.pm 32611 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/List/Util/Util.so 32610 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Hash/Util/Util.so 32609 -lib/x86_64-linux-gnu/libnss_files-2.28.so 32608 -usr/share/perl5/Debconf/DbDriver.pm 32606 -usr/share/perl/5.28.1/Getopt/Long.pm 32605 -etc/debconf.conf 32604 -usr/share/perl5/Debconf/DbDriver/File.pm 32603 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Cwd.pm 32602 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Cwd/Cwd.so 32601 -usr/share/perl5/Debconf/DbDriver/Cache.pm 32600 -usr/share/perl5/Debconf/Format/822.pm 32599 -usr/share/perl5/Debconf/Format.pm 32598 -usr/share/perl5/Debconf/DbDriver/Stack.pm 32595 -usr/share/perl5/Debconf/DbDriver/Copy.pm 32594 -bin/rm 32589 -usr/lib/user-setup/user-setup-apply 32588 -usr/share/debconf/confmodule 32587 -usr/share/debconf/frontend 32586 -usr/share/perl5/Debconf/AutoSelect.pm 32585 -usr/share/perl5/Debconf/ConfModule.pm 32584 -usr/share/perl/5.28.1/IPC/Open2.pm 32583 -usr/share/perl/5.28.1/IPC/Open3.pm 32582 -usr/share/perl5/Debconf/FrontEnd/Noninteractive.pm 32581 -usr/share/perl5/Debconf/FrontEnd.pm 32580 -usr/lib/x86_64-linux-gnu/perl5/5.28/Glib/Object/Introspection.pm 32579 -usr/lib/x86_64-linux-gnu/perl5/5.28/Glib.pm 32578 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Glib/Glib.so 32577 -usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5800.3 32576 -usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3 32575 -usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5800.3 32574 -usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 32573 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Glib/Object/Introspection/Introspection.so 32572 -usr/lib/x86_64-linux-gnu/libgirepository-1.0.so.1.0.0 32571 -usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5800.3 32570 -usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5800.3 32569 -lib/x86_64-linux-gnu/libz.so.1.2.11 32568 -lib/x86_64-linux-gnu/libmount.so.1.1.0 32567 -lib/x86_64-linux-gnu/libresolv-2.28.so 32566 -lib/x86_64-linux-gnu/libblkid.so.1.1.0 32565 -lib/x86_64-linux-gnu/librt-2.28.so 32564 -lib/x86_64-linux-gnu/libuuid.so.1.3.0 32563 -usr/lib/user-setup/functions.sh 32562 -sbin/shadowconfig 32561 -usr/sbin/pwck 32560 -etc/login.defs 32559 -usr/sbin/grpck 32558 -usr/sbin/pwconv 32555 -etc/.pwd.lock 32554 -usr/sbin/grpconv 32551 -bin/chown 32544 -bin/chmod 32543 -usr/bin/cut 32542 -usr/bin/dpkg-query 32541 -var/lib/dpkg/status 32540 -var/lib/dpkg/triggers/File 32539 -var/lib/dpkg/triggers/Unincorp 32538 -usr/bin/dpkg 32537 -etc/dpkg/dpkg.cfg 32536 -usr/sbin/usermod 32535 -lib/x86_64-linux-gnu/libaudit.so.1.0.0 32534 -usr/lib/x86_64-linux-gnu/libsemanage.so.1 32533 -lib/x86_64-linux-gnu/libcap-ng.so.0.0.0 32532 -lib/x86_64-linux-gnu/libsepol.so.1 32531 -lib/x86_64-linux-gnu/libbz2.so.1.0.4 32530 -usr/sbin/adduser 32523 -usr/share/perl5/Debian/AdduserCommon.pm 32522 -usr/lib/x86_64-linux-gnu/perl/5.28.1/I18N/Langinfo.pm 32521 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/I18N/Langinfo/Langinfo.so 32520 -etc/adduser.conf 32519 -usr/sbin/groupadd 32518 -usr/sbin/useradd 32515 -etc/default/useradd 32514 -var/log/faillog 32505 -var/log/lastlog 32504 -sbin/pam_tally2 32499 -lib/x86_64-linux-gnu/libpam.so.0.84.2 32498 -usr/bin/find 32497 -etc/skel/.bash_logout 32496 -etc/skel/.bashrc 32495 -etc/skel/.config/Trolltech.conf 32494 -etc/skel/.config/keepassxc/keepassxc.ini 32493 -etc/skel/.config/onionshare/onionshare.json 32492 -etc/skel/.electrum/config 32490 -etc/skel/.gnome2/accels/.placeholder 32489 -etc/skel/.gnome2/keyrings/default 32488 -etc/skel/.gnome2/keyrings/tails.keyring 32487 -etc/skel/.gnome2_private/.placeholder 32486 -etc/skel/.gnupg/dirmngr.conf 32485 -etc/skel/.gnupg/gpg-agent.conf 32484 -etc/skel/.gnupg/gpg.conf 32483 -etc/skel/.local/share/applications/mimeapps.list 32482 -etc/skel/.monkeysphere/monkeysphere.conf 32481 -etc/skel/.poedit/config 32480 -etc/skel/.profile 32479 -etc/skel/.purple/prefs.xml 32478 -etc/skel/.tor-browser/profile.default/bookmarks.html 32477 -etc/skel/.tor-browser/profile.default/chrome/userChrome.css 32476 -etc/skel/.tor-browser/profile.default/prefs.js 32475 -etc/skel/.xsessionrc 32474 -etc/skel/Desktop/Report_an_error.desktop 32473 -etc/skel/Desktop/tails-documentation.desktop 32472 -usr/bin/chfn 32469 -lib/x86_64-linux-gnu/libpam_misc.so.0.82.1 32468 -etc/pam.d/chfn 32467 -lib/x86_64-linux-gnu/security/pam_rootok.so 32466 -etc/pam.d/common-auth 32465 -lib/x86_64-linux-gnu/security/pam_unix.so 32464 -lib/x86_64-linux-gnu/libnsl-2.28.so 32463 -lib/x86_64-linux-gnu/security/pam_deny.so 32462 -lib/x86_64-linux-gnu/security/pam_permit.so 32461 -etc/pam.d/common-account 32460 -etc/pam.d/common-session 32459 -lib/x86_64-linux-gnu/security/pam_systemd.so 32458 -etc/pam.d/other 32457 -etc/pam.d/common-password 32456 -usr/bin/gpasswd 32452 -lib/live/config/0040-sudo 32430 -lib/live/config/0050-locales 32429 -etc/default/locale 32428 -bin/systemctl 32427 -lib/x86_64-linux-gnu/liblzma.so.5.2.4 32426 -usr/lib/x86_64-linux-gnu/liblz4.so.1.8.3 32425 -lib/x86_64-linux-gnu/libgcrypt.so.20.2.4 32424 -lib/x86_64-linux-gnu/libgpg-error.so.0.26.1 32423 -lib/live/config/0070-tzdata 32421 -etc/timezone 32420 -usr/sbin/dpkg-reconfigure 32419 -var/lib/dpkg/info/format 32418 -var/lib/dpkg/info/tzdata.templates 32417 -var/lib/dpkg/info/tzdata.config 32416 -usr/bin/head 32415 -usr/share/perl5/Debconf/Element/Noninteractive/Select.pm 32414 -usr/share/perl5/Debconf/Element/Noninteractive.pm 32413 -usr/share/perl5/Debconf/Element.pm 32412 -var/lib/dpkg/info/tzdata.postinst 32411 -bin/ln 32410 -bin/mv 32409 -lib/live/config/0080-gdm3 32406 -lib/live/config/0085-sddm 32405 -lib/live/config/0090-kdm 32404 -lib/live/config/0100-lightdm 32403 -lib/live/config/0110-lxdm 32402 -lib/live/config/0120-nodm 32401 -lib/live/config/0130-slim 32400 -lib/live/config/0140-xinit 32399 -lib/live/config/0150-keyboard-configuration 32398 -lib/live/config/1000-remount-procfs 32397 -bin/mount 32396 -etc/fstab 32395 -lib/live/config/1020-gnome-panel-data 32392 -lib/live/config/1030-gnome-power-manager 32391 -usr/bin/sudo 32390 -lib/x86_64-linux-gnu/libutil-2.28.so 32389 -usr/lib/sudo/libsudo_util.so.0.0.0 32388 -usr/lib/sudo/sudoers.so 32387 -etc/sudoers 32386 -etc/sudoers.d/README 32385 -etc/sudoers.d/always-ask-password 32384 -etc/sudoers.d/tails-greeter-cryptsetup 32383 -etc/sudoers.d/tails-greeter-live-persist 32382 -etc/sudoers.d/tails-greeter-umount 32381 -etc/sudoers.d/zzz_boot_profile 32380 -etc/sudoers.d/zzz_gdm 32379 -etc/sudoers.d/zzz_halt 32378 -etc/sudoers.d/zzz_persistence-setup 32377 -etc/sudoers.d/zzz_tails-additional-software 32376 -etc/sudoers.d/zzz_tails-debugging-info 32375 -etc/sudoers.d/zzz_tails-kill-gdm-session 32374 -etc/sudoers.d/zzz_unsafe-browser 32373 -etc/sudoers.d/zzz_upgrade 32372 -etc/host.conf 32371 -etc/resolv.conf 32370 -etc/pam.d/sudo 32369 -etc/pam.d/common-session-noninteractive 32368 -lib/live/config/1040-gnome-screensaver 32366 -lib/live/config/1050-kaboom 32365 -lib/live/config/1060-kde-services 32364 -lib/live/config/1080-policykit 32363 -lib/live/config/1090-ssl-cert 32362 -usr/sbin/make-ssl-cert 32361 -bin/bash 32360 -lib/x86_64-linux-gnu/libtinfo.so.6.1 32359 -bin/mktemp 32358 -usr/share/ssl-cert/ssleay.cnf 32357 -usr/bin/openssl 32356 -usr/lib/x86_64-linux-gnu/libssl.so.1.1 32355 -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 32354 -etc/ssl/openssl.cnf 32353 -lib/live/config/1110-anacron 32349 -lib/live/config/1120-util-linux 32348 -lib/live/config/1130-login 32346 -lib/live/config/1140-xserver-xorg 32342 -usr/bin/lspci 32341 -lib/x86_64-linux-gnu/libpci.so.3.5.2 32340 -usr/lib/x86_64-linux-gnu/libkmod.so.2.3.4 32339 -lib/x86_64-linux-gnu/libudev.so.1.6.13 32338 -usr/bin/tr 32337 -lib/udev/hwdb.bin 32336 -usr/bin/mawk 32335 -bin/ls 32334 -usr/share/live/config/xserver-xorg/intel.ids 32333 -usr/share/live/config/xserver-xorg/qxl.ids 32332 -lib/live/config/1160-openssh-server 32331 -lib/live/config/1170-xfce4-panel 32330 -lib/live/config/1180-xscreensaver 32329 -lib/live/config/1190-broadcom-sta 32328 -lib/live/config/1500-reconfigure-APT 32327 -lib/live/config/1600-undivert-APT 32299 -usr/bin/dpkg-divert 32298 -lib/live/config/2000-aesthetics 32293 -lib/live/config/2000-import-gnupg-key 32292 -usr/bin/gpg 32290 -usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 32289 -lib/x86_64-linux-gnu/libreadline.so.7.0 32288 -usr/lib/x86_64-linux-gnu/libassuan.so.0.8.2 32287 -usr/share/doc/tails/website/tails-accounting.key 32286 -usr/bin/gpg-agent 32285 -usr/lib/x86_64-linux-gnu/libnpth.so.0.1.2 32284 -usr/share/doc/tails/website/tails-bugs.key 32283 -usr/share/doc/tails/website/tails-email.key 32282 -usr/share/doc/tails/website/tails-foundations.key 32281 -usr/share/doc/tails/website/tails-mirrors.key 32280 -usr/share/doc/tails/website/tails-press.key 32279 -usr/share/doc/tails/website/tails-signing-minimal.key 32278 -usr/share/doc/tails/website/tails-signing.key 32277 -usr/share/doc/tails/website/tails-sysadmins.key 32276 -usr/share/doc/tails/website/tails-translations.key 32275 -lib/live/config/2030-systemd 32268 -bin/systemd-machine-id-setup 32267 -lib/systemd/libsystemd-shared-241.so 32266 -lib/x86_64-linux-gnu/libcap.so.2.25 32265 -lib/x86_64-linux-gnu/libcryptsetup.so.12.4.0 32264 -usr/lib/x86_64-linux-gnu/libip4tc.so.0.1.0 32263 -usr/lib/x86_64-linux-gnu/libseccomp.so.2.3.3 32262 -lib/x86_64-linux-gnu/libidn.so.11.6.16 32261 -lib/x86_64-linux-gnu/libdevmapper.so.1.02.1 32260 -usr/lib/x86_64-linux-gnu/libargon2.so.1 32259 -usr/lib/x86_64-linux-gnu/libjson-c.so.3.0.1 32258 -etc/machine-id 32257 -bin/journalctl 32256 -usr/lib/systemd/catalog/systemd.be.catalog 32255 -usr/lib/systemd/catalog/systemd.be@latin.catalog 32254 -usr/lib/systemd/catalog/systemd.bg.catalog 32253 -usr/lib/systemd/catalog/systemd.catalog 32252 -usr/lib/systemd/catalog/systemd.de.catalog 32251 -usr/lib/systemd/catalog/systemd.fr.catalog 32250 -usr/lib/systemd/catalog/systemd.it.catalog 32249 -usr/lib/systemd/catalog/systemd.pl.catalog 32248 -usr/lib/systemd/catalog/systemd.pt_BR.catalog 32247 -usr/lib/systemd/catalog/systemd.ru.catalog 32246 -usr/lib/systemd/catalog/systemd.zh_CN.catalog 32245 -usr/lib/systemd/catalog/systemd.zh_TW.catalog 32244 -lib/live/config/3000-tps-media-directory 32242 -usr/bin/install 32241 -lib/live/config/7000-debug 32239 -lib/live/config/8000-rootpw 32238 -lib/live/config/9000-hosts-file 32237 -etc/live/config.d/hostname.conf 32236 -lib/live/config/9980-permissions 32235 -lib/live/config/9990-hooks 32233 -lib/live/config/9995-nss-systemd 32232 -lib/live/config/9999-unset-user-account-comment 32231 -etc/adjtime 32228 -etc/default/cron 32227 -usr/sbin/cron 32225 -etc/crontab 32223 -etc/init.d/rng-tools 32221 -etc/default/rng-tools 32219 -usr/local/lib/initramfs-restore 32216 -lib/udev/lmt-udev 32213 -usr/sbin/memlockd 32211 -usr/sbin/alsactl 32209 -usr/bin/dbus-daemon 32207 -sbin/wpa_supplicant 32205 -usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 32203 -usr/share/alsa/alsa.conf 32201 -usr/share/alsa/alsa.conf.d/10-rate-lav.conf 32200 -usr/share/alsa/alsa.conf.d/10-samplerate.conf 32199 -usr/share/alsa/alsa.conf.d/10-speexrate.conf 32198 -usr/share/alsa/alsa.conf.d/50-arcam-av-ctl.conf 32197 -usr/share/alsa/alsa.conf.d/50-jack.conf 32196 -usr/share/alsa/alsa.conf.d/50-oss.conf 32195 -usr/share/alsa/alsa.conf.d/50-pulseaudio.conf 32194 -usr/share/alsa/alsa.conf.d/60-a52-encoder.conf 32193 -usr/share/alsa/alsa.conf.d/60-upmix.conf 32192 -usr/share/alsa/alsa.conf.d/60-vdownmix.conf 32191 -usr/share/alsa/alsa.conf.d/98-usb-stream.conf 32190 -usr/share/alsa/alsa.conf.d/pulse.conf 32189 -etc/asound.conf 32188 -usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_conf_pulse.so 32187 -usr/lib/x86_64-linux-gnu/libpulse.so.0.20.3 32186 -usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-12.2.so 32185 -usr/lib/accountsservice/accounts-daemon 32181 -usr/lib/udisks2/udisksd 32179 -usr/local/lib/onion-grater 32177 -usr/sbin/ModemManager 32175 -lib/systemd/systemd-logind 32174 -usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0 32173 -lib/x86_64-linux-gnu/libsystemd.so.0.25.0 32172 -sbin/start-stop-daemon 32171 -usr/sbin/rngd 32170 -lib/x86_64-linux-gnu/libdbus-1.so.3.19.11 32169 -usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 32168 -usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 32167 -usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 32166 -usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 32165 -usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 32164 -usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0 32163 -lib/x86_64-linux-gnu/libwrap.so.0.7.6 32162 -usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28 32161 -usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1 32160 -usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 32159 -usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 32158 -usr/lib/x86_64-linux-gnu/libbsd.so.0.9.1 32157 -usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 32156 -usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 32155 -usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0 32154 -usr/lib/x86_64-linux-gnu/libogg.so.0.8.2 32153 -usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8 32152 -usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11 32151 -etc/pulse/client.conf 32150 -lib/x86_64-linux-gnu/libexpat.so.1.6.8 32149 -lib/x86_64-linux-gnu/libapparmor.so.1.6.0 32148 -usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 32147 -etc/pulse/client.conf.d/00-disable-autospawn.conf 32146 -usr/share/alsa/init/00main 32145 -usr/share/alsa/init/hda 32144 -usr/share/alsa/init/default 32143 -usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.2.0 32141 -usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0 32140 -usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0 32139 -usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5 32138 -usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0 32137 -usr/bin/python3.7 32136 -usr/local/lib/tails-set-wireless-devices-state 32128 -usr/local/bin/tails-get-bootinfo 32118 -usr/bin/env 32117 -etc/systemd/logind.conf 32116 -usr/lib/systemd/logind.conf.d/lower-NAutoVTs.conf 32115 -usr/share/dbus-1/system.conf 32113 -usr/share/dbus-1/system.d/nm-dispatcher.conf 32112 -usr/share/dbus-1/system.d/org.freedesktop.ColorManager.conf 32111 -usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf 32109 -usr/share/dbus-1/system.d/org.freedesktop.PolicyKit1.conf 32108 -usr/share/dbus-1/system.d/org.freedesktop.UDisks2.conf 32107 -usr/share/dbus-1/system.d/org.freedesktop.UPower.conf 32106 -usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf 32105 -usr/share/dbus-1/system.d/org.freedesktop.locale1.conf 32104 -usr/share/dbus-1/system.d/org.freedesktop.login1.conf 32103 -usr/share/dbus-1/system.d/org.freedesktop.network1.conf 32102 -usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf 32101 -usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf 32100 -usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf 32099 -usr/share/dbus-1/system.d/org.freedesktop.timesync1.conf 32098 -etc/dbus-1/system.d/com.hp.hplip.conf 32097 -etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf 32096 -etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf 32095 -etc/dbus-1/system.d/gdm.conf 32094 -etc/dbus-1/system.d/org.freedesktop.Accounts.conf 32093 -etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf 32092 -etc/dbus-1/system.d/org.freedesktop.bolt.conf 32091 -etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf 32090 -etc/dbus-1/system.d/pulseaudio-system.conf 32089 -etc/dbus-1/system.d/wpa_supplicant.conf 32079 -usr/share/dbus-1/system-services/com.hp.hplip.service 32078 -usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service 32077 -usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service 32076 -usr/share/dbus-1/system-services/org.freedesktop.Accounts.service 32075 -usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service 32074 -usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service 32073 -usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service 32072 -usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service 32071 -usr/share/dbus-1/system-services/org.freedesktop.UPower.service 32070 -usr/share/dbus-1/system-services/org.freedesktop.bolt.service 32069 -usr/share/dbus-1/system-services/org.freedesktop.hostname1.service 32068 -usr/share/dbus-1/system-services/org.freedesktop.locale1.service 32067 -usr/share/dbus-1/system-services/org.freedesktop.login1.service 32066 -usr/share/dbus-1/system-services/org.freedesktop.network1.service 32065 -usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service 32064 -usr/share/dbus-1/system-services/org.freedesktop.resolve1.service 32063 -usr/share/dbus-1/system-services/org.freedesktop.systemd1.service 32062 -usr/share/dbus-1/system-services/org.freedesktop.timedate1.service 32061 -usr/share/dbus-1/system-services/org.freedesktop.timesync1.service 32060 -usr/share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service 32059 -usr/lib/python3.7/argparse.py 32057 -usr/sbin/laptop_mode 32055 -usr/bin/unmkinitramfs 32054 -lib/x86_64-linux-gnu/libnl-3.so.200.26.0 32052 -lib/x86_64-linux-gnu/libnl-genl-3.so.200.26.0 32051 -usr/lib/x86_64-linux-gnu/libnl-route-3.so.200.26.0 32050 -usr/bin/getopt 32044 -usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache 32043 -usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so 32042 -usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so 32041 -etc/shells 32040 -usr/lib/x86_64-linux-gnu/libmm-glib.so.0.4.0 32039 -usr/lib/x86_64-linux-gnu/libqmi-glib.so.5.4.0 32038 -usr/lib/x86_64-linux-gnu/libpcsclite.so.1.0.0 32036 -etc/libblockdev/conf.d/00-default.cfg 32027 -usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0 32026 -usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0 32025 -usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0 32024 -var/log/wtmp 32022 +bin/grep 32765 +bin/cat 32764 +bin/dash 32763 +bin/which 32762 +etc/laptop-mode/conf.d/ac97-powersave.conf 32761 +etc/laptop-mode/conf.d/auto-hibernate.conf 32760 +etc/laptop-mode/conf.d/battery-level-polling.conf 32759 +etc/laptop-mode/conf.d/bluetooth.conf 32758 +etc/laptop-mode/conf.d/configuration-file-control.conf 32757 +etc/laptop-mode/conf.d/cpufreq.conf 32756 +etc/laptop-mode/conf.d/cpuhotplug.conf 32755 +etc/laptop-mode/conf.d/dpms-standby.conf 32754 +etc/laptop-mode/conf.d/eee-superhe.conf 32753 +etc/laptop-mode/conf.d/ethernet.conf 32752 +etc/laptop-mode/conf.d/exec-commands.conf 32751 +etc/laptop-mode/conf.d/hal-polling.conf 32750 +etc/laptop-mode/conf.d/intel-hda-powersave.conf 32749 +etc/laptop-mode/conf.d/intel-sata-powermgmt.conf 32748 +etc/laptop-mode/conf.d/intel_pstate.conf 32747 +etc/laptop-mode/conf.d/kbd-backlight.conf 32746 +etc/laptop-mode/conf.d/lcd-brightness.conf 32745 +etc/laptop-mode/conf.d/nmi-watchdog.conf 32744 +etc/laptop-mode/conf.d/pcie-aspm.conf 32743 +etc/laptop-mode/conf.d/radeon-dpm.conf 32742 +etc/laptop-mode/conf.d/runtime-pm.conf 32741 +etc/laptop-mode/conf.d/sched-mc-power-savings.conf 32740 +etc/laptop-mode/conf.d/sched-smt-power-savings.conf 32739 +etc/laptop-mode/conf.d/start-stop-programs.conf 32738 +etc/laptop-mode/conf.d/terminal-blanking.conf 32737 +etc/laptop-mode/conf.d/vgaswitcheroo.conf 32736 +etc/laptop-mode/conf.d/video-out.conf 32735 +etc/laptop-mode/conf.d/wireless-ipw-power.conf 32734 +etc/laptop-mode/conf.d/wireless-iwl-power.conf 32733 +etc/laptop-mode/conf.d/wireless-power.conf 32732 +etc/laptop-mode/laptop-mode.conf 32731 +bin/uname 32730 +bin/mkdir 32729 +bin/touch 32728 +bin/udevadm 32727 +etc/udev/udev.conf 32726 +bin/egrep 32725 +lib/live/config/0001-sane-clock 32724 +lib/x86_64-linux-gnu/ld-2.28.so 32723 +lib/x86_64-linux-gnu/libc-2.28.so 32722 +usr/lib/x86_64-linux-gnu/libacl.so.1.1.2253 32721 +lib/x86_64-linux-gnu/libselinux.so.1 32720 +usr/lib/x86_64-linux-gnu/libattr.so.1.1.2448 32719 +lib/x86_64-linux-gnu/libpcre.so.3.13.3 32718 +lib/x86_64-linux-gnu/libdl-2.28.so 32717 +lib/x86_64-linux-gnu/libpthread-2.28.so 32716 +usr/lib/locale/en_US.utf8/LC_IDENTIFICATION 32715 +usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 32714 +usr/lib/locale/chr_US/LC_MEASUREMENT 32713 +usr/lib/locale/chr_US/LC_TELEPHONE 32712 +usr/lib/locale/en_US.utf8/LC_ADDRESS 32711 +usr/lib/locale/bi_VU/LC_NAME 32710 +usr/lib/locale/chr_US/LC_PAPER 32709 +usr/lib/locale/en_AG/LC_MESSAGES/SYS_LC_MESSAGES 32708 +usr/lib/locale/chr_US/LC_MONETARY 32707 +usr/lib/locale/aa_DJ.utf8/LC_COLLATE 32706 +usr/lib/locale/en_US.utf8/LC_TIME 32705 +usr/lib/locale/aa_ET/LC_NUMERIC 32704 +usr/lib/locale/aa_DJ.utf8/LC_CTYPE 32703 +etc/amnesia/version 32702 +bin/date 32701 +usr/share/zoneinfo/UCT 32700 +lib/live/config/0005-nss-systemd 32699 +etc/nsswitch.conf 32698 +lib/live/config/0010-debconf 32697 +lib/live/setup-network.sh 32696 +lib/live/config/0020-hostname 32694 +etc/hostname 32693 +etc/hosts 32692 +bin/hostname 32691 +lib/live/config/0030-live-debconfig_passwd 32689 +lib/live/config/0030-user-setup 32688 +usr/bin/debconf-set-selections 32686 +usr/bin/perl 32685 +lib/x86_64-linux-gnu/libm-2.28.so 32684 +lib/x86_64-linux-gnu/libcrypt-2.28.so 32683 +usr/share/perl/5.28.1/warnings.pm 32682 +usr/share/perl/5.28.1/strict.pm 32681 +usr/share/perl5/Debconf/Db.pm 32680 +usr/share/perl5/Debconf/Log.pm 32679 +usr/share/perl/5.28.1/base.pm 32678 +usr/share/perl/5.28.1/Exporter.pm 32677 +usr/share/perl5/Debconf/Config.pm 32676 +usr/share/perl5/Debconf/Question.pm 32675 +usr/share/perl5/Debconf/Template.pm 32674 +usr/lib/x86_64-linux-gnu/perl/5.28.1/POSIX.pm 32673 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Fcntl.pm 32672 +usr/share/perl/5.28.1/XSLoader.pm 32671 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Fcntl/Fcntl.so 32670 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/POSIX/POSIX.so 32669 +usr/share/perl/5.28.1/Tie/Hash.pm 32668 +usr/share/perl/5.28.1/Carp.pm 32667 +usr/share/perl/5.28.1/overloading.pm 32666 +usr/share/perl/5.28.1/warnings/register.pm 32665 +usr/share/perl/5.28.1/Exporter/Heavy.pm 32664 +usr/share/perl/5.28.1/FileHandle.pm 32663 +usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/File.pm 32662 +usr/share/perl/5.28.1/Symbol.pm 32661 +usr/share/perl/5.28.1/SelectSaver.pm 32660 +usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/Seekable.pm 32659 +usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/Handle.pm 32658 +usr/lib/x86_64-linux-gnu/perl/5.28.1/IO.pm 32657 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/IO/IO.so 32656 +usr/share/perl5/Debconf/Gettext.pm 32655 +usr/lib/x86_64-linux-gnu/perl5/5.28/Locale/gettext.pm 32654 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode.pm 32653 +usr/share/perl/5.28.1/constant.pm 32652 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Encode/Encode.so 32651 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/Alias.pm 32650 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/MIME/Name.pm 32649 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Storable.pm 32648 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Storable/Storable.so 32647 +usr/share/perl/5.28.1/parent.pm 32646 +usr/share/perl/5.28.1/vars.pm 32645 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/Encoding.pm 32644 +usr/share/perl/5.28.1/bytes.pm 32643 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Encode/Config.pm 32642 +usr/lib/x86_64-linux-gnu/perl/5.28.1/DynaLoader.pm 32641 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Config.pm 32640 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Locale/gettext/gettext.so 32639 +usr/share/perl/5.28.1/Text/Wrap.pm 32638 +usr/share/perl/5.28.1/Text/Tabs.pm 32637 +usr/lib/x86_64-linux-gnu/perl/5.28.1/re.pm 32636 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/re/re.so 32635 +usr/share/perl5/Debconf/Iterator.pm 32634 +usr/share/perl5/Debconf/Base.pm 32633 +usr/share/perl/5.28.1/fields.pm 32632 +usr/share/perl5/Debconf/Encoding.pm 32631 +usr/lib/x86_64-linux-gnu/perl5/5.28/Text/Iconv.pm 32630 +usr/share/perl/5.28.1/AutoLoader.pm 32629 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Text/Iconv/Iconv.so 32628 +usr/bin/locale 32627 +usr/share/perl5/Text/WrapI18N.pm 32626 +usr/lib/x86_64-linux-gnu/perl5/5.28/Text/CharWidth.pm 32625 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Text/CharWidth/CharWidth.so 32624 +usr/share/perl/5.28.1/overload.pm 32623 +usr/share/perl5/Debconf/Priority.pm 32622 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Hash/Util.pm 32621 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Scalar/Util.pm 32620 +usr/lib/x86_64-linux-gnu/perl/5.28.1/List/Util.pm 32619 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/List/Util/Util.so 32618 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Hash/Util/Util.so 32617 +lib/x86_64-linux-gnu/libnss_files-2.28.so 32616 +usr/share/perl5/Debconf/DbDriver.pm 32614 +usr/share/perl/5.28.1/Getopt/Long.pm 32613 +etc/debconf.conf 32612 +usr/share/perl5/Debconf/DbDriver/File.pm 32611 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Cwd.pm 32610 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Cwd/Cwd.so 32609 +usr/share/perl5/Debconf/DbDriver/Cache.pm 32608 +usr/share/perl5/Debconf/Format/822.pm 32607 +usr/share/perl5/Debconf/Format.pm 32606 +usr/share/perl5/Debconf/DbDriver/Stack.pm 32603 +usr/share/perl5/Debconf/DbDriver/Copy.pm 32602 +bin/rm 32597 +usr/lib/user-setup/user-setup-apply 32596 +usr/share/debconf/confmodule 32595 +usr/share/debconf/frontend 32594 +usr/share/perl5/Debconf/AutoSelect.pm 32593 +usr/share/perl5/Debconf/ConfModule.pm 32592 +usr/share/perl/5.28.1/IPC/Open2.pm 32591 +usr/share/perl/5.28.1/IPC/Open3.pm 32590 +usr/share/perl5/Debconf/FrontEnd/Noninteractive.pm 32589 +usr/share/perl5/Debconf/FrontEnd.pm 32588 +usr/lib/x86_64-linux-gnu/perl5/5.28/Glib/Object/Introspection.pm 32587 +usr/lib/x86_64-linux-gnu/perl5/5.28/Glib.pm 32586 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Glib/Glib.so 32585 +usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.5800.3 32584 +usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3 32583 +usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.5800.3 32582 +usr/lib/x86_64-linux-gnu/libffi.so.6.0.4 32581 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Glib/Object/Introspection/Introspection.so 32580 +usr/lib/x86_64-linux-gnu/libgirepository-1.0.so.1.0.0 32579 +usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.5800.3 32578 +usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.5800.3 32577 +lib/x86_64-linux-gnu/libz.so.1.2.11 32576 +lib/x86_64-linux-gnu/libmount.so.1.1.0 32575 +lib/x86_64-linux-gnu/libresolv-2.28.so 32574 +lib/x86_64-linux-gnu/libblkid.so.1.1.0 32573 +lib/x86_64-linux-gnu/librt-2.28.so 32572 +lib/x86_64-linux-gnu/libuuid.so.1.3.0 32571 +usr/lib/user-setup/functions.sh 32570 +sbin/shadowconfig 32569 +usr/sbin/pwck 32568 +etc/login.defs 32567 +usr/sbin/grpck 32566 +usr/sbin/pwconv 32563 +etc/.pwd.lock 32562 +usr/sbin/grpconv 32559 +bin/chown 32552 +bin/chmod 32551 +usr/bin/cut 32550 +usr/bin/dpkg-query 32549 +var/lib/dpkg/status 32548 +var/lib/dpkg/triggers/File 32547 +var/lib/dpkg/triggers/Unincorp 32546 +usr/bin/dpkg 32545 +etc/dpkg/dpkg.cfg 32544 +usr/sbin/usermod 32543 +lib/x86_64-linux-gnu/libaudit.so.1.0.0 32542 +usr/lib/x86_64-linux-gnu/libsemanage.so.1 32541 +lib/x86_64-linux-gnu/libcap-ng.so.0.0.0 32540 +lib/x86_64-linux-gnu/libsepol.so.1 32539 +lib/x86_64-linux-gnu/libbz2.so.1.0.4 32538 +usr/sbin/adduser 32531 +usr/share/perl5/Debian/AdduserCommon.pm 32530 +usr/lib/x86_64-linux-gnu/perl/5.28.1/I18N/Langinfo.pm 32529 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/I18N/Langinfo/Langinfo.so 32528 +etc/adduser.conf 32527 +usr/sbin/groupadd 32526 +usr/sbin/useradd 32523 +etc/default/useradd 32522 +var/log/faillog 32513 +var/log/lastlog 32512 +sbin/pam_tally2 32507 +lib/x86_64-linux-gnu/libpam.so.0.84.2 32506 +usr/bin/find 32505 +etc/skel/.bash_logout 32504 +etc/skel/.bashrc 32503 +etc/skel/.config/Trolltech.conf 32502 +etc/skel/.config/keepassxc/keepassxc.ini 32501 +etc/skel/.config/onionshare/onionshare.json 32500 +etc/skel/.electrum/config 32498 +etc/skel/.gnome2/accels/.placeholder 32497 +etc/skel/.gnome2/keyrings/default 32496 +etc/skel/.gnome2/keyrings/tails.keyring 32495 +etc/skel/.gnome2_private/.placeholder 32494 +etc/skel/.gnupg/dirmngr.conf 32493 +etc/skel/.gnupg/gpg-agent.conf 32492 +etc/skel/.gnupg/gpg.conf 32491 +etc/skel/.local/share/applications/mimeapps.list 32490 +etc/skel/.monkeysphere/monkeysphere.conf 32489 +etc/skel/.poedit/config 32488 +etc/skel/.profile 32487 +etc/skel/.purple/prefs.xml 32486 +etc/skel/.tor-browser/profile.default/bookmarks.html 32485 +etc/skel/.tor-browser/profile.default/chrome/userChrome.css 32484 +etc/skel/.tor-browser/profile.default/prefs.js 32483 +etc/skel/.xsessionrc 32482 +etc/skel/Desktop/Report_an_error.desktop 32481 +etc/skel/Desktop/tails-documentation.desktop 32480 +usr/bin/chfn 32477 +lib/x86_64-linux-gnu/libpam_misc.so.0.82.1 32476 +etc/pam.d/chfn 32475 +lib/x86_64-linux-gnu/security/pam_rootok.so 32474 +etc/pam.d/common-auth 32473 +lib/x86_64-linux-gnu/security/pam_unix.so 32472 +lib/x86_64-linux-gnu/libnsl-2.28.so 32471 +lib/x86_64-linux-gnu/security/pam_deny.so 32470 +lib/x86_64-linux-gnu/security/pam_permit.so 32469 +etc/pam.d/common-account 32468 +etc/pam.d/common-session 32467 +lib/x86_64-linux-gnu/security/pam_systemd.so 32466 +etc/pam.d/other 32465 +etc/pam.d/common-password 32464 +usr/bin/gpasswd 32460 +lib/live/config/0040-sudo 32438 +lib/live/config/0050-locales 32437 +etc/default/locale 32436 +bin/systemctl 32435 +lib/x86_64-linux-gnu/liblzma.so.5.2.4 32434 +usr/lib/x86_64-linux-gnu/liblz4.so.1.8.3 32433 +lib/x86_64-linux-gnu/libgcrypt.so.20.2.4 32432 +lib/x86_64-linux-gnu/libgpg-error.so.0.26.1 32431 +lib/live/config/0070-tzdata 32429 +etc/timezone 32428 +usr/sbin/dpkg-reconfigure 32427 +var/lib/dpkg/info/format 32426 +var/lib/dpkg/info/tzdata.templates 32425 +var/lib/dpkg/info/tzdata.config 32424 +usr/bin/head 32423 +usr/share/perl5/Debconf/Element/Noninteractive/Select.pm 32422 +usr/share/perl5/Debconf/Element/Noninteractive.pm 32421 +usr/share/perl5/Debconf/Element.pm 32420 +var/lib/dpkg/info/tzdata.postinst 32419 +bin/ln 32418 +bin/mv 32417 +lib/live/config/0080-gdm3 32414 +lib/live/config/0085-sddm 32413 +lib/live/config/0090-kdm 32412 +lib/live/config/0100-lightdm 32411 +lib/live/config/0110-lxdm 32410 +lib/live/config/0120-nodm 32409 +lib/live/config/0130-slim 32408 +lib/live/config/0140-xinit 32407 +lib/live/config/0150-keyboard-configuration 32406 +lib/live/config/1000-remount-procfs 32405 +bin/mount 32404 +etc/fstab 32403 +lib/live/config/1020-gnome-panel-data 32400 +lib/live/config/1030-gnome-power-manager 32399 +usr/bin/sudo 32398 +lib/x86_64-linux-gnu/libutil-2.28.so 32397 +usr/lib/sudo/libsudo_util.so.0.0.0 32396 +usr/lib/sudo/sudoers.so 32395 +etc/sudoers 32394 +etc/sudoers.d/README 32393 +etc/sudoers.d/always-ask-password 32392 +etc/sudoers.d/tails-greeter-cryptsetup 32391 +etc/sudoers.d/tails-greeter-live-persist 32390 +etc/sudoers.d/tails-greeter-umount 32389 +etc/sudoers.d/zzz_boot_profile 32388 +etc/sudoers.d/zzz_gdm 32387 +etc/sudoers.d/zzz_halt 32386 +etc/sudoers.d/zzz_persistence-setup 32385 +etc/sudoers.d/zzz_tails-additional-software 32384 +etc/sudoers.d/zzz_tails-debugging-info 32383 +etc/sudoers.d/zzz_tails-kill-gdm-session 32382 +etc/sudoers.d/zzz_unsafe-browser 32381 +etc/sudoers.d/zzz_upgrade 32380 +etc/host.conf 32379 +etc/resolv.conf 32378 +etc/pam.d/sudo 32377 +etc/pam.d/common-session-noninteractive 32376 +lib/live/config/1040-gnome-screensaver 32374 +lib/live/config/1050-kaboom 32373 +lib/live/config/1060-kde-services 32372 +lib/live/config/1080-policykit 32371 +lib/live/config/1090-ssl-cert 32370 +usr/sbin/make-ssl-cert 32369 +bin/bash 32368 +lib/x86_64-linux-gnu/libtinfo.so.6.1 32367 +bin/mktemp 32366 +usr/share/ssl-cert/ssleay.cnf 32365 +usr/bin/openssl 32364 +usr/lib/x86_64-linux-gnu/libssl.so.1.1 32363 +usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 32362 +etc/ssl/openssl.cnf 32361 +lib/live/config/1110-anacron 32357 +lib/live/config/1120-util-linux 32356 +lib/live/config/1130-login 32354 +lib/live/config/1140-xserver-xorg 32350 +usr/bin/lspci 32349 +lib/x86_64-linux-gnu/libpci.so.3.5.2 32348 +usr/lib/x86_64-linux-gnu/libkmod.so.2.3.4 32347 +lib/x86_64-linux-gnu/libudev.so.1.6.13 32346 +usr/bin/tr 32345 +lib/udev/hwdb.bin 32344 +usr/bin/mawk 32343 +bin/ls 32342 +usr/share/live/config/xserver-xorg/intel.ids 32341 +usr/share/live/config/xserver-xorg/qxl.ids 32340 +lib/live/config/1160-openssh-server 32339 +lib/live/config/1170-xfce4-panel 32338 +lib/live/config/1180-xscreensaver 32337 +lib/live/config/1190-broadcom-sta 32336 +lib/live/config/1500-reconfigure-APT 32335 +lib/live/config/1600-undivert-APT 32307 +usr/bin/dpkg-divert 32306 +lib/live/config/2000-aesthetics 32301 +lib/live/config/2000-import-gnupg-key 32300 +usr/bin/gpg 32298 +usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 32297 +lib/x86_64-linux-gnu/libreadline.so.7.0 32296 +usr/lib/x86_64-linux-gnu/libassuan.so.0.8.2 32295 +usr/share/doc/tails/website/tails-accounting.key 32294 +usr/bin/gpg-agent 32293 +usr/lib/x86_64-linux-gnu/libnpth.so.0.1.2 32292 +usr/share/doc/tails/website/tails-bugs.key 32291 +usr/share/doc/tails/website/tails-email.key 32290 +usr/share/doc/tails/website/tails-foundations.key 32289 +usr/share/doc/tails/website/tails-mirrors.key 32288 +usr/share/doc/tails/website/tails-press.key 32287 +usr/share/doc/tails/website/tails-signing-minimal.key 32286 +usr/share/doc/tails/website/tails-signing.key 32285 +usr/share/doc/tails/website/tails-sysadmins.key 32284 +usr/share/doc/tails/website/tails-translations.key 32283 +lib/live/config/2030-systemd 32276 +bin/systemd-machine-id-setup 32275 +lib/systemd/libsystemd-shared-241.so 32274 +lib/x86_64-linux-gnu/libcap.so.2.25 32273 +lib/x86_64-linux-gnu/libcryptsetup.so.12.4.0 32272 +usr/lib/x86_64-linux-gnu/libip4tc.so.0.1.0 32271 +usr/lib/x86_64-linux-gnu/libseccomp.so.2.3.3 32270 +lib/x86_64-linux-gnu/libidn.so.11.6.16 32269 +lib/x86_64-linux-gnu/libdevmapper.so.1.02.1 32268 +usr/lib/x86_64-linux-gnu/libargon2.so.1 32267 +usr/lib/x86_64-linux-gnu/libjson-c.so.3.0.1 32266 +etc/machine-id 32265 +bin/journalctl 32264 +usr/lib/systemd/catalog/systemd.be.catalog 32263 +usr/lib/systemd/catalog/systemd.be@latin.catalog 32262 +usr/lib/systemd/catalog/systemd.bg.catalog 32261 +usr/lib/systemd/catalog/systemd.catalog 32260 +usr/lib/systemd/catalog/systemd.de.catalog 32259 +usr/lib/systemd/catalog/systemd.fr.catalog 32258 +usr/lib/systemd/catalog/systemd.it.catalog 32257 +usr/lib/systemd/catalog/systemd.pl.catalog 32256 +usr/lib/systemd/catalog/systemd.pt_BR.catalog 32255 +usr/lib/systemd/catalog/systemd.ru.catalog 32254 +usr/lib/systemd/catalog/systemd.zh_CN.catalog 32253 +usr/lib/systemd/catalog/systemd.zh_TW.catalog 32252 +lib/live/config/3000-tps-media-directory 32250 +usr/bin/install 32249 +lib/live/config/7000-debug 32247 +lib/live/config/8000-rootpw 32246 +lib/live/config/9000-hosts-file 32245 +etc/live/config.d/hostname.conf 32244 +lib/live/config/9980-permissions 32243 +lib/live/config/9990-hooks 32241 +lib/live/config/9995-nss-systemd 32240 +lib/live/config/9999-unset-user-account-comment 32239 +etc/adjtime 32236 +usr/bin/dbus-daemon 32233 +lib/x86_64-linux-gnu/libdbus-1.so.3.19.11 32232 +lib/x86_64-linux-gnu/libsystemd.so.0.25.0 32231 +lib/x86_64-linux-gnu/libexpat.so.1.6.8 32230 +lib/x86_64-linux-gnu/libapparmor.so.1.6.0 32229 +usr/share/dbus-1/system.conf 32226 +usr/lib/udisks2/udisksd 32223 +etc/init.d/rng-tools 32222 +usr/share/dbus-1/system.d/nm-dispatcher.conf 32221 +usr/share/dbus-1/system.d/org.freedesktop.ColorManager.conf 32220 +usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf 32219 +usr/share/dbus-1/system.d/org.freedesktop.PolicyKit1.conf 32218 +usr/share/dbus-1/system.d/org.freedesktop.UDisks2.conf 32217 +usr/local/lib/tails-set-wireless-devices-state 32215 +usr/share/dbus-1/system.d/org.freedesktop.UPower.conf 32214 +usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf 32213 +usr/share/dbus-1/system.d/org.freedesktop.locale1.conf 32212 +usr/share/dbus-1/system.d/org.freedesktop.login1.conf 32211 +usr/share/dbus-1/system.d/org.freedesktop.network1.conf 32210 +usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf 32209 +usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf 32208 +usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf 32207 +usr/share/dbus-1/system.d/org.freedesktop.timesync1.conf 32206 +etc/dbus-1/system.d/com.hp.hplip.conf 32205 +etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf 32204 +etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf 32203 +etc/dbus-1/system.d/gdm.conf 32202 +etc/default/rng-tools 32201 +lib/systemd/systemd-logind 32200 +usr/sbin/alsactl 32198 +usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 32197 +etc/dbus-1/system.d/org.freedesktop.Accounts.conf 32196 +etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf 32195 +etc/dbus-1/system.d/org.freedesktop.bolt.conf 32194 +etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf 32193 +etc/dbus-1/system.d/pulseaudio-system.conf 32192 +etc/dbus-1/system.d/wpa_supplicant.conf 32191 +usr/share/dbus-1/system-services/com.hp.hplip.service 32190 +usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service 32189 +usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service 32188 +usr/share/dbus-1/system-services/org.freedesktop.Accounts.service 32187 +usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service 32186 +usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service 32185 +usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service 32184 +usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service 32183 +usr/share/dbus-1/system-services/org.freedesktop.UPower.service 32182 +usr/share/dbus-1/system-services/org.freedesktop.bolt.service 32181 +usr/share/dbus-1/system-services/org.freedesktop.hostname1.service 32180 +usr/share/dbus-1/system-services/org.freedesktop.locale1.service 32179 +usr/share/dbus-1/system-services/org.freedesktop.login1.service 32178 +usr/share/dbus-1/system-services/org.freedesktop.network1.service 32177 +usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service 32176 +usr/share/dbus-1/system-services/org.freedesktop.resolve1.service 32175 +usr/share/dbus-1/system-services/org.freedesktop.systemd1.service 32174 +usr/share/dbus-1/system-services/org.freedesktop.timedate1.service 32173 +usr/share/dbus-1/system-services/org.freedesktop.timesync1.service 32172 +usr/share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service 32171 +lib/udev/lmt-udev 32169 +usr/share/alsa/alsa.conf 32167 +usr/share/alsa/alsa.conf.d/10-rate-lav.conf 32166 +usr/share/alsa/alsa.conf.d/10-samplerate.conf 32165 +usr/share/alsa/alsa.conf.d/10-speexrate.conf 32164 +usr/share/alsa/alsa.conf.d/50-arcam-av-ctl.conf 32163 +usr/share/alsa/alsa.conf.d/50-jack.conf 32162 +usr/share/alsa/alsa.conf.d/50-oss.conf 32161 +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf 32160 +usr/share/alsa/alsa.conf.d/60-a52-encoder.conf 32159 +usr/share/alsa/alsa.conf.d/60-upmix.conf 32158 +usr/share/alsa/alsa.conf.d/60-vdownmix.conf 32157 +usr/share/alsa/alsa.conf.d/98-usb-stream.conf 32156 +usr/share/alsa/alsa.conf.d/pulse.conf 32155 +etc/asound.conf 32154 +usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_conf_pulse.so 32153 +usr/lib/x86_64-linux-gnu/libpulse.so.0.20.3 32152 +usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-12.2.so 32151 +usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 32150 +usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 32149 +usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 32148 +usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 32147 +usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 32146 +usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0 32145 +lib/x86_64-linux-gnu/libwrap.so.0.7.6 32144 +usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28 32143 +usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1 32142 +usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 32141 +usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 32140 +usr/lib/x86_64-linux-gnu/libbsd.so.0.9.1 32139 +usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 32138 +usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 32137 +usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0 32136 +usr/lib/x86_64-linux-gnu/libogg.so.0.8.2 32135 +usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8 32134 +usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11 32133 +sbin/wpa_supplicant 32129 +usr/sbin/memlockd 32128 +usr/local/lib/onion-grater 32127 +usr/local/lib/initramfs-restore 32126 +usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 32125 +usr/bin/python3.7 32124 +usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.2.0 32123 +usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0 32122 +usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0 32121 +usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5 32120 +usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0 32119 +usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0 32118 +sbin/start-stop-daemon 32117 +etc/pulse/client.conf 32116 +etc/default/cron 32113 +usr/lib/accountsservice/accounts-daemon 32112 +etc/pulse/client.conf.d/00-disable-autospawn.conf 32111 +usr/share/alsa/init/00main 32110 +usr/share/alsa/init/hda 32109 +usr/share/alsa/init/default 32108 +usr/sbin/rngd 32106 +etc/systemd/logind.conf 32105 +usr/local/bin/tails-get-bootinfo 32102 +usr/bin/env 32101 +usr/sbin/ModemManager 32091 +etc/libblockdev/conf.d/00-default.cfg 32082 +usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache 32081 +usr/sbin/laptop_mode 32079 +usr/lib/systemd/logind.conf.d/lower-NAutoVTs.conf 32077 +usr/bin/unmkinitramfs 32076 +usr/sbin/cron 32075 +usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0 32074 +usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0 32073 +usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0 32072 +usr/bin/getopt 32070 +lib/x86_64-linux-gnu/libgcc_s.so.1 32069 +etc/crontab 32068 +usr/lib/x86_64-linux-gnu/libnss3.so 32067 +usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so 32055 +usr/lib/python3.7/argparse.py 32054 +usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so 32053 +etc/memlockd.cfg 32050 +usr/bin/ldd 32049 +lib/x86_64-linux-gnu/libnl-3.so.200.26.0 32048 +lib/x86_64-linux-gnu/libnl-genl-3.so.200.26.0 32047 +usr/lib/x86_64-linux-gnu/libnl-route-3.so.200.26.0 32046 +bin/dd 32044 +etc/shells 32030 +usr/lib/x86_64-linux-gnu/libmm-glib.so.0.4.0 32029 +usr/lib/x86_64-linux-gnu/libpcsclite.so.1.0.0 32028 +bin/echo 32027 +usr/bin/flock 32025 usr/lib/python3.7/gettext.py 32019 -bin/dd 32017 -usr/lib/x86_64-linux-gnu/libnss3.so 32013 +usr/lib/x86_64-linux-gnu/libqmi-glib.so.5.4.0 32015 +usr/lib/python3.7/ipaddress.py 32014 +var/log/wtmp 32013 lib/systemd/system/polkit.service 32012 -usr/lib/python3.7/ipaddress.py 32011 -usr/lib/policykit-1/polkitd 32009 +usr/lib/python3/dist-packages/psutil/__init__.py 32011 +usr/lib/policykit-1/polkitd 32008 usr/lib/x86_64-linux-gnu/libpolkit-backend-1.so.0.0.0 32007 -usr/bin/flock 32005 -usr/lib/python3/dist-packages/psutil/__init__.py 32004 -usr/lib/x86_64-linux-gnu/polkit-1/extensions/libnullbackend.so 32002 -usr/lib/x86_64-linux-gnu/libmbim-glib.so.4.4.0 32001 -etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf 32000 -etc/gdm3/daemon.conf 31998 -usr/lib/python3.7/__future__.py 31997 -usr/lib/python3.7/contextlib.py 31996 -usr/lib/x86_64-linux-gnu/libnssutil3.so 31995 -lib/x86_64-linux-gnu/libgcc_s.so.1 31989 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-altair-lte.so 31988 -etc/memlockd.cfg 31987 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-anydata.so 31986 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-cinterion.so 31985 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dell.so 31984 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ericsson-mbm.so 31983 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-fibocom.so 31982 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-generic.so 31981 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-haier.so 31980 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-huawei.so 31979 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-iridium.so 31978 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-linktop.so 31977 -usr/lib/x86_64-linux-gnu/libsmime3.so 31974 -usr/bin/logger 31965 -usr/lib/x86_64-linux-gnu/libssl3.so 31963 -usr/lib/x86_64-linux-gnu/libplds4.so 31962 -usr/lib/x86_64-linux-gnu/libplc4.so 31961 -usr/lib/x86_64-linux-gnu/libnspr4.so 31960 -usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3 31959 -usr/lib/x86_64-linux-gnu/libgpgme.so.11.21.0 31958 -usr/lib/python3/dist-packages/psutil/_common.py 31957 -usr/bin/basename 31955 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-longcheer.so 31954 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-motorola.so 31953 -usr/bin/ldd 31952 -lib/systemd/systemd-user-sessions 31951 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mtk.so 31950 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia-icera.so 31949 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia.so 31948 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel-lte.so 31947 -usr/share/laptop-mode-tools/modules/ac97-powersave 31945 -usr/lib/python3/dist-packages/psutil/_compat.py 31943 -bin/echo 31942 -usr/share/laptop-mode-tools/modules/battery-level-polling 31941 -usr/lib/python3.7/lib-dynload/_bz2.cpython-37m-x86_64-linux-gnu.so 31937 -usr/lib/python3.7/lib-dynload/_lzma.cpython-37m-x86_64-linux-gnu.so 31935 -usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0 31933 -bin/plymouth 31932 -lib/x86_64-linux-gnu/libply.so.4.0.0 31931 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel.so 31930 -usr/lib/python3/dist-packages/psutil/_pslinux.py 31927 -usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0 31926 -usr/share/gdm/generate-config 31925 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option-hso.so 31924 -bin/kill 31923 -lib/x86_64-linux-gnu/libparted.so.2.0.1 31922 -lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.1 31921 -usr/share/laptop-mode-tools/modules/bluetooth 31920 -usr/lib/python3.7/base64.py 31919 -usr/sbin/dmidecode 31916 -usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0 31915 -usr/bin/dconf 31914 -usr/lib/x86_64-linux-gnu/libdconf.so.1.0.0 31913 -usr/share/laptop-mode-tools/modules/configuration-file-control 31912 -usr/lib/python3/dist-packages/psutil/_psposix.py 31911 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option.so 31910 -lib/x86_64-linux-gnu/libprocps.so.7.1.0 31909 -bin/loginctl 31906 -etc/gdm3/greeter.dconf-defaults 31905 -usr/share/gdm/dconf/50-tails 31904 -usr/share/gdm/dconf/00-upstream-settings 31903 -usr/share/gdm/dconf/locks/00-upstream-settings-locks 31902 -etc/udisks2/udisks2.conf 31900 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-pantech.so 31899 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-quectel.so 31898 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-samsung.so 31897 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra-legacy.so 31896 -usr/bin/pgrep 31895 -usr/share/laptop-mode-tools/modules/cpufreq 31894 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra.so 31893 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-simtech.so 31892 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-telit.so 31891 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-thuraya.so 31890 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ublox.so 31889 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-via.so 31888 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-wavecom.so 31887 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-x22x.so 31886 -usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-zte.so 31885 -usr/lib/python3/dist-packages/psutil/_psutil_linux.cpython-37m-x86_64-linux-gnu.so 31822 -usr/lib/python3/dist-packages/psutil/_psutil_posix.cpython-37m-x86_64-linux-gnu.so 31819 -usr/lib/python3.7/socketserver.py 31772 -usr/share/laptop-mode-tools/modules/cpuhotplug 31756 -usr/lib/python3/dist-packages/stem/__init__.py 31755 -usr/lib/python3/dist-packages/stem/util/__init__.py 31754 -usr/lib/python3/dist-packages/stem/prereq.py 31753 -bin/chgrp 31752 -usr/share/laptop-mode-tools/modules/dpms-standby 31750 -usr/lib/python3.7/inspect.py 31748 -usr/sbin/gdm3 31746 -usr/share/laptop-mode-tools/modules/eee-superhe 31745 -sbin/dumpe2fs 31744 -usr/lib/x86_64-linux-gnu/libaccountsservice.so.0.0.0 31743 -usr/lib/python3.7/dis.py 31742 -usr/share/gdm/gdm.schemas 31741 -lib/x86_64-linux-gnu/libext2fs.so.2.4 31740 -lib/x86_64-linux-gnu/libcom_err.so.2.1 31739 -lib/x86_64-linux-gnu/libe2p.so.2.3 31738 -usr/lib/python3.7/opcode.py 31737 -usr/lib/python3.7/lib-dynload/_opcode.cpython-37m-x86_64-linux-gnu.so 31736 -usr/lib/python3.7/importlib/__init__.py 31735 -usr/lib/python3.7/importlib/machinery.py 31734 -usr/share/laptop-mode-tools/modules/ethernet 31733 -usr/lib/python3.7/platform.py 31732 -usr/share/laptop-mode-tools/modules/exec-commands 31729 -usr/lib/python3/dist-packages/stem/util/enum.py 31724 -usr/lib/python3/dist-packages/stem/util/str_tools.py 31723 -usr/lib/python3/dist-packages/stem/util/connection.py 31722 -usr/lib/python3.7/lib-dynload/_hashlib.cpython-37m-x86_64-linux-gnu.so 31720 -usr/share/laptop-mode-tools/modules/hal-polling 31719 -etc/pam.d/gdm-launch-environment 31718 -lib/x86_64-linux-gnu/security/pam_nologin.so 31717 -lib/x86_64-linux-gnu/security/pam_keyinit.so 31716 -lib/x86_64-linux-gnu/security/pam_limits.so 31715 -lib/x86_64-linux-gnu/security/pam_env.so 31714 -usr/lib/python3.7/hmac.py 31713 -usr/lib/python3/dist-packages/stem/util/proc.py 31712 -usr/share/polkit-1/actions/com.hp.hplip.policy 31711 -usr/share/polkit-1/actions/com.ubuntu.pkexec.synaptic.policy 31710 -usr/share/polkit-1/actions/org.boum.tails.additional-software.policy 31709 -usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy 31708 -usr/share/polkit-1/actions/org.boum.tails.tor-launcher.policy 31707 -usr/share/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy 31706 -usr/share/polkit-1/actions/org.freedesktop.ModemManager1.policy 31705 -usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy 31704 +usr/lib/x86_64-linux-gnu/polkit-1/extensions/libnullbackend.so 32006 +usr/lib/python3.7/__future__.py 32005 +usr/lib/python3.7/contextlib.py 32004 +etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf 31991 +usr/bin/logger 31988 +etc/gdm3/daemon.conf 31987 +usr/bin/basename 31985 +usr/lib/python3/dist-packages/psutil/_common.py 31984 +usr/lib/x86_64-linux-gnu/libnssutil3.so 31981 +usr/lib/x86_64-linux-gnu/libsmime3.so 31980 +usr/share/laptop-mode-tools/modules/ac97-powersave 31979 +usr/lib/x86_64-linux-gnu/libmbim-glib.so.4.4.0 31978 +usr/lib/python3/dist-packages/psutil/_compat.py 31977 +usr/lib/python3.7/lib-dynload/_bz2.cpython-37m-x86_64-linux-gnu.so 31973 +usr/lib/x86_64-linux-gnu/libssl3.so 31971 +usr/lib/python3.7/lib-dynload/_lzma.cpython-37m-x86_64-linux-gnu.so 31970 +usr/lib/python3/dist-packages/psutil/_pslinux.py 31969 +bin/kill 31967 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-altair-lte.so 31966 +usr/share/laptop-mode-tools/modules/battery-level-polling 31965 +lib/x86_64-linux-gnu/libprocps.so.7.1.0 31964 +usr/lib/python3.7/base64.py 31963 +bin/loginctl 31961 +usr/lib/python3/dist-packages/psutil/_psposix.py 31959 +usr/lib/python3/dist-packages/psutil/_psutil_linux.cpython-37m-x86_64-linux-gnu.so 31958 +lib/systemd/systemd-user-sessions 31957 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-anydata.so 31956 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-cinterion.so 31955 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dell.so 31954 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ericsson-mbm.so 31953 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-fibocom.so 31952 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-generic.so 31951 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-haier.so 31950 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-huawei.so 31949 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-iridium.so 31948 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-linktop.so 31947 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-longcheer.so 31946 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-motorola.so 31945 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mtk.so 31944 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia-icera.so 31943 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia.so 31942 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel-lte.so 31941 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel.so 31940 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option-hso.so 31939 +usr/share/laptop-mode-tools/modules/bluetooth 31938 +usr/lib/python3/dist-packages/psutil/_psutil_posix.cpython-37m-x86_64-linux-gnu.so 31937 +usr/lib/python3.7/socketserver.py 31936 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option.so 31935 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-pantech.so 31934 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-quectel.so 31933 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-samsung.so 31932 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra-legacy.so 31931 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra.so 31930 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-simtech.so 31929 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-telit.so 31928 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-thuraya.so 31927 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ublox.so 31926 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-via.so 31925 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-wavecom.so 31924 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-x22x.so 31923 +usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-zte.so 31922 +usr/lib/x86_64-linux-gnu/libplds4.so 31921 +usr/share/laptop-mode-tools/modules/configuration-file-control 31869 +usr/lib/python3/dist-packages/stem/__init__.py 31858 +bin/plymouth 31846 +lib/x86_64-linux-gnu/libply.so.4.0.0 31845 +usr/share/gdm/generate-config 31842 +usr/share/laptop-mode-tools/modules/cpufreq 31822 +usr/lib/x86_64-linux-gnu/libplc4.so 31821 +usr/lib/x86_64-linux-gnu/libnspr4.so 31820 +usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3 31819 +usr/lib/x86_64-linux-gnu/libgpgme.so.11.21.0 31818 +usr/lib/python3/dist-packages/stem/util/__init__.py 31817 +usr/lib/python3/dist-packages/stem/prereq.py 31816 +usr/lib/python3.7/inspect.py 31815 +usr/share/laptop-mode-tools/modules/cpuhotplug 31813 +usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0 31812 +usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0 31811 +lib/x86_64-linux-gnu/libparted.so.2.0.1 31810 +usr/bin/dconf 31809 +usr/lib/x86_64-linux-gnu/libdconf.so.1.0.0 31806 +etc/gdm3/greeter.dconf-defaults 31805 +usr/share/gdm/dconf/50-tails 31804 +usr/share/gdm/dconf/00-upstream-settings 31803 +usr/share/gdm/dconf/locks/00-upstream-settings-locks 31802 +usr/bin/pgrep 31800 +usr/lib/python3.7/dis.py 31799 +bin/chgrp 31798 +usr/share/laptop-mode-tools/modules/dpms-standby 31796 +lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.1 31795 +usr/lib/python3.7/opcode.py 31794 +usr/sbin/gdm3 31793 +usr/lib/x86_64-linux-gnu/libaccountsservice.so.0.0.0 31792 +usr/sbin/dmidecode 31789 +usr/lib/python3.7/lib-dynload/_opcode.cpython-37m-x86_64-linux-gnu.so 31788 +usr/lib/python3.7/importlib/__init__.py 31787 +usr/lib/python3.7/importlib/machinery.py 31786 +usr/share/laptop-mode-tools/modules/eee-superhe 31785 +usr/share/gdm/gdm.schemas 31784 +usr/lib/python3.7/platform.py 31783 +usr/lib/python3/dist-packages/stem/util/enum.py 31782 +usr/lib/python3/dist-packages/stem/util/str_tools.py 31781 +usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0 31780 +etc/udisks2/udisks2.conf 31778 +usr/share/laptop-mode-tools/modules/ethernet 31776 +bin/sleep 31761 +usr/lib/python3/dist-packages/stem/util/connection.py 31760 +usr/share/laptop-mode-tools/modules/exec-commands 31734 +usr/lib/python3.7/lib-dynload/_hashlib.cpython-37m-x86_64-linux-gnu.so 31732 +usr/lib/python3.7/hmac.py 31731 +usr/lib/python3/dist-packages/stem/util/proc.py 31730 +usr/lib/python3/dist-packages/stem/util/log.py 31729 +usr/share/laptop-mode-tools/modules/hal-polling 31727 +usr/lib/python3/dist-packages/stem/util/system.py 31724 +sbin/dumpe2fs 31723 +etc/pam.d/gdm-launch-environment 31722 +lib/x86_64-linux-gnu/security/pam_nologin.so 31721 +lib/x86_64-linux-gnu/security/pam_keyinit.so 31720 +lib/x86_64-linux-gnu/security/pam_limits.so 31719 +lib/x86_64-linux-gnu/security/pam_env.so 31718 +usr/lib/python3.7/lib-dynload/_ctypes.cpython-37m-x86_64-linux-gnu.so 31716 +usr/share/polkit-1/actions/com.hp.hplip.policy 31715 +usr/share/polkit-1/actions/com.ubuntu.pkexec.synaptic.policy 31714 +usr/share/polkit-1/actions/org.boum.tails.additional-software.policy 31713 +usr/share/polkit-1/actions/org.boum.tails.root-terminal.policy 31712 +usr/share/polkit-1/actions/org.boum.tails.tor-launcher.policy 31710 +usr/share/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy 31709 +usr/share/polkit-1/actions/org.freedesktop.ModemManager1.policy 31708 +usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy 31706 usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy 31703 -usr/lib/python3/dist-packages/stem/util/log.py 31702 -usr/share/polkit-1/actions/org.freedesktop.accounts.policy 31698 -usr/share/polkit-1/actions/org.freedesktop.bolt.policy 31697 -usr/share/polkit-1/actions/org.freedesktop.color.policy 31696 -usr/share/polkit-1/actions/org.freedesktop.hostname1.policy 31695 -usr/share/polkit-1/actions/org.freedesktop.locale1.policy 31694 -usr/share/polkit-1/actions/org.freedesktop.login1.policy 31693 -usr/share/polkit-1/actions/org.freedesktop.policykit.policy 31692 -usr/share/polkit-1/actions/org.freedesktop.resolve1.policy 31691 -usr/share/polkit-1/actions/org.freedesktop.systemd1.policy 31690 -usr/share/polkit-1/actions/org.freedesktop.timedate1.policy 31689 -usr/share/polkit-1/actions/org.gnome.controlcenter.datetime.policy 31688 -usr/lib/python3/dist-packages/stem/util/system.py 31687 -usr/share/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy 31686 -usr/share/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy 31685 -usr/share/polkit-1/actions/org.gnome.gnome-system-monitor.policy 31684 -usr/share/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy 31683 -usr/share/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy 31682 -usr/share/polkit-1/actions/org.gtk.vfs.file-operations.policy 31681 -usr/share/polkit-1/actions/org.linux.lmt.gui.policy 31680 -usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy 31679 -usr/share/laptop-mode-tools/modules/hdparm 31678 +lib/x86_64-linux-gnu/libext2fs.so.2.4 31701 +usr/share/laptop-mode-tools/modules/hdparm 31700 +usr/lib/python3.7/mimetypes.py 31699 +usr/lib/python3.7/urllib/__init__.py 31698 +usr/lib/python3.7/urllib/parse.py 31697 +usr/share/polkit-1/actions/org.freedesktop.accounts.policy 31696 +usr/share/polkit-1/actions/org.freedesktop.bolt.policy 31695 +usr/share/polkit-1/actions/org.freedesktop.color.policy 31694 +usr/share/polkit-1/actions/org.freedesktop.hostname1.policy 31693 +usr/share/polkit-1/actions/org.freedesktop.locale1.policy 31692 +usr/share/polkit-1/actions/org.freedesktop.login1.policy 31691 +usr/share/polkit-1/actions/org.freedesktop.policykit.policy 31690 +usr/share/polkit-1/actions/org.freedesktop.resolve1.policy 31689 +usr/share/polkit-1/actions/org.freedesktop.systemd1.policy 31688 +usr/share/polkit-1/actions/org.freedesktop.timedate1.policy 31687 +usr/share/polkit-1/actions/org.gnome.controlcenter.datetime.policy 31686 +usr/share/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy 31685 +usr/share/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy 31684 +usr/share/polkit-1/actions/org.gnome.gnome-system-monitor.policy 31683 +usr/share/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy 31682 +usr/share/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy 31681 +usr/share/polkit-1/actions/org.gtk.vfs.file-operations.policy 31680 +usr/share/polkit-1/actions/org.linux.lmt.gui.policy 31679 +usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy 31678 usr/share/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy 31677 -usr/lib/python3.7/lib-dynload/_ctypes.cpython-37m-x86_64-linux-gnu.so 31674 -etc/security/limits.conf 31672 -etc/security/pam_env.conf 31671 -etc/environment 31670 -lib/systemd/system/user@.service 31668 -lib/systemd/system/user-.slice.d/10-defaults.conf 31666 -lib/systemd/system/user-runtime-dir@.service 31665 -usr/lib/python3.7/mimetypes.py 31660 -usr/lib/python3.7/urllib/__init__.py 31659 -usr/lib/python3.7/urllib/parse.py 31658 -usr/share/laptop-mode-tools/modules/intel-hda-powersave 31657 +etc/security/limits.conf 31674 +etc/security/pam_env.conf 31673 +etc/environment 31672 +lib/systemd/system/user@.service 31670 +lib/systemd/system/user-.slice.d/10-defaults.conf 31669 +lib/systemd/system/user-runtime-dir@.service 31668 +usr/lib/python3.7/multiprocessing/__init__.py 31667 +usr/lib/python3.7/multiprocessing/context.py 31666 +usr/lib/python3.7/multiprocessing/process.py 31665 +usr/lib/python3.7/multiprocessing/reduction.py 31664 +usr/share/laptop-mode-tools/modules/intel-hda-powersave 31663 +lib/systemd/system/tails-remove-overlayfs-dirs.service 31662 +lib/systemd/system-shutdown/tails 31661 +usr/lib/python3.7/pickle.py 31660 +lib/x86_64-linux-gnu/libcom_err.so.2.1 31659 +lib/x86_64-linux-gnu/libe2p.so.2.3 31658 +lib/systemd/systemd-shutdown 31654 lib/systemd/systemd-user-runtime-dir 31635 -bin/sleep 31634 -usr/lib/python3.7/multiprocessing/__init__.py 31633 -usr/lib/python3.7/multiprocessing/context.py 31632 -usr/lib/python3.7/multiprocessing/process.py 31631 -usr/lib/python3.7/multiprocessing/reduction.py 31630 -usr/lib/python3.7/pickle.py 31629 -etc/pam.d/systemd-user 31627 -lib/x86_64-linux-gnu/security/pam_selinux.so 31626 -lib/x86_64-linux-gnu/security/pam_loginuid.so 31625 -usr/share/laptop-mode-tools/modules/intel-sata-powermgmt 31624 -usr/lib/python3.7/_compat_pickle.py 31623 -lib/systemd/systemd 31622 -usr/lib/python3.7/tarfile.py 31621 -etc/systemd/user.conf 31620 -usr/share/laptop-mode-tools/modules/intel_pstate 31619 +usr/lib/python3.7/_compat_pickle.py 31633 +usr/lib/python3.7/tarfile.py 31632 +usr/share/laptop-mode-tools/modules/intel-sata-powermgmt 31631 +etc/pam.d/systemd-user 31629 +lib/x86_64-linux-gnu/security/pam_selinux.so 31628 +lib/x86_64-linux-gnu/security/pam_loginuid.so 31627 +usr/bin/eject 31626 +lib/systemd/systemd 31625 +usr/share/laptop-mode-tools/modules/intel_pstate 31624 +usr/lib/python3.7/copy.py 31623 +etc/systemd/user.conf 31622 +usr/lib/python3/dist-packages/stem/util/conf.py 31621 +usr/lib/python3/dist-packages/stem/control.py 31620 +usr/share/laptop-mode-tools/modules/kbd-backlight 31619 usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator 31618 -usr/lib/python3.7/copy.py 31617 -usr/lib/python3/dist-packages/stem/util/conf.py 31616 -etc/environment.d/90atk-adaptor.conf 31615 -etc/environment.d/90qt-a11y.conf 31614 -usr/lib/python3/dist-packages/stem/control.py 31613 -usr/lib/systemd/user-environment-generators/90gpg-agent 31612 -usr/share/laptop-mode-tools/modules/kbd-backlight 31611 -usr/lib/python3.7/calendar.py 31610 -usr/lib/python3.7/queue.py 31609 -usr/lib/python3.7/lib-dynload/_queue.cpython-37m-x86_64-linux-gnu.so 31608 -usr/bin/gpgconf 31607 -usr/lib/python3/dist-packages/stem/descriptor/__init__.py 31606 -usr/lib/python3/dist-packages/stem/descriptor/server_descriptor.py 31605 -lib/systemd/system/tails-remove-overlayfs-dirs.service 31604 -lib/systemd/system-shutdown/tails 31603 -usr/lib/python3/dist-packages/stem/descriptor/certificate.py 31602 -usr/lib/python3/dist-packages/stem/descriptor/extrainfo_descriptor.py 31601 -usr/share/laptop-mode-tools/modules/laptop-mode 31600 -usr/lib/python3/dist-packages/stem/exit_policy.py 31598 -sbin/blockdev 31596 -usr/lib/python3/dist-packages/stem/util/tor_tools.py 31595 -usr/lib/python3/dist-packages/stem/version.py 31594 -usr/lib/python3/dist-packages/stem/descriptor/router_status_entry.py 31593 -lib/systemd/systemd-shutdown 31592 -usr/lib/python3/dist-packages/stem/descriptor/networkstatus.py 31591 -usr/lib/python3/dist-packages/stem/descriptor/microdescriptor.py 31590 -usr/lib/python3/dist-packages/stem/descriptor/tordnsel.py 31589 -usr/lib/python3/dist-packages/stem/descriptor/hidden_service_descriptor.py 31588 -usr/lib/python3/dist-packages/stem/descriptor/reader.py 31587 -usr/lib/python3/dist-packages/stem/response/__init__.py 31586 -usr/lib/systemd/user/default.target 31585 -usr/share/laptop-mode-tools/modules/lcd-brightness 31584 -usr/lib/python3/dist-packages/stem/socket.py 31583 -usr/lib/python3.7/ssl.py 31582 -usr/lib/systemd/user/shutdown.target 31581 -usr/lib/systemd/user/basic.target 31580 -usr/lib/systemd/user/tails-create-tor-browser-directories.service 31579 -usr/lib/systemd/user/paths.target 31578 -usr/lib/systemd/user/timers.target 31577 -usr/lib/systemd/user/sockets.target 31576 -usr/lib/systemd/user/pulseaudio.socket 31575 -usr/lib/systemd/user/pulseaudio.service 31574 -usr/lib/systemd/user/gpg-agent.socket 31573 -usr/lib/systemd/user/gpg-agent.service 31572 -usr/lib/systemd/user/gpg-agent-ssh.socket 31571 -usr/lib/systemd/user/gpg-agent-extra.socket 31570 -usr/lib/systemd/user/gpg-agent-browser.socket 31569 -usr/lib/systemd/user/dirmngr.socket 31568 -usr/lib/systemd/user/dirmngr.service 31567 -usr/lib/systemd/user/dbus.socket 31566 -usr/lib/systemd/user/dbus.service 31565 -usr/lib/python3.7/lib-dynload/_ssl.cpython-37m-x86_64-linux-gnu.so 31563 -usr/bin/eject 31562 -usr/lib/python3/dist-packages/stem/response/events.py 31561 -usr/share/laptop-mode-tools/modules/nmi-watchdog 31560 -usr/bin/pulseaudio 31559 -usr/bin/dirmngr 31558 -usr/share/laptop-mode-tools/modules/pcie-aspm 31555 -usr/lib/python3/dist-packages/stem/connection.py 31550 -usr/lib/python3.7/getpass.py 31549 -usr/lib/gdm3/gdm-x-session.tails 31546 -usr/lib/gdm3/gdm-x-session.real 31545 -usr/share/laptop-mode-tools/modules/radeon-dpm 31544 -usr/lib/python3.7/lib-dynload/termios.cpython-37m-x86_64-linux-gnu.so 31543 -usr/lib/python3.7/textwrap.py 31542 -usr/bin/Xorg 31541 -usr/lib/xorg/Xorg.wrap 31540 -etc/X11/Xwrapper.config 31539 -usr/lib/xorg/Xorg 31538 -usr/local/sbin/udev-watchdog 31537 -usr/share/laptop-mode-tools/modules/runtime-pm 31536 -usr/lib/python3/dist-packages/yaml/__init__.py 31535 -usr/lib/python3/dist-packages/yaml/error.py 31534 -usr/lib/python3/dist-packages/yaml/tokens.py 31533 -usr/lib/python3/dist-packages/yaml/events.py 31532 -usr/lib/python3/dist-packages/yaml/nodes.py 31531 -usr/lib/python3/dist-packages/yaml/loader.py 31530 -usr/lib/python3/dist-packages/yaml/reader.py 31529 +etc/environment.d/90atk-adaptor.conf 31617 +etc/environment.d/90qt-a11y.conf 31616 +usr/lib/systemd/user-environment-generators/90gpg-agent 31615 +usr/share/laptop-mode-tools/modules/laptop-mode 31614 +usr/lib/python3.7/calendar.py 31613 +sbin/blockdev 31612 +usr/lib/python3.7/queue.py 31611 +usr/lib/python3.7/lib-dynload/_queue.cpython-37m-x86_64-linux-gnu.so 31610 +usr/lib/python3/dist-packages/stem/descriptor/__init__.py 31609 +usr/bin/gpgconf 31608 +usr/lib/python3/dist-packages/stem/descriptor/server_descriptor.py 31607 +usr/share/laptop-mode-tools/modules/lcd-brightness 31606 +usr/lib/python3/dist-packages/stem/descriptor/certificate.py 31605 +usr/lib/python3/dist-packages/stem/descriptor/extrainfo_descriptor.py 31604 +usr/local/sbin/udev-watchdog 31601 +usr/lib/systemd/user/default.target 31600 +usr/lib/systemd/user/shutdown.target 31599 +usr/lib/systemd/user/basic.target 31598 +usr/lib/systemd/user/tails-create-tor-browser-directories.service 31597 +usr/lib/systemd/user/paths.target 31596 +usr/lib/systemd/user/timers.target 31595 +usr/lib/systemd/user/sockets.target 31594 +usr/lib/systemd/user/pulseaudio.socket 31593 +usr/lib/systemd/user/pulseaudio.service 31592 +usr/lib/systemd/user/gpg-agent.socket 31591 +usr/lib/systemd/user/gpg-agent.service 31590 +usr/lib/systemd/user/gpg-agent-ssh.socket 31589 +usr/lib/systemd/user/gpg-agent-extra.socket 31588 +usr/share/laptop-mode-tools/modules/nmi-watchdog 31587 +usr/lib/systemd/user/gpg-agent-browser.socket 31586 +usr/lib/systemd/user/dirmngr.socket 31585 +usr/lib/systemd/user/dirmngr.service 31584 +usr/lib/systemd/user/dbus.socket 31583 +usr/lib/systemd/user/dbus.service 31582 +usr/lib/python3/dist-packages/stem/exit_policy.py 31580 +usr/lib/python3/dist-packages/stem/util/tor_tools.py 31579 +usr/bin/pulseaudio 31578 +usr/bin/dirmngr 31577 +usr/lib/python3/dist-packages/stem/version.py 31576 +usr/lib/python3/dist-packages/stem/descriptor/router_status_entry.py 31569 +usr/lib/gdm3/gdm-x-session.tails 31568 +usr/lib/gdm3/gdm-x-session.real 31565 +usr/lib/python3/dist-packages/stem/descriptor/networkstatus.py 31564 +usr/bin/Xorg 31563 +usr/lib/xorg/Xorg.wrap 31562 +usr/share/laptop-mode-tools/modules/pcie-aspm 31561 +etc/X11/Xwrapper.config 31560 +usr/lib/xorg/Xorg 31559 +usr/lib/python3/dist-packages/stem/descriptor/microdescriptor.py 31558 +usr/lib/python3/dist-packages/stem/descriptor/tordnsel.py 31557 +usr/lib/python3/dist-packages/stem/descriptor/hidden_service_descriptor.py 31556 +usr/lib/python3/dist-packages/stem/descriptor/reader.py 31555 +usr/lib/python3/dist-packages/stem/response/__init__.py 31554 +usr/lib/python3/dist-packages/stem/socket.py 31553 +usr/share/laptop-mode-tools/modules/radeon-dpm 31552 +usr/lib/python3.7/ssl.py 31551 +usr/lib/python3.7/lib-dynload/_ssl.cpython-37m-x86_64-linux-gnu.so 31550 +usr/lib/python3/dist-packages/stem/response/events.py 31549 +usr/lib/python3/dist-packages/stem/connection.py 31548 +usr/lib/python3.7/getpass.py 31547 +usr/share/laptop-mode-tools/modules/runtime-pm 31546 +usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1 31545 +usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1 31544 +usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 31543 +usr/lib/x86_64-linux-gnu/libpixman-1.so.0.36.0 31542 +usr/lib/python3.7/lib-dynload/termios.cpython-37m-x86_64-linux-gnu.so 31541 +usr/lib/python3.7/textwrap.py 31540 +usr/lib/python3/dist-packages/yaml/__init__.py 31539 +usr/lib/python3/dist-packages/yaml/error.py 31538 +usr/lib/python3/dist-packages/yaml/tokens.py 31537 +usr/lib/python3/dist-packages/yaml/events.py 31536 +usr/lib/python3/dist-packages/yaml/nodes.py 31535 +usr/lib/python3/dist-packages/yaml/loader.py 31534 +usr/lib/python3/dist-packages/yaml/reader.py 31533 +usr/lib/x86_64-linux-gnu/libXfont2.so.2.0.0 31532 +usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0 31531 +usr/lib/x86_64-linux-gnu/libfontenc.so.1.0.0 31530 +usr/lib/x86_64-linux-gnu/libfreetype.so.6.16.1 31529 usr/share/laptop-mode-tools/modules/sched-mc-power-savings 31528 usr/lib/python3/dist-packages/yaml/scanner.py 31527 -usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1 31526 -usr/share/laptop-mode-tools/modules/sched-smt-power-savings 31525 -usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1 31524 -usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 31523 -usr/lib/x86_64-linux-gnu/libpixman-1.so.0.36.0 31522 -usr/lib/x86_64-linux-gnu/libXfont2.so.2.0.0 31521 -usr/lib/python3/dist-packages/yaml/parser.py 31520 -usr/lib/python3/dist-packages/yaml/composer.py 31519 -usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0 31518 -usr/lib/python3/dist-packages/yaml/constructor.py 31517 -usr/lib/x86_64-linux-gnu/libfontenc.so.1.0.0 31516 -usr/lib/x86_64-linux-gnu/libfreetype.so.6.16.1 31515 -usr/lib/python3/dist-packages/yaml/resolver.py 31514 -usr/lib/x86_64-linux-gnu/libpng16.so.16.36.0 31513 -usr/lib/python3/dist-packages/yaml/dumper.py 31512 -usr/lib/python3/dist-packages/yaml/emitter.py 31511 -usr/share/laptop-mode-tools/modules/start-stop-programs 31510 -usr/lib/python3/dist-packages/yaml/serializer.py 31508 -usr/lib/python3/dist-packages/yaml/representer.py 31507 -usr/lib/python3/dist-packages/yaml/cyaml.py 31506 -usr/lib/python3/dist-packages/_yaml.cpython-37m-x86_64-linux-gnu.so 31505 -usr/share/laptop-mode-tools/modules/syslog-conf 31504 -usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.5 31503 -usr/lib/xorg/protocol.txt 31502 -usr/share/X11/xorg.conf.d/10-amdgpu.conf 31501 -usr/share/X11/xorg.conf.d/10-quirks.conf 31500 -usr/share/X11/xorg.conf.d/10-radeon.conf 31499 -usr/share/X11/xorg.conf.d/40-libinput.conf 31498 -usr/share/X11/xorg.conf.d/90-tails.conf 31497 -usr/lib/xorg/modules/extensions/libglx.so 31494 -usr/lib/x86_64-linux-gnu/libGL.so.1.7.0 31493 -usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0 31492 -usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0 31491 -usr/share/laptop-mode-tools/modules/terminal-blanking 31490 -usr/lib/xorg/modules/drivers/modesetting_drv.so 31489 -usr/lib/xorg/modules/drivers/fbdev_drv.so 31488 -bin/cpio 31487 -usr/lib/xorg/modules/drivers/vesa_drv.so 31486 -usr/lib/xorg/modules/libfbdevhw.so 31485 -usr/lib/xorg/modules/libglamoregl.so 31484 -usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0 31483 -usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0 31482 -usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0 31481 -usr/share/laptop-mode-tools/modules/vgaswitcheroo 31480 -usr/share/drirc.d/00-mesa-defaults.conf 31479 -usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0 31478 -usr/lib/x86_64-linux-gnu/dri/i965_dri.so 31477 -usr/share/laptop-mode-tools/modules/video-out 31476 -usr/share/laptop-mode-tools/modules/wireless-ipw-power 31475 -usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0 31474 -usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1 31473 -usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0 31472 -usr/share/laptop-mode-tools/modules/wireless-iwl-power 31471 -usr/share/laptop-mode-tools/modules/wireless-power 31470 -sbin/iw 31469 -usr/lib/x86_64-linux-gnu/libEGL.so.1.1.0 31468 -usr/share/glvnd/egl_vendor.d/50_mesa.json 31467 -usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0 31466 -usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 31465 -usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0 31464 -usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0 31463 -usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 31462 -usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 31461 -usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 31460 -usr/lib/xorg/modules/libfb.so 31458 -usr/share/fonts/X11/Type1/fonts.dir 31457 -usr/share/X11/xkb/rules/evdev 31456 -usr/bin/xkbcomp 31455 -usr/lib/x86_64-linux-gnu/libxkbfile.so.1.0.2 31454 -usr/share/X11/xkb/keycodes/evdev 31453 -usr/share/X11/xkb/keycodes/aliases 31452 -usr/share/X11/xkb/geometry/pc 31451 -usr/share/X11/xkb/types/complete 31450 -usr/share/X11/xkb/types/basic 31449 -usr/share/X11/xkb/types/mousekeys 31448 -usr/share/X11/xkb/types/pc 31447 -usr/share/X11/xkb/types/iso9995 31446 -usr/share/X11/xkb/types/level5 31445 -usr/share/X11/xkb/types/extra 31444 -usr/share/X11/xkb/types/numpad 31443 -usr/share/X11/xkb/compat/complete 31442 -usr/share/X11/xkb/compat/basic 31441 -usr/share/X11/xkb/compat/ledcaps 31440 -usr/share/X11/xkb/compat/lednum 31439 -usr/share/X11/xkb/compat/iso9995 31438 -usr/share/X11/xkb/compat/mousekeys 31437 -usr/share/X11/xkb/compat/accessx 31436 -usr/share/X11/xkb/compat/misc 31435 -usr/share/X11/xkb/compat/ledscroll 31434 -usr/share/X11/xkb/compat/xfree86 31433 -usr/share/X11/xkb/compat/level5 31432 -usr/share/X11/xkb/compat/caps 31431 -usr/share/X11/xkb/symbols/pc 31430 -usr/share/X11/xkb/symbols/srvr_ctrl 31429 -usr/share/X11/xkb/symbols/keypad 31428 -usr/share/X11/xkb/symbols/altwin 31427 -usr/share/X11/xkb/symbols/us 31426 -usr/share/X11/xkb/symbols/inet 31425 -usr/lib/xorg/modules/input/libinput_drv.so 31401 -usr/lib/x86_64-linux-gnu/libinput.so.10.13.0 31400 -usr/lib/x86_64-linux-gnu/libmtdev.so.1.0.0 31399 -usr/lib/x86_64-linux-gnu/libevdev.so.2.2.0 31398 -usr/lib/x86_64-linux-gnu/libwacom.so.2.6.1 31397 -usr/share/libinput/10-generic-keyboard.quirks 31395 -usr/share/libinput/10-generic-lid.quirks 31394 -usr/share/libinput/10-generic-trackball.quirks 31393 -usr/share/libinput/30-vendor-aiptek.quirks 31392 -usr/share/libinput/30-vendor-alps.quirks 31391 -usr/share/libinput/30-vendor-contour.quirks 31390 -usr/share/libinput/30-vendor-cyapa.quirks 31389 -usr/share/libinput/30-vendor-elantech.quirks 31388 -usr/share/libinput/30-vendor-huion.quirks 31387 -usr/share/libinput/30-vendor-ibm.quirks 31386 -usr/share/libinput/30-vendor-kensington.quirks 31385 -usr/share/libinput/30-vendor-logitech.quirks 31384 -usr/share/libinput/30-vendor-microsoft.quirks 31383 -usr/share/libinput/30-vendor-razer.quirks 31382 -usr/share/libinput/30-vendor-synaptics.quirks 31381 -usr/share/libinput/30-vendor-vmware.quirks 31380 -usr/share/libinput/30-vendor-wacom.quirks 31379 -usr/share/libinput/50-system-acer.quirks 31378 -usr/share/libinput/50-system-apple.quirks 31377 -usr/share/libinput/50-system-asus.quirks 31376 -usr/share/libinput/50-system-chicony.quirks 31375 -usr/share/libinput/50-system-cyborg.quirks 31374 -usr/share/libinput/50-system-dell.quirks 31373 -usr/share/libinput/50-system-google.quirks 31372 -usr/share/libinput/50-system-hp.quirks 31371 -usr/share/libinput/50-system-lenovo.quirks 31370 -usr/share/libinput/50-system-system76.quirks 31369 -usr/share/dbus-1/session.conf 31353 -etc/dbus-1/session.d/im.pidgin.purple.PurpleService.conf 31352 -usr/share/dbus-1/services/ca.desrt.dconf.service 31351 -usr/share/dbus-1/services/org.a11y.Bus.service 31350 -usr/share/dbus-1/services/org.fedoraproject.Config.Printing.service 31349 -usr/share/dbus-1/services/org.freedesktop.ColorHelper.service 31348 -usr/share/dbus-1/services/org.freedesktop.FileManager1.service 31347 -usr/share/dbus-1/services/org.freedesktop.IBus.service 31346 -usr/share/dbus-1/services/org.freedesktop.Tracker1.service 31345 -usr/share/dbus-1/services/org.freedesktop.impl.portal.PermissionStore.service 31344 -usr/share/dbus-1/services/org.freedesktop.portal.Desktop.service 31343 -usr/share/dbus-1/services/org.freedesktop.portal.Documents.service 31342 -usr/share/dbus-1/services/org.freedesktop.portal.IBus.service 31341 -usr/share/dbus-1/services/org.freedesktop.secrets.service 31340 -usr/share/dbus-1/services/org.gnome.Calculator.SearchProvider.service 31339 -usr/share/dbus-1/services/org.gnome.ControlCenter.SearchProvider.service 31338 -usr/share/dbus-1/services/org.gnome.ControlCenter.service 31337 -usr/share/dbus-1/services/org.gnome.DiskUtility.service 31336 -usr/share/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service 31335 -usr/share/dbus-1/services/org.gnome.FileRoller.service 31334 -usr/share/dbus-1/services/org.gnome.Nautilus.service 31333 -usr/share/dbus-1/services/org.gnome.Screenshot.service 31332 -usr/share/dbus-1/services/org.gnome.Shell.CalendarServer.service 31331 -usr/share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service 31330 -usr/share/dbus-1/services/org.gnome.Shell.PortalHelper.service 31329 -usr/share/dbus-1/services/org.gnome.SoundJuicer.service 31328 -usr/share/dbus-1/services/org.gnome.Terminal.service 31327 -usr/share/dbus-1/services/org.gnome.Totem.service 31326 -usr/share/dbus-1/services/org.gnome.evince.Daemon.service 31325 -usr/share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service 31324 -usr/share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service 31323 -usr/share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service 31322 -usr/share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service 31321 -usr/share/dbus-1/services/org.gnome.gedit.service 31320 -usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service 31319 -usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service 31318 -usr/share/dbus-1/services/org.gnome.keyring.service 31317 -usr/share/dbus-1/services/org.gnome.seahorse.Application.service 31316 -usr/share/dbus-1/services/org.gnome.seahorse.service 31315 -usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service 31314 -usr/share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service 31313 -usr/share/dbus-1/services/org.gtk.vfs.Daemon.service 31312 -usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service 31311 -usr/share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service 31310 -usr/share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service 31309 -usr/share/dbus-1/services/org.gtk.vfs.Metadata.service 31308 -usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service 31307 -usr/bin/gnome-session 31305 -usr/bin/gsettings 31304 -usr/share/glib-2.0/schemas/gschemas.compiled 31303 -usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so 31302 -usr/share/dconf/profile/gdm 31301 -usr/lib/gnome-session/gnome-session-binary 31299 -usr/lib/x86_64-linux-gnu/libgnome-desktop-3.so.17.0.3 31298 -usr/lib/x86_64-linux-gnu/libjson-glib-1.0.so.0.400.4 31297 -usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2404.1 31296 -usr/lib/x86_64-linux-gnu/libgdk-3.so.0.2404.1 31295 -usr/lib/x86_64-linux-gnu/libcairo.so.2.11600.0 31294 -usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3800.1 31293 -usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4200.3 31292 -usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 31291 -usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 31290 -usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 31289 -usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11600.0 31288 -usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.23009.1 31287 -usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0 31286 -usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0 31285 -usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0 31284 -usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0 31283 -usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.20301.0 31282 -bin/gzip 31281 -usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4200.3 31280 -usr/bin/xz 31279 -usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4200.3 31278 -usr/lib/x86_64-linux-gnu/libfontconfig.so.1.12.0 31277 -usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 31276 -usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 31275 -usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 31274 -usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 31273 -usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 31272 -usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 31271 -usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1 31270 -usr/lib/x86_64-linux-gnu/libgraphite2.so.3.2.1 31269 -usr/lib/x86_64-linux-gnu/libthai.so.0.3.1 31268 -usr/lib/x86_64-linux-gnu/libfribidi.so.0.4.0 31267 -usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.5 31266 -usr/lib/gnome-session/gnome-session-check-accelerated 31264 -usr/share/locale/en/LC_MESSAGES/gtk30.mo 31263 -usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo 31262 -usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0 31261 -usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 31260 -usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0 31259 -usr/lib/systemd/user/at-spi-dbus-bus.service 31258 -usr/lib/at-spi2-core/at-spi-bus-launcher 31256 -etc/dconf/profile/user 31255 -usr/share/defaults/at-spi2/accessibility.conf 31253 -usr/share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service 31252 -usr/lib/at-spi2-core/at-spi2-registryd 31251 -usr/lib/gnome-session/gnome-session-check-accelerated-gl-helper 31250 -usr/share/gnome-session/hardware-compatibility 31249 -usr/share/gnome-session/sessions/gdm-tails.session 31246 -usr/share/gdm/greeter/applications/gdm-shell-tails.desktop 31245 -usr/share/applications/tails-greeter.desktop 31244 -etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop 31243 -etc/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop 31242 -etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop 31241 -etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop 31240 -etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop 31239 -etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop 31238 -etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop 31237 -etc/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop 31236 -etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop 31235 -etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop 31234 -etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop 31233 -etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop 31232 -etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop 31231 -etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop 31230 -etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop 31229 -etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop 31228 -etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop 31227 -usr/share/gdm/greeter/autostart/orca-autostart.desktop 31226 -etc/xdg/autostart/spice-vdagent.desktop 31225 -usr/lib/x86_64-linux-gnu/glib-2.0/gio-launch-desktop 31222 -usr/bin/gnome-shell 31221 -usr/lib/gnome-shell/libgnome-shell.so 31220 -usr/lib/libgjs.so.0.0.0 31219 -usr/lib/x86_64-linux-gnu/mutter/libmutter-clutter-3.so 31218 -usr/lib/x86_64-linux-gnu/mutter/libmutter-cogl-pango-3.so 31217 -usr/lib/x86_64-linux-gnu/libmutter-3.so.0.0.0 31216 -usr/lib/gnome-shell/libgnome-shell-menu.so 31215 -usr/lib/gnome-shell/libst-1.0.so 31214 -usr/lib/x86_64-linux-gnu/mutter/libmutter-cogl-3.so 31213 -usr/lib/x86_64-linux-gnu/libstartup-notification-1.so.0.0.0 31212 -usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5 31211 -usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0.1.9 31210 -usr/lib/x86_64-linux-gnu/libpolkit-agent-1.so.0.0.0 31209 -usr/lib/x86_64-linux-gnu/libgcr-base-3.so.1.0.0 31208 -usr/lib/x86_64-linux-gnu/libnm.so.0.1.0 31207 -usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0 31206 -usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1404.0 31205 -usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.1404.0 31204 -usr/lib/x86_64-linux-gnu/libmozjs-60.so.0.0.0 31203 -usr/lib/x86_64-linux-gnu/mutter/libmutter-cogl-path-3.so 31202 -usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0.0.0 31201 -usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0 31200 -usr/lib/x86_64-linux-gnu/libxcb-res.so.0.0.0 31199 -usr/lib/x86_64-linux-gnu/libpipewire-0.2.so.1.205.0 31198 -usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1 31197 -usr/lib/x86_64-linux-gnu/libxcb-util.so.0.0.0 31196 -usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.7 31195 -usr/lib/x86_64-linux-gnu/libtdb.so.1.3.16 31194 -usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 31193 -usr/lib/x86_64-linux-gnu/libgck-1.so.0.0.0 31192 -usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 31191 -usr/lib/x86_64-linux-gnu/libgnutls.so.30.23.2 31190 -usr/lib/x86_64-linux-gnu/libicui18n.so.63.1 31189 -usr/lib/x86_64-linux-gnu/libicuuc.so.63.1 31188 -usr/lib/x86_64-linux-gnu/libicudata.so.63.1 31187 -usr/lib/x86_64-linux-gnu/libxcb-xkb.so.1.0.0 31186 -usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4 31185 -usr/lib/x86_64-linux-gnu/libidn2.so.0.3.4 31184 -usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 31183 -usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5 31182 -usr/lib/x86_64-linux-gnu/libnettle.so.6.5 31181 -usr/lib/x86_64-linux-gnu/libhogweed.so.4.5 31180 -usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 31179 -usr/share/libwacom/xp-pen-star03.tablet 31178 -usr/share/libwacom/serial-wacf004.tablet 31177 -usr/share/libwacom/one-by-wacom-s-p.tablet 31176 -usr/share/libwacom/one-by-wacom-s-p2.tablet 31175 -usr/share/libwacom/one-by-wacom-m-p.tablet 31174 -usr/share/libwacom/one-by-wacom-m-p2.tablet 31173 -usr/share/libwacom/n-trig-pen.tablet 31172 -usr/share/libwacom/mobilestudio-pro-16.tablet 31171 -usr/share/libwacom/mobilestudio-pro-13.tablet 31170 -usr/share/libwacom/isdv4-ef.tablet 31169 -usr/share/libwacom/isdv4-ed.tablet 31168 -usr/share/libwacom/isdv4-ec.tablet 31167 -usr/share/libwacom/isdv4-e6.tablet 31166 -usr/share/libwacom/isdv4-e5.tablet 31165 -usr/share/libwacom/isdv4-e3.tablet 31164 -usr/share/libwacom/isdv4-e2.tablet 31163 -usr/share/libwacom/isdv4-93.tablet 31162 -usr/share/libwacom/isdv4-90.tablet 31161 -usr/share/libwacom/isdv4-516b.tablet 31160 -usr/share/libwacom/isdv4-5150.tablet 31159 -usr/share/libwacom/isdv4-5146.tablet 31158 -usr/share/libwacom/isdv4-5122.tablet 31157 -usr/share/libwacom/isdv4-5110.tablet 31156 -usr/share/libwacom/isdv4-50fd.tablet 31155 -usr/share/libwacom/isdv4-50f8.tablet 31154 -usr/share/libwacom/isdv4-50f1.tablet 31153 -usr/share/libwacom/isdv4-50b8.tablet 31152 -usr/share/libwacom/isdv4-50b6.tablet 31151 -usr/share/libwacom/isdv4-50b4.tablet 31150 -usr/share/libwacom/isdv4-509d.tablet 31149 -usr/share/libwacom/isdv4-5099.tablet 31148 -usr/share/libwacom/isdv4-5090.tablet 31147 -usr/share/libwacom/isdv4-504a.tablet 31146 -usr/share/libwacom/isdv4-5048.tablet 31145 -usr/share/libwacom/isdv4-5044.tablet 31144 -usr/share/libwacom/isdv4-5040.tablet 31143 -usr/share/libwacom/isdv4-503f.tablet 31142 -usr/share/libwacom/isdv4-503e.tablet 31141 -usr/share/libwacom/isdv4-502a.tablet 31140 -usr/share/libwacom/isdv4-5014.tablet 31139 -usr/share/libwacom/isdv4-5013.tablet 31138 -usr/share/libwacom/isdv4-5010.tablet 31137 -usr/share/libwacom/isdv4-5002.tablet 31136 -usr/share/libwacom/isdv4-5000.tablet 31135 -usr/share/libwacom/isdv4-486a.tablet 31134 -usr/share/libwacom/isdv4-485e.tablet 31133 -usr/share/libwacom/isdv4-484c.tablet 31132 -usr/share/libwacom/isdv4-4831.tablet 31131 -usr/share/libwacom/isdv4-4824.tablet 31130 -usr/share/libwacom/isdv4-4822.tablet 31129 -usr/share/libwacom/isdv4-481a.tablet 31128 -usr/share/libwacom/isdv4-4814.tablet 31127 -usr/share/libwacom/isdv4-4809.tablet 31126 -usr/share/libwacom/isdv4-4807.tablet 31125 -usr/share/libwacom/isdv4-4800.tablet 31124 -usr/share/libwacom/isdv4-4004.tablet 31123 -usr/share/libwacom/isdv4-12c.tablet 31122 -usr/share/libwacom/isdv4-124.tablet 31121 -usr/share/libwacom/isdv4-117.tablet 31120 -usr/share/libwacom/isdv4-116.tablet 31119 -usr/share/libwacom/isdv4-114.tablet 31118 -usr/share/libwacom/isdv4-10f.tablet 31117 -usr/share/libwacom/isdv4-10e.tablet 31116 -usr/share/libwacom/isdv4-10d.tablet 31115 -usr/share/libwacom/isdv4-104.tablet 31114 -usr/share/libwacom/isdv4-101.tablet 31113 -usr/share/libwacom/isdv4-100.tablet 31112 -usr/share/libwacom/intuos-s-pt.tablet 31111 -usr/share/libwacom/intuos-s-p.tablet 31110 -usr/share/libwacom/intuos-s-pt2.tablet 31109 -usr/share/libwacom/intuos-s-p3-wl.tablet 31108 -usr/share/libwacom/intuos-s-p3.tablet 31107 -usr/share/libwacom/intuos-s-p2.tablet 31106 -usr/share/libwacom/intuos-pro-s.tablet 31105 -usr/share/libwacom/intuos-pro-m.tablet 31104 -usr/share/libwacom/intuos-pro-l.tablet 31103 -usr/share/libwacom/intuos-pro-2-m-wl.tablet 31102 -usr/share/libwacom/intuos-pro-2-m.tablet 31101 -usr/share/libwacom/intuos-pro-2-l-wl.tablet 31100 -usr/share/libwacom/intuos-pro-2-l.tablet 31099 -usr/share/libwacom/intuos-m-pt.tablet 31098 -usr/share/libwacom/intuos-m-p.tablet 31097 -usr/share/libwacom/intuos-m-pt2.tablet 31096 -usr/share/libwacom/intuos-m-p3-wl.tablet 31095 -usr/share/libwacom/intuos-m-p3.tablet 31094 -usr/share/libwacom/intuos-m-p2.tablet 31093 -usr/share/libwacom/intuos-9x12.tablet 31092 -usr/share/libwacom/intuos-6x8.tablet 31091 -usr/share/libwacom/intuos5-touch-s.tablet 31090 -usr/share/libwacom/intuos5-touch-m.tablet 31089 -usr/share/libwacom/intuos5-touch-l.tablet 31088 -usr/share/libwacom/intuos5-s.tablet 31087 -usr/share/libwacom/intuos5-m.tablet 31086 -usr/share/libwacom/intuos-4x5.tablet 31085 -usr/share/libwacom/intuos4-8x13.tablet 31084 -usr/share/libwacom/intuos4-6x9-wl.tablet 31083 -usr/share/libwacom/intuos4-6x9.tablet 31082 -usr/share/libwacom/intuos4-4x6.tablet 31081 -usr/share/libwacom/intuos4-12x19.tablet 31080 -usr/share/libwacom/intuos3-9x12.tablet 31079 -usr/share/libwacom/intuos3-6x8.tablet 31078 -usr/share/libwacom/intuos3-6x11.tablet 31077 -usr/share/libwacom/intuos3-4x6.tablet 31076 -usr/share/libwacom/intuos3-4x5.tablet 31075 -usr/share/libwacom/intuos3-12x19.tablet 31074 -usr/share/libwacom/intuos3-12x12.tablet 31073 -usr/share/libwacom/intuos2-9x12.tablet 31072 -usr/share/libwacom/intuos2-6x8.tablet 31071 -usr/share/libwacom/intuos2-4x5.tablet 31070 -usr/share/libwacom/intuos2-12x18.tablet 31069 -usr/share/libwacom/intuos2-12x12.tablet 31068 -usr/share/libwacom/intuos-12x18.tablet 31067 -usr/share/libwacom/intuos-12x12.tablet 31066 -usr/share/libwacom/huion-h610-pro.tablet 31065 -usr/share/libwacom/graphire-wireless-8x6.tablet 31064 -usr/share/libwacom/graphire-usb.tablet 31063 -usr/share/libwacom/graphire4-6x8.tablet 31062 -usr/share/libwacom/graphire4-4x5.tablet 31061 -usr/share/libwacom/graphire3-6x8.tablet 31060 -usr/share/libwacom/graphire3-4x5.tablet 31059 -usr/share/libwacom/graphire2-5x7.tablet 31058 -usr/share/libwacom/graphire2-4x5.tablet 31057 -usr/share/libwacom/generic.tablet 31056 -usr/share/libwacom/elan-2537.tablet 31055 -usr/share/libwacom/elan-24db.tablet 31054 -usr/share/libwacom/elan-22e2.tablet 31053 -usr/share/libwacom/ek-remote.tablet 31052 -usr/share/libwacom/dtu-2231.tablet 31051 -usr/share/libwacom/dtu-1931.tablet 31050 -usr/share/libwacom/dtu-1631.tablet 31049 -usr/share/libwacom/dtu-1141.tablet 31048 -usr/share/libwacom/dtu-1141b.tablet 31047 -usr/share/libwacom/dtu-1031x.tablet 31046 -usr/share/libwacom/dtu-1031.tablet 31045 -usr/share/libwacom/dtk-2451.tablet 31044 -usr/share/libwacom/dtk-2241.tablet 31043 -usr/share/libwacom/dtk-1651.tablet 31042 -usr/share/libwacom/dti-520.tablet 31041 -usr/share/libwacom/dth-2452.tablet 31040 -usr/share/libwacom/dth-2242.tablet 31039 -usr/share/libwacom/dth-1152.tablet 31038 -usr/share/libwacom/dtf-720.tablet 31037 -usr/share/libwacom/dell-canvas-27.tablet 31036 -usr/share/libwacom/cintiq-pro-32.tablet 31035 -usr/share/libwacom/cintiq-pro-24-pt.tablet 31034 -usr/share/libwacom/cintiq-pro-24-p.tablet 31033 -usr/share/libwacom/cintiq-pro-16.tablet 31032 -usr/share/libwacom/cintiq-pro-13.tablet 31031 -usr/share/libwacom/cintiq-companion.tablet 31030 -usr/share/libwacom/cintiq-companion-hybrid.tablet 31029 -usr/share/libwacom/cintiq-companion-2.tablet 31028 -usr/share/libwacom/cintiq-27hdt.tablet 31027 -usr/share/libwacom/cintiq-27hd.tablet 31026 -usr/share/libwacom/cintiq-24hd-touch.tablet 31025 -usr/share/libwacom/cintiq-24hd.tablet 31024 -usr/share/libwacom/cintiq-22hdt.tablet 31023 -usr/share/libwacom/cintiq-22hd.tablet 31022 -usr/share/libwacom/cintiq-21ux.tablet 31021 -usr/share/libwacom/cintiq-21ux2.tablet 31020 -usr/share/libwacom/cintiq-20wsx.tablet 31019 -usr/share/libwacom/cintiq-13hdt.tablet 31018 -usr/share/libwacom/cintiq-13hd.tablet 31017 -usr/share/libwacom/cintiq-12wx.tablet 31016 -usr/share/libwacom/bamboo-pad-wireless.tablet 31015 -usr/share/libwacom/bamboo-pad.tablet 31014 -usr/share/libwacom/bamboo-one.tablet 31013 -usr/share/libwacom/bamboo-4fg-s-t.tablet 31012 -usr/share/libwacom/bamboo-4fg-s-pt.tablet 31011 -usr/share/libwacom/bamboo-4fg-se-s-pt.tablet 31010 -usr/share/libwacom/bamboo-4fg-se-m-pt.tablet 31009 -usr/share/libwacom/bamboo-4fg-fun-s.tablet 31008 -usr/share/libwacom/bamboo-4fg-fun-m.tablet 31007 -usr/share/libwacom/bamboo-2fg-s-t.tablet 31006 -usr/share/libwacom/bamboo-2fg-s-pt.tablet 31005 -usr/share/libwacom/bamboo-2fg-s-p.tablet 31004 -usr/share/libwacom/bamboo-2fg-m-p.tablet 31003 -usr/share/libwacom/bamboo-2fg-fun-s-pt.tablet 31002 -usr/share/libwacom/bamboo-2fg-fun-m-pt.tablet 31001 -usr/share/libwacom/bamboo-16fg-s-t.tablet 31000 -usr/share/libwacom/bamboo-16fg-s-pt.tablet 30999 -usr/share/libwacom/bamboo-16fg-s-p.tablet 30998 -usr/share/libwacom/bamboo-16fg-m-pt.tablet 30997 -usr/share/libwacom/bamboo-0fg-s-p.tablet 30996 -usr/share/libwacom/libwacom.stylus 30995 -usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache 30994 -usr/lib/x86_64-linux-gnu/libcanberra-0.30/libcanberra-pulse.so 30993 -usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecore-12.2.so 30991 -usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.28.0 30990 -usr/lib/x86_64-linux-gnu/libspeexdsp.so.1.5.0 30989 -usr/lib/x86_64-linux-gnu/libsoxr.so.0.1.1 30988 -usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 30987 -etc/pulse/daemon.conf 30986 -etc/pulse/default.pa 30985 -usr/lib/pulse-12.2/modules/module-device-restore.so 30984 -usr/lib/pulse-12.2/modules/libprotocol-native.so 30983 -usr/lib/pulse-12.2/modules/module-stream-restore.so 30982 -usr/lib/pulse-12.2/modules/module-card-restore.so 30981 -usr/lib/pulse-12.2/modules/module-augment-properties.so 30980 -usr/lib/pulse-12.2/modules/module-switch-on-port-available.so 30979 -usr/lib/pulse-12.2/modules/module-udev-detect.so 30978 -usr/lib/pulse-12.2/modules/module-alsa-card.so 30977 -usr/lib/pulse-12.2/modules/libalsa-util.so 30976 -usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf 30975 -usr/share/alsa/cards/aliases.conf 30974 -usr/share/alsa/pcm/default.conf 30973 -usr/share/alsa/pcm/dmix.conf 30972 -usr/share/alsa/pcm/dsnoop.conf 30971 -usr/share/alsa/cards/HDA-Intel.conf 30970 -usr/share/alsa/pcm/front.conf 30969 -usr/share/alsa/pcm/surround21.conf 30968 -usr/share/alsa/pcm/surround40.conf 30967 -usr/share/alsa/pcm/surround41.conf 30966 -usr/share/alsa/pcm/surround50.conf 30965 -usr/share/alsa/pcm/surround51.conf 30964 -usr/share/alsa/pcm/surround71.conf 30963 -usr/share/alsa/pcm/iec958.conf 30962 -usr/share/alsa/pcm/hdmi.conf 30961 -usr/share/alsa/pcm/modem.conf 30960 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf 30959 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common 30958 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf 30957 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf 30956 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf 30955 -usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf 30954 -usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf.common 30953 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf 30952 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf 30951 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf 30950 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-video.conf 30949 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf 30948 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf 30947 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf 30946 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf 30945 -usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf 30944 -usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf 30943 -usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common 30942 -usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf 30941 -usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf 30940 -usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf 30939 -usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf 30938 -usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_a52.so 30937 -usr/lib/x86_64-linux-gnu/libavcodec.so.58.35.100 30936 -usr/lib/x86_64-linux-gnu/libavutil.so.56.22.100 30935 -usr/lib/x86_64-linux-gnu/libavresample.so.4.0.0 30934 -usr/lib/x86_64-linux-gnu/libswresample.so.3.3.100 30933 -usr/lib/x86_64-linux-gnu/libvpx.so.5.0.0 30932 -usr/lib/x86_64-linux-gnu/libwebpmux.so.3.0.1 30931 -usr/lib/x86_64-linux-gnu/libwebp.so.6.0.2 30930 -usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6 30929 -usr/lib/x86_64-linux-gnu/librsvg-2.so.2.44.10 30928 -usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2 30927 -usr/lib/x86_64-linux-gnu/libsnappy.so.1.1.7 30926 -usr/lib/x86_64-linux-gnu/libaom.so.0 30925 -usr/lib/x86_64-linux-gnu/libcodec2.so.0.8.1 30924 -usr/lib/x86_64-linux-gnu/libgsm.so.1.0.18 30923 -usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0 30922 -usr/lib/x86_64-linux-gnu/libopenjp2.so.2.3.0 30921 -usr/lib/x86_64-linux-gnu/libopus.so.0.7.0 30920 -usr/lib/x86_64-linux-gnu/libshine.so.3.0.1 30919 -usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0 30918 -usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 30917 -usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4 30916 -usr/lib/x86_64-linux-gnu/libtwolame.so.0.0.0 30915 -usr/lib/x86_64-linux-gnu/libwavpack.so.1.2.0 30914 -usr/lib/x86_64-linux-gnu/libx264.so.155 30913 -usr/lib/x86_64-linux-gnu/libx265.so.165 30912 -usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3 30911 -usr/lib/x86_64-linux-gnu/libva.so.2.400.0 30910 -usr/lib/x86_64-linux-gnu/libva-drm.so.2.400.0 30909 -usr/lib/x86_64-linux-gnu/libva-x11.so.2.400.0 30908 -usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0 30907 -usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0 30906 -usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf 30905 -usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf 30904 -usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf 30903 -usr/lib/pulse-12.2/modules/module-native-protocol-unix.so 30902 -usr/lib/pulse-12.2/modules/module-default-device-restore.so 30901 -usr/lib/pulse-12.2/modules/module-rescue-streams.so 30900 -usr/lib/pulse-12.2/modules/module-always-sink.so 30899 -usr/lib/pulse-12.2/modules/module-intended-roles.so 30898 -usr/lib/pulse-12.2/modules/module-suspend-on-idle.so 30897 -usr/lib/pulse-12.2/modules/module-console-kit.so 30896 -usr/lib/pulse-12.2/modules/module-systemd-login.so 30895 -usr/lib/pulse-12.2/modules/module-position-event-sounds.so 30894 -usr/lib/pulse-12.2/modules/module-role-cork.so 30893 -usr/lib/pulse-12.2/modules/module-filter-heuristics.so 30892 -usr/lib/pulse-12.2/modules/module-filter-apply.so 30891 -usr/share/icons/Adwaita/cursor.theme 30890 -usr/share/icons/Adwaita/cursors/left_ptr 30889 -usr/lib/x86_64-linux-gnu/mutter/Clutter-3.typelib 30888 -usr/lib/x86_64-linux-gnu/girepository-1.0/Clutter-1.0.typelib 30887 -usr/lib/x86_64-linux-gnu/girepository-1.0/cairo-1.0.typelib 30886 -usr/lib/x86_64-linux-gnu/girepository-1.0/Json-1.0.typelib 30885 -usr/lib/x86_64-linux-gnu/girepository-1.0/Gio-2.0.typelib 30884 -usr/lib/x86_64-linux-gnu/girepository-1.0/GObject-2.0.typelib 30883 -usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib 30882 -usr/lib/x86_64-linux-gnu/girepository-1.0/GL-1.0.typelib 30881 -usr/lib/x86_64-linux-gnu/mutter/CoglPango-3.typelib 30880 -usr/lib/x86_64-linux-gnu/girepository-1.0/PangoCairo-1.0.typelib 30879 -usr/lib/x86_64-linux-gnu/girepository-1.0/Pango-1.0.typelib 30878 -usr/lib/x86_64-linux-gnu/mutter/Cogl-3.typelib 30877 -usr/lib/x86_64-linux-gnu/girepository-1.0/Atk-1.0.typelib 30876 -usr/lib/gjs/girepository-1.0/GjsPrivate-1.0.typelib 30875 -usr/lib/x86_64-linux-gnu/girepository-1.0/Gtk-3.0.typelib 30874 -usr/lib/x86_64-linux-gnu/girepository-1.0/xlib-2.0.typelib 30873 -usr/lib/x86_64-linux-gnu/girepository-1.0/Gdk-3.0.typelib 30872 -usr/lib/x86_64-linux-gnu/girepository-1.0/GdkPixbuf-2.0.typelib 30871 -usr/lib/x86_64-linux-gnu/girepository-1.0/GModule-2.0.typelib 30870 -usr/lib/gnome-shell/Shell-0.1.typelib 30869 -usr/lib/gnome-shell/St-1.0.typelib 30868 -usr/lib/x86_64-linux-gnu/mutter/Cally-3.typelib 30867 -usr/lib/gnome-shell/ShellMenu-0.1.typelib 30866 -usr/lib/x86_64-linux-gnu/girepository-1.0/PolkitAgent-1.0.typelib 30865 -usr/lib/x86_64-linux-gnu/girepository-1.0/Polkit-1.0.typelib 30864 -usr/lib/x86_64-linux-gnu/girepository-1.0/NM-1.0.typelib 30863 -usr/lib/x86_64-linux-gnu/mutter/Meta-3.typelib 30862 -usr/lib/x86_64-linux-gnu/girepository-1.0/xfixes-4.0.typelib 30861 -usr/lib/x86_64-linux-gnu/girepository-1.0/GDesktopEnums-3.0.typelib 30860 -usr/lib/gnome-shell/Gvc-1.0.typelib 30859 -usr/lib/x86_64-linux-gnu/girepository-1.0/Gcr-3.typelib 30858 -usr/lib/x86_64-linux-gnu/girepository-1.0/Gck-1.typelib 30857 -usr/lib/x86_64-linux-gnu/mutter/ClutterX11-3.typelib 30856 -usr/lib/x86_64-linux-gnu/girepository-1.0/GnomeDesktop-3.0.typelib 30855 -usr/share/gnome-shell/gnome-shell-dbus-interfaces.gresource 30854 -usr/lib/girepository-1.0/AccountsService-1.0.typelib 30853 -usr/lib/x86_64-linux-gnu/girepository-1.0/Soup-2.4.typelib 30852 -usr/lib/x86_64-linux-gnu/girepository-1.0/IBus-1.0.typelib 30851 -usr/lib/x86_64-linux-gnu/girepository-1.0/Atspi-2.0.typelib 30850 -usr/lib/x86_64-linux-gnu/girepository-1.0/DBus-1.0.typelib 30849 -usr/lib/x86_64-linux-gnu/girepository-1.0/Rsvg-2.0.typelib 30848 -usr/lib/x86_64-linux-gnu/girepository-1.0/Gdm-1.0.typelib 30847 -usr/lib/x86_64-linux-gnu/girepository-1.0/GWeather-3.0.typelib 30846 -usr/lib/x86_64-linux-gnu/girepository-1.0/Geoclue-2.0.typelib 30845 -usr/lib/x86_64-linux-gnu/girepository-1.0/Cogl-1.0.typelib 30844 -usr/lib/x86_64-linux-gnu/girepository-1.0/Cogl-2.0.typelib 30843 -usr/share/gnome-shell/modes/classic.json 30842 -usr/share/gnome-shell/modes/gdm-tails.json 30841 -etc/xdg/gnome-mimeapps.list 30840 -usr/local/share/mime/mime.cache 30839 -usr/share/mime/mime.cache 30838 -usr/share/gdm/greeter/applications/mimeapps.list 30837 -usr/share/applications/gnome-mimeapps.list 30836 -usr/share/applications/mimeinfo.cache 30835 -usr/share/gdm/greeter/applications/mime-dummy-handler.desktop 30834 -usr/share/applications/gnome-bluetooth-panel.desktop 30833 -usr/share/applications/gnome-info-overview-panel.desktop 30832 -usr/share/applications/gnome-wifi-panel.desktop 30831 -usr/share/applications/libreoffice-xsltfilter.desktop 30830 -usr/share/applications/org.gnome.Screenshot.desktop 30829 -usr/share/applications/org.gnome.Evince.desktop 30828 -usr/share/applications/pidgin.desktop 30827 -usr/share/applications/seahorse-pgp-keys.desktop 30826 -usr/share/applications/org.gnome.Evolution-alarm-notify.desktop 30825 -usr/share/applications/simple-scan.desktop 30824 -usr/share/applications/org.gnome.Shell.desktop 30823 -usr/share/applications/python3.7.desktop 30822 -usr/share/applications/gnome-sound-panel.desktop 30821 -usr/share/applications/synaptic.desktop 30820 -usr/share/applications/tails-persistence-delete.desktop 30819 -usr/share/applications/gnome-disk-image-mounter.desktop 30818 -usr/share/applications/thunderbird.desktop 30817 -usr/share/applications/org.gnome.Totem.desktop 30816 -usr/share/applications/ibus-setup-chewing.desktop 30815 -usr/share/applications/ibus-setup-anthy.desktop 30814 -usr/share/applications/gcr-prompter.desktop 30813 -usr/share/applications/net.poedit.PoeditURI.desktop 30812 -usr/share/applications/gcr-viewer.desktop 30811 -usr/share/applications/gnome-wacom-panel.desktop 30810 -usr/share/applications/tails-about.desktop 30809 -usr/share/applications/org.gnome.PowerStats.desktop 30808 -usr/share/applications/python2.7.desktop 30807 -usr/share/applications/gnome-thunderbolt-panel.desktop 30806 -usr/share/applications/libreoffice-startcenter.desktop 30805 -usr/share/applications/tails-documentation.desktop 30804 -usr/share/applications/gnome-control-center.desktop 30803 -usr/share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop 30802 -usr/share/applications/gnome-search-panel.desktop 30801 -usr/share/applications/org.gnome.FileRoller.desktop 30800 -usr/share/applications/tails-installer.desktop 30799 -usr/share/applications/vim.desktop 30798 -usr/share/applications/unlock-veracrypt-volumes.desktop 30797 -usr/share/applications/yelp.desktop 30796 -usr/share/applications/tor-browser.desktop 30795 -usr/share/applications/brasero.desktop 30794 -usr/share/applications/unsafe-browser.desktop 30793 -usr/share/applications/org.gnome.Terminal.desktop 30792 -usr/share/applications/org.gnome.SoundJuicer.desktop 30791 -usr/share/applications/org.gnome.Shell.PortalHelper.desktop 30790 -usr/share/applications/gnome-power-panel.desktop 30789 -usr/share/applications/audacity.desktop 30788 -usr/share/applications/org.gnome.gedit.desktop 30787 -usr/share/applications/ibus-setup-libpinyin.desktop 30786 -usr/share/applications/tails-persistence-setup.desktop 30785 -usr/share/applications/nm-applet.desktop 30784 -usr/share/applications/gnome-region-panel.desktop 30783 -usr/share/applications/ibus-setup.desktop 30782 -usr/share/applications/gnome-keyboard-panel.desktop 30781 -usr/share/applications/gnome-notifications-panel.desktop 30780 -usr/share/applications/gkbd-keyboard-display.desktop 30779 -usr/share/applications/seahorse.desktop 30778 -usr/share/applications/libreoffice-calc.desktop 30777 -usr/share/applications/brasero-nautilus.desktop 30776 -usr/share/applications/gnome-shell-extension-prefs.desktop 30775 -usr/share/applications/bookletimposer.desktop 30774 -usr/share/applications/libreoffice-impress.desktop 30773 -usr/share/applications/ibus-setup-hangul.desktop 30772 -usr/share/applications/gnome-datetime-panel.desktop 30771 -usr/share/applications/org.gnome.SoundRecorder.desktop 30770 -usr/share/applications/gnome-universal-access-panel.desktop 30769 -usr/share/applications/eog.desktop 30768 -usr/share/applications/electrum.desktop 30767 -usr/share/applications/onioncircuits.desktop 30766 -usr/share/applications/org.keepassxc.KeePassXC.desktop 30765 -usr/share/applications/gnome-color-panel.desktop 30764 -usr/share/applications/dasher.desktop 30763 -usr/share/applications/gnome-mouse-panel.desktop 30762 -usr/share/applications/gnome-system-monitor.desktop 30761 -usr/share/applications/libreoffice-writer.desktop 30760 -usr/share/applications/seahorse-pgp-encrypted.desktop 30759 -usr/share/applications/gnome-disk-image-writer.desktop 30758 -usr/share/applications/gnome-printers-panel.desktop 30757 -usr/share/applications/org.gnome.Calculator.desktop 30756 -usr/share/applications/gtkhash.desktop 30755 -usr/share/applications/ibus-setup-libbopomofo.desktop 30754 -usr/share/applications/gnome-default-apps-panel.desktop 30753 -usr/share/applications/seahorse-pgp-signature.desktop 30752 -usr/share/applications/gimp.desktop 30751 -usr/share/applications/whisperback.desktop 30750 -usr/share/applications/gnome-removable-media-panel.desktop 30749 -usr/share/applications/gnome-display-panel.desktop 30748 -usr/share/applications/gnome-sharing-panel.desktop 30747 -usr/share/applications/display-im6.q16.desktop 30746 -usr/share/applications/libreoffice-draw.desktop 30745 -usr/share/applications/org.boum.tails.additional-software-config.desktop 30744 -usr/share/applications/evolution-calendar.desktop 30743 -usr/share/applications/gnome-network-panel.desktop 30742 -usr/share/applications/gnome-privacy-panel.desktop 30741 -usr/share/applications/net.poedit.Poedit.desktop 30740 -usr/share/applications/gnome-background-panel.desktop 30739 -usr/share/applications/inkscape.desktop 30738 -usr/share/applications/nautilus-autorun-software.desktop 30737 -usr/share/applications/gnome-user-accounts-panel.desktop 30736 -usr/share/applications/gnome-system-monitor-kde.desktop 30735 -usr/share/applications/org.gnome.Nautilus.desktop 30734 -usr/share/applications/org.freedesktop.IBus.Panel.Emojier.desktop 30733 -usr/share/applications/org.gnome.DiskUtility.desktop 30732 -usr/share/applications/mutter.desktop 30731 -usr/share/applications/org.gnome.Evince-previewer.desktop 30730 -usr/share/applications/onionshare.desktop 30729 -usr/share/applications/root-terminal.desktop 30728 -usr/share/gnome-shell/gnome-shell-theme.gresource 30727 -usr/share/gnome-shell/gnome-shell-osk-layouts.gresource 30726 -usr/share/gnome-shell/theme/gnome-classic.css 30725 -usr/share/locale/en/LC_MESSAGES/gnome-desktop-3.0.mo 30724 -etc/fonts/fonts.conf 30723 -usr/share/fontconfig/conf.avail/10-hinting-slight.conf 30722 -usr/share/tails/desktop_wallpaper.png 30721 -usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so 30720 -usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf 30719 -usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf 30718 -etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 30717 -etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 30716 -etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 30715 -etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 30714 -etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf 30713 -etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf 30712 -usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf 30711 -usr/share/fontconfig/conf.avail/30-metric-aliases.conf 30710 -usr/share/fontconfig/conf.avail/30-opensymbol.conf 30709 -usr/share/fontconfig/conf.avail/40-nonlatin.conf 30708 -usr/share/fontconfig/conf.avail/45-generic.conf 30707 -usr/share/fontconfig/conf.avail/45-latin.conf 30706 -usr/share/fontconfig/conf.avail/49-sansserif.conf 30705 -usr/share/fontconfig/conf.avail/50-user.conf 30704 -usr/share/fontconfig/conf.avail/51-local.conf 30703 -etc/fonts/conf.avail/57-dejavu-sans-mono.conf 30702 -etc/fonts/conf.avail/57-dejavu-sans.conf 30701 -etc/fonts/conf.avail/57-dejavu-serif.conf 30700 -etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf 30699 -etc/fonts/conf.avail/58-dejavu-lgc-sans.conf 30698 -etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 30697 -usr/share/fontconfig/conf.avail/60-generic.conf 30696 -usr/share/fontconfig/conf.avail/60-latin.conf 30695 -etc/fonts/conf.avail/65-culmus.conf 30694 -usr/share/fontconfig/conf.avail/65-fonts-persian.conf 30693 -usr/share/fontconfig/conf.avail/65-nonlatin.conf 30692 -usr/share/fontconfig/conf.avail/69-unifont.conf 30691 -usr/share/fontconfig/conf.avail/70-fonts-noto-cjk.conf 30690 -usr/share/fontconfig/conf.avail/70-no-bitmaps.conf 30689 -usr/share/fontconfig/conf.avail/80-delicious.conf 30688 -usr/share/fontconfig/conf.avail/90-fonts-linux-libertine.conf 30687 -usr/share/fontconfig/conf.avail/90-synthetic.conf 30686 -usr/share/fontconfig/conf.avail/10-autohint.conf 30685 -usr/share/fontconfig/conf.avail/10-hinting-full.conf 30684 -usr/share/fontconfig/conf.avail/10-hinting-medium.conf 30683 -usr/share/fontconfig/conf.avail/10-hinting-none.conf 30682 -usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf 30681 -usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf 30680 -usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf 30679 -usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf 30678 -usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf 30677 -usr/share/fontconfig/conf.avail/10-unhinted.conf 30676 -usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf 30675 -usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf 30674 -usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf 30673 -usr/share/fontconfig/conf.avail/65-khmer.conf 30672 -usr/share/fontconfig/conf.avail/70-force-bitmaps.conf 30671 -usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf 30670 -usr/share/fonts/.uuid 30669 -var/cache/fontconfig/ad3800a6-0853-5900-ac2b-6a45e906a034-le64.cache-7 30668 -usr/local/share/fonts/.uuid 30667 -var/cache/fontconfig/a19c77ef-2b6e-5d56-80fa-aa461c22a33c-le64.cache-7 30666 -usr/share/fonts/X11/.uuid 30665 -var/cache/fontconfig/635775a3-6681-5500-bfb3-fc75bae7ab71-le64.cache-7 30664 -usr/share/fonts/cMap/.uuid 30663 -var/cache/fontconfig/e0df4ba7-1e1e-53f4-99ac-034e136dea90-le64.cache-7 30662 -usr/share/fonts/cmap/.uuid 30661 -var/cache/fontconfig/8c262b76-19e2-5a0e-970a-3c6be641c3de-le64.cache-7 30660 -usr/share/fonts/opentype/.uuid 30659 -var/cache/fontconfig/c53c919e-4688-5813-a778-9497aaad292b-le64.cache-7 30658 -usr/share/fonts/truetype/.uuid 30657 -var/cache/fontconfig/ad91de03-2bc9-5cbd-baed-449447b4cef2-le64.cache-7 30656 -usr/share/fonts/X11/100dpi/.uuid 30655 -var/cache/fontconfig/c3eb68e6-f2df-5253-bdea-96baf8b64c94-le64.cache-7 30654 -usr/share/fonts/X11/75dpi/.uuid 30653 -var/cache/fontconfig/9b10e8b4-c6f7-5d9a-b62d-df9dfe9f040e-le64.cache-7 30652 -usr/share/fonts/X11/Type1/.uuid 30651 -var/cache/fontconfig/7037cf17-dab7-5805-ac14-89407957a70b-le64.cache-7 30650 -usr/share/fonts/X11/encodings/.uuid 30649 -var/cache/fontconfig/932c83c7-a3fe-5e2e-af19-99a73a1218b0-le64.cache-7 30648 -usr/share/fonts/X11/misc/.uuid 30647 -var/cache/fontconfig/0573c588-4384-5d77-a629-20cf4267681a-le64.cache-7 30646 -usr/share/fonts/X11/util/.uuid 30645 -var/cache/fontconfig/d6a528ca-d9d3-528a-bbf0-657522efbfb9-le64.cache-7 30644 -usr/share/poppler/cMap/Adobe-CNS1/.uuid 30643 -var/cache/fontconfig/fe110b8d-52e9-50d6-93d5-7350b6dc3ffc-le64.cache-7 30642 -usr/share/poppler/cMap/Adobe-GB1/.uuid 30641 -var/cache/fontconfig/cba3b8e3-c250-50f8-9d30-dd9cdff6726c-le64.cache-7 30640 -usr/share/poppler/cMap/Adobe-Japan1/.uuid 30639 -var/cache/fontconfig/209cd66f-9cd8-59b1-a557-ee9a5b16532d-le64.cache-7 30638 -usr/share/poppler/cMap/Adobe-Japan2/.uuid 30637 -var/cache/fontconfig/79b9b38c-66eb-5231-ac1a-75f0230ccdac-le64.cache-7 30636 -usr/share/poppler/cMap/Adobe-Korea1/.uuid 30635 -var/cache/fontconfig/977ff0f2-7245-568d-9f74-ec94f3fe3b0c-le64.cache-7 30634 -usr/share/fonts/opentype/cantarell/.uuid 30633 -var/cache/fontconfig/be6c95a9-9096-58da-8f8e-7737a63fdb01-le64.cache-7 30632 -usr/share/fonts/opentype/linux-libertine/.uuid 30631 -var/cache/fontconfig/a4e606c3-ee03-5a47-a10f-679845537ed9-le64.cache-7 30630 -usr/share/fonts/opentype/noto/.uuid 30629 -var/cache/fontconfig/7b04aff5-85ee-51c9-95e7-77727a319b86-le64.cache-7 30628 -usr/share/fonts/truetype/culmus/.uuid 30627 -var/cache/fontconfig/806bd331-c6ac-5da7-b38d-caee6037f4ad-le64.cache-7 30626 -usr/share/fonts/truetype/dejavu/.uuid 30625 -var/cache/fontconfig/8f19a5e0-002f-559a-908f-50a33ba095ed-le64.cache-7 30624 -usr/share/fonts/truetype/liberation/.uuid 30623 -var/cache/fontconfig/d9291cff-b790-56da-811c-af0e14399de4-le64.cache-7 30622 -usr/share/fonts/truetype/noto/.uuid 30621 -var/cache/fontconfig/891027b1-67fe-5175-bb2b-a5d071b33c64-le64.cache-7 30620 -usr/share/fonts/truetype/openoffice/.uuid 30619 -var/cache/fontconfig/b8caebf3-f9ac-5ac9-90ed-cc558bb5e64e-le64.cache-7 30618 -usr/share/fonts/truetype/quicksand/.uuid 30617 -var/cache/fontconfig/aa54cff1-1622-5d6d-b9ef-589d2941d6ad-le64.cache-7 30616 -usr/share/fonts/truetype/ttf-dejavu/.uuid 30615 -var/cache/fontconfig/d36ee6b2-cc19-5653-9dd7-39240bf3fae0-le64.cache-7 30614 -usr/share/fonts/truetype/unifont/.uuid 30613 -var/cache/fontconfig/8037c361-ee31-5e54-bc56-f9ba74a0ef52-le64.cache-7 30612 -usr/share/fonts/X11/encodings/large/.uuid 30611 -var/cache/fontconfig/e8b11c96-1f85-5c63-8bb8-ae0627615d20-le64.cache-7 30610 -usr/share/fonts/truetype/dejavu/DejaVuSans.ttf 30609 -usr/lib/x86_64-linux-gnu/girepository-1.0/Cally-1.0.typelib 30608 -usr/share/desktop-base/futureprototype-theme/lockscreen/gnome-background.xml 30607 -usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.519 30606 -usr/share/X11/xkb/rules/evdev.xml 30605 -usr/share/xml/iso-codes/iso_639-2.xml 30604 -usr/share/xml/iso-codes/iso_639-3.xml 30603 -usr/share/xml/iso-codes/iso_3166-1.xml 30602 -usr/bin/ibus-daemon 30601 -usr/share/ibus/keymaps/us 30600 -usr/share/ibus/keymaps/common 30599 -usr/share/ibus/keymaps/modifiers 30598 -usr/share/ibus/component/anthy.xml 30597 -usr/lib/ibus/ibus-engine-anthy 30596 -usr/lib/systemd/user/xdg-permission-store.service 30595 -usr/lib/x86_64-linux-gnu/libgweather-3.so.15.0.0 30594 -usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.8.0 30593 -usr/lib/x86_64-linux-gnu/libgeocode-glib.so.0.0.0 30592 -usr/share/ibus-anthy/engine/main.py 30591 -usr/lib/python3.7/getopt.py 30590 -usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 30589 -usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1 30588 -usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 30587 -usr/libexec/xdg-permission-store 30585 -usr/lib/python3.7/xml/__init__.py 30584 -usr/lib/python3.7/xml/dom/__init__.py 30583 -usr/lib/python3.7/xml/dom/domreg.py 30582 -usr/lib/python3.7/xml/dom/minidom.py 30581 -usr/lib/python3.7/xml/dom/minicompat.py 30580 -usr/lib/python3.7/xml/dom/xmlbuilder.py 30579 -usr/lib/python3.7/xml/dom/NodeFilter.py 30578 -usr/lib/python3/dist-packages/gi/__init__.py 30577 -usr/lib/python3.7/pkgutil.py 30576 -usr/lib/python3.7/importlib/util.py 30575 -usr/lib/python3.7/importlib/abc.py 30574 -usr/lib/python3/dist-packages/gi/_gi.cpython-37m-x86_64-linux-gnu.so 30573 -usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 30572 -usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 30571 -lib/x86_64-linux-gnu/libkeyutils.so.1.8 30570 -usr/share/libgweather/Locations.xml 30569 -usr/lib/python3/dist-packages/gi/_error.py 30568 -usr/lib/python3/dist-packages/gi/_compat.py 30567 -usr/lib/python3/dist-packages/gi/_gi_cairo.cpython-37m-x86_64-linux-gnu.so 30566 -usr/lib/python3/dist-packages/cairo/__init__.py 30565 -usr/lib/python3/dist-packages/cairo/_cairo.cpython-37m-x86_64-linux-gnu.so 30564 -usr/share/zoneinfo/Etc/GMT+12 30563 -usr/share/zoneinfo/Africa/Algiers 30562 -usr/share/zoneinfo/Africa/Bangui 30561 -usr/share/zoneinfo/Africa/Blantyre 30560 -usr/share/zoneinfo/Africa/Abidjan 30559 -usr/share/zoneinfo/Atlantic/Cape_Verde 30558 -usr/share/zoneinfo/Africa/Ndjamena 30557 -usr/share/zoneinfo/Africa/Addis_Ababa 30556 -usr/share/zoneinfo/Egypt 30555 -usr/share/zoneinfo/Indian/Kerguelen 30554 -usr/share/zoneinfo/Africa/Accra 30553 -usr/share/zoneinfo/Africa/Bissau 30552 -usr/share/zoneinfo/Africa/Johannesburg 30551 -usr/share/zoneinfo/Africa/Monrovia 30550 -usr/share/zoneinfo/Libya 30549 -usr/share/zoneinfo/Indian/Mauritius 30548 -usr/share/zoneinfo/Africa/Casablanca 30547 -usr/share/zoneinfo/Africa/Windhoek 30546 -usr/share/zoneinfo/Indian/Reunion 30545 -usr/share/zoneinfo/Africa/Sao_Tome 30544 -usr/share/zoneinfo/Indian/Mahe 30543 -usr/share/zoneinfo/Africa/Khartoum 30542 -usr/share/zoneinfo/Africa/Tunis 30541 -usr/share/zoneinfo/Africa/El_Aaiun 30540 -usr/share/zoneinfo/Antarctica/Palmer 30539 -usr/share/zoneinfo/Antarctica/Rothera 30538 -usr/share/zoneinfo/Antarctica/Syowa 30537 -usr/share/zoneinfo/Antarctica/Mawson 30536 -usr/share/zoneinfo/Antarctica/Vostok 30535 -usr/share/zoneinfo/Antarctica/Davis 30534 -usr/share/zoneinfo/Antarctica/Casey 30533 -usr/share/zoneinfo/Antarctica/DumontDUrville 30532 -usr/share/zoneinfo/NZ 30531 -usr/share/zoneinfo/Asia/Kabul 30530 -usr/share/zoneinfo/Asia/Yerevan 30529 -usr/share/zoneinfo/Asia/Baku 30528 -usr/share/zoneinfo/Asia/Dacca 30527 -usr/share/zoneinfo/Asia/Thimbu 30526 -usr/share/zoneinfo/Asia/Brunei 30525 -usr/share/zoneinfo/Asia/Bangkok 30524 -usr/share/zoneinfo/PRC 30523 -usr/share/zoneinfo/Asia/Tbilisi 30522 -usr/share/zoneinfo/Hongkong 30521 -usr/share/zoneinfo/Asia/Calcutta 30520 -usr/share/zoneinfo/Japan 30519 -usr/share/zoneinfo/Asia/Almaty 30518 -usr/share/zoneinfo/Asia/Aqtobe 30517 -usr/share/zoneinfo/Asia/Bishkek 30516 -usr/share/zoneinfo/Asia/Macao 30515 -usr/share/zoneinfo/Asia/Kuala_Lumpur 30514 -usr/share/zoneinfo/Indian/Maldives 30513 -usr/share/zoneinfo/Asia/Choibalsan 30512 -usr/share/zoneinfo/Asia/Hovd 30511 -usr/share/zoneinfo/Asia/Ulaanbaatar 30510 -usr/share/zoneinfo/Asia/Rangoon 30509 -usr/share/zoneinfo/Asia/Kathmandu 30508 -usr/share/zoneinfo/Asia/Pyongyang 30507 -usr/share/zoneinfo/Asia/Karachi 30506 -usr/share/zoneinfo/Asia/Manila 30505 -usr/share/zoneinfo/Singapore 30504 -usr/share/zoneinfo/ROK 30503 -usr/lib/python3/dist-packages/gi/repository/__init__.py 30502 -usr/lib/python3/dist-packages/gi/importer.py 30501 -usr/lib/python3/dist-packages/gi/module.py 30500 -usr/lib/python3/dist-packages/gi/types.py 30499 -usr/lib/python3/dist-packages/gi/_constants.py 30498 -usr/lib/python3/dist-packages/gi/docstring.py 30497 -usr/lib/python3/dist-packages/gi/_propertyhelper.py 30496 -usr/share/zoneinfo/Asia/Colombo 30495 -usr/share/zoneinfo/ROC 30494 -usr/share/zoneinfo/Asia/Dushanbe 30493 -usr/share/zoneinfo/Asia/Ashgabat 30492 -usr/share/zoneinfo/Asia/Tashkent 30491 -usr/share/zoneinfo/Asia/Ho_Chi_Minh 30490 -usr/share/zoneinfo/America/Anguilla 30489 -usr/share/zoneinfo/America/Barbados 30488 -usr/share/zoneinfo/Atlantic/Bermuda 30487 -usr/share/zoneinfo/America/Danmarkshavn 30486 -usr/share/zoneinfo/America/Godthab 30485 -usr/share/zoneinfo/America/Scoresbysund 30484 -usr/share/zoneinfo/America/Thule 30483 -usr/share/zoneinfo/America/Puerto_Rico 30482 -usr/share/zoneinfo/Pacific/Midway 30481 -usr/share/zoneinfo/Australia/Perth 30480 -usr/share/zoneinfo/Australia/Eucla 30479 -usr/share/zoneinfo/Australia/Adelaide 30478 -usr/share/zoneinfo/Australia/Broken_Hill 30477 -usr/share/zoneinfo/Australia/Darwin 30476 -usr/share/zoneinfo/Australia/Hobart 30475 -usr/share/zoneinfo/Australia/Melbourne 30474 -usr/share/zoneinfo/Australia/ACT 30473 -usr/share/zoneinfo/Australia/Brisbane 30472 -usr/share/zoneinfo/Australia/LHI 30471 -usr/share/zoneinfo/Indian/Chagos 30470 -usr/share/zoneinfo/Indian/Christmas 30469 -usr/share/zoneinfo/Indian/Cocos 30468 -usr/share/zoneinfo/Pacific/Rarotonga 30467 -usr/share/zoneinfo/Pacific/Fiji 30466 -usr/share/zoneinfo/Pacific/Tahiti 30465 -usr/share/zoneinfo/Pacific/Marquesas 30464 -usr/share/zoneinfo/Pacific/Gambier 30463 -usr/share/zoneinfo/Pacific/Guam 30462 -usr/share/zoneinfo/Asia/Jakarta 30461 -usr/share/zoneinfo/Asia/Makassar 30460 -usr/share/zoneinfo/Asia/Jayapura 30459 -usr/share/zoneinfo/Pacific/Tarawa 30458 -usr/share/zoneinfo/Pacific/Enderbury 30457 -usr/share/zoneinfo/Pacific/Kiritimati 30456 -usr/share/zoneinfo/Pacific/Majuro 30455 -usr/share/zoneinfo/Pacific/Pohnpei 30454 -usr/share/zoneinfo/Pacific/Chuuk 30453 -usr/share/zoneinfo/Pacific/Nauru 30452 -usr/share/zoneinfo/Pacific/Noumea 30451 -usr/share/zoneinfo/NZ-CHAT 30450 -usr/share/zoneinfo/Pacific/Niue 30449 -usr/share/zoneinfo/Pacific/Norfolk 30448 -usr/share/zoneinfo/Pacific/Palau 30447 -usr/share/zoneinfo/Pacific/Port_Moresby 30446 -usr/share/zoneinfo/Pacific/Pitcairn 30445 -usr/share/zoneinfo/Pacific/Apia 30444 -usr/share/zoneinfo/Pacific/Guadalcanal 30443 -usr/share/zoneinfo/Asia/Dili 30442 -usr/share/zoneinfo/Pacific/Fakaofo 30441 -usr/share/zoneinfo/Pacific/Tongatapu 30440 -usr/share/zoneinfo/Pacific/Funafuti 30439 -usr/share/zoneinfo/Pacific/Honolulu 30438 -usr/share/zoneinfo/Pacific/Wake 30437 -usr/share/zoneinfo/Pacific/Efate 30436 -usr/share/zoneinfo/Pacific/Wallis 30435 -usr/share/zoneinfo/America/Buenos_Aires 30434 -usr/share/zoneinfo/America/Aruba 30433 -usr/share/zoneinfo/America/Nassau 30432 -usr/share/zoneinfo/America/Belize 30431 -usr/share/zoneinfo/America/La_Paz 30430 -usr/share/zoneinfo/America/Araguaina 30429 -usr/share/zoneinfo/America/Bahia 30428 -usr/share/zoneinfo/America/Belem 30427 -usr/share/zoneinfo/America/Boa_Vista 30426 -usr/share/zoneinfo/America/Campo_Grande 30425 -usr/share/zoneinfo/America/Cuiaba 30424 -usr/share/zoneinfo/America/Eirunepe 30423 -usr/share/zoneinfo/America/Fortaleza 30422 -usr/share/zoneinfo/America/Maceio 30421 -usr/share/zoneinfo/America/Manaus 30420 -usr/share/zoneinfo/America/Noronha 30419 -usr/share/zoneinfo/America/Porto_Velho 30418 -usr/share/zoneinfo/America/Recife 30417 -usr/share/zoneinfo/America/Porto_Acre 30416 -usr/share/zoneinfo/America/Sao_Paulo 30415 -usr/lib/python3/dist-packages/gi/_signalhelper.py 30414 -usr/lib/python3/dist-packages/gi/overrides/__init__.py 30413 -usr/lib/python3/dist-packages/gi/overrides/GLib.py 30412 -usr/share/zoneinfo/America/Cayman 30411 -usr/share/zoneinfo/America/Santiago 30410 -usr/share/zoneinfo/Chile/EasterIsland 30409 -usr/share/zoneinfo/America/Bogota 30408 -usr/share/zoneinfo/America/Costa_Rica 30407 -usr/share/zoneinfo/Cuba 30406 -usr/share/zoneinfo/America/Santo_Domingo 30405 -usr/share/zoneinfo/America/Guayaquil 30404 -usr/share/zoneinfo/Pacific/Galapagos 30403 -usr/share/zoneinfo/America/El_Salvador 30402 -usr/share/zoneinfo/Atlantic/Stanley 30401 -usr/share/zoneinfo/America/Cayenne 30400 -usr/share/zoneinfo/America/Guatemala 30399 -usr/share/zoneinfo/America/Guyana 30398 -usr/share/zoneinfo/America/Port-au-Prince 30397 -usr/share/zoneinfo/America/Tegucigalpa 30396 -usr/share/zoneinfo/Jamaica 30395 -usr/share/zoneinfo/America/Martinique 30394 -usr/share/zoneinfo/America/Managua 30393 -usr/share/zoneinfo/America/Asuncion 30392 -usr/share/zoneinfo/America/Lima 30391 -usr/share/zoneinfo/Atlantic/South_Georgia 30390 -usr/share/zoneinfo/America/Paramaribo 30389 -usr/share/zoneinfo/America/Grand_Turk 30388 -usr/share/zoneinfo/America/Montevideo 30387 -usr/share/zoneinfo/America/Caracas 30386 -usr/share/zoneinfo/Europe/Tirane 30385 -usr/share/zoneinfo/Europe/Andorra 30384 -usr/share/zoneinfo/Europe/Vienna 30383 -usr/share/zoneinfo/Europe/Minsk 30382 -usr/share/zoneinfo/Europe/Brussels 30381 -usr/share/zoneinfo/Europe/Belgrade 30380 -usr/share/zoneinfo/Europe/Sofia 30379 -usr/share/zoneinfo/Asia/Nicosia 30378 -usr/share/zoneinfo/Europe/Bratislava 30377 -usr/share/zoneinfo/Europe/Copenhagen 30376 -usr/share/zoneinfo/Europe/Tallinn 30375 -usr/share/zoneinfo/Atlantic/Faeroe 30374 -usr/share/zoneinfo/Europe/Helsinki 30373 -usr/share/zoneinfo/Europe/Paris 30372 -usr/lib/python3/dist-packages/gi/_ossighelper.py 30371 -usr/share/zoneinfo/Europe/Berlin 30370 -usr/share/zoneinfo/Europe/Gibraltar 30369 -usr/share/zoneinfo/Europe/Athens 30368 -usr/share/zoneinfo/GB 30367 -usr/share/zoneinfo/Europe/Budapest 30366 -usr/share/zoneinfo/Iceland 30365 -usr/share/zoneinfo/Eire 30364 -usr/share/zoneinfo/Europe/Rome 30363 -usr/share/zoneinfo/CET 30362 -usr/share/zoneinfo/Europe/Riga 30361 -usr/share/zoneinfo/Europe/Busingen 30360 -usr/share/zoneinfo/Europe/Vilnius 30359 -usr/share/zoneinfo/Europe/Luxembourg 30358 -usr/share/zoneinfo/Europe/Malta 30357 -usr/share/zoneinfo/Europe/Chisinau 30356 -usr/share/zoneinfo/Europe/Monaco 30355 -usr/share/zoneinfo/Europe/Amsterdam 30354 -usr/share/zoneinfo/Arctic/Longyearbyen 30353 -usr/share/zoneinfo/Poland 30352 -usr/share/zoneinfo/Atlantic/Azores 30351 -usr/share/zoneinfo/Atlantic/Madeira 30350 -usr/share/zoneinfo/Portugal 30349 -usr/share/zoneinfo/Europe/Bucharest 30348 -usr/share/zoneinfo/Europe/Kaliningrad 30347 -usr/share/zoneinfo/W-SU 30346 -usr/share/zoneinfo/Europe/Samara 30345 -usr/share/zoneinfo/Asia/Yekaterinburg 30344 -usr/share/zoneinfo/Asia/Omsk 30343 -usr/share/zoneinfo/Asia/Novosibirsk 30342 -usr/share/zoneinfo/Asia/Krasnoyarsk 30341 -usr/share/zoneinfo/Asia/Irkutsk 30340 -usr/share/zoneinfo/Asia/Yakutsk 30339 -usr/share/zoneinfo/Asia/Vladivostok 30338 -usr/share/zoneinfo/Asia/Magadan 30337 -usr/lib/python3/dist-packages/gi/_option.py 30336 -usr/lib/python3.7/optparse.py 30335 -usr/share/zoneinfo/Asia/Kamchatka 30334 -usr/share/zoneinfo/Atlantic/Canary 30333 -usr/share/zoneinfo/Europe/Madrid 30332 -usr/share/zoneinfo/Africa/Ceuta 30331 -usr/share/zoneinfo/Europe/Stockholm 30330 -usr/share/zoneinfo/Turkey 30329 -usr/share/zoneinfo/Europe/Kiev 30328 -usr/share/zoneinfo/Asia/Bahrain 30327 -usr/share/zoneinfo/Iran 30326 -usr/share/zoneinfo/Asia/Baghdad 30325 -usr/share/zoneinfo/Israel 30324 -usr/share/zoneinfo/Asia/Amman 30323 -usr/share/zoneinfo/Asia/Aden 30322 -usr/share/zoneinfo/Asia/Beirut 30321 -usr/share/zoneinfo/Asia/Dubai 30320 -usr/share/zoneinfo/Asia/Gaza 30319 -usr/share/zoneinfo/Asia/Damascus 30318 -usr/share/zoneinfo/America/Vancouver 30317 -usr/share/zoneinfo/America/Edmonton 30316 -usr/share/zoneinfo/America/Dawson_Creek 30315 -usr/share/zoneinfo/America/Winnipeg 30314 -usr/share/zoneinfo/America/Regina 30313 -usr/share/zoneinfo/America/Montreal 30312 -usr/share/zoneinfo/America/Atikokan 30311 -usr/share/zoneinfo/America/Halifax 30310 -usr/share/zoneinfo/America/Blanc-Sablon 30309 -usr/share/zoneinfo/America/St_Johns 30308 -usr/lib/python3/dist-packages/gi/overrides/GObject.py 30307 -usr/share/zoneinfo/America/Ensenada 30306 -usr/share/zoneinfo/America/Mazatlan 30305 -usr/share/zoneinfo/America/Mexico_City 30304 -usr/share/zoneinfo/America/Miquelon 30303 -usr/share/zoneinfo/America/Adak 30302 -usr/share/zoneinfo/America/Anchorage 30301 -usr/share/zoneinfo/America/Los_Angeles 30300 -usr/share/zoneinfo/Navajo 30299 -usr/share/zoneinfo/America/Phoenix 30298 -usr/share/zoneinfo/America/Chicago 30297 -usr/share/zoneinfo/posixrules 30296 -usr/lib/python3/dist-packages/gi/overrides/Gio.py 30295 -usr/lib/python3/dist-packages/gi/overrides/IBus.py 30294 -usr/share/ibus-anthy/engine/_config.py 30293 -usr/share/ibus-anthy/engine/factory.py 30292 -usr/share/ibus-anthy/engine/engine.py 30291 -usr/lib/girepository-1.0/Anthy-9000.typelib 30290 -usr/share/ibus-anthy/engine/tables.py 30289 -usr/share/ibus-anthy/engine/jastring.py 30288 -usr/share/ibus-anthy/engine/romaji.py 30287 -usr/share/ibus-anthy/engine/segment.py 30286 -usr/share/ibus-anthy/engine/kana.py 30285 -usr/share/ibus-anthy/engine/thumb.py 30284 -usr/share/ibus-anthy/setup/anthyprefs.py 30283 -usr/share/ibus-anthy/setup/prefs.py 30282 -usr/share/ibus-anthy/engine/default.xml 30281 -usr/share/ibus/component/chewing.xml 30280 -usr/share/ibus/component/dconf.xml 30279 -usr/share/ibus/component/gtkextension.xml 30278 -usr/share/ibus/component/gtkpanel.xml 30277 -usr/share/ibus/component/hangul.xml 30276 -usr/share/ibus/component/libpinyin.xml 30275 -usr/share/ibus/component/simple.xml 30274 -usr/share/ibus/component/unikey.xml 30273 -usr/lib/ibus/ibus-engine-unikey 30272 -usr/lib/ibus/ibus-dconf 30271 -usr/lib/ibus/ibus-extension-gtk3 30270 -usr/lib/ibus/ibus-x11 30269 -usr/lib/ibus/ibus-portal 30266 -usr/share/ibus/dicts/emoji-en.dict 30265 -usr/share/X11/xkb/rules/evdev.lst 30264 -usr/lib/x86_64-linux-gnu/girepository-1.0/NMA-1.0.typelib 30263 -usr/lib/x86_64-linux-gnu/girepository-1.0/GnomeBluetooth-1.0.typelib 30262 -usr/lib/x86_64-linux-gnu/libgnome-bluetooth.so.13.0.1 30261 -usr/lib/x86_64-linux-gnu/libnotify.so.4.0.0 30260 -usr/lib/x86_64-linux-gnu/girepository-1.0/UPowerGlib-1.0.typelib 30259 -lib/systemd/system/upower.service 30258 -usr/lib/gnome-shell/libgvc.so 30256 -usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0.0.5 30255 -usr/lib/upower/upowerd 30254 -usr/lib/x86_64-linux-gnu/libupower-glib.so.3.0.1 30253 -var/lib/polkit-1/localauthority/10-vendor.d/systemd-networkd.pkla 30252 -var/lib/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla 30251 -var/lib/polkit-1/localauthority/10-vendor.d/gnome-control-center.pkla 30250 -etc/polkit-1/localauthority/10-vendor.d/org.boum.tails.pkla 30249 -etc/polkit-1/localauthority/10-vendor.d/org.boum.tails.cups.pkla 30248 -etc/polkit-1/localauthority/10-vendor.d/org.boum.tails.accounts.pkla 30247 -etc/systemd/sleep.conf 30246 -lib/systemd/system/suspend.target 30245 -lib/systemd/system/systemd-suspend.service 30244 -lib/systemd/system/sleep.target 30243 -lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 30242 -usr/lib/x86_64-linux-gnu/libimobiledevice.so.6.0.0 30241 -usr/lib/x86_64-linux-gnu/libplist.so.3.1.0 30240 -usr/lib/x86_64-linux-gnu/libusbmuxd.so.4.1.0 30239 -usr/lib/x86_64-linux-gnu/libgdm.so.1.0.0 30238 -usr/share/xsessions/gnome-classic.desktop 30237 -usr/share/xsessions/gnome.desktop 30236 -usr/share/gdm/BuiltInSessions/default.desktop 30235 -etc/UPower/UPower.conf 30234 -usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so 30233 -etc/ssl/certs/ca-certificates.crt 30232 -usr/lib/gnome-settings-daemon/gsd-wacom 30229 -usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so 30226 -usr/lib/x86_64-linux-gnu/libproxy.so.1.0.0 30225 -usr/lib/gnome-settings-daemon/gsd-xsettings 30222 -usr/lib/gnome-settings-daemon/gsd-clipboard 30219 -usr/lib/gnome-settings-daemon/gsd-color 30216 -usr/lib/gnome-settings-daemon/gsd-datetime 30213 -usr/lib/gnome-settings-daemon-3.0/libgsd.so 30212 -usr/lib/x86_64-linux-gnu/libcolord.so.2.0.5 30211 -usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.8 30210 -usr/lib/x86_64-linux-gnu/libgeoclue-2.so.0.0.0 30209 -usr/lib/gnome-settings-daemon/gsd-a11y-settings 30208 -usr/lib/gnome-settings-daemon/gsd-housekeeping 30205 -usr/lib/gnome-settings-daemon/gsd-keyboard 30202 -usr/lib/gnome-settings-daemon/gsd-media-keys 30199 -usr/lib/gnome-settings-daemon/gsd-mouse 30196 -usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so 30195 -usr/lib/gnome-settings-daemon/gsd-power 30192 -usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so 30191 -usr/lib/gnome-settings-daemon/gsd-print-notifications 30188 -usr/lib/gnome-settings-daemon/gsd-rfkill 30185 -usr/lib/x86_64-linux-gnu/libcups.so.2 30184 -usr/share/X11/locale/locale.alias 30183 -usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3 30182 -usr/lib/gnome-settings-daemon/gsd-screensaver-proxy 30179 -usr/share/X11/locale/locale.dir 30176 -usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE 30175 -usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so 30174 -usr/lib/gnome-settings-daemon/gsd-sharing 30173 -usr/lib/gnome-settings-daemon/gsd-smartcard 30170 -usr/lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop 30165 -usr/lib/gnome-settings-daemon/gsd-sound 30164 -lib/systemd/system/systemd-localed.service 30163 -usr/lib/dconf/dconf-service 30162 -lib/systemd/system/colord.service 30161 -usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9 30159 -usr/lib/colord/colord 30157 -usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so 30156 -usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so 30155 -lib/systemd/system/systemd-hostnamed.service 30152 -usr/bin/spice-vdagent 30148 -lib/systemd/systemd-localed 30147 -usr/lib/x86_64-linux-gnu/libcolordprivate.so.2.0.5 30146 -usr/lib/x86_64-linux-gnu/libgusb.so.2.0.10 30145 -usr/lib/x86_64-linux-gnu/colord-plugins/libcolord_sensor_camera.so 30138 -usr/lib/x86_64-linux-gnu/colord-plugins/libcolord_sensor_sane.so 30137 -usr/lib/x86_64-linux-gnu/colord-plugins/libcolord_sensor_scanner.so 30136 -usr/local/lib/tails-greeter 30135 -usr/share/color/icc/colord/BestRGB.icc 30134 -usr/share/tails/greeter/set-cursor.py 30133 -usr/share/color/icc/colord/BetaRGB.icc 30132 -lib/systemd/systemd-hostnamed 30131 -usr/share/color/icc/colord/BruceRGB.icc 30130 -etc/os-release 30129 -usr/share/color/icc/colord/Crayons.icc 30128 -usr/share/color/icc/colord/DonRGB4.icc 30127 -usr/share/color/icc/colord/ECI-RGBv1.icc 30126 -usr/share/color/icc/colord/ECI-RGBv2.icc 30125 -usr/share/color/icc/colord/EktaSpacePS5.icc 30124 -usr/share/icons/Adwaita/index.theme 30123 -usr/share/color/icc/colord/Gamma5000K.icc 30122 -usr/share/color/icc/colord/Gamma5500K.icc 30121 -usr/share/color/icc/colord/Gamma6500K.icc 30120 -usr/share/color/icc/colord/Rec709.icc 30119 -usr/share/icons/gnome/index.theme 30118 -usr/share/color/icc/colord/WideGamutRGB.icc 30117 -usr/share/color/icc/ghostscript/a98.icc 30116 -usr/share/color/icc/ghostscript/default_cmyk.icc 30115 -usr/share/color/icc/ghostscript/default_gray.icc 30114 -usr/share/color/icc/ghostscript/default_rgb.icc 30113 -usr/share/color/icc/ghostscript/esrgb.icc 30112 -usr/share/icons/hicolor/index.theme 30111 -usr/share/color/icc/ghostscript/gray_to_k.icc 30110 -usr/share/color/icc/ghostscript/lab.icc 30109 -usr/share/color/icc/ghostscript/ps_cmyk.icc 30108 -usr/share/color/icc/ghostscript/ps_gray.icc 30107 -usr/share/color/icc/ghostscript/ps_rgb.icc 30106 -usr/share/color/icc/ghostscript/rommrgb.icc 30105 -usr/share/color/icc/ghostscript/scrgb.icc 30104 -usr/share/color/icc/ghostscript/sgray.icc 30103 -usr/share/color/icc/ghostscript/srgb.icc 30102 -usr/lib/colord/colord-sane 30101 -usr/lib/x86_64-linux-gnu/libsane.so.1.0.27 30100 -usr/lib/python3/dist-packages/gi/overrides/Pango.py 30099 -usr/lib/python3/dist-packages/gi/overrides/GdkPixbuf.py 30098 -usr/lib/python3/dist-packages/gi/overrides/Gdk.py 30097 -usr/lib/x86_64-linux-gnu/girepository-1.0/GdkX11-3.0.typelib 30096 -usr/lib/x86_64-linux-gnu/libieee1284.so.3.2.2 30095 -usr/lib/x86_64-linux-gnu/libtiff.so.5.5.0 30094 -usr/lib/python3/dist-packages/gi/overrides/Gtk.py 30093 -usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0 30092 -usr/lib/x86_64-linux-gnu/libgphoto2.so.6.1.0 30091 -usr/lib/python3/dist-packages/gi/_gtktemplate.py 30090 -usr/lib/x86_64-linux-gnu/libgphoto2_port.so.12.0.0 30089 -usr/lib/x86_64-linux-gnu/libzstd.so.1.3.8 30088 -usr/lib/x86_64-linux-gnu/libjbig.so.0 30087 -usr/lib/x86_64-linux-gnu/libexif.so.12.3.3 30086 -usr/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png 30085 -usr/share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png 30084 -usr/share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png 30083 -usr/share/icons/Adwaita/cursors/watch 30082 -etc/sane.d/dll.d/hplip 30081 -etc/sane.d/dll.conf 30080 -usr/lib/x86_64-linux-gnu/sane/libsane-xerox_mfp.so.1.0.27 30079 -etc/sane.d/xerox_mfp.conf 30078 -usr/lib/x86_64-linux-gnu/sane/libsane-umax1220u.so.1.0.27 30077 -etc/sane.d/umax1220u.conf 30076 -usr/lib/x86_64-linux-gnu/sane/libsane-umax.so.1.0.27 30075 -etc/sane.d/umax.conf 30074 -usr/lib/x86_64-linux-gnu/sane/libsane-u12.so.1.0.27 30072 -etc/sane.d/u12.conf 30071 -usr/lib/x86_64-linux-gnu/sane/libsane-teco3.so.1.0.27 30070 -etc/sane.d/teco3.conf 30068 -usr/lib/x86_64-linux-gnu/sane/libsane-teco2.so.1.0.27 30067 -usr/share/fonts/opentype/cantarell/Cantarell-Regular.otf 30066 -etc/sane.d/teco2.conf 30065 -usr/lib/x86_64-linux-gnu/sane/libsane-teco1.so.1.0.27 30064 -usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf 30063 -etc/sane.d/teco1.conf 30062 -usr/lib/x86_64-linux-gnu/sane/libsane-tamarack.so.1.0.27 30061 -etc/sane.d/tamarack.conf 30060 -usr/lib/x86_64-linux-gnu/sane/libsane-sp15c.so.1.0.27 30059 -etc/sane.d/sp15c.conf 30058 -usr/lib/x86_64-linux-gnu/sane/libsane-snapscan.so.1.0.27 30057 -etc/sane.d/snapscan.conf 30056 -usr/lib/x86_64-linux-gnu/sane/libsane-sm3840.so.1.0.27 30055 -usr/lib/x86_64-linux-gnu/sane/libsane-sm3600.so.1.0.27 30054 -usr/lib/x86_64-linux-gnu/sane/libsane-sharp.so.1.0.27 30053 -etc/sane.d/sharp.conf 30052 -usr/lib/x86_64-linux-gnu/sane/libsane-sceptre.so.1.0.27 30051 -etc/sane.d/sceptre.conf 30050 -usr/lib/x86_64-linux-gnu/sane/libsane-s9036.so.1.0.27 30049 -etc/sane.d/s9036.conf 30048 -usr/lib/x86_64-linux-gnu/sane/libsane-rts8891.so.1.0.27 30047 -usr/share/tails/greeter/tails-greeter.py 30046 -etc/sane.d/rts8891.conf 30045 -usr/lib/x86_64-linux-gnu/sane/libsane-ricoh.so.1.0.27 30044 -etc/sane.d/ricoh.conf 30043 -usr/lib/x86_64-linux-gnu/sane/libsane-qcam.so.1.0.27 30042 -etc/sane.d/qcam.conf 30041 -usr/lib/x86_64-linux-gnu/sane/libsane-plustek.so.1.0.27 30040 -etc/sane.d/plustek.conf 30039 -usr/lib/x86_64-linux-gnu/sane/libsane-pixma.so.1.0.27 30038 -etc/sane.d/pixma.conf 30037 -usr/lib/ibus/ibus-engine-simple 30036 -usr/lib/gnome-settings-daemon/gsd-backlight-helper 30035 -usr/share/icons/Adwaita/16x16/status/battery-good-symbolic.symbolic.png 30034 -usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1920x1080.svg 30033 -usr/share/icons/Adwaita/48x48/status/battery-good-symbolic.symbolic.png 30032 -usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so 30031 -usr/share/themes/Default/gtk-3.0/gtk-keys.css 30030 -usr/lib/python3.7/logging/config.py 30029 -usr/lib/python3.7/logging/handlers.py 30028 -usr/lib/x86_64-linux-gnu/sane/libsane-pie.so.1.0.27 30026 -usr/share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png 30025 -usr/share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png 30024 -usr/local/lib/udev-watchdog-wrapper 30023 -usr/lib/python3/dist-packages/tailsgreeter/__init__.py 30022 -usr/lib/python3/dist-packages/tailsgreeter/errors.py 30021 -usr/lib/python3/dist-packages/tailsgreeter/greeter.py 30020 -usr/lib/python3/dist-packages/tailsgreeter/gdmclient.py 30019 -etc/sane.d/pie.conf 30018 -usr/lib/x86_64-linux-gnu/sane/libsane-niash.so.1.0.27 30017 -usr/lib/x86_64-linux-gnu/sane/libsane-nec.so.1.0.27 30016 -etc/sane.d/nec.conf 30015 -usr/lib/x86_64-linux-gnu/sane/libsane-mustek_usb2.so.1.0.27 30014 -usr/lib/x86_64-linux-gnu/sane/libsane-mustek_usb.so.1.0.27 30013 -etc/sane.d/mustek_usb.conf 30012 -usr/lib/x86_64-linux-gnu/sane/libsane-mustek.so.1.0.27 30011 -etc/sane.d/mustek.conf 30010 -usr/lib/x86_64-linux-gnu/sane/libsane-microtek2.so.1.0.27 30009 -etc/sane.d/microtek2.conf 30008 -usr/lib/x86_64-linux-gnu/sane/libsane-microtek.so.1.0.27 30007 -etc/sane.d/microtek.conf 30006 -usr/lib/x86_64-linux-gnu/sane/libsane-matsushita.so.1.0.27 30005 -etc/sane.d/matsushita.conf 30004 -usr/lib/x86_64-linux-gnu/sane/libsane-magicolor.so.1.0.27 30003 -usr/lib/x86_64-linux-gnu/libnetsnmp.so.30.0.3 30002 -etc/sane.d/magicolor.conf 30001 -etc/snmp/snmp.conf 30000 -usr/lib/python3/dist-packages/tailsgreeter/config.py 29999 -usr/share/snmp/mibs/GNOME-SMI.txt 29998 -usr/lib/python3/dist-packages/tailsgreeter/settings/__init__.py 29997 -usr/lib/python3/dist-packages/tailsgreeter/settings/localization.py 29996 -usr/lib/python3/dist-packages/pycountry/__init__.py 29995 -usr/share/snmp/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt 29994 -usr/share/snmp/mibs/IANA-LANGUAGE-MIB.txt 29993 -usr/share/snmp/mibs/IANA-RTPROTO-MIB.txt 29992 -usr/share/snmp/mibs/IANAifType-MIB.txt 29991 -usr/share/snmp/mibs/LM-SENSORS-MIB.txt 29990 -usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt 29989 -usr/share/snmp/mibs/NET-SNMP-EXAMPLES-MIB.txt 29988 -usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt 29987 -usr/share/snmp/mibs/NET-SNMP-MIB.txt 29986 -usr/share/snmp/mibs/NET-SNMP-MONITOR-MIB.txt 29985 -usr/share/snmp/mibs/NET-SNMP-PASS-MIB.txt 29984 -usr/share/snmp/mibs/NET-SNMP-PERIODIC-NOTIFY-MIB.txt 29983 -usr/share/snmp/mibs/NET-SNMP-SYSTEM-MIB.txt 29982 -usr/share/snmp/mibs/NET-SNMP-TC.txt 29981 -usr/share/snmp/mibs/NET-SNMP-VACM-MIB.txt 29980 -usr/share/snmp/mibs/RFC-1215.txt 29979 -usr/share/snmp/mibs/SNMP-TLS-TM-MIB.txt 29978 -usr/share/snmp/mibs/SNMP-TSM-MIB.txt 29977 -usr/share/snmp/mibs/UCD-DEMO-MIB.txt 29976 -usr/share/snmp/mibs/UCD-DISKIO-MIB.txt 29975 -usr/share/snmp/mibs/UCD-DLMOD-MIB.txt 29974 -usr/share/snmp/mibs/UCD-IPFILTER-MIB.txt 29973 -usr/share/snmp/mibs/UCD-IPFWACC-MIB.txt 29972 -usr/share/snmp/mibs/UCD-SNMP-MIB-OLD.txt 29971 -usr/share/snmp/mibs/UCD-SNMP-MIB.txt 29970 -usr/share/snmp/mibs/miblist.txt 29969 -usr/lib/python3/dist-packages/pycountry/db.py 29968 -usr/lib/python3.7/json/__init__.py 29967 -usr/lib/python3.7/json/decoder.py 29966 -usr/lib/python3.7/json/scanner.py 29965 -usr/lib/x86_64-linux-gnu/sane/libsane-ma1509.so.1.0.27 29964 -usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so 29963 -usr/lib/python3.7/json/encoder.py 29962 +usr/lib/python3/dist-packages/yaml/parser.py 31526 +usr/lib/python3/dist-packages/yaml/composer.py 31525 +usr/lib/python3/dist-packages/yaml/constructor.py 31524 +usr/lib/python3/dist-packages/yaml/resolver.py 31523 +usr/lib/x86_64-linux-gnu/libpng16.so.16.36.0 31522 +usr/lib/python3/dist-packages/yaml/dumper.py 31521 +usr/lib/python3/dist-packages/yaml/emitter.py 31520 +usr/share/laptop-mode-tools/modules/sched-smt-power-savings 31519 +usr/lib/python3/dist-packages/yaml/serializer.py 31518 +usr/lib/xorg/protocol.txt 31517 +usr/share/X11/xorg.conf.d/10-amdgpu.conf 31516 +usr/share/X11/xorg.conf.d/10-quirks.conf 31515 +usr/share/X11/xorg.conf.d/10-radeon.conf 31514 +usr/share/X11/xorg.conf.d/40-libinput.conf 31513 +usr/share/X11/xorg.conf.d/90-tails.conf 31512 +usr/share/laptop-mode-tools/modules/start-stop-programs 31509 +usr/lib/python3/dist-packages/yaml/representer.py 31508 +usr/lib/xorg/modules/extensions/libglx.so 31507 +usr/lib/x86_64-linux-gnu/libGL.so.1.7.0 31506 +usr/lib/python3/dist-packages/yaml/cyaml.py 31505 +usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0 31503 +usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0 31502 +usr/lib/python3/dist-packages/_yaml.cpython-37m-x86_64-linux-gnu.so 31501 +usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.5 31500 +usr/lib/xorg/modules/drivers/modesetting_drv.so 31499 +usr/lib/xorg/modules/drivers/fbdev_drv.so 31498 +usr/lib/xorg/modules/drivers/vesa_drv.so 31497 +usr/lib/xorg/modules/libfbdevhw.so 31496 +usr/lib/xorg/modules/libglamoregl.so 31495 +usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0 31494 +usr/lib/x86_64-linux-gnu/libepoxy.so.0.0.0 31493 +usr/share/laptop-mode-tools/modules/syslog-conf 31492 +usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0 31491 +usr/share/drirc.d/00-mesa-defaults.conf 31490 +usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0 31489 +usr/lib/x86_64-linux-gnu/dri/i965_dri.so 31488 +usr/share/laptop-mode-tools/modules/terminal-blanking 31487 +usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0 31486 +usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1 31485 +usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0 31484 +usr/share/laptop-mode-tools/modules/vgaswitcheroo 31483 +usr/share/laptop-mode-tools/modules/video-out 31482 +usr/share/laptop-mode-tools/modules/wireless-ipw-power 31481 +usr/share/laptop-mode-tools/modules/wireless-iwl-power 31480 +usr/share/laptop-mode-tools/modules/wireless-power 31479 +sbin/iw 31478 +bin/cpio 31477 +usr/lib/x86_64-linux-gnu/libEGL.so.1.1.0 31476 +usr/share/glvnd/egl_vendor.d/50_mesa.json 31475 +usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0 31474 +usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 31473 +usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0 31472 +usr/lib/x86_64-linux-gnu/libwayland-client.so.0.3.0 31471 +usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 31470 +usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 31469 +usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 31468 +usr/lib/xorg/modules/libfb.so 31466 +usr/share/fonts/X11/Type1/fonts.dir 31465 +usr/share/X11/xkb/rules/evdev 31464 +usr/bin/xkbcomp 31463 +usr/lib/x86_64-linux-gnu/libxkbfile.so.1.0.2 31462 +usr/share/X11/xkb/keycodes/evdev 31461 +usr/share/X11/xkb/keycodes/aliases 31460 +usr/share/X11/xkb/geometry/pc 31459 +usr/share/X11/xkb/types/complete 31458 +usr/share/X11/xkb/types/basic 31457 +usr/share/X11/xkb/types/mousekeys 31456 +usr/share/X11/xkb/types/pc 31455 +usr/share/X11/xkb/types/iso9995 31454 +usr/share/X11/xkb/types/level5 31453 +usr/share/X11/xkb/types/extra 31452 +usr/share/X11/xkb/types/numpad 31451 +usr/share/X11/xkb/compat/complete 31450 +usr/share/X11/xkb/compat/basic 31449 +usr/share/X11/xkb/compat/ledcaps 31448 +usr/share/X11/xkb/compat/lednum 31447 +usr/share/X11/xkb/compat/iso9995 31446 +usr/share/X11/xkb/compat/mousekeys 31445 +usr/share/X11/xkb/compat/accessx 31444 +usr/share/X11/xkb/compat/misc 31443 +usr/share/X11/xkb/compat/ledscroll 31442 +usr/share/X11/xkb/compat/xfree86 31441 +usr/share/X11/xkb/compat/level5 31440 +usr/share/X11/xkb/compat/caps 31439 +usr/share/X11/xkb/symbols/pc 31438 +usr/share/X11/xkb/symbols/srvr_ctrl 31437 +usr/share/X11/xkb/symbols/keypad 31436 +usr/share/X11/xkb/symbols/altwin 31435 +usr/share/X11/xkb/symbols/us 31434 +usr/share/X11/xkb/symbols/inet 31433 +usr/lib/xorg/modules/input/libinput_drv.so 31409 +usr/lib/x86_64-linux-gnu/libinput.so.10.13.0 31408 +usr/lib/x86_64-linux-gnu/libmtdev.so.1.0.0 31407 +usr/lib/x86_64-linux-gnu/libevdev.so.2.2.0 31406 +usr/lib/x86_64-linux-gnu/libwacom.so.2.6.1 31405 +usr/share/libinput/10-generic-keyboard.quirks 31403 +usr/share/libinput/10-generic-lid.quirks 31402 +usr/share/libinput/10-generic-trackball.quirks 31401 +usr/share/libinput/30-vendor-aiptek.quirks 31400 +usr/share/libinput/30-vendor-alps.quirks 31399 +usr/share/libinput/30-vendor-contour.quirks 31398 +usr/share/libinput/30-vendor-cyapa.quirks 31397 +usr/share/libinput/30-vendor-elantech.quirks 31396 +usr/share/libinput/30-vendor-huion.quirks 31395 +usr/share/libinput/30-vendor-ibm.quirks 31394 +usr/share/libinput/30-vendor-kensington.quirks 31393 +usr/share/libinput/30-vendor-logitech.quirks 31392 +usr/share/libinput/30-vendor-microsoft.quirks 31391 +usr/share/libinput/30-vendor-razer.quirks 31390 +usr/share/libinput/30-vendor-synaptics.quirks 31389 +usr/share/libinput/30-vendor-vmware.quirks 31388 +usr/share/libinput/30-vendor-wacom.quirks 31387 +usr/share/libinput/50-system-acer.quirks 31386 +usr/share/libinput/50-system-apple.quirks 31385 +usr/share/libinput/50-system-asus.quirks 31384 +usr/share/libinput/50-system-chicony.quirks 31383 +usr/share/libinput/50-system-cyborg.quirks 31382 +usr/share/libinput/50-system-dell.quirks 31381 +usr/share/libinput/50-system-google.quirks 31380 +usr/share/libinput/50-system-hp.quirks 31379 +usr/share/libinput/50-system-lenovo.quirks 31378 +usr/share/libinput/50-system-system76.quirks 31377 +usr/share/dbus-1/session.conf 31361 +etc/dbus-1/session.d/im.pidgin.purple.PurpleService.conf 31360 +usr/share/dbus-1/services/ca.desrt.dconf.service 31359 +usr/share/dbus-1/services/org.a11y.Bus.service 31358 +usr/share/dbus-1/services/org.fedoraproject.Config.Printing.service 31357 +usr/share/dbus-1/services/org.freedesktop.ColorHelper.service 31356 +usr/share/dbus-1/services/org.freedesktop.FileManager1.service 31355 +usr/share/dbus-1/services/org.freedesktop.IBus.service 31354 +usr/share/dbus-1/services/org.freedesktop.Tracker1.service 31353 +usr/share/dbus-1/services/org.freedesktop.impl.portal.PermissionStore.service 31352 +usr/share/dbus-1/services/org.freedesktop.portal.Desktop.service 31351 +usr/share/dbus-1/services/org.freedesktop.portal.Documents.service 31350 +usr/share/dbus-1/services/org.freedesktop.portal.IBus.service 31349 +usr/share/dbus-1/services/org.freedesktop.secrets.service 31348 +usr/share/dbus-1/services/org.gnome.Calculator.SearchProvider.service 31347 +usr/share/dbus-1/services/org.gnome.ControlCenter.SearchProvider.service 31346 +usr/share/dbus-1/services/org.gnome.ControlCenter.service 31345 +usr/share/dbus-1/services/org.gnome.DiskUtility.service 31344 +usr/share/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service 31343 +usr/share/dbus-1/services/org.gnome.FileRoller.service 31342 +usr/share/dbus-1/services/org.gnome.Nautilus.service 31341 +usr/share/dbus-1/services/org.gnome.Screenshot.service 31340 +usr/share/dbus-1/services/org.gnome.Shell.CalendarServer.service 31339 +usr/share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service 31338 +usr/share/dbus-1/services/org.gnome.Shell.PortalHelper.service 31337 +usr/share/dbus-1/services/org.gnome.SoundJuicer.service 31336 +usr/share/dbus-1/services/org.gnome.Terminal.service 31335 +usr/share/dbus-1/services/org.gnome.Totem.service 31334 +usr/share/dbus-1/services/org.gnome.evince.Daemon.service 31333 +usr/share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service 31332 +usr/share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service 31331 +usr/share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service 31330 +usr/share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service 31329 +usr/share/dbus-1/services/org.gnome.gedit.service 31328 +usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service 31327 +usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service 31326 +usr/share/dbus-1/services/org.gnome.keyring.service 31325 +usr/share/dbus-1/services/org.gnome.seahorse.Application.service 31324 +usr/share/dbus-1/services/org.gnome.seahorse.service 31323 +usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service 31322 +usr/share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service 31321 +usr/share/dbus-1/services/org.gtk.vfs.Daemon.service 31320 +usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service 31319 +usr/share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service 31318 +usr/share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service 31317 +usr/share/dbus-1/services/org.gtk.vfs.Metadata.service 31316 +usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service 31315 +usr/bin/gnome-session 31313 +usr/bin/gsettings 31312 +usr/share/glib-2.0/schemas/gschemas.compiled 31311 +usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so 31310 +usr/share/dconf/profile/gdm 31309 +usr/lib/gnome-session/gnome-session-binary 31307 +usr/lib/x86_64-linux-gnu/libgnome-desktop-3.so.17.0.3 31306 +usr/lib/x86_64-linux-gnu/libjson-glib-1.0.so.0.400.4 31305 +usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2404.1 31304 +usr/lib/x86_64-linux-gnu/libgdk-3.so.0.2404.1 31303 +usr/lib/x86_64-linux-gnu/libcairo.so.2.11600.0 31302 +usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3800.1 31301 +usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4200.3 31300 +usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 31299 +usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 31298 +usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 31297 +usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2.11600.0 31296 +usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.23009.1 31295 +usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0.0.0 31294 +usr/lib/x86_64-linux-gnu/libxkbcommon.so.0.0.0 31293 +usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0.0.0 31292 +usr/lib/x86_64-linux-gnu/libwayland-egl.so.1.0.0 31291 +usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.20301.0 31290 +usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4200.3 31289 +usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4200.3 31288 +usr/lib/x86_64-linux-gnu/libfontconfig.so.1.12.0 31287 +usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 31286 +usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 31285 +usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 31284 +usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 31283 +usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 31282 +usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 31281 +usr/lib/x86_64-linux-gnu/libatspi.so.0.0.1 31280 +usr/lib/x86_64-linux-gnu/libgraphite2.so.3.2.1 31279 +usr/lib/x86_64-linux-gnu/libthai.so.0.3.1 31278 +usr/lib/x86_64-linux-gnu/libfribidi.so.0.4.0 31277 +usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.5 31276 +usr/lib/gnome-session/gnome-session-check-accelerated 31274 +usr/share/locale/en/LC_MESSAGES/gtk30.mo 31273 +usr/share/locale/en/LC_MESSAGES/gtk30-properties.mo 31272 +usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0 31271 +usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 31270 +usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0 31269 +usr/lib/systemd/user/at-spi-dbus-bus.service 31268 +usr/lib/at-spi2-core/at-spi-bus-launcher 31266 +etc/dconf/profile/user 31265 +bin/gzip 31263 +usr/bin/xz 31262 +usr/share/defaults/at-spi2/accessibility.conf 31261 +usr/share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service 31260 +usr/lib/at-spi2-core/at-spi2-registryd 31259 +usr/lib/gnome-session/gnome-session-check-accelerated-gl-helper 31258 +usr/share/gnome-session/hardware-compatibility 31257 +usr/share/gnome-session/sessions/gdm-tails.session 31254 +usr/share/gdm/greeter/applications/gdm-shell-tails.desktop 31253 +usr/share/applications/tails-greeter.desktop 31252 +etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop 31251 +etc/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop 31250 +etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop 31249 +etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop 31248 +etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop 31247 +etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop 31246 +etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop 31245 +etc/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop 31244 +etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop 31243 +etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop 31242 +etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop 31241 +etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop 31240 +etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop 31239 +etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop 31238 +etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop 31237 +etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop 31236 +etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop 31235 +usr/share/gdm/greeter/autostart/orca-autostart.desktop 31234 +etc/xdg/autostart/spice-vdagent.desktop 31233 +usr/lib/x86_64-linux-gnu/glib-2.0/gio-launch-desktop 31230 +usr/bin/gnome-shell 31229 +usr/lib/gnome-shell/libgnome-shell.so 31228 +usr/lib/libgjs.so.0.0.0 31227 +usr/lib/x86_64-linux-gnu/mutter/libmutter-clutter-3.so 31226 +usr/lib/x86_64-linux-gnu/mutter/libmutter-cogl-pango-3.so 31225 +usr/lib/x86_64-linux-gnu/libmutter-3.so.0.0.0 31224 +usr/lib/gnome-shell/libgnome-shell-menu.so 31223 +usr/lib/gnome-shell/libst-1.0.so 31222 +usr/lib/x86_64-linux-gnu/mutter/libmutter-cogl-3.so 31221 +usr/lib/x86_64-linux-gnu/libstartup-notification-1.so.0.0.0 31220 +usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5 31219 +usr/lib/x86_64-linux-gnu/libcanberra-gtk3.so.0.1.9 31218 +usr/lib/x86_64-linux-gnu/libpolkit-agent-1.so.0.0.0 31217 +usr/lib/x86_64-linux-gnu/libgcr-base-3.so.1.0.0 31216 +usr/lib/x86_64-linux-gnu/libnm.so.0.1.0 31215 +usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0 31214 +usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1404.0 31213 +usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.1404.0 31212 +usr/lib/x86_64-linux-gnu/libmozjs-60.so.0.0.0 31211 +usr/lib/x86_64-linux-gnu/mutter/libmutter-cogl-path-3.so 31210 +usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0.0.0 31209 +usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0 31208 +usr/lib/x86_64-linux-gnu/libxcb-res.so.0.0.0 31207 +usr/lib/x86_64-linux-gnu/libpipewire-0.2.so.1.205.0 31206 +usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1 31205 +usr/lib/x86_64-linux-gnu/libxcb-util.so.0.0.0 31204 +usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.7 31203 +usr/lib/x86_64-linux-gnu/libtdb.so.1.3.16 31202 +usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 31201 +usr/lib/x86_64-linux-gnu/libgck-1.so.0.0.0 31200 +usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0 31199 +usr/lib/x86_64-linux-gnu/libgnutls.so.30.23.2 31198 +usr/lib/x86_64-linux-gnu/libicui18n.so.63.1 31197 +usr/lib/x86_64-linux-gnu/libicuuc.so.63.1 31196 +usr/lib/x86_64-linux-gnu/libicudata.so.63.1 31195 +usr/lib/x86_64-linux-gnu/libxcb-xkb.so.1.0.0 31194 +usr/lib/x86_64-linux-gnu/libxml2.so.2.9.4 31193 +usr/lib/x86_64-linux-gnu/libidn2.so.0.3.4 31192 +usr/lib/x86_64-linux-gnu/libunistring.so.2.1.0 31191 +usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.5 31190 +usr/lib/x86_64-linux-gnu/libnettle.so.6.5 31189 +usr/lib/x86_64-linux-gnu/libhogweed.so.4.5 31188 +usr/lib/x86_64-linux-gnu/libgmp.so.10.3.2 31187 +usr/share/libwacom/xp-pen-star03.tablet 31186 +usr/share/libwacom/serial-wacf004.tablet 31185 +usr/share/libwacom/one-by-wacom-s-p.tablet 31184 +usr/share/libwacom/one-by-wacom-s-p2.tablet 31183 +usr/share/libwacom/one-by-wacom-m-p.tablet 31182 +usr/share/libwacom/one-by-wacom-m-p2.tablet 31181 +usr/share/libwacom/n-trig-pen.tablet 31180 +usr/share/libwacom/mobilestudio-pro-16.tablet 31179 +usr/share/libwacom/mobilestudio-pro-13.tablet 31178 +usr/share/libwacom/isdv4-ef.tablet 31177 +usr/share/libwacom/isdv4-ed.tablet 31176 +usr/share/libwacom/isdv4-ec.tablet 31175 +usr/share/libwacom/isdv4-e6.tablet 31174 +usr/share/libwacom/isdv4-e5.tablet 31173 +usr/share/libwacom/isdv4-e3.tablet 31172 +usr/share/libwacom/isdv4-e2.tablet 31171 +usr/share/libwacom/isdv4-93.tablet 31170 +usr/share/libwacom/isdv4-90.tablet 31169 +usr/share/libwacom/isdv4-516b.tablet 31168 +usr/share/libwacom/isdv4-5150.tablet 31167 +usr/share/libwacom/isdv4-5146.tablet 31166 +usr/share/libwacom/isdv4-5122.tablet 31165 +usr/share/libwacom/isdv4-5110.tablet 31164 +usr/share/libwacom/isdv4-50fd.tablet 31163 +usr/share/libwacom/isdv4-50f8.tablet 31162 +usr/share/libwacom/isdv4-50f1.tablet 31161 +usr/share/libwacom/isdv4-50b8.tablet 31160 +usr/share/libwacom/isdv4-50b6.tablet 31159 +usr/share/libwacom/isdv4-50b4.tablet 31158 +usr/share/libwacom/isdv4-509d.tablet 31157 +usr/share/libwacom/isdv4-5099.tablet 31156 +usr/share/libwacom/isdv4-5090.tablet 31155 +usr/share/libwacom/isdv4-504a.tablet 31154 +usr/share/libwacom/isdv4-5048.tablet 31153 +usr/share/libwacom/isdv4-5044.tablet 31152 +usr/share/libwacom/isdv4-5040.tablet 31151 +usr/share/libwacom/isdv4-503f.tablet 31150 +usr/share/libwacom/isdv4-503e.tablet 31149 +usr/share/libwacom/isdv4-502a.tablet 31148 +usr/share/libwacom/isdv4-5014.tablet 31147 +usr/share/libwacom/isdv4-5013.tablet 31146 +usr/share/libwacom/isdv4-5010.tablet 31145 +usr/share/libwacom/isdv4-5002.tablet 31144 +usr/share/libwacom/isdv4-5000.tablet 31143 +usr/share/libwacom/isdv4-486a.tablet 31142 +usr/share/libwacom/isdv4-485e.tablet 31141 +usr/share/libwacom/isdv4-484c.tablet 31140 +usr/share/libwacom/isdv4-4831.tablet 31139 +usr/share/libwacom/isdv4-4824.tablet 31138 +usr/share/libwacom/isdv4-4822.tablet 31137 +usr/share/libwacom/isdv4-481a.tablet 31136 +usr/share/libwacom/isdv4-4814.tablet 31135 +usr/share/libwacom/isdv4-4809.tablet 31134 +usr/share/libwacom/isdv4-4807.tablet 31133 +usr/share/libwacom/isdv4-4800.tablet 31132 +usr/share/libwacom/isdv4-4004.tablet 31131 +usr/share/libwacom/isdv4-12c.tablet 31130 +usr/share/libwacom/isdv4-124.tablet 31129 +usr/share/libwacom/isdv4-117.tablet 31128 +usr/share/libwacom/isdv4-116.tablet 31127 +usr/share/libwacom/isdv4-114.tablet 31126 +usr/share/libwacom/isdv4-10f.tablet 31125 +usr/share/libwacom/isdv4-10e.tablet 31124 +usr/share/libwacom/isdv4-10d.tablet 31123 +usr/share/libwacom/isdv4-104.tablet 31122 +usr/share/libwacom/isdv4-101.tablet 31121 +usr/share/libwacom/isdv4-100.tablet 31120 +usr/share/libwacom/intuos-s-pt.tablet 31119 +usr/share/libwacom/intuos-s-p.tablet 31118 +usr/share/libwacom/intuos-s-pt2.tablet 31117 +usr/share/libwacom/intuos-s-p3-wl.tablet 31116 +usr/share/libwacom/intuos-s-p3.tablet 31115 +usr/share/libwacom/intuos-s-p2.tablet 31114 +usr/share/libwacom/intuos-pro-s.tablet 31113 +usr/share/libwacom/intuos-pro-m.tablet 31112 +usr/share/libwacom/intuos-pro-l.tablet 31111 +usr/share/libwacom/intuos-pro-2-m-wl.tablet 31110 +usr/share/libwacom/intuos-pro-2-m.tablet 31109 +usr/share/libwacom/intuos-pro-2-l-wl.tablet 31108 +usr/share/libwacom/intuos-pro-2-l.tablet 31107 +usr/share/libwacom/intuos-m-pt.tablet 31106 +usr/share/libwacom/intuos-m-p.tablet 31105 +usr/share/libwacom/intuos-m-pt2.tablet 31104 +usr/share/libwacom/intuos-m-p3-wl.tablet 31103 +usr/share/libwacom/intuos-m-p3.tablet 31102 +usr/share/libwacom/intuos-m-p2.tablet 31101 +usr/share/libwacom/intuos-9x12.tablet 31100 +usr/share/libwacom/intuos-6x8.tablet 31099 +usr/share/libwacom/intuos5-touch-s.tablet 31098 +usr/share/libwacom/intuos5-touch-m.tablet 31097 +usr/share/libwacom/intuos5-touch-l.tablet 31096 +usr/share/libwacom/intuos5-s.tablet 31095 +usr/share/libwacom/intuos5-m.tablet 31094 +usr/share/libwacom/intuos-4x5.tablet 31093 +usr/share/libwacom/intuos4-8x13.tablet 31092 +usr/share/libwacom/intuos4-6x9-wl.tablet 31091 +usr/share/libwacom/intuos4-6x9.tablet 31090 +usr/share/libwacom/intuos4-4x6.tablet 31089 +usr/share/libwacom/intuos4-12x19.tablet 31088 +usr/share/libwacom/intuos3-9x12.tablet 31087 +usr/share/libwacom/intuos3-6x8.tablet 31086 +usr/share/libwacom/intuos3-6x11.tablet 31085 +usr/share/libwacom/intuos3-4x6.tablet 31084 +usr/share/libwacom/intuos3-4x5.tablet 31083 +usr/share/libwacom/intuos3-12x19.tablet 31082 +usr/share/libwacom/intuos3-12x12.tablet 31081 +usr/share/libwacom/intuos2-9x12.tablet 31080 +usr/share/libwacom/intuos2-6x8.tablet 31079 +usr/share/libwacom/intuos2-4x5.tablet 31078 +usr/share/libwacom/intuos2-12x18.tablet 31077 +usr/share/libwacom/intuos2-12x12.tablet 31076 +usr/share/libwacom/intuos-12x18.tablet 31075 +usr/share/libwacom/intuos-12x12.tablet 31074 +usr/share/libwacom/huion-h610-pro.tablet 31073 +usr/share/libwacom/graphire-wireless-8x6.tablet 31072 +usr/share/libwacom/graphire-usb.tablet 31071 +usr/share/libwacom/graphire4-6x8.tablet 31070 +usr/share/libwacom/graphire4-4x5.tablet 31069 +usr/share/libwacom/graphire3-6x8.tablet 31068 +usr/share/libwacom/graphire3-4x5.tablet 31067 +usr/share/libwacom/graphire2-5x7.tablet 31066 +usr/share/libwacom/graphire2-4x5.tablet 31065 +usr/share/libwacom/generic.tablet 31064 +usr/share/libwacom/elan-2537.tablet 31063 +usr/share/libwacom/elan-24db.tablet 31062 +usr/share/libwacom/elan-22e2.tablet 31061 +usr/share/libwacom/ek-remote.tablet 31060 +usr/share/libwacom/dtu-2231.tablet 31059 +usr/share/libwacom/dtu-1931.tablet 31058 +usr/share/libwacom/dtu-1631.tablet 31057 +usr/share/libwacom/dtu-1141.tablet 31056 +usr/share/libwacom/dtu-1141b.tablet 31055 +usr/share/libwacom/dtu-1031x.tablet 31054 +usr/share/libwacom/dtu-1031.tablet 31053 +usr/share/libwacom/dtk-2451.tablet 31052 +usr/share/libwacom/dtk-2241.tablet 31051 +usr/share/libwacom/dtk-1651.tablet 31050 +usr/share/libwacom/dti-520.tablet 31049 +usr/share/libwacom/dth-2452.tablet 31048 +usr/share/libwacom/dth-2242.tablet 31047 +usr/share/libwacom/dth-1152.tablet 31046 +usr/share/libwacom/dtf-720.tablet 31045 +usr/share/libwacom/dell-canvas-27.tablet 31044 +usr/share/libwacom/cintiq-pro-32.tablet 31043 +usr/share/libwacom/cintiq-pro-24-pt.tablet 31042 +usr/share/libwacom/cintiq-pro-24-p.tablet 31041 +usr/share/libwacom/cintiq-pro-16.tablet 31040 +usr/share/libwacom/cintiq-pro-13.tablet 31039 +usr/share/libwacom/cintiq-companion.tablet 31038 +usr/share/libwacom/cintiq-companion-hybrid.tablet 31037 +usr/share/libwacom/cintiq-companion-2.tablet 31036 +usr/share/libwacom/cintiq-27hdt.tablet 31035 +usr/share/libwacom/cintiq-27hd.tablet 31034 +usr/share/libwacom/cintiq-24hd-touch.tablet 31033 +usr/share/libwacom/cintiq-24hd.tablet 31032 +usr/share/libwacom/cintiq-22hdt.tablet 31031 +usr/share/libwacom/cintiq-22hd.tablet 31030 +usr/share/libwacom/cintiq-21ux.tablet 31029 +usr/share/libwacom/cintiq-21ux2.tablet 31028 +usr/share/libwacom/cintiq-20wsx.tablet 31027 +usr/share/libwacom/cintiq-13hdt.tablet 31026 +usr/share/libwacom/cintiq-13hd.tablet 31025 +usr/share/libwacom/cintiq-12wx.tablet 31024 +usr/share/libwacom/bamboo-pad-wireless.tablet 31023 +usr/share/libwacom/bamboo-pad.tablet 31022 +usr/share/libwacom/bamboo-one.tablet 31021 +usr/share/libwacom/bamboo-4fg-s-t.tablet 31020 +usr/share/libwacom/bamboo-4fg-s-pt.tablet 31019 +usr/share/libwacom/bamboo-4fg-se-s-pt.tablet 31018 +usr/share/libwacom/bamboo-4fg-se-m-pt.tablet 31017 +usr/share/libwacom/bamboo-4fg-fun-s.tablet 31016 +usr/share/libwacom/bamboo-4fg-fun-m.tablet 31015 +usr/share/libwacom/bamboo-2fg-s-t.tablet 31014 +usr/share/libwacom/bamboo-2fg-s-pt.tablet 31013 +usr/share/libwacom/bamboo-2fg-s-p.tablet 31012 +usr/share/libwacom/bamboo-2fg-m-p.tablet 31011 +usr/share/libwacom/bamboo-2fg-fun-s-pt.tablet 31010 +usr/share/libwacom/bamboo-2fg-fun-m-pt.tablet 31009 +usr/share/libwacom/bamboo-16fg-s-t.tablet 31008 +usr/share/libwacom/bamboo-16fg-s-pt.tablet 31007 +usr/share/libwacom/bamboo-16fg-s-p.tablet 31006 +usr/share/libwacom/bamboo-16fg-m-pt.tablet 31005 +usr/share/libwacom/bamboo-0fg-s-p.tablet 31004 +usr/share/libwacom/libwacom.stylus 31003 +usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache 31002 +usr/lib/x86_64-linux-gnu/libcanberra-0.30/libcanberra-pulse.so 31001 +usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecore-12.2.so 30999 +usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.28.0 30998 +usr/lib/x86_64-linux-gnu/libspeexdsp.so.1.5.0 30997 +usr/lib/x86_64-linux-gnu/libsoxr.so.0.1.1 30996 +usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 30995 +etc/pulse/daemon.conf 30994 +etc/pulse/default.pa 30993 +usr/lib/pulse-12.2/modules/module-device-restore.so 30992 +usr/lib/pulse-12.2/modules/libprotocol-native.so 30991 +usr/lib/pulse-12.2/modules/module-stream-restore.so 30990 +usr/lib/pulse-12.2/modules/module-card-restore.so 30989 +usr/lib/pulse-12.2/modules/module-augment-properties.so 30988 +usr/lib/pulse-12.2/modules/module-switch-on-port-available.so 30987 +usr/lib/pulse-12.2/modules/module-udev-detect.so 30986 +usr/lib/pulse-12.2/modules/module-alsa-card.so 30985 +usr/lib/pulse-12.2/modules/libalsa-util.so 30984 +usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf 30983 +usr/share/alsa/cards/aliases.conf 30982 +usr/share/alsa/pcm/default.conf 30981 +usr/share/alsa/pcm/dmix.conf 30980 +usr/share/alsa/pcm/dsnoop.conf 30979 +usr/share/alsa/cards/HDA-Intel.conf 30978 +usr/share/alsa/pcm/front.conf 30977 +usr/share/alsa/pcm/surround21.conf 30976 +usr/share/alsa/pcm/surround40.conf 30975 +usr/share/alsa/pcm/surround41.conf 30974 +usr/share/alsa/pcm/surround50.conf 30973 +usr/share/alsa/pcm/surround51.conf 30972 +usr/share/alsa/pcm/surround71.conf 30971 +usr/share/alsa/pcm/iec958.conf 30970 +usr/share/alsa/pcm/hdmi.conf 30969 +usr/share/alsa/pcm/modem.conf 30968 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf 30967 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common 30966 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf 30965 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf 30964 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf 30963 +usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf 30962 +usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf.common 30961 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf 30960 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf 30959 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf 30958 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-video.conf 30957 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf 30956 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf 30955 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf 30954 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf 30953 +usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf 30952 +usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf 30951 +usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common 30950 +usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf 30949 +usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf 30948 +usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf 30947 +usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf 30946 +usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_a52.so 30945 +usr/lib/x86_64-linux-gnu/libavcodec.so.58.35.100 30944 +usr/lib/x86_64-linux-gnu/libavutil.so.56.22.100 30943 +usr/lib/x86_64-linux-gnu/libavresample.so.4.0.0 30942 +usr/lib/x86_64-linux-gnu/libswresample.so.3.3.100 30941 +usr/lib/x86_64-linux-gnu/libvpx.so.5.0.0 30940 +usr/lib/x86_64-linux-gnu/libwebpmux.so.3.0.1 30939 +usr/lib/x86_64-linux-gnu/libwebp.so.6.0.2 30938 +usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6 30937 +usr/lib/x86_64-linux-gnu/librsvg-2.so.2.44.10 30936 +usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2 30935 +usr/lib/x86_64-linux-gnu/libsnappy.so.1.1.7 30934 +usr/lib/x86_64-linux-gnu/libaom.so.0 30933 +usr/lib/x86_64-linux-gnu/libcodec2.so.0.8.1 30932 +usr/lib/x86_64-linux-gnu/libgsm.so.1.0.18 30931 +usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0 30930 +usr/lib/x86_64-linux-gnu/libopenjp2.so.2.3.0 30929 +usr/lib/x86_64-linux-gnu/libopus.so.0.7.0 30928 +usr/lib/x86_64-linux-gnu/libshine.so.3.0.1 30927 +usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0 30926 +usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 30925 +usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4 30924 +usr/lib/x86_64-linux-gnu/libtwolame.so.0.0.0 30923 +usr/lib/x86_64-linux-gnu/libwavpack.so.1.2.0 30922 +usr/lib/x86_64-linux-gnu/libx264.so.155 30921 +usr/lib/x86_64-linux-gnu/libx265.so.165 30920 +usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3 30919 +usr/lib/x86_64-linux-gnu/libva.so.2.400.0 30918 +usr/lib/x86_64-linux-gnu/libva-drm.so.2.400.0 30917 +usr/lib/x86_64-linux-gnu/libva-x11.so.2.400.0 30916 +usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0 30915 +usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0 30914 +usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf 30913 +usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf 30912 +usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf 30911 +usr/lib/pulse-12.2/modules/module-native-protocol-unix.so 30910 +usr/lib/pulse-12.2/modules/module-default-device-restore.so 30909 +usr/lib/pulse-12.2/modules/module-rescue-streams.so 30908 +usr/lib/pulse-12.2/modules/module-always-sink.so 30907 +usr/lib/pulse-12.2/modules/module-intended-roles.so 30906 +usr/lib/pulse-12.2/modules/module-suspend-on-idle.so 30905 +usr/lib/pulse-12.2/modules/module-console-kit.so 30904 +usr/lib/pulse-12.2/modules/module-systemd-login.so 30903 +usr/lib/pulse-12.2/modules/module-position-event-sounds.so 30902 +usr/lib/pulse-12.2/modules/module-role-cork.so 30901 +usr/lib/pulse-12.2/modules/module-filter-heuristics.so 30900 +usr/lib/pulse-12.2/modules/module-filter-apply.so 30899 +usr/share/icons/Adwaita/cursor.theme 30898 +usr/share/icons/Adwaita/cursors/left_ptr 30897 +usr/lib/x86_64-linux-gnu/mutter/Clutter-3.typelib 30896 +usr/lib/x86_64-linux-gnu/girepository-1.0/Clutter-1.0.typelib 30895 +usr/lib/x86_64-linux-gnu/girepository-1.0/cairo-1.0.typelib 30894 +usr/lib/x86_64-linux-gnu/girepository-1.0/Json-1.0.typelib 30893 +usr/lib/x86_64-linux-gnu/girepository-1.0/Gio-2.0.typelib 30892 +usr/lib/x86_64-linux-gnu/girepository-1.0/GObject-2.0.typelib 30891 +usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib 30890 +usr/lib/x86_64-linux-gnu/girepository-1.0/GL-1.0.typelib 30889 +usr/lib/x86_64-linux-gnu/mutter/CoglPango-3.typelib 30888 +usr/lib/x86_64-linux-gnu/girepository-1.0/PangoCairo-1.0.typelib 30887 +usr/lib/x86_64-linux-gnu/girepository-1.0/Pango-1.0.typelib 30886 +usr/lib/x86_64-linux-gnu/mutter/Cogl-3.typelib 30885 +usr/lib/x86_64-linux-gnu/girepository-1.0/Atk-1.0.typelib 30884 +usr/lib/gjs/girepository-1.0/GjsPrivate-1.0.typelib 30883 +usr/lib/x86_64-linux-gnu/girepository-1.0/Gtk-3.0.typelib 30882 +usr/lib/x86_64-linux-gnu/girepository-1.0/xlib-2.0.typelib 30881 +usr/lib/x86_64-linux-gnu/girepository-1.0/Gdk-3.0.typelib 30880 +usr/lib/x86_64-linux-gnu/girepository-1.0/GdkPixbuf-2.0.typelib 30879 +usr/lib/x86_64-linux-gnu/girepository-1.0/GModule-2.0.typelib 30878 +usr/lib/gnome-shell/Shell-0.1.typelib 30877 +usr/lib/gnome-shell/St-1.0.typelib 30876 +usr/lib/x86_64-linux-gnu/mutter/Cally-3.typelib 30875 +usr/lib/gnome-shell/ShellMenu-0.1.typelib 30874 +usr/lib/x86_64-linux-gnu/girepository-1.0/PolkitAgent-1.0.typelib 30873 +usr/lib/x86_64-linux-gnu/girepository-1.0/Polkit-1.0.typelib 30872 +usr/lib/x86_64-linux-gnu/girepository-1.0/NM-1.0.typelib 30871 +usr/lib/x86_64-linux-gnu/mutter/Meta-3.typelib 30870 +usr/lib/x86_64-linux-gnu/girepository-1.0/xfixes-4.0.typelib 30869 +usr/lib/x86_64-linux-gnu/girepository-1.0/GDesktopEnums-3.0.typelib 30868 +usr/lib/gnome-shell/Gvc-1.0.typelib 30867 +usr/lib/x86_64-linux-gnu/girepository-1.0/Gcr-3.typelib 30866 +usr/lib/x86_64-linux-gnu/girepository-1.0/Gck-1.typelib 30865 +usr/lib/x86_64-linux-gnu/mutter/ClutterX11-3.typelib 30864 +usr/lib/x86_64-linux-gnu/girepository-1.0/GnomeDesktop-3.0.typelib 30863 +usr/share/gnome-shell/gnome-shell-dbus-interfaces.gresource 30862 +usr/lib/girepository-1.0/AccountsService-1.0.typelib 30861 +usr/lib/x86_64-linux-gnu/girepository-1.0/Soup-2.4.typelib 30860 +usr/lib/x86_64-linux-gnu/girepository-1.0/IBus-1.0.typelib 30859 +usr/lib/x86_64-linux-gnu/girepository-1.0/Atspi-2.0.typelib 30858 +usr/lib/x86_64-linux-gnu/girepository-1.0/DBus-1.0.typelib 30857 +usr/lib/x86_64-linux-gnu/girepository-1.0/Rsvg-2.0.typelib 30856 +usr/lib/x86_64-linux-gnu/girepository-1.0/Gdm-1.0.typelib 30855 +usr/lib/x86_64-linux-gnu/girepository-1.0/GWeather-3.0.typelib 30854 +usr/lib/x86_64-linux-gnu/girepository-1.0/Geoclue-2.0.typelib 30853 +usr/lib/x86_64-linux-gnu/girepository-1.0/Cogl-1.0.typelib 30852 +usr/lib/x86_64-linux-gnu/girepository-1.0/Cogl-2.0.typelib 30851 +usr/share/gnome-shell/modes/classic.json 30850 +usr/share/gnome-shell/modes/gdm-tails.json 30849 +etc/xdg/gnome-mimeapps.list 30848 +usr/local/share/mime/mime.cache 30847 +usr/share/mime/mime.cache 30846 +usr/share/gdm/greeter/applications/mimeapps.list 30845 +usr/share/applications/gnome-mimeapps.list 30844 +usr/share/applications/mimeinfo.cache 30843 +usr/share/gdm/greeter/applications/mime-dummy-handler.desktop 30842 +usr/share/applications/gnome-bluetooth-panel.desktop 30841 +usr/share/applications/gnome-info-overview-panel.desktop 30840 +usr/share/applications/gnome-wifi-panel.desktop 30839 +usr/share/applications/libreoffice-xsltfilter.desktop 30838 +usr/share/applications/org.gnome.Screenshot.desktop 30837 +usr/share/applications/org.gnome.Evince.desktop 30836 +usr/share/applications/pidgin.desktop 30835 +usr/share/applications/seahorse-pgp-keys.desktop 30834 +usr/share/applications/org.gnome.Evolution-alarm-notify.desktop 30833 +usr/share/applications/simple-scan.desktop 30832 +usr/share/applications/org.gnome.Shell.desktop 30831 +usr/share/applications/python3.7.desktop 30830 +usr/share/applications/gnome-sound-panel.desktop 30829 +usr/share/applications/synaptic.desktop 30828 +usr/share/applications/tails-persistence-delete.desktop 30827 +usr/share/applications/gnome-disk-image-mounter.desktop 30826 +usr/share/applications/thunderbird.desktop 30825 +usr/share/applications/org.gnome.Totem.desktop 30824 +usr/share/applications/ibus-setup-chewing.desktop 30823 +usr/share/applications/ibus-setup-anthy.desktop 30822 +usr/share/applications/gcr-prompter.desktop 30821 +usr/share/applications/net.poedit.PoeditURI.desktop 30820 +usr/share/applications/gcr-viewer.desktop 30819 +usr/share/applications/gnome-wacom-panel.desktop 30818 +usr/share/applications/tails-about.desktop 30817 +usr/share/applications/org.gnome.PowerStats.desktop 30816 +usr/share/applications/python2.7.desktop 30815 +usr/share/applications/gnome-thunderbolt-panel.desktop 30814 +usr/share/applications/libreoffice-startcenter.desktop 30813 +usr/share/applications/tails-documentation.desktop 30812 +usr/share/applications/gnome-control-center.desktop 30811 +usr/share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop 30810 +usr/share/applications/gnome-search-panel.desktop 30809 +usr/share/applications/org.gnome.FileRoller.desktop 30808 +usr/share/applications/tails-installer.desktop 30807 +usr/share/applications/vim.desktop 30806 +usr/share/applications/unlock-veracrypt-volumes.desktop 30805 +usr/share/applications/yelp.desktop 30804 +usr/share/applications/tor-browser.desktop 30803 +usr/share/applications/brasero.desktop 30802 +usr/share/applications/unsafe-browser.desktop 30801 +usr/share/applications/org.gnome.Terminal.desktop 30800 +usr/share/applications/org.gnome.SoundJuicer.desktop 30799 +usr/share/applications/org.gnome.Shell.PortalHelper.desktop 30798 +usr/share/applications/gnome-power-panel.desktop 30797 +usr/share/applications/audacity.desktop 30796 +usr/share/applications/org.gnome.gedit.desktop 30795 +usr/share/applications/ibus-setup-libpinyin.desktop 30794 +usr/share/applications/tails-persistence-setup.desktop 30793 +usr/share/applications/nm-applet.desktop 30792 +usr/share/applications/gnome-region-panel.desktop 30791 +usr/share/applications/ibus-setup.desktop 30790 +usr/share/applications/gnome-keyboard-panel.desktop 30789 +usr/share/applications/gnome-notifications-panel.desktop 30788 +usr/share/applications/gkbd-keyboard-display.desktop 30787 +usr/share/applications/seahorse.desktop 30786 +usr/share/applications/libreoffice-calc.desktop 30785 +usr/share/applications/brasero-nautilus.desktop 30784 +usr/share/applications/gnome-shell-extension-prefs.desktop 30783 +usr/share/applications/bookletimposer.desktop 30782 +usr/share/applications/libreoffice-impress.desktop 30781 +usr/share/applications/ibus-setup-hangul.desktop 30780 +usr/share/applications/gnome-datetime-panel.desktop 30779 +usr/share/applications/org.gnome.SoundRecorder.desktop 30778 +usr/share/applications/gnome-universal-access-panel.desktop 30777 +usr/share/applications/eog.desktop 30776 +usr/share/applications/electrum.desktop 30775 +usr/share/applications/onioncircuits.desktop 30774 +usr/share/applications/org.keepassxc.KeePassXC.desktop 30773 +usr/share/applications/gnome-color-panel.desktop 30772 +usr/share/applications/dasher.desktop 30771 +usr/share/applications/gnome-mouse-panel.desktop 30770 +usr/share/applications/gnome-system-monitor.desktop 30769 +usr/share/applications/libreoffice-writer.desktop 30768 +usr/share/applications/seahorse-pgp-encrypted.desktop 30767 +usr/share/applications/gnome-disk-image-writer.desktop 30766 +usr/share/applications/gnome-printers-panel.desktop 30765 +usr/share/applications/org.gnome.Calculator.desktop 30764 +usr/share/applications/gtkhash.desktop 30763 +usr/share/applications/ibus-setup-libbopomofo.desktop 30762 +usr/share/applications/gnome-default-apps-panel.desktop 30761 +usr/share/applications/seahorse-pgp-signature.desktop 30760 +usr/share/applications/gimp.desktop 30759 +usr/share/applications/whisperback.desktop 30758 +usr/share/applications/gnome-removable-media-panel.desktop 30757 +usr/share/applications/gnome-display-panel.desktop 30756 +usr/share/applications/gnome-sharing-panel.desktop 30755 +usr/share/applications/display-im6.q16.desktop 30754 +usr/share/applications/libreoffice-draw.desktop 30753 +usr/share/applications/org.boum.tails.additional-software-config.desktop 30752 +usr/share/applications/evolution-calendar.desktop 30751 +usr/share/applications/gnome-network-panel.desktop 30750 +usr/share/applications/gnome-privacy-panel.desktop 30749 +usr/share/applications/net.poedit.Poedit.desktop 30748 +usr/share/applications/gnome-background-panel.desktop 30747 +usr/share/applications/inkscape.desktop 30746 +usr/share/applications/nautilus-autorun-software.desktop 30745 +usr/share/applications/gnome-user-accounts-panel.desktop 30744 +usr/share/applications/gnome-system-monitor-kde.desktop 30743 +usr/share/applications/org.gnome.Nautilus.desktop 30742 +usr/share/applications/org.freedesktop.IBus.Panel.Emojier.desktop 30741 +usr/share/applications/org.gnome.DiskUtility.desktop 30740 +usr/share/applications/mutter.desktop 30739 +usr/share/applications/org.gnome.Evince-previewer.desktop 30738 +usr/share/applications/onionshare.desktop 30737 +usr/share/applications/root-terminal.desktop 30736 +usr/share/gnome-shell/gnome-shell-theme.gresource 30735 +usr/share/gnome-shell/gnome-shell-osk-layouts.gresource 30734 +usr/share/gnome-shell/theme/gnome-classic.css 30733 +usr/share/locale/en/LC_MESSAGES/gnome-desktop-3.0.mo 30732 +usr/share/tails/desktop_wallpaper.png 30731 +usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so 30730 +etc/fonts/fonts.conf 30729 +usr/share/fontconfig/conf.avail/10-hinting-slight.conf 30728 +usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf 30727 +usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf 30726 +etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 30725 +etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 30724 +etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 30723 +etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 30722 +etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf 30721 +etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf 30720 +usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf 30719 +usr/share/fontconfig/conf.avail/30-metric-aliases.conf 30718 +usr/share/fontconfig/conf.avail/30-opensymbol.conf 30717 +usr/share/fontconfig/conf.avail/40-nonlatin.conf 30716 +usr/share/fontconfig/conf.avail/45-generic.conf 30715 +usr/share/fontconfig/conf.avail/45-latin.conf 30714 +usr/share/fontconfig/conf.avail/49-sansserif.conf 30713 +usr/share/fontconfig/conf.avail/50-user.conf 30712 +usr/share/fontconfig/conf.avail/51-local.conf 30711 +etc/fonts/conf.avail/57-dejavu-sans-mono.conf 30710 +etc/fonts/conf.avail/57-dejavu-sans.conf 30709 +etc/fonts/conf.avail/57-dejavu-serif.conf 30708 +etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf 30707 +etc/fonts/conf.avail/58-dejavu-lgc-sans.conf 30706 +etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 30705 +usr/share/fontconfig/conf.avail/60-generic.conf 30704 +usr/share/fontconfig/conf.avail/60-latin.conf 30703 +etc/fonts/conf.avail/65-culmus.conf 30702 +usr/share/fontconfig/conf.avail/65-fonts-persian.conf 30701 +usr/share/fontconfig/conf.avail/65-nonlatin.conf 30700 +usr/share/fontconfig/conf.avail/69-unifont.conf 30699 +usr/share/fontconfig/conf.avail/70-fonts-noto-cjk.conf 30698 +usr/share/fontconfig/conf.avail/70-no-bitmaps.conf 30697 +usr/share/fontconfig/conf.avail/80-delicious.conf 30696 +usr/share/fontconfig/conf.avail/90-fonts-linux-libertine.conf 30695 +usr/share/fontconfig/conf.avail/90-synthetic.conf 30694 +usr/share/fontconfig/conf.avail/10-autohint.conf 30693 +usr/share/fontconfig/conf.avail/10-hinting-full.conf 30692 +usr/share/fontconfig/conf.avail/10-hinting-medium.conf 30691 +usr/share/fontconfig/conf.avail/10-hinting-none.conf 30690 +usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf 30689 +usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf 30688 +usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf 30687 +usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf 30686 +usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf 30685 +usr/share/fontconfig/conf.avail/10-unhinted.conf 30684 +usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf 30683 +usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf 30682 +usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf 30681 +usr/share/fontconfig/conf.avail/65-khmer.conf 30680 +usr/share/fontconfig/conf.avail/70-force-bitmaps.conf 30679 +usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf 30678 +usr/share/fonts/.uuid 30677 +var/cache/fontconfig/ad3800a6-0853-5900-ac2b-6a45e906a034-le64.cache-7 30676 +usr/local/share/fonts/.uuid 30675 +var/cache/fontconfig/a19c77ef-2b6e-5d56-80fa-aa461c22a33c-le64.cache-7 30674 +usr/share/fonts/X11/.uuid 30673 +var/cache/fontconfig/635775a3-6681-5500-bfb3-fc75bae7ab71-le64.cache-7 30672 +usr/share/fonts/cMap/.uuid 30671 +var/cache/fontconfig/e0df4ba7-1e1e-53f4-99ac-034e136dea90-le64.cache-7 30670 +usr/share/fonts/cmap/.uuid 30669 +var/cache/fontconfig/8c262b76-19e2-5a0e-970a-3c6be641c3de-le64.cache-7 30668 +usr/share/fonts/opentype/.uuid 30667 +var/cache/fontconfig/c53c919e-4688-5813-a778-9497aaad292b-le64.cache-7 30666 +usr/share/fonts/truetype/.uuid 30665 +var/cache/fontconfig/ad91de03-2bc9-5cbd-baed-449447b4cef2-le64.cache-7 30664 +usr/share/fonts/X11/100dpi/.uuid 30663 +var/cache/fontconfig/c3eb68e6-f2df-5253-bdea-96baf8b64c94-le64.cache-7 30662 +usr/share/fonts/X11/75dpi/.uuid 30661 +var/cache/fontconfig/9b10e8b4-c6f7-5d9a-b62d-df9dfe9f040e-le64.cache-7 30660 +usr/share/fonts/X11/Type1/.uuid 30659 +var/cache/fontconfig/7037cf17-dab7-5805-ac14-89407957a70b-le64.cache-7 30658 +usr/share/fonts/X11/encodings/.uuid 30657 +var/cache/fontconfig/932c83c7-a3fe-5e2e-af19-99a73a1218b0-le64.cache-7 30656 +usr/share/fonts/X11/misc/.uuid 30655 +var/cache/fontconfig/0573c588-4384-5d77-a629-20cf4267681a-le64.cache-7 30654 +usr/share/fonts/X11/util/.uuid 30653 +var/cache/fontconfig/d6a528ca-d9d3-528a-bbf0-657522efbfb9-le64.cache-7 30652 +usr/share/poppler/cMap/Adobe-CNS1/.uuid 30651 +var/cache/fontconfig/fe110b8d-52e9-50d6-93d5-7350b6dc3ffc-le64.cache-7 30650 +usr/share/poppler/cMap/Adobe-GB1/.uuid 30649 +var/cache/fontconfig/cba3b8e3-c250-50f8-9d30-dd9cdff6726c-le64.cache-7 30648 +usr/share/poppler/cMap/Adobe-Japan1/.uuid 30647 +var/cache/fontconfig/209cd66f-9cd8-59b1-a557-ee9a5b16532d-le64.cache-7 30646 +usr/share/poppler/cMap/Adobe-Japan2/.uuid 30645 +var/cache/fontconfig/79b9b38c-66eb-5231-ac1a-75f0230ccdac-le64.cache-7 30644 +usr/share/poppler/cMap/Adobe-Korea1/.uuid 30643 +var/cache/fontconfig/977ff0f2-7245-568d-9f74-ec94f3fe3b0c-le64.cache-7 30642 +usr/share/fonts/opentype/cantarell/.uuid 30641 +var/cache/fontconfig/be6c95a9-9096-58da-8f8e-7737a63fdb01-le64.cache-7 30640 +usr/share/fonts/opentype/linux-libertine/.uuid 30639 +var/cache/fontconfig/a4e606c3-ee03-5a47-a10f-679845537ed9-le64.cache-7 30638 +usr/share/fonts/opentype/noto/.uuid 30637 +var/cache/fontconfig/7b04aff5-85ee-51c9-95e7-77727a319b86-le64.cache-7 30636 +usr/share/fonts/truetype/culmus/.uuid 30635 +var/cache/fontconfig/806bd331-c6ac-5da7-b38d-caee6037f4ad-le64.cache-7 30634 +usr/share/fonts/truetype/dejavu/.uuid 30633 +var/cache/fontconfig/8f19a5e0-002f-559a-908f-50a33ba095ed-le64.cache-7 30632 +usr/share/fonts/truetype/liberation/.uuid 30631 +var/cache/fontconfig/d9291cff-b790-56da-811c-af0e14399de4-le64.cache-7 30630 +usr/share/fonts/truetype/noto/.uuid 30629 +var/cache/fontconfig/891027b1-67fe-5175-bb2b-a5d071b33c64-le64.cache-7 30628 +usr/share/fonts/truetype/openoffice/.uuid 30627 +var/cache/fontconfig/b8caebf3-f9ac-5ac9-90ed-cc558bb5e64e-le64.cache-7 30626 +usr/share/fonts/truetype/quicksand/.uuid 30625 +var/cache/fontconfig/aa54cff1-1622-5d6d-b9ef-589d2941d6ad-le64.cache-7 30624 +usr/share/fonts/truetype/ttf-dejavu/.uuid 30623 +var/cache/fontconfig/d36ee6b2-cc19-5653-9dd7-39240bf3fae0-le64.cache-7 30622 +usr/share/fonts/truetype/unifont/.uuid 30621 +var/cache/fontconfig/8037c361-ee31-5e54-bc56-f9ba74a0ef52-le64.cache-7 30620 +usr/share/fonts/X11/encodings/large/.uuid 30619 +var/cache/fontconfig/e8b11c96-1f85-5c63-8bb8-ae0627615d20-le64.cache-7 30618 +usr/share/fonts/truetype/dejavu/DejaVuSans.ttf 30617 +usr/lib/x86_64-linux-gnu/girepository-1.0/Cally-1.0.typelib 30616 +usr/share/desktop-base/futureprototype-theme/lockscreen/gnome-background.xml 30615 +usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.519 30614 +usr/share/X11/xkb/rules/evdev.xml 30613 +usr/share/xml/iso-codes/iso_639-2.xml 30612 +usr/share/xml/iso-codes/iso_639-3.xml 30611 +usr/share/xml/iso-codes/iso_3166-1.xml 30610 +usr/bin/ibus-daemon 30609 +usr/share/ibus/keymaps/us 30608 +usr/share/ibus/keymaps/common 30607 +usr/share/ibus/keymaps/modifiers 30606 +usr/share/ibus/component/anthy.xml 30605 +usr/lib/ibus/ibus-engine-anthy 30604 +usr/lib/x86_64-linux-gnu/libgweather-3.so.15.0.0 30603 +usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.8.0 30602 +usr/lib/systemd/user/xdg-permission-store.service 30601 +usr/lib/x86_64-linux-gnu/libgeocode-glib.so.0.0.0 30600 +usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 30599 +usr/libexec/xdg-permission-store 30598 +usr/lib/x86_64-linux-gnu/libpsl.so.5.3.1 30597 +usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 30596 +usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 30594 +usr/share/ibus-anthy/engine/main.py 30593 +usr/lib/python3.7/getopt.py 30592 +usr/lib/python3.7/xml/__init__.py 30591 +usr/lib/python3.7/xml/dom/__init__.py 30590 +usr/lib/python3.7/xml/dom/domreg.py 30589 +usr/lib/python3.7/xml/dom/minidom.py 30588 +usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 30587 +lib/x86_64-linux-gnu/libkeyutils.so.1.8 30586 +usr/share/libgweather/Locations.xml 30585 +usr/share/zoneinfo/Etc/GMT+12 30584 +usr/share/zoneinfo/Africa/Algiers 30583 +usr/share/zoneinfo/Africa/Bangui 30582 +usr/share/zoneinfo/Africa/Blantyre 30581 +usr/share/zoneinfo/Africa/Abidjan 30580 +usr/share/zoneinfo/Atlantic/Cape_Verde 30579 +usr/share/zoneinfo/Africa/Ndjamena 30578 +usr/share/zoneinfo/Africa/Addis_Ababa 30577 +usr/share/zoneinfo/Egypt 30576 +usr/share/zoneinfo/Indian/Kerguelen 30575 +usr/share/zoneinfo/Africa/Accra 30574 +usr/share/zoneinfo/Africa/Bissau 30573 +usr/share/zoneinfo/Africa/Johannesburg 30572 +usr/share/zoneinfo/Africa/Monrovia 30571 +usr/share/zoneinfo/Libya 30570 +usr/share/zoneinfo/Indian/Mauritius 30569 +usr/share/zoneinfo/Africa/Casablanca 30568 +usr/share/zoneinfo/Africa/Windhoek 30567 +usr/share/zoneinfo/Indian/Reunion 30566 +usr/share/zoneinfo/Africa/Sao_Tome 30565 +usr/share/zoneinfo/Indian/Mahe 30564 +usr/share/zoneinfo/Africa/Khartoum 30563 +usr/share/zoneinfo/Africa/Tunis 30562 +usr/share/zoneinfo/Africa/El_Aaiun 30561 +usr/share/zoneinfo/Antarctica/Palmer 30560 +usr/share/zoneinfo/Antarctica/Rothera 30559 +usr/share/zoneinfo/Antarctica/Syowa 30558 +usr/share/zoneinfo/Antarctica/Mawson 30557 +usr/share/zoneinfo/Antarctica/Vostok 30556 +usr/share/zoneinfo/Antarctica/Davis 30555 +usr/share/zoneinfo/Antarctica/Casey 30554 +usr/share/zoneinfo/Antarctica/DumontDUrville 30553 +usr/share/zoneinfo/NZ 30552 +usr/share/zoneinfo/Asia/Kabul 30551 +usr/share/zoneinfo/Asia/Yerevan 30550 +usr/share/zoneinfo/Asia/Baku 30549 +usr/share/zoneinfo/Asia/Dacca 30548 +usr/share/zoneinfo/Asia/Thimbu 30547 +usr/share/zoneinfo/Asia/Brunei 30546 +usr/share/zoneinfo/Asia/Bangkok 30545 +usr/share/zoneinfo/PRC 30544 +usr/share/zoneinfo/Asia/Tbilisi 30543 +usr/share/zoneinfo/Hongkong 30542 +usr/share/zoneinfo/Asia/Calcutta 30541 +usr/share/zoneinfo/Japan 30540 +usr/share/zoneinfo/Asia/Almaty 30539 +usr/share/zoneinfo/Asia/Aqtobe 30538 +usr/share/zoneinfo/Asia/Bishkek 30537 +usr/share/zoneinfo/Asia/Macao 30536 +usr/share/zoneinfo/Asia/Kuala_Lumpur 30535 +usr/share/zoneinfo/Indian/Maldives 30534 +usr/share/zoneinfo/Asia/Choibalsan 30533 +usr/share/zoneinfo/Asia/Hovd 30532 +usr/share/zoneinfo/Asia/Ulaanbaatar 30531 +usr/share/zoneinfo/Asia/Rangoon 30530 +usr/share/zoneinfo/Asia/Kathmandu 30529 +usr/share/zoneinfo/Asia/Pyongyang 30528 +usr/share/zoneinfo/Asia/Karachi 30527 +usr/share/zoneinfo/Asia/Manila 30526 +usr/share/zoneinfo/Singapore 30525 +usr/share/zoneinfo/ROK 30524 +usr/share/zoneinfo/Asia/Colombo 30523 +usr/share/zoneinfo/ROC 30522 +usr/share/zoneinfo/Asia/Dushanbe 30521 +usr/share/zoneinfo/Asia/Ashgabat 30520 +usr/share/zoneinfo/Asia/Tashkent 30519 +usr/share/zoneinfo/Asia/Ho_Chi_Minh 30518 +usr/share/zoneinfo/America/Anguilla 30517 +usr/share/zoneinfo/America/Barbados 30516 +usr/share/zoneinfo/Atlantic/Bermuda 30515 +usr/share/zoneinfo/America/Danmarkshavn 30514 +usr/share/zoneinfo/America/Godthab 30513 +usr/share/zoneinfo/America/Scoresbysund 30512 +usr/share/zoneinfo/America/Thule 30511 +usr/share/zoneinfo/America/Puerto_Rico 30510 +usr/share/zoneinfo/Pacific/Midway 30509 +usr/share/zoneinfo/Australia/Perth 30508 +usr/share/zoneinfo/Australia/Eucla 30507 +usr/share/zoneinfo/Australia/Adelaide 30506 +usr/share/zoneinfo/Australia/Broken_Hill 30505 +usr/share/zoneinfo/Australia/Darwin 30504 +usr/share/zoneinfo/Australia/Hobart 30503 +usr/share/zoneinfo/Australia/Melbourne 30502 +usr/share/zoneinfo/Australia/ACT 30501 +usr/share/zoneinfo/Australia/Brisbane 30500 +usr/share/zoneinfo/Australia/LHI 30499 +usr/share/zoneinfo/Indian/Chagos 30498 +usr/share/zoneinfo/Indian/Christmas 30497 +usr/share/zoneinfo/Indian/Cocos 30496 +usr/share/zoneinfo/Pacific/Rarotonga 30495 +usr/share/zoneinfo/Pacific/Fiji 30494 +usr/share/zoneinfo/Pacific/Tahiti 30493 +usr/share/zoneinfo/Pacific/Marquesas 30492 +usr/share/zoneinfo/Pacific/Gambier 30491 +usr/share/zoneinfo/Pacific/Guam 30490 +usr/share/zoneinfo/Asia/Jakarta 30489 +usr/share/zoneinfo/Asia/Makassar 30488 +usr/share/zoneinfo/Asia/Jayapura 30487 +usr/share/zoneinfo/Pacific/Tarawa 30486 +usr/share/zoneinfo/Pacific/Enderbury 30485 +usr/share/zoneinfo/Pacific/Kiritimati 30484 +usr/share/zoneinfo/Pacific/Majuro 30483 +usr/share/zoneinfo/Pacific/Pohnpei 30482 +usr/share/zoneinfo/Pacific/Chuuk 30481 +usr/share/zoneinfo/Pacific/Nauru 30480 +usr/share/zoneinfo/Pacific/Noumea 30479 +usr/share/zoneinfo/NZ-CHAT 30478 +usr/share/zoneinfo/Pacific/Niue 30477 +usr/share/zoneinfo/Pacific/Norfolk 30476 +usr/share/zoneinfo/Pacific/Palau 30475 +usr/share/zoneinfo/Pacific/Port_Moresby 30474 +usr/share/zoneinfo/Pacific/Pitcairn 30473 +usr/share/zoneinfo/Pacific/Apia 30472 +usr/share/zoneinfo/Pacific/Guadalcanal 30471 +usr/share/zoneinfo/Asia/Dili 30470 +usr/share/zoneinfo/Pacific/Fakaofo 30469 +usr/share/zoneinfo/Pacific/Tongatapu 30468 +usr/share/zoneinfo/Pacific/Funafuti 30467 +usr/share/zoneinfo/Pacific/Honolulu 30466 +usr/share/zoneinfo/Pacific/Wake 30465 +usr/share/zoneinfo/Pacific/Efate 30464 +usr/share/zoneinfo/Pacific/Wallis 30463 +usr/share/zoneinfo/America/Buenos_Aires 30462 +usr/share/zoneinfo/America/Aruba 30461 +usr/share/zoneinfo/America/Nassau 30460 +usr/share/zoneinfo/America/Belize 30459 +usr/share/zoneinfo/America/La_Paz 30458 +usr/share/zoneinfo/America/Araguaina 30457 +usr/share/zoneinfo/America/Bahia 30456 +usr/share/zoneinfo/America/Belem 30455 +usr/share/zoneinfo/America/Boa_Vista 30454 +usr/share/zoneinfo/America/Campo_Grande 30453 +usr/share/zoneinfo/America/Cuiaba 30452 +usr/share/zoneinfo/America/Eirunepe 30451 +usr/share/zoneinfo/America/Fortaleza 30450 +usr/share/zoneinfo/America/Maceio 30449 +usr/share/zoneinfo/America/Manaus 30448 +usr/share/zoneinfo/America/Noronha 30447 +usr/share/zoneinfo/America/Porto_Velho 30446 +usr/share/zoneinfo/America/Recife 30445 +usr/share/zoneinfo/America/Porto_Acre 30444 +usr/share/zoneinfo/America/Sao_Paulo 30443 +usr/share/zoneinfo/America/Cayman 30442 +usr/share/zoneinfo/America/Santiago 30441 +usr/share/zoneinfo/Chile/EasterIsland 30440 +usr/lib/python3.7/xml/dom/minicompat.py 30439 +usr/share/zoneinfo/America/Bogota 30438 +usr/share/zoneinfo/America/Costa_Rica 30437 +usr/share/zoneinfo/Cuba 30436 +usr/lib/python3.7/xml/dom/xmlbuilder.py 30435 +usr/share/zoneinfo/America/Santo_Domingo 30434 +usr/share/zoneinfo/America/Guayaquil 30433 +usr/share/zoneinfo/Pacific/Galapagos 30432 +usr/share/zoneinfo/America/El_Salvador 30431 +usr/share/zoneinfo/Atlantic/Stanley 30430 +usr/share/zoneinfo/America/Cayenne 30429 +usr/share/zoneinfo/America/Guatemala 30428 +usr/share/zoneinfo/America/Guyana 30427 +usr/share/zoneinfo/America/Port-au-Prince 30426 +usr/share/zoneinfo/America/Tegucigalpa 30425 +usr/share/zoneinfo/Jamaica 30424 +usr/share/zoneinfo/America/Martinique 30423 +usr/share/zoneinfo/America/Managua 30422 +usr/share/zoneinfo/America/Asuncion 30421 +usr/share/zoneinfo/America/Lima 30420 +usr/share/zoneinfo/Atlantic/South_Georgia 30419 +usr/share/zoneinfo/America/Paramaribo 30418 +usr/share/zoneinfo/America/Grand_Turk 30417 +usr/share/zoneinfo/America/Montevideo 30416 +usr/share/zoneinfo/America/Caracas 30415 +usr/share/zoneinfo/Europe/Tirane 30414 +usr/share/zoneinfo/Europe/Andorra 30413 +usr/share/zoneinfo/Europe/Vienna 30412 +usr/share/zoneinfo/Europe/Minsk 30411 +usr/share/zoneinfo/Europe/Brussels 30410 +usr/share/zoneinfo/Europe/Belgrade 30409 +usr/share/zoneinfo/Europe/Sofia 30408 +usr/share/zoneinfo/Asia/Nicosia 30407 +usr/share/zoneinfo/Europe/Bratislava 30406 +usr/share/zoneinfo/Europe/Copenhagen 30405 +usr/share/zoneinfo/Europe/Tallinn 30404 +usr/share/zoneinfo/Atlantic/Faeroe 30403 +usr/share/zoneinfo/Europe/Helsinki 30402 +usr/share/zoneinfo/Europe/Paris 30401 +usr/share/zoneinfo/Europe/Berlin 30400 +usr/lib/python3.7/xml/dom/NodeFilter.py 30399 +usr/share/zoneinfo/Europe/Gibraltar 30398 +usr/share/zoneinfo/Europe/Athens 30397 +usr/share/zoneinfo/GB 30396 +usr/share/zoneinfo/Europe/Budapest 30395 +usr/share/zoneinfo/Iceland 30394 +usr/share/zoneinfo/Eire 30393 +usr/lib/python3/dist-packages/gi/__init__.py 30392 +usr/share/zoneinfo/Europe/Rome 30391 +usr/share/zoneinfo/CET 30390 +usr/share/zoneinfo/Europe/Riga 30389 +usr/share/zoneinfo/Europe/Busingen 30388 +usr/share/zoneinfo/Europe/Vilnius 30387 +usr/share/zoneinfo/Europe/Luxembourg 30386 +usr/share/zoneinfo/Europe/Malta 30385 +usr/share/zoneinfo/Europe/Chisinau 30384 +usr/share/zoneinfo/Europe/Monaco 30383 +usr/share/zoneinfo/Europe/Amsterdam 30382 +usr/share/zoneinfo/Arctic/Longyearbyen 30381 +usr/share/zoneinfo/Poland 30380 +usr/share/zoneinfo/Atlantic/Azores 30379 +usr/share/zoneinfo/Atlantic/Madeira 30378 +usr/share/zoneinfo/Portugal 30377 +usr/share/zoneinfo/Europe/Bucharest 30376 +usr/share/zoneinfo/Europe/Kaliningrad 30375 +usr/share/zoneinfo/W-SU 30374 +usr/share/zoneinfo/Europe/Samara 30373 +usr/share/zoneinfo/Asia/Yekaterinburg 30372 +usr/share/zoneinfo/Asia/Omsk 30371 +usr/share/zoneinfo/Asia/Novosibirsk 30370 +usr/share/zoneinfo/Asia/Krasnoyarsk 30369 +usr/share/zoneinfo/Asia/Irkutsk 30368 +usr/share/zoneinfo/Asia/Yakutsk 30367 +usr/share/zoneinfo/Asia/Vladivostok 30366 +usr/share/zoneinfo/Asia/Magadan 30365 +usr/share/zoneinfo/Asia/Kamchatka 30364 +usr/share/zoneinfo/Atlantic/Canary 30363 +usr/share/zoneinfo/Europe/Madrid 30362 +usr/share/zoneinfo/Africa/Ceuta 30361 +usr/share/zoneinfo/Europe/Stockholm 30360 +usr/share/zoneinfo/Turkey 30359 +usr/share/zoneinfo/Europe/Kiev 30358 +usr/share/zoneinfo/Asia/Bahrain 30357 +usr/share/zoneinfo/Iran 30356 +usr/share/zoneinfo/Asia/Baghdad 30355 +usr/share/zoneinfo/Israel 30354 +usr/share/zoneinfo/Asia/Amman 30353 +usr/share/zoneinfo/Asia/Aden 30352 +usr/share/zoneinfo/Asia/Beirut 30351 +usr/share/zoneinfo/Asia/Dubai 30350 +usr/share/zoneinfo/Asia/Gaza 30349 +usr/share/zoneinfo/Asia/Damascus 30348 +usr/share/zoneinfo/America/Vancouver 30347 +usr/share/zoneinfo/America/Edmonton 30346 +usr/share/zoneinfo/America/Dawson_Creek 30345 +usr/share/zoneinfo/America/Winnipeg 30344 +usr/share/zoneinfo/America/Regina 30343 +usr/share/zoneinfo/America/Montreal 30342 +usr/lib/python3.7/pkgutil.py 30341 +usr/share/zoneinfo/America/Atikokan 30340 +usr/share/zoneinfo/America/Halifax 30339 +usr/share/zoneinfo/America/Blanc-Sablon 30338 +usr/share/zoneinfo/America/St_Johns 30337 +usr/share/zoneinfo/America/Ensenada 30336 +usr/share/zoneinfo/America/Mazatlan 30335 +usr/share/zoneinfo/America/Mexico_City 30334 +usr/share/zoneinfo/America/Miquelon 30333 +usr/share/zoneinfo/America/Adak 30332 +usr/share/zoneinfo/America/Anchorage 30331 +usr/share/zoneinfo/America/Los_Angeles 30330 +usr/share/zoneinfo/Navajo 30329 +usr/share/zoneinfo/America/Phoenix 30328 +usr/share/zoneinfo/America/Chicago 30327 +usr/share/zoneinfo/posixrules 30326 +usr/lib/python3.7/importlib/util.py 30325 +usr/lib/python3.7/importlib/abc.py 30324 +usr/lib/python3/dist-packages/gi/_gi.cpython-37m-x86_64-linux-gnu.so 30323 +usr/lib/python3/dist-packages/gi/_error.py 30322 +usr/lib/python3/dist-packages/gi/_compat.py 30321 +usr/lib/python3/dist-packages/gi/_gi_cairo.cpython-37m-x86_64-linux-gnu.so 30320 +usr/lib/python3/dist-packages/cairo/__init__.py 30319 +usr/lib/python3/dist-packages/cairo/_cairo.cpython-37m-x86_64-linux-gnu.so 30318 +usr/lib/python3/dist-packages/gi/repository/__init__.py 30317 +usr/lib/python3/dist-packages/gi/importer.py 30316 +usr/lib/python3/dist-packages/gi/module.py 30315 +usr/lib/python3/dist-packages/gi/types.py 30314 +usr/lib/python3/dist-packages/gi/_constants.py 30313 +usr/lib/python3/dist-packages/gi/docstring.py 30312 +usr/lib/python3/dist-packages/gi/_propertyhelper.py 30311 +usr/lib/python3/dist-packages/gi/_signalhelper.py 30310 +usr/lib/python3/dist-packages/gi/overrides/__init__.py 30309 +usr/lib/python3/dist-packages/gi/overrides/GLib.py 30308 +usr/lib/python3/dist-packages/gi/_ossighelper.py 30307 +usr/lib/python3/dist-packages/gi/_option.py 30306 +usr/lib/python3.7/optparse.py 30305 +usr/share/X11/xkb/rules/evdev.lst 30304 +usr/lib/python3/dist-packages/gi/overrides/GObject.py 30303 +usr/lib/python3/dist-packages/gi/overrides/Gio.py 30302 +usr/lib/python3/dist-packages/gi/overrides/IBus.py 30301 +usr/share/ibus-anthy/engine/_config.py 30300 +usr/share/ibus-anthy/engine/factory.py 30299 +usr/share/ibus-anthy/engine/engine.py 30298 +usr/lib/x86_64-linux-gnu/girepository-1.0/NMA-1.0.typelib 30297 +usr/lib/x86_64-linux-gnu/girepository-1.0/GnomeBluetooth-1.0.typelib 30296 +usr/lib/girepository-1.0/Anthy-9000.typelib 30295 +usr/share/ibus-anthy/engine/tables.py 30294 +usr/share/ibus-anthy/engine/jastring.py 30293 +usr/share/ibus-anthy/engine/romaji.py 30292 +usr/lib/x86_64-linux-gnu/libgnome-bluetooth.so.13.0.1 30291 +usr/share/ibus-anthy/engine/segment.py 30290 +usr/share/ibus-anthy/engine/kana.py 30289 +usr/share/ibus-anthy/engine/thumb.py 30288 +usr/share/ibus-anthy/setup/anthyprefs.py 30287 +usr/lib/x86_64-linux-gnu/libnotify.so.4.0.0 30286 +usr/share/ibus-anthy/setup/prefs.py 30285 +usr/lib/x86_64-linux-gnu/girepository-1.0/UPowerGlib-1.0.typelib 30284 +usr/share/ibus-anthy/engine/default.xml 30283 +lib/systemd/system/upower.service 30282 +usr/lib/gnome-shell/libgvc.so 30280 +usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0.0.5 30279 +usr/share/ibus/component/chewing.xml 30278 +usr/share/ibus/component/dconf.xml 30277 +usr/share/ibus/component/gtkextension.xml 30276 +usr/share/ibus/component/gtkpanel.xml 30275 +usr/share/ibus/component/hangul.xml 30274 +usr/share/ibus/component/libpinyin.xml 30273 +usr/share/ibus/component/simple.xml 30272 +usr/share/ibus/component/unikey.xml 30271 +usr/lib/upower/upowerd 30270 +usr/lib/ibus/ibus-engine-unikey 30269 +usr/lib/x86_64-linux-gnu/libupower-glib.so.3.0.1 30268 +lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 30267 +usr/lib/x86_64-linux-gnu/libimobiledevice.so.6.0.0 30266 +usr/lib/x86_64-linux-gnu/libgdm.so.1.0.0 30265 +usr/lib/x86_64-linux-gnu/libplist.so.3.1.0 30264 +usr/share/xsessions/gnome-classic.desktop 30263 +usr/share/xsessions/gnome.desktop 30262 +usr/lib/x86_64-linux-gnu/libusbmuxd.so.4.1.0 30261 +usr/share/gdm/BuiltInSessions/default.desktop 30260 +var/lib/polkit-1/localauthority/10-vendor.d/systemd-networkd.pkla 30259 +var/lib/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla 30258 +var/lib/polkit-1/localauthority/10-vendor.d/gnome-control-center.pkla 30257 +etc/polkit-1/localauthority/10-vendor.d/org.boum.tails.pkla 30256 +etc/polkit-1/localauthority/10-vendor.d/org.boum.tails.cups.pkla 30255 +etc/polkit-1/localauthority/10-vendor.d/org.boum.tails.accounts.pkla 30254 +etc/systemd/sleep.conf 30253 +lib/systemd/system/suspend.target 30252 +lib/systemd/system/systemd-suspend.service 30251 +lib/systemd/system/sleep.target 30250 +usr/lib/ibus/ibus-dconf 30249 +etc/UPower/UPower.conf 30248 +usr/lib/ibus/ibus-extension-gtk3 30247 +usr/lib/ibus/ibus-x11 30246 +usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so 30243 +usr/lib/ibus/ibus-portal 30242 +etc/ssl/certs/ca-certificates.crt 30239 +usr/lib/gnome-settings-daemon/gsd-wacom 30236 +usr/lib/gnome-settings-daemon-3.0/libgsd.so 30235 +usr/lib/gnome-settings-daemon/gsd-xsettings 30234 +usr/lib/gnome-settings-daemon/gsd-a11y-settings 30231 +usr/lib/gnome-settings-daemon/gsd-clipboard 30228 +usr/lib/gnome-settings-daemon/gsd-color 30225 +usr/lib/x86_64-linux-gnu/libcolord.so.2.0.5 30222 +usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.8 30221 +usr/lib/x86_64-linux-gnu/libgeoclue-2.so.0.0.0 30220 +usr/lib/gnome-settings-daemon/gsd-datetime 30219 +usr/lib/gnome-settings-daemon/gsd-housekeeping 30216 +usr/lib/gnome-settings-daemon/gsd-keyboard 30213 +usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so 30210 +usr/lib/x86_64-linux-gnu/libproxy.so.1.0.0 30209 +usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so 30208 +usr/lib/gnome-settings-daemon/gsd-media-keys 30207 +usr/lib/gnome-settings-daemon/gsd-mouse 30204 +usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so 30203 +usr/lib/gnome-settings-daemon/gsd-power 30200 +usr/share/X11/locale/locale.alias 30199 +usr/lib/gnome-settings-daemon/gsd-print-notifications 30196 +usr/lib/gnome-settings-daemon/gsd-rfkill 30193 +usr/share/ibus/dicts/emoji-en.dict 30190 +usr/lib/gnome-settings-daemon/gsd-screensaver-proxy 30189 +usr/lib/gnome-settings-daemon/gsd-sharing 30186 +usr/lib/gnome-settings-daemon/gsd-smartcard 30183 +usr/lib/gnome-settings-daemon/gsd-sound 30180 +usr/lib/x86_64-linux-gnu/libcups.so.2 30177 +usr/lib/x86_64-linux-gnu/libavahi-common.so.3.5.3 30176 +usr/lib/x86_64-linux-gnu/libavahi-client.so.3.2.9 30175 +lib/systemd/system/colord.service 30174 +usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so 30173 +usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so 30172 +usr/share/X11/locale/locale.dir 30171 +usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE 30170 +usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so 30169 +usr/lib/dconf/dconf-service 30168 +lib/systemd/system/systemd-localed.service 30167 +usr/lib/colord/colord 30165 +usr/lib/x86_64-linux-gnu/libcolordprivate.so.2.0.5 30164 +usr/lib/x86_64-linux-gnu/libgusb.so.2.0.10 30163 +usr/lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop 30158 +lib/systemd/system/systemd-hostnamed.service 30156 +usr/lib/x86_64-linux-gnu/colord-plugins/libcolord_sensor_camera.so 30153 +usr/lib/x86_64-linux-gnu/colord-plugins/libcolord_sensor_sane.so 30152 +usr/lib/x86_64-linux-gnu/colord-plugins/libcolord_sensor_scanner.so 30150 +usr/share/color/icc/colord/BestRGB.icc 30149 +usr/bin/spice-vdagent 30146 +usr/share/color/icc/colord/BetaRGB.icc 30145 +usr/share/color/icc/colord/BruceRGB.icc 30144 +lib/systemd/systemd-hostnamed 30143 +lib/systemd/systemd-localed 30142 +usr/local/lib/tails-greeter 30139 +usr/share/color/icc/colord/Crayons.icc 30138 +etc/os-release 30137 +usr/share/color/icc/colord/DonRGB4.icc 30136 +usr/share/tails/greeter/set-cursor.py 30135 +usr/share/color/icc/colord/ECI-RGBv1.icc 30134 +usr/share/color/icc/colord/ECI-RGBv2.icc 30133 +usr/share/color/icc/colord/EktaSpacePS5.icc 30132 +etc/default/keyboard 30131 +usr/share/color/icc/colord/Gamma5000K.icc 30130 +usr/share/color/icc/colord/Gamma5500K.icc 30129 +usr/share/color/icc/colord/Gamma6500K.icc 30128 +usr/share/color/icc/colord/Rec709.icc 30127 +usr/share/icons/Adwaita/index.theme 30126 +usr/share/color/icc/colord/WideGamutRGB.icc 30125 +usr/share/color/icc/ghostscript/a98.icc 30124 +usr/share/color/icc/ghostscript/default_cmyk.icc 30123 +usr/share/color/icc/ghostscript/default_gray.icc 30122 +usr/share/color/icc/ghostscript/default_rgb.icc 30121 +usr/share/icons/gnome/index.theme 30120 +usr/share/color/icc/ghostscript/esrgb.icc 30119 +usr/share/color/icc/ghostscript/gray_to_k.icc 30118 +usr/share/color/icc/ghostscript/lab.icc 30117 +usr/share/color/icc/ghostscript/ps_cmyk.icc 30116 +usr/share/color/icc/ghostscript/ps_gray.icc 30115 +usr/share/color/icc/ghostscript/ps_rgb.icc 30114 +usr/share/color/icc/ghostscript/rommrgb.icc 30113 +usr/share/color/icc/ghostscript/scrgb.icc 30112 +usr/share/color/icc/ghostscript/sgray.icc 30111 +usr/share/color/icc/ghostscript/srgb.icc 30110 +usr/share/icons/hicolor/index.theme 30109 +usr/lib/colord/colord-sane 30108 +usr/lib/x86_64-linux-gnu/libsane.so.1.0.27 30107 +usr/lib/x86_64-linux-gnu/libieee1284.so.3.2.2 30106 +usr/lib/x86_64-linux-gnu/libtiff.so.5.5.0 30105 +usr/lib/python3/dist-packages/gi/overrides/Pango.py 30104 +usr/lib/python3/dist-packages/gi/overrides/GdkPixbuf.py 30103 +usr/lib/python3/dist-packages/gi/overrides/Gdk.py 30102 +usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0 30101 +usr/lib/x86_64-linux-gnu/libgphoto2.so.6.1.0 30100 +usr/lib/x86_64-linux-gnu/girepository-1.0/GdkX11-3.0.typelib 30099 +usr/lib/x86_64-linux-gnu/libgphoto2_port.so.12.0.0 30098 +usr/lib/x86_64-linux-gnu/libzstd.so.1.3.8 30097 +usr/lib/x86_64-linux-gnu/libjbig.so.0 30096 +usr/lib/x86_64-linux-gnu/libexif.so.12.3.3 30095 +usr/lib/python3/dist-packages/gi/overrides/Gtk.py 30094 +usr/lib/python3/dist-packages/gi/_gtktemplate.py 30093 +etc/sane.d/dll.d/hplip 30092 +etc/sane.d/dll.conf 30091 +usr/lib/x86_64-linux-gnu/sane/libsane-xerox_mfp.so.1.0.27 30090 +etc/sane.d/xerox_mfp.conf 30089 +usr/lib/x86_64-linux-gnu/sane/libsane-umax1220u.so.1.0.27 30088 +usr/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png 30087 +usr/share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png 30086 +usr/share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png 30085 +etc/sane.d/umax1220u.conf 30084 +usr/lib/x86_64-linux-gnu/sane/libsane-umax.so.1.0.27 30083 +etc/sane.d/umax.conf 30082 +usr/lib/x86_64-linux-gnu/sane/libsane-u12.so.1.0.27 30081 +etc/sane.d/u12.conf 30080 +usr/lib/x86_64-linux-gnu/sane/libsane-teco3.so.1.0.27 30079 +etc/sane.d/teco3.conf 30078 +usr/lib/x86_64-linux-gnu/sane/libsane-teco2.so.1.0.27 30077 +etc/sane.d/teco2.conf 30076 +usr/share/fonts/opentype/cantarell/Cantarell-Regular.otf 30075 +usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf 30074 +usr/lib/x86_64-linux-gnu/sane/libsane-teco1.so.1.0.27 30073 +etc/sane.d/teco1.conf 30072 +usr/lib/x86_64-linux-gnu/sane/libsane-tamarack.so.1.0.27 30071 +etc/sane.d/tamarack.conf 30070 +usr/lib/x86_64-linux-gnu/sane/libsane-sp15c.so.1.0.27 30069 +etc/sane.d/sp15c.conf 30068 +usr/lib/x86_64-linux-gnu/sane/libsane-snapscan.so.1.0.27 30067 +etc/sane.d/snapscan.conf 30066 +usr/lib/x86_64-linux-gnu/sane/libsane-sm3840.so.1.0.27 30065 +usr/lib/x86_64-linux-gnu/sane/libsane-sm3600.so.1.0.27 30064 +usr/lib/x86_64-linux-gnu/sane/libsane-sharp.so.1.0.27 30063 +etc/sane.d/sharp.conf 30062 +usr/lib/x86_64-linux-gnu/sane/libsane-sceptre.so.1.0.27 30061 +etc/sane.d/sceptre.conf 30060 +usr/lib/x86_64-linux-gnu/sane/libsane-s9036.so.1.0.27 30059 +etc/sane.d/s9036.conf 30058 +usr/lib/x86_64-linux-gnu/sane/libsane-rts8891.so.1.0.27 30057 +etc/sane.d/rts8891.conf 30056 +usr/lib/x86_64-linux-gnu/sane/libsane-ricoh.so.1.0.27 30055 +etc/sane.d/ricoh.conf 30054 +usr/lib/x86_64-linux-gnu/sane/libsane-qcam.so.1.0.27 30053 +etc/sane.d/qcam.conf 30052 +usr/lib/x86_64-linux-gnu/sane/libsane-plustek.so.1.0.27 30051 +etc/sane.d/plustek.conf 30050 +usr/lib/x86_64-linux-gnu/sane/libsane-pixma.so.1.0.27 30049 +etc/sane.d/pixma.conf 30048 +usr/share/icons/Adwaita/cursors/watch 30047 +usr/lib/ibus/ibus-engine-simple 30046 +usr/share/themes/Default/gtk-3.0/gtk-keys.css 30045 +usr/lib/gnome-settings-daemon/gsd-backlight-helper 30044 +usr/share/icons/Adwaita/16x16/status/battery-full-charged-symbolic.symbolic.png 30043 +usr/share/tails/greeter/tails-greeter.py 30042 +usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1920x1080.svg 30041 +usr/share/icons/Adwaita/48x48/status/battery-full-charged-symbolic.symbolic.png 30040 +usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so 30039 +usr/share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png 30038 +usr/share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png 30037 +usr/lib/x86_64-linux-gnu/sane/libsane-pie.so.1.0.27 30036 +etc/sane.d/pie.conf 30035 +usr/lib/x86_64-linux-gnu/sane/libsane-niash.so.1.0.27 30034 +usr/lib/x86_64-linux-gnu/sane/libsane-nec.so.1.0.27 30033 +etc/sane.d/nec.conf 30032 +usr/lib/x86_64-linux-gnu/sane/libsane-mustek_usb2.so.1.0.27 30031 +usr/lib/python3.7/logging/config.py 30030 +usr/lib/python3.7/logging/handlers.py 30029 +usr/lib/x86_64-linux-gnu/sane/libsane-mustek_usb.so.1.0.27 30028 +etc/sane.d/mustek_usb.conf 30027 +usr/lib/x86_64-linux-gnu/sane/libsane-mustek.so.1.0.27 30026 +etc/sane.d/mustek.conf 30025 +usr/lib/x86_64-linux-gnu/sane/libsane-microtek2.so.1.0.27 30024 +etc/sane.d/microtek2.conf 30023 +usr/lib/x86_64-linux-gnu/sane/libsane-microtek.so.1.0.27 30022 +etc/sane.d/microtek.conf 30021 +usr/lib/x86_64-linux-gnu/sane/libsane-matsushita.so.1.0.27 30020 +usr/lib/python3/dist-packages/tailsgreeter/__init__.py 30019 +etc/sane.d/matsushita.conf 30018 +usr/lib/python3/dist-packages/tailsgreeter/errors.py 30017 +usr/lib/python3/dist-packages/tailsgreeter/greeter.py 30016 +usr/lib/x86_64-linux-gnu/sane/libsane-magicolor.so.1.0.27 30015 +usr/lib/x86_64-linux-gnu/libnetsnmp.so.30.0.3 30014 +usr/lib/python3/dist-packages/tailsgreeter/gdmclient.py 30013 +etc/sane.d/magicolor.conf 30010 +etc/snmp/snmp.conf 30009 +usr/share/snmp/mibs/GNOME-SMI.txt 30008 +usr/share/snmp/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt 30007 +usr/share/snmp/mibs/IANA-LANGUAGE-MIB.txt 30006 +usr/share/snmp/mibs/IANA-RTPROTO-MIB.txt 30005 +usr/share/snmp/mibs/IANAifType-MIB.txt 30004 +usr/share/snmp/mibs/LM-SENSORS-MIB.txt 30003 +usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt 30002 +usr/share/snmp/mibs/NET-SNMP-EXAMPLES-MIB.txt 30001 +usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt 30000 +usr/share/snmp/mibs/NET-SNMP-MIB.txt 29999 +usr/share/snmp/mibs/NET-SNMP-MONITOR-MIB.txt 29998 +usr/share/snmp/mibs/NET-SNMP-PASS-MIB.txt 29997 +usr/share/snmp/mibs/NET-SNMP-PERIODIC-NOTIFY-MIB.txt 29996 +usr/share/snmp/mibs/NET-SNMP-SYSTEM-MIB.txt 29995 +usr/share/snmp/mibs/NET-SNMP-TC.txt 29994 +usr/share/snmp/mibs/NET-SNMP-VACM-MIB.txt 29993 +usr/share/snmp/mibs/RFC-1215.txt 29992 +usr/share/snmp/mibs/SNMP-TLS-TM-MIB.txt 29991 +usr/share/snmp/mibs/SNMP-TSM-MIB.txt 29990 +usr/share/snmp/mibs/UCD-DEMO-MIB.txt 29989 +usr/share/snmp/mibs/UCD-DISKIO-MIB.txt 29988 +usr/share/snmp/mibs/UCD-DLMOD-MIB.txt 29987 +usr/share/snmp/mibs/UCD-IPFILTER-MIB.txt 29986 +usr/share/snmp/mibs/UCD-IPFWACC-MIB.txt 29985 +usr/share/snmp/mibs/UCD-SNMP-MIB-OLD.txt 29984 +usr/share/snmp/mibs/UCD-SNMP-MIB.txt 29983 +usr/share/snmp/mibs/miblist.txt 29982 +usr/lib/x86_64-linux-gnu/sane/libsane-ma1509.so.1.0.27 29981 +usr/lib/python3/dist-packages/tailsgreeter/config.py 29980 +usr/lib/python3/dist-packages/tailsgreeter/settings/__init__.py 29979 +usr/lib/python3/dist-packages/tailsgreeter/settings/localization.py 29978 +usr/lib/python3/dist-packages/pycountry/__init__.py 29977 +usr/lib/python3/dist-packages/pycountry/db.py 29976 +usr/lib/python3.7/json/__init__.py 29975 +usr/lib/python3.7/json/decoder.py 29974 +usr/lib/python3.7/json/scanner.py 29973 +usr/lib/python3.7/lib-dynload/_json.cpython-37m-x86_64-linux-gnu.so 29972 +usr/lib/python3.7/json/encoder.py 29971 +etc/sane.d/ma1509.conf 29970 +usr/lib/x86_64-linux-gnu/sane/libsane-lexmark.so.1.0.27 29969 +etc/sane.d/lexmark.conf 29968 +usr/lib/x86_64-linux-gnu/sane/libsane-leo.so.1.0.27 29967 +etc/sane.d/leo.conf 29966 +usr/lib/x86_64-linux-gnu/sane/libsane-kvs20xx.so.1.0.27 29965 +usr/lib/x86_64-linux-gnu/sane/libsane-kvs1025.so.1.0.27 29964 +usr/lib/x86_64-linux-gnu/sane/libsane-kodakaio.so.1.0.27 29963 +etc/sane.d/kodakaio.conf 29962 usr/lib/python3/dist-packages/pkg_resources/__init__.py 29961 -etc/sane.d/ma1509.conf 29960 -usr/lib/x86_64-linux-gnu/sane/libsane-lexmark.so.1.0.27 29959 -etc/sane.d/lexmark.conf 29958 -usr/lib/x86_64-linux-gnu/sane/libsane-leo.so.1.0.27 29957 -etc/sane.d/leo.conf 29956 -usr/lib/x86_64-linux-gnu/sane/libsane-kvs20xx.so.1.0.27 29955 -usr/lib/x86_64-linux-gnu/sane/libsane-kvs1025.so.1.0.27 29954 -usr/lib/x86_64-linux-gnu/sane/libsane-kodakaio.so.1.0.27 29953 -etc/sane.d/kodakaio.conf 29952 -usr/lib/x86_64-linux-gnu/sane/libsane-kodak.so.1.0.27 29951 -etc/sane.d/kodak.conf 29950 -usr/lib/x86_64-linux-gnu/sane/libsane-ibm.so.1.0.27 29949 -etc/sane.d/ibm.conf 29948 -usr/lib/x86_64-linux-gnu/sane/libsane-hs2p.so.1.0.27 29947 -etc/sane.d/hs2p.conf 29946 -usr/lib/x86_64-linux-gnu/sane/libsane-hpljm1005.so.1.0.27 29945 -usr/lib/x86_64-linux-gnu/sane/libsane-hp5590.so.1.0.27 29944 -usr/lib/x86_64-linux-gnu/sane/libsane-hp5400.so.1.0.27 29943 -etc/sane.d/hp5400.conf 29942 -usr/lib/x86_64-linux-gnu/sane/libsane-hp4200.so.1.0.27 29941 -etc/sane.d/hp4200.conf 29940 -usr/lib/x86_64-linux-gnu/sane/libsane-hp3500.so.1.0.27 29939 -usr/lib/x86_64-linux-gnu/sane/libsane-hpsj5s.so.1.0.27 29938 -etc/sane.d/hpsj5s.conf 29937 -usr/lib/x86_64-linux-gnu/sane/libsane-hp3900.so.1.0.27 29936 -etc/sane.d/hp3900.conf 29935 -usr/lib/x86_64-linux-gnu/sane/libsane-hp.so.1.0.27 29934 -etc/sane.d/hp.conf 29933 -usr/lib/x86_64-linux-gnu/sane/libsane-gt68xx.so.1.0.27 29932 -usr/lib/python3.7/zipfile.py 29931 -etc/sane.d/gt68xx.conf 29930 -usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1.0.27 29929 -etc/sane.d/genesys.conf 29928 -usr/lib/x86_64-linux-gnu/sane/libsane-fujitsu.so.1.0.27 29927 -etc/sane.d/fujitsu.conf 29926 -usr/lib/x86_64-linux-gnu/sane/libsane-epsonds.so.1.0.27 29925 -usr/lib/python3.7/plistlib.py 29924 -etc/sane.d/epsonds.conf 29923 -usr/lib/python3.7/xml/parsers/__init__.py 29922 -usr/lib/python3.7/xml/parsers/expat.py 29921 -usr/lib/python3.7/email/__init__.py 29920 -usr/lib/python3.7/email/parser.py 29919 -usr/lib/python3.7/email/feedparser.py 29918 -usr/lib/python3.7/email/errors.py 29917 -usr/lib/python3.7/email/_policybase.py 29916 -usr/lib/python3.7/email/header.py 29915 -usr/lib/python3.7/email/quoprimime.py 29914 -usr/lib/python3.7/email/base64mime.py 29913 -usr/lib/python3.7/email/charset.py 29912 -usr/lib/python3.7/email/encoders.py 29911 -usr/lib/python3.7/quopri.py 29910 -usr/lib/python3.7/email/utils.py 29909 -usr/lib/python3.7/email/_parseaddr.py 29908 -usr/lib/python3.7/ntpath.py 29907 -usr/lib/python3/dist-packages/pkg_resources/extern/__init__.py 29906 -usr/lib/python3/dist-packages/pkg_resources/_vendor/__init__.py 29905 -usr/lib/python3/dist-packages/pkg_resources/_vendor/six.py 29904 -usr/lib/python3/dist-packages/pkg_resources/py31compat.py 29903 -usr/lib/python3/dist-packages/pkg_resources/_vendor/appdirs.py 29902 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/__init__.py 29901 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/__about__.py 29900 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py 29899 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_structures.py 29898 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/specifiers.py 29897 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_compat.py 29896 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/requirements.py 29895 -usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py 29894 -usr/lib/python3.7/pprint.py 29893 -usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/markers.py 29892 -usr/lib/python3.7/sysconfig.py 29891 -usr/lib/python3/dist-packages/yarl-1.3.0.egg-info/PKG-INFO 29890 -usr/lib/python3/dist-packages/whisperback-1.8.3.egg-info 29889 -usr/lib/python3/dist-packages/Werkzeug-0.14.1.egg-info/PKG-INFO 29888 -usr/lib/python3/dist-packages/urllib3-1.24.1.egg-info/PKG-INFO 29887 -usr/lib/python3/dist-packages/trezor-0.9.0.egg-info/PKG-INFO 29886 -usr/lib/python3/dist-packages/systemd_python-234.egg-info 29885 -usr/lib/python3/dist-packages/stem-1.7.1.egg-info 29884 -usr/lib/python3/dist-packages/six-1.12.0.egg-info/PKG-INFO 29883 -usr/lib/python3/dist-packages/sh-1.12.14.egg-info/PKG-INFO 29882 -usr/lib/python3/dist-packages/requests-2.21.0.egg-info/PKG-INFO 29881 -usr/lib/python3/dist-packages/reportlab-3.5.13.egg-info/PKG-INFO 29880 -usr/lib/python3/dist-packages/regex-2019.02.07.egg-info 29879 -usr/lib/python3/dist-packages/qrcode-6.1.egg-info/PKG-INFO 29878 -usr/lib/python3/dist-packages/PyYAML-3.13.egg-info 29877 -usr/lib/python3/dist-packages/pyxdg-0.25.egg-info 29876 -usr/lib/python3/dist-packages/pytz-2019.1.egg-info/PKG-INFO 29875 -usr/lib/python3/dist-packages/python_pam-1.8.4.egg-info/PKG-INFO 29874 -usr/lib/python3/dist-packages/python_gnupg-0.4.4.egg-info 29873 -usr/lib/python3/dist-packages/python_apt-1.8.4.1.egg-info 29872 -usr/lib/python3/dist-packages/PySocks-1.6.8.egg-info/PKG-INFO 29871 -usr/lib/python3/dist-packages/pyserial-3.4.egg-info/PKG-INFO 29870 -usr/lib/python3/dist-packages/pyinotify-0.9.6.egg-info 29869 -usr/lib/python3/dist-packages/PyGObject-3.30.4.egg-info/PKG-INFO 29868 -usr/lib/python3/dist-packages/pydbus-0.6.0.egg-info/PKG-INFO 29867 -usr/lib/python3/dist-packages/pycups-1.9.73.egg-info 29866 -usr/lib/python3/dist-packages/pycountry-17.5.14.egg-info/PKG-INFO 29865 -usr/lib/python3/dist-packages/pycairo-1.16.2.egg-info 29864 -usr/lib/python3/dist-packages/pyaes-1.6.1.egg-info 29863 -usr/lib/python3/dist-packages/psutil-5.5.1.egg-info 29862 -usr/lib/python3/dist-packages/protobuf-3.6.1.egg-info/PKG-INFO 29861 -usr/lib/python3/dist-packages/Pillow-5.4.1.egg-info/PKG-INFO 29860 -usr/lib/python3/dist-packages/pexpect-4.6.0.egg-info 29859 -usr/lib/python3/dist-packages/pbkdf2-1.3.egg-info/PKG-INFO 29858 -usr/lib/python3/dist-packages/onionshare-1.3.2.egg-info 29857 -usr/lib/python3/dist-packages/onioncircuits-0.6.egg-info 29856 -usr/lib/python3/dist-packages/mutagen-1.40.0.egg-info 29855 -usr/lib/python3/dist-packages/multidict-4.5.2.egg-info/PKG-INFO 29854 -usr/lib/python3/dist-packages/mnemonic-0.18.egg-info/PKG-INFO 29853 -usr/lib/python3/dist-packages/MarkupSafe-1.1.0.egg-info/PKG-INFO 29852 -usr/lib/python3/dist-packages/louis-3.8.0.egg-info 29851 -usr/lib/python3/dist-packages/libusb1-1.7.egg-info/PKG-INFO 29850 -usr/lib/python3/dist-packages/jsonrpclib_pelix-0.3.1.egg-info/PKG-INFO 29849 -usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/PKG-INFO 29848 -usr/lib/python3/dist-packages/itsdangerous-0.24.egg-info/PKG-INFO 29847 -usr/lib/python3/dist-packages/idna-2.6.egg-info/PKG-INFO 29846 -usr/lib/python3/dist-packages/hidapi-0.7.99.post21.egg-info/PKG-INFO 29845 -usr/lib/python3/dist-packages/Flask-1.0.2.egg-info/PKG-INFO 29844 -usr/lib/python3/dist-packages/Electrum-3.3.8.egg-info/PKG-INFO 29843 -usr/lib/python3/dist-packages/ecdsa-0.13.egg-info 29842 -usr/lib/python3/dist-packages/dogtail-0.9.11.egg-info/PKG-INFO 29841 -usr/lib/python3/dist-packages/dnspython-1.16.0.egg-info/PKG-INFO 29840 -usr/lib/python3/dist-packages/distro-1.3.0.egg-info/PKG-INFO 29839 -usr/lib/python3/dist-packages/cupshelpers-1.0.egg-info 29838 -usr/lib/python3/dist-packages/colorama-0.3.7.egg-info/PKG-INFO 29837 -usr/lib/python3/dist-packages/Click-7.0.egg-info/PKG-INFO 29836 -usr/lib/python3/dist-packages/chardet-3.0.4.egg-info/PKG-INFO 29835 -usr/lib/python3/dist-packages/certifi-2018.8.24.egg-info/PKG-INFO 29834 -usr/lib/python3/dist-packages/Brlapi-0.6.7.egg-info 29833 -usr/lib/python3/dist-packages/attrs-18.2.0.egg-info/PKG-INFO 29832 -usr/lib/python3/dist-packages/atomicwrites-1.1.5.egg-info/PKG-INFO 29831 -usr/lib/python3/dist-packages/async_timeout-3.0.1.egg-info/PKG-INFO 29830 -usr/lib/python3/dist-packages/aiorpcX-0.18.4.egg-info/PKG-INFO 29829 -usr/lib/python3/dist-packages/aiohttp-3.5.1.egg-info/PKG-INFO 29828 -usr/lib/python3/dist-packages/aiohttp_socks-0.3.4.egg-info/PKG-INFO 29827 -usr/lib/python3/dist-packages/protobuf-3.6.1.egg-info/namespace_packages.txt 29826 -usr/lib/python3.7/typing.py 29825 -usr/lib/python3/dist-packages/tailsgreeter/settings/admin.py 29824 -usr/lib/python3.7/pipes.py 29823 -usr/lib/python3.7/shlex.py 29822 -usr/lib/python3/dist-packages/tailsgreeter/settings/localization_settings.py 29821 -usr/lib/python3/dist-packages/tailsgreeter/settings/formats.py 29820 -usr/lib/python3/dist-packages/tailsgreeter/settings/keyboard.py 29819 -usr/lib/python3/dist-packages/tailsgreeter/settings/language.py 29818 -usr/lib/python3/dist-packages/tailsgreeter/settings/macspoof.py 29817 -usr/lib/python3/dist-packages/tailsgreeter/settings/network.py 29816 -usr/lib/python3/dist-packages/tailsgreeter/settings/persistence.py 29815 -usr/lib/python3/dist-packages/tailsgreeter/utils.py 29814 -usr/lib/python3/dist-packages/tailsgreeter/translatable_window.py 29813 -usr/lib/python3/dist-packages/tailsgreeter/ui/__init__.py 29812 -usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py 29811 -usr/lib/python3/dist-packages/tailsgreeter/ui/setting.py 29810 -usr/lib/python3/dist-packages/tailsgreeter/ui/popover.py 29809 -usr/lib/python3/dist-packages/tailsgreeter/ui/main_window.py 29808 -usr/lib/python3/dist-packages/tailsgreeter/ui/add_settings_dialog.py 29807 -usr/lib/python3/dist-packages/tailsgreeter/ui/help_window.py 29806 -usr/lib/python3.7/webbrowser.py 29805 -usr/lib/x86_64-linux-gnu/girepository-1.0/WebKit2-4.0.typelib 29804 -usr/lib/x86_64-linux-gnu/girepository-1.0/JavaScriptCore-4.0.typelib 29803 -usr/lib/python3/dist-packages/tailsgreeter/ui/region_settings.py 29802 -usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py 29801 -usr/lib/python3/dist-packages/tailsgreeter/ui/settings_collection.py 29800 -usr/lib/python3.7/configparser.py 29799 -usr/share/tails/greeter/tails-logging.conf 29798 -usr/share/tails/greeter/supported_locales 29797 -usr/lib/locale/km_KH/LC_MESSAGES/SYS_LC_MESSAGES 29795 -usr/lib/locale/pl_PL/LC_MESSAGES/SYS_LC_MESSAGES 29794 -usr/share/locale/pl/LC_MESSAGES/iso_639-2.mo 29793 -usr/lib/locale/zh_TW/LC_MESSAGES/SYS_LC_MESSAGES 29792 -usr/share/locale/zh_TW/LC_MESSAGES/iso_639-2.mo 29791 -usr/lib/locale/ca_ES/LC_MESSAGES/SYS_LC_MESSAGES 29790 -lib/systemd/systemd-update-utmp 29788 -usr/share/locale/ca/LC_MESSAGES/iso_639-2.mo 29787 -usr/lib/locale/he_IL/LC_MESSAGES/SYS_LC_MESSAGES 29786 -usr/share/locale/he/LC_MESSAGES/iso_639-2.mo 29785 -usr/lib/locale/sv_FI/LC_MESSAGES/SYS_LC_MESSAGES 29784 -usr/share/locale/sv/LC_MESSAGES/iso_639-2.mo 29783 -usr/lib/locale/de_AT/LC_MESSAGES/SYS_LC_MESSAGES 29782 -usr/share/locale/de/LC_MESSAGES/iso_639-2.mo 29781 -usr/lib/locale/ru_RU/LC_MESSAGES/SYS_LC_MESSAGES 29780 -usr/share/locale/ru/LC_MESSAGES/iso_639-2.mo 29779 -usr/lib/locale/el_CY/LC_MESSAGES/SYS_LC_MESSAGES 29778 -usr/share/locale/el/LC_MESSAGES/iso_639-2.mo 29777 -usr/lib/locale/fa_IR/LC_MESSAGES/SYS_LC_MESSAGES 29776 -usr/share/locale/fa/LC_MESSAGES/iso_639-2.mo 29775 -usr/lib/locale/hu_HU/LC_MESSAGES/SYS_LC_MESSAGES 29774 -usr/share/locale/hu/LC_MESSAGES/iso_639-2.mo 29773 -usr/lib/locale/lt_LT/LC_MESSAGES/SYS_LC_MESSAGES 29772 -usr/share/locale/lt/LC_MESSAGES/iso_639-2.mo 29771 -usr/lib/locale/af_ZA/LC_MESSAGES/SYS_LC_MESSAGES 29770 -usr/share/locale/nl/LC_MESSAGES/iso_639-2.mo 29769 -usr/lib/locale/en_AU/LC_MESSAGES/SYS_LC_MESSAGES 29768 -usr/lib/locale/ga_IE/LC_MESSAGES/SYS_LC_MESSAGES 29767 -usr/share/locale/ga/LC_MESSAGES/iso_639-2.mo 29766 -usr/lib/locale/fi_FI/LC_MESSAGES/SYS_LC_MESSAGES 29765 -usr/share/locale/fi/LC_MESSAGES/iso_639-2.mo 29764 -usr/lib/locale/ro_RO/LC_MESSAGES/SYS_LC_MESSAGES 29763 -usr/share/locale/ro/LC_MESSAGES/iso_639-2.mo 29762 -usr/lib/locale/tr_CY/LC_MESSAGES/SYS_LC_MESSAGES 29761 -usr/share/locale/tr/LC_MESSAGES/iso_639-2.mo 29760 -usr/lib/locale/es_AR/LC_MESSAGES/SYS_LC_MESSAGES 29759 -usr/share/locale/es/LC_MESSAGES/iso_639-2.mo 29758 -usr/lib/locale/pt_BR/LC_MESSAGES/SYS_LC_MESSAGES 29757 -usr/share/locale/pt/LC_MESSAGES/iso_639-2.mo 29756 -usr/lib/locale/ar_AE/LC_MESSAGES/SYS_LC_MESSAGES 29755 -usr/share/locale/ar/LC_MESSAGES/iso_639-2.mo 29754 -usr/lib/locale/it_IT/LC_MESSAGES/SYS_LC_MESSAGES 29753 -usr/share/locale/it/LC_MESSAGES/iso_639-2.mo 29752 -usr/lib/locale/bho_IN/LC_MESSAGES/SYS_LC_MESSAGES 29751 -usr/share/locale/hi/LC_MESSAGES/iso_639-2.mo 29750 -usr/lib/locale/zh_CN/LC_MESSAGES/SYS_LC_MESSAGES 29749 -usr/share/locale/zh_CN/LC_MESSAGES/iso_639-2.mo 29748 -usr/lib/locale/id_ID/LC_MESSAGES/SYS_LC_MESSAGES 29747 -usr/share/locale/id/LC_MESSAGES/iso_639-2.mo 29746 -usr/lib/locale/fr_CA/LC_MESSAGES/SYS_LC_MESSAGES 29745 -usr/share/locale/fr/LC_MESSAGES/iso_639-2.mo 29744 -usr/lib/locale/mk_MK/LC_MESSAGES/SYS_LC_MESSAGES 29743 -usr/share/locale/mk/LC_MESSAGES/iso_639-2.mo 29742 -usr/lib/locale/da_DK/LC_MESSAGES/SYS_LC_MESSAGES 29741 -usr/share/locale/da/LC_MESSAGES/iso_639-2.mo 29740 -usr/lib/locale/cs_CZ/LC_MESSAGES/SYS_LC_MESSAGES 29739 -usr/share/locale/cs/LC_MESSAGES/iso_639-2.mo 29738 -usr/share/tails/greeter/setting.ui 29737 -usr/share/locale/id/LC_MESSAGES/iso_3166-1.mo 29736 -usr/share/locale/ca/LC_MESSAGES/iso_3166-1.mo 29735 -usr/lib/locale/an_ES/LC_MESSAGES/SYS_LC_MESSAGES 29734 -usr/share/locale/km/LC_MESSAGES/iso_3166-1.mo 29733 -usr/share/locale/da/LC_MESSAGES/iso_3166-1.mo 29732 -usr/share/locale/de/LC_MESSAGES/iso_3166-1.mo 29731 -usr/lib/locale/en_CA/LC_MESSAGES/SYS_LC_MESSAGES 29730 -usr/lib/locale/en_DK/LC_MESSAGES/SYS_LC_MESSAGES 29729 -usr/lib/locale/bem_ZM/LC_MESSAGES/SYS_LC_MESSAGES 29728 -usr/share/locale/es/LC_MESSAGES/iso_3166-1.mo 29727 -usr/lib/locale/an_ES.utf8/LC_MESSAGES/SYS_LC_MESSAGES 29726 -usr/share/locale/fr/LC_MESSAGES/iso_3166-1.mo 29725 -usr/lib/locale/fr_BE/LC_MESSAGES/SYS_LC_MESSAGES 29724 -usr/lib/locale/fr_CH/LC_MESSAGES/SYS_LC_MESSAGES 29723 -usr/share/locale/ga/LC_MESSAGES/iso_3166-1.mo 29722 -usr/share/locale/it/LC_MESSAGES/iso_3166-1.mo 29721 -usr/lib/locale/it_CH/LC_MESSAGES/SYS_LC_MESSAGES 29720 -usr/share/locale/lt/LC_MESSAGES/iso_3166-1.mo 29719 -usr/share/locale/hu/LC_MESSAGES/iso_3166-1.mo 29718 -usr/share/locale/nl/LC_MESSAGES/iso_3166-1.mo 29717 -usr/lib/locale/af_ZA.utf8/LC_MESSAGES/SYS_LC_MESSAGES 29716 -usr/share/locale/pl/LC_MESSAGES/iso_3166-1.mo 29715 -usr/share/locale/pt_BR/LC_MESSAGES/iso_639-2.mo 29714 -usr/share/locale/pt_BR/LC_MESSAGES/iso_3166-1.mo 29713 -usr/share/locale/pt/LC_MESSAGES/iso_3166-1.mo 29712 -usr/share/locale/ro/LC_MESSAGES/iso_3166-1.mo 29711 -usr/share/locale/fi/LC_MESSAGES/iso_3166-1.mo 29710 -usr/share/locale/sv/LC_MESSAGES/iso_3166-1.mo 29709 -usr/share/locale/tr/LC_MESSAGES/iso_3166-1.mo 29708 -usr/share/locale/cs/LC_MESSAGES/iso_3166-1.mo 29707 -usr/share/locale/el/LC_MESSAGES/iso_3166-1.mo 29706 -usr/share/locale/mk/LC_MESSAGES/iso_3166-1.mo 29705 -usr/share/locale/ru/LC_MESSAGES/iso_3166-1.mo 29704 -usr/lib/locale/ru_UA/LC_MESSAGES/SYS_LC_MESSAGES 29703 -usr/share/locale/he/LC_MESSAGES/iso_3166-1.mo 29702 -usr/share/locale/ar/LC_MESSAGES/iso_3166-1.mo 29701 -usr/lib/locale/ar_AE.utf8/LC_MESSAGES/SYS_LC_MESSAGES 29700 -usr/share/locale/fa/LC_MESSAGES/iso_3166-1.mo 29699 -usr/share/locale/hi/LC_MESSAGES/iso_3166-1.mo 29698 -usr/share/locale/zh_CN/LC_MESSAGES/iso_3166-1.mo 29697 -usr/lib/locale/zh_HK/LC_MESSAGES/SYS_LC_MESSAGES 29696 -usr/share/locale/zh_HK/LC_MESSAGES/iso_639-2.mo 29695 -usr/share/locale/zh_HK/LC_MESSAGES/iso_3166-1.mo 29694 -usr/share/locale/zh_TW/LC_MESSAGES/iso_3166-1.mo 29693 -usr/share/tails/greeter/region_settings.ui 29692 -usr/share/tails/greeter/additional_settings.ui 29691 -usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache 29690 -usr/share/tails/greeter/greeter.css 29689 -usr/share/tails/greeter/main.ui 29688 -usr/local/sbin/live-persist 29687 -lib/live/boot/9990-cmdline-old 29686 -lib/live/boot/9990-misc-helpers.sh 29685 -sbin/cryptsetup 29683 -usr/lib/x86_64-linux-gnu/libpopt.so.0.0.0 29682 -usr/lib/x86_64-linux-gnu/sane/libsane-epson2.so.1.0.27 29679 -etc/sane.d/epson2.conf 29678 -usr/share/fonts/opentype/cantarell/Cantarell-Bold.otf 29677 -usr/share/icons/hicolor/scalable/actions/tails-help.svg 29675 -usr/share/icons/hicolor/scalable/actions/tails-language.svg 29674 -usr/share/icons/hicolor/scalable/actions/tails-keyboard-layout.svg 29673 -usr/share/icons/hicolor/scalable/actions/tails-formats.svg 29672 -usr/share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png 29671 -usr/share/icons/Adwaita/cursors/top_left_corner 29670 -usr/share/icons/Adwaita/cursors/top_side 29669 -usr/share/icons/Adwaita/cursors/top_right_corner 29668 -usr/share/icons/Adwaita/cursors/left_side 29667 -usr/share/icons/Adwaita/cursors/right_side 29666 -usr/share/icons/Adwaita/cursors/bottom_left_corner 29665 -usr/share/icons/Adwaita/cursors/bottom_side 29664 -usr/share/icons/Adwaita/cursors/bottom_right_corner 29663 -usr/share/icons/hicolor/32x32/apps/gdm-setup.png 29662 -usr/share/icons/Adwaita/cursors/hand2 29661 -usr/lib/x86_64-linux-gnu/sane/libsane-epjitsu.so.1.0.27 29660 -etc/sane.d/epjitsu.conf 29659 -usr/lib/x86_64-linux-gnu/sane/libsane-dmc.so.1.0.27 29658 -etc/sane.d/dmc.conf 29657 -usr/lib/x86_64-linux-gnu/sane/libsane-dell1600n_net.so.1.0.27 29656 -etc/sane.d/dell1600n_net.conf 29655 -usr/lib/x86_64-linux-gnu/sane/libsane-coolscan3.so.1.0.27 29654 -etc/sane.d/coolscan3.conf 29653 -usr/lib/x86_64-linux-gnu/sane/libsane-coolscan.so.1.0.27 29652 -etc/sane.d/coolscan.conf 29651 -usr/lib/x86_64-linux-gnu/sane/libsane-cardscan.so.1.0.27 29650 -etc/sane.d/cardscan.conf 29649 -usr/lib/x86_64-linux-gnu/sane/libsane-canon_dr.so.1.0.27 29648 -etc/sane.d/canon_dr.conf 29647 -usr/lib/x86_64-linux-gnu/sane/libsane-canon630u.so.1.0.27 29646 -etc/sane.d/canon630u.conf 29645 -usr/lib/x86_64-linux-gnu/sane/libsane-canon.so.1.0.27 29644 -etc/sane.d/canon.conf 29643 -usr/lib/x86_64-linux-gnu/sane/libsane-bh.so.1.0.27 29642 -etc/sane.d/bh.conf 29641 -usr/lib/x86_64-linux-gnu/sane/libsane-as6e.so.1.0.27 29640 -usr/lib/x86_64-linux-gnu/sane/libsane-artec_eplus48u.so.1.0.27 29639 -etc/sane.d/artec_eplus48u.conf 29638 -usr/lib/x86_64-linux-gnu/sane/libsane-artec.so.1.0.27 29637 -etc/sane.d/artec.conf 29636 -usr/lib/x86_64-linux-gnu/sane/libsane-avision.so.1.0.27 29635 -etc/sane.d/avision.conf 29634 -usr/lib/x86_64-linux-gnu/sane/libsane-apple.so.1.0.27 29633 -etc/sane.d/apple.conf 29632 -usr/lib/x86_64-linux-gnu/sane/libsane-agfafocus.so.1.0.27 29631 -etc/sane.d/agfafocus.conf 29630 -usr/lib/x86_64-linux-gnu/sane/libsane-abaton.so.1.0.27 29629 -etc/sane.d/abaton.conf 29628 -usr/lib/x86_64-linux-gnu/sane/libsane-net.so.1.0.27 29627 -etc/sane.d/net.conf 29626 -usr/lib/x86_64-linux-gnu/sane/libsane-hpaio.so.1.0.0 29625 -usr/lib/x86_64-linux-gnu/libhpip.so.0.0.1 29624 -usr/lib/x86_64-linux-gnu/libhpmud.so.0.0.6 29623 -usr/lib/x86_64-linux-gnu/libhpdiscovery.so.0.0.1 29622 -etc/pam.d/gdm-password 29616 -usr/share/xsessions/gnome-xorg.desktop 29615 -lib/x86_64-linux-gnu/security/pam_succeed_if.so 29614 -etc/securetty 29613 -lib/systemd/system/user@1000.service.d/timeout.conf 29610 -usr/local/lib/create-tor-browser-directories 29594 -usr/local/lib/tails-shell-library/tails-greeter.sh 29593 -etc/gdm3/PostLogin/Default 29592 -etc/live/config.d/username.conf 29591 -usr/local/lib/tails-unblock-network 29589 -lib/systemd/system/tails-unblock-network.service 29588 -bin/sync 29579 -bin/kmod 29576 -lib/modules/5.4.0-4-amd64/modules.softdep 29575 -lib/modprobe.d/aliases.conf 29572 -etc/modprobe.d/amd64-microcode-blacklist.conf 29571 -lib/modprobe.d/fbdev-blacklist.conf 29570 -etc/modprobe.d/intel-microcode-blacklist.conf 29569 -etc/modprobe.d/loop.conf 29568 -etc/modprobe.d/no-bluetooth.conf 29567 -etc/modprobe.d/no-conntrack-helper.conf 29566 -etc/modprobe.d/no-mei.conf 29565 -etc/modprobe.d/no-n-hdlc.conf 29564 -etc/modprobe.d/no-pc-speaker.conf 29563 -lib/modprobe.d/systemd.conf 29562 -etc/modprobe.d/uncommon-network-protocols.conf 29561 -lib/modules/5.4.0-4-amd64/modules.dep.bin 29560 -lib/modules/5.4.0-4-amd64/modules.alias.bin 29559 -lib/modules/5.4.0-4-amd64/modules.symbols.bin 29558 -lib/modules/5.4.0-4-amd64/modules.builtin.bin 29557 -lib/systemd/network/99-default.link 29556 -etc/udev/rules.d/00-mac-spoof.rules 29555 -lib/udev/rules.d/39-usbmuxd.rules 29554 -lib/udev/rules.d/40-usb_modeswitch.rules 29553 -lib/udev/rules.d/50-firmware.rules 29552 -lib/udev/rules.d/50-udev-default.rules 29551 -lib/udev/rules.d/55-dm.rules 29550 -lib/udev/rules.d/56-hpmud.rules 29549 -lib/udev/rules.d/56-lvm.rules 29548 -lib/udev/rules.d/60-block.rules 29547 -lib/udev/rules.d/60-cdrom_id.rules 29546 -lib/udev/rules.d/60-crda.rules 29545 -lib/udev/rules.d/60-drm.rules 29544 -lib/udev/rules.d/60-evdev.rules 29543 -lib/udev/rules.d/60-gobi-loader.rules 29542 -lib/udev/rules.d/60-input-id.rules 29541 -lib/udev/rules.d/60-libgphoto2-6.rules 29540 -lib/udev/rules.d/60-libsane.rules 29539 -lib/udev/rules.d/60-open-vm-tools.rules 29538 -lib/udev/rules.d/60-persistent-alsa.rules 29537 -lib/udev/rules.d/60-persistent-input.rules 29536 -lib/udev/rules.d/60-persistent-storage-dm.rules 29535 -lib/udev/rules.d/60-persistent-storage-tape.rules 29534 -lib/udev/rules.d/60-persistent-storage.rules 29533 -lib/udev/rules.d/60-persistent-v4l.rules 29532 -lib/udev/rules.d/60-scdaemon.rules 29531 -lib/udev/rules.d/60-sensor.rules 29530 -lib/udev/rules.d/60-serial.rules 29529 -lib/udev/rules.d/60-trezor.rules 29528 -lib/udev/rules.d/60-virtualbox-guest-utils.rules 29527 -lib/udev/rules.d/61-gdm.rules 29526 -lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules 29525 -lib/udev/rules.d/64-btrfs.rules 29524 -lib/udev/rules.d/64-xorg-xkb.rules 29523 -lib/udev/rules.d/65-libwacom.rules 29522 -lib/udev/rules.d/66-bilibop.rules 29518 -lib/udev/rules.d/69-cd-sensors.rules 29517 -lib/udev/rules.d/69-libmtp.rules 29516 -lib/udev/rules.d/69-lvm-metad.rules 29500 -lib/udev/rules.d/70-joystick.rules 29499 -lib/udev/rules.d/70-mouse.rules 29498 -lib/udev/rules.d/70-power-switch.rules 29497 -etc/udev/rules.d/70-protect-boot-medium-for-udisks.rules 29496 -lib/udev/rules.d/70-spice-vdagentd.rules 29495 -lib/udev/rules.d/70-touchpad.rules 29494 -lib/udev/rules.d/70-uaccess.rules 29493 -lib/udev/rules.d/71-seat.rules 29492 -lib/udev/rules.d/73-seat-late.rules 29491 -lib/udev/rules.d/73-special-net-names.rules 29490 -lib/udev/rules.d/73-usb-net-by-mac.rules 29489 -lib/udev/rules.d/75-net-description.rules 29488 -lib/udev/rules.d/75-probe_mtd.rules 29487 -lib/udev/rules.d/77-mm-cinterion-port-types.rules 29486 -lib/udev/rules.d/77-mm-dell-port-types.rules 29485 -lib/udev/rules.d/77-mm-ericsson-mbm.rules 29484 -lib/udev/rules.d/77-mm-fibocom-port-types.rules 29483 -lib/udev/rules.d/77-mm-haier-port-types.rules 29482 -lib/udev/rules.d/77-mm-huawei-net-port-types.rules 29481 -lib/udev/rules.d/77-mm-longcheer-port-types.rules 29480 -lib/udev/rules.d/77-mm-mtk-port-types.rules 29479 -lib/udev/rules.d/77-mm-nokia-port-types.rules 29478 -lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules 29477 -lib/udev/rules.d/77-mm-qdl-device-blacklist.rules 29476 -lib/udev/rules.d/77-mm-sierra.rules 29475 -lib/udev/rules.d/77-mm-simtech-port-types.rules 29474 -lib/udev/rules.d/77-mm-telit-port-types.rules 29473 -lib/udev/rules.d/77-mm-ublox-port-types.rules 29472 -lib/udev/rules.d/77-mm-usb-device-blacklist.rules 29471 -lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules 29470 -lib/udev/rules.d/77-mm-x22x-port-types.rules 29469 -lib/udev/rules.d/77-mm-zte-port-types.rules 29468 -lib/udev/rules.d/78-sound-card.rules 29467 -lib/udev/rules.d/80-debian-compat.rules 29466 -lib/udev/rules.d/80-drivers.rules 29465 -lib/udev/rules.d/80-ifupdown.rules 29464 -lib/udev/rules.d/80-libinput-device-groups.rules 29463 -lib/udev/rules.d/80-mm-candidate.rules 29462 -lib/udev/rules.d/80-udisks2.rules 29461 -lib/udev/rules.d/84-nm-drivers.rules 29460 -lib/udev/rules.d/85-hdparm.rules 29459 -lib/udev/rules.d/85-hwclock.rules 29458 -lib/udev/rules.d/85-nm-unmanaged.rules 29457 -lib/udev/rules.d/85-regulatory.rules 29456 -lib/udev/rules.d/89-alsa-ucm.rules 29455 -lib/udev/rules.d/90-alsa-restore.rules 29454 -lib/udev/rules.d/90-bolt.rules 29453 -lib/udev/rules.d/90-console-setup.rules 29452 -lib/udev/rules.d/90-iphone-tether.rules 29451 -lib/udev/rules.d/90-libinput-model-quirks.rules 29450 -lib/udev/rules.d/90-nm-thunderbolt.rules 29449 -lib/udev/rules.d/90-pulseaudio.rules 29448 -lib/udev/rules.d/92-libccid.rules 29447 -lib/udev/rules.d/95-cd-devices.rules 29446 -lib/udev/rules.d/95-dm-notify.rules 29445 -lib/udev/rules.d/95-upower-csr.rules 29444 -lib/udev/rules.d/95-upower-hid.rules 29443 -lib/udev/rules.d/95-upower-wup.rules 29442 -etc/udev/rules.d/99-hide-TailsData.rules 29441 -lib/udev/rules.d/99-laptop-mode.rules 29440 -etc/udev/rules.d/99-make-removable-devices-user-writable.rules 29439 -lib/udev/rules.d/99-systemd.rules 29438 -lib/udev/rules.d/99-vmware-scsi-udev.rules 29436 -lib/modules/5.4.0-4-amd64/kernel/drivers/cpufreq/acpi-cpufreq.ko 29341 -lib/modules/5.4.0-4-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko 29316 -lib/udev/libinput-device-group 29305 -lib/modules/5.4.0-4-amd64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko 29250 -bin/true 29213 -lib/modules/5.4.0-4-amd64/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko 29178 -lib/systemd/system/systemd-udev-settle.service 29170 -lib/udev/ata_id 29157 -lib/udev/hdparm 29138 -lib/udev/hwclock-set 29112 -lib/udev/libinput-model-quirks 29104 -lib/firmware/iwlwifi-6000g2a-6.ucode 29041 -lib/modules/5.4.0-4-amd64/kernel/lib/crypto/libarc4.ko 28992 -lib/modules/5.4.0-4-amd64/kernel/net/mac80211/mac80211.ko 28937 -sbin/ethtool 28899 -etc/console-setup/cached_setup_terminal.sh 28855 -etc/console-setup/cached_setup_font.sh 28849 -lib/udev/ifupdown-hotplug 28848 -bin/setfont 28847 -usr/share/consolefonts/Uni1-Fixed16.psf.gz 28840 -lib/modules/5.4.0-4-amd64/kernel/drivers/net/wireless/intel/iwlwifi/dvm/iwldvm.ko 28834 -usr/local/lib/tails-spoof-mac 28831 -usr/local/lib/tails-shell-library/hardware.sh 28830 -usr/local/lib/tails-shell-library/log.sh 28829 -usr/bin/gettext.sh 28828 -usr/bin/macchanger 28827 -usr/share/macchanger/OUI.list 28826 -lib/crda/setregdomain 28820 -etc/default/crda 28819 -lib/systemd/systemd-rfkill 28817 -usr/share/macchanger/wireless.list 28813 -sbin/ifup 28809 -etc/network/interfaces 28808 -lib/systemd/systemd-sysctl 28807 -etc/sysctl.conf 28806 -etc/sysctl.d/disable_ipv6.conf 28805 -etc/sysctl.d/fs_protected.conf 28804 -etc/sysctl.d/kexec.conf 28803 -etc/sysctl.d/kptr_restrict.conf 28802 -etc/sysctl.d/mmap_aslr.conf 28801 -etc/sysctl.d/pmtud.conf 28800 -etc/sysctl.d/protect-links.conf 28799 -etc/sysctl.d/ptrace_scope.conf 28798 -etc/sysctl.d/tcp_timestamps.conf 28797 -etc/sysctl.d/unprivileged_bpf.conf 28796 -etc/sysctl.d/unprivileged_userfaultfd.conf 28795 -lib/udev/v4l_id 28786 +usr/lib/x86_64-linux-gnu/sane/libsane-kodak.so.1.0.27 29960 +etc/sane.d/kodak.conf 29959 +usr/lib/x86_64-linux-gnu/sane/libsane-ibm.so.1.0.27 29958 +etc/sane.d/ibm.conf 29957 +usr/lib/x86_64-linux-gnu/sane/libsane-hs2p.so.1.0.27 29956 +usr/lib/python3.7/zipfile.py 29955 +etc/sane.d/hs2p.conf 29954 +usr/lib/x86_64-linux-gnu/sane/libsane-hpljm1005.so.1.0.27 29953 +usr/lib/x86_64-linux-gnu/sane/libsane-hp5590.so.1.0.27 29952 +usr/lib/x86_64-linux-gnu/sane/libsane-hp5400.so.1.0.27 29951 +etc/sane.d/hp5400.conf 29950 +usr/lib/x86_64-linux-gnu/sane/libsane-hp4200.so.1.0.27 29949 +etc/sane.d/hp4200.conf 29948 +usr/lib/x86_64-linux-gnu/sane/libsane-hp3500.so.1.0.27 29947 +usr/lib/x86_64-linux-gnu/sane/libsane-hpsj5s.so.1.0.27 29946 +etc/sane.d/hpsj5s.conf 29945 +usr/lib/x86_64-linux-gnu/sane/libsane-hp3900.so.1.0.27 29944 +etc/sane.d/hp3900.conf 29943 +usr/lib/x86_64-linux-gnu/sane/libsane-hp.so.1.0.27 29942 +etc/sane.d/hp.conf 29941 +usr/lib/x86_64-linux-gnu/sane/libsane-gt68xx.so.1.0.27 29940 +etc/sane.d/gt68xx.conf 29939 +usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1.0.27 29938 +etc/sane.d/genesys.conf 29937 +usr/lib/x86_64-linux-gnu/sane/libsane-fujitsu.so.1.0.27 29936 +etc/sane.d/fujitsu.conf 29934 +usr/lib/x86_64-linux-gnu/sane/libsane-epsonds.so.1.0.27 29933 +etc/sane.d/epsonds.conf 29932 +usr/local/lib/udev-watchdog-wrapper 29931 +usr/lib/python3.7/plistlib.py 29930 +usr/lib/python3.7/xml/parsers/__init__.py 29929 +usr/lib/python3.7/xml/parsers/expat.py 29928 +usr/lib/python3.7/email/__init__.py 29927 +usr/lib/python3.7/email/parser.py 29926 +usr/lib/python3.7/email/feedparser.py 29925 +usr/lib/python3.7/email/errors.py 29924 +usr/lib/python3.7/email/_policybase.py 29923 +usr/lib/python3.7/email/header.py 29922 +usr/lib/python3.7/email/quoprimime.py 29921 +usr/lib/python3.7/email/base64mime.py 29920 +usr/lib/python3.7/email/charset.py 29919 +usr/lib/python3.7/email/encoders.py 29918 +usr/lib/python3.7/quopri.py 29917 +usr/lib/python3.7/email/utils.py 29916 +usr/lib/python3.7/email/_parseaddr.py 29915 +usr/lib/python3.7/ntpath.py 29914 +usr/lib/python3/dist-packages/pkg_resources/extern/__init__.py 29913 +usr/lib/python3/dist-packages/pkg_resources/_vendor/__init__.py 29912 +usr/lib/python3/dist-packages/pkg_resources/_vendor/six.py 29911 +usr/lib/python3/dist-packages/pkg_resources/py31compat.py 29910 +usr/lib/python3/dist-packages/pkg_resources/_vendor/appdirs.py 29909 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/__init__.py 29908 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/__about__.py 29907 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py 29906 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_structures.py 29905 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/specifiers.py 29904 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/_compat.py 29903 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/requirements.py 29902 +usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py 29901 +usr/lib/python3.7/pprint.py 29900 +usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/markers.py 29899 +usr/lib/python3.7/sysconfig.py 29898 +usr/lib/python3/dist-packages/yarl-1.3.0.egg-info/PKG-INFO 29897 +usr/lib/python3/dist-packages/whisperback-1.8.3.egg-info 29896 +usr/lib/python3/dist-packages/Werkzeug-0.14.1.egg-info/PKG-INFO 29895 +usr/lib/python3/dist-packages/urllib3-1.24.1.egg-info/PKG-INFO 29894 +usr/lib/python3/dist-packages/trezor-0.9.0.egg-info/PKG-INFO 29893 +usr/lib/python3/dist-packages/systemd_python-234.egg-info 29892 +usr/lib/python3/dist-packages/stem-1.7.1.egg-info 29891 +usr/lib/python3/dist-packages/six-1.12.0.egg-info/PKG-INFO 29890 +usr/lib/python3/dist-packages/sh-1.12.14.egg-info/PKG-INFO 29889 +usr/lib/python3/dist-packages/requests-2.21.0.egg-info/PKG-INFO 29888 +usr/lib/python3/dist-packages/reportlab-3.5.13.egg-info/PKG-INFO 29887 +usr/lib/python3/dist-packages/regex-2019.02.07.egg-info 29886 +usr/lib/python3/dist-packages/qrcode-6.1.egg-info/PKG-INFO 29885 +usr/lib/python3/dist-packages/PyYAML-3.13.egg-info 29884 +usr/lib/python3/dist-packages/pyxdg-0.25.egg-info 29883 +usr/lib/python3/dist-packages/pytz-2019.1.egg-info/PKG-INFO 29882 +usr/lib/python3/dist-packages/python_pam-1.8.4.egg-info/PKG-INFO 29881 +usr/lib/python3/dist-packages/python_gnupg-0.4.4.egg-info 29880 +usr/lib/python3/dist-packages/python_apt-1.8.4.1.egg-info 29879 +usr/lib/python3/dist-packages/PySocks-1.6.8.egg-info/PKG-INFO 29878 +usr/lib/python3/dist-packages/pyserial-3.4.egg-info/PKG-INFO 29877 +usr/lib/python3/dist-packages/pyinotify-0.9.6.egg-info 29876 +usr/lib/python3/dist-packages/PyGObject-3.30.4.egg-info/PKG-INFO 29875 +usr/lib/python3/dist-packages/pydbus-0.6.0.egg-info/PKG-INFO 29874 +usr/lib/python3/dist-packages/pycups-1.9.73.egg-info 29873 +usr/lib/python3/dist-packages/pycountry-17.5.14.egg-info/PKG-INFO 29872 +usr/lib/python3/dist-packages/pycairo-1.16.2.egg-info 29871 +usr/lib/python3/dist-packages/pyaes-1.6.1.egg-info 29870 +usr/lib/python3/dist-packages/psutil-5.5.1.egg-info 29869 +usr/lib/python3/dist-packages/protobuf-3.6.1.egg-info/PKG-INFO 29868 +usr/lib/python3/dist-packages/Pillow-5.4.1.egg-info/PKG-INFO 29867 +usr/lib/python3/dist-packages/pexpect-4.6.0.egg-info 29866 +usr/lib/python3/dist-packages/pbkdf2-1.3.egg-info/PKG-INFO 29865 +usr/lib/python3/dist-packages/onionshare-1.3.2.egg-info 29864 +usr/lib/python3/dist-packages/onioncircuits-0.6.egg-info 29863 +usr/lib/python3/dist-packages/mutagen-1.40.0.egg-info 29862 +usr/lib/python3/dist-packages/multidict-4.5.2.egg-info/PKG-INFO 29861 +usr/lib/python3/dist-packages/mnemonic-0.18.egg-info/PKG-INFO 29860 +usr/lib/python3/dist-packages/MarkupSafe-1.1.0.egg-info/PKG-INFO 29859 +usr/lib/python3/dist-packages/louis-3.8.0.egg-info 29858 +usr/lib/python3/dist-packages/libusb1-1.7.egg-info/PKG-INFO 29857 +usr/lib/python3/dist-packages/jsonrpclib_pelix-0.3.1.egg-info/PKG-INFO 29856 +usr/lib/python3/dist-packages/Jinja2-2.10.egg-info/PKG-INFO 29855 +usr/lib/python3/dist-packages/itsdangerous-0.24.egg-info/PKG-INFO 29854 +usr/lib/python3/dist-packages/idna-2.6.egg-info/PKG-INFO 29853 +usr/lib/python3/dist-packages/hidapi-0.7.99.post21.egg-info/PKG-INFO 29852 +usr/lib/python3/dist-packages/Flask-1.0.2.egg-info/PKG-INFO 29851 +usr/lib/python3/dist-packages/Electrum-3.3.8.egg-info/PKG-INFO 29850 +usr/lib/python3/dist-packages/ecdsa-0.13.egg-info 29849 +usr/lib/python3/dist-packages/dogtail-0.9.11.egg-info/PKG-INFO 29848 +usr/lib/python3/dist-packages/dnspython-1.16.0.egg-info/PKG-INFO 29847 +usr/lib/python3/dist-packages/distro-1.3.0.egg-info/PKG-INFO 29846 +usr/lib/python3/dist-packages/cupshelpers-1.0.egg-info 29845 +usr/lib/python3/dist-packages/colorama-0.3.7.egg-info/PKG-INFO 29844 +usr/lib/python3/dist-packages/Click-7.0.egg-info/PKG-INFO 29843 +usr/lib/python3/dist-packages/chardet-3.0.4.egg-info/PKG-INFO 29842 +usr/lib/python3/dist-packages/certifi-2018.8.24.egg-info/PKG-INFO 29841 +usr/lib/python3/dist-packages/Brlapi-0.6.7.egg-info 29840 +usr/lib/python3/dist-packages/attrs-18.2.0.egg-info/PKG-INFO 29839 +usr/lib/python3/dist-packages/atomicwrites-1.1.5.egg-info/PKG-INFO 29838 +usr/lib/python3/dist-packages/async_timeout-3.0.1.egg-info/PKG-INFO 29837 +usr/lib/python3/dist-packages/aiorpcX-0.18.4.egg-info/PKG-INFO 29836 +usr/lib/python3/dist-packages/aiohttp-3.5.1.egg-info/PKG-INFO 29835 +usr/lib/python3/dist-packages/aiohttp_socks-0.3.4.egg-info/PKG-INFO 29834 +usr/lib/python3/dist-packages/protobuf-3.6.1.egg-info/namespace_packages.txt 29833 +usr/lib/python3.7/typing.py 29832 +usr/lib/python3/dist-packages/tailsgreeter/settings/admin.py 29831 +usr/lib/python3.7/pipes.py 29830 +usr/lib/python3.7/shlex.py 29829 +usr/lib/python3/dist-packages/tailsgreeter/settings/localization_settings.py 29828 +usr/lib/python3/dist-packages/tailsgreeter/settings/formats.py 29827 +usr/lib/python3/dist-packages/tailsgreeter/settings/keyboard.py 29826 +usr/lib/python3/dist-packages/tailsgreeter/settings/language.py 29825 +usr/lib/python3/dist-packages/tailsgreeter/settings/macspoof.py 29824 +usr/lib/python3/dist-packages/tailsgreeter/settings/network.py 29823 +usr/lib/python3/dist-packages/tailsgreeter/settings/persistence.py 29822 +usr/lib/python3/dist-packages/tailsgreeter/utils.py 29821 +usr/lib/python3/dist-packages/tailsgreeter/translatable_window.py 29820 +usr/lib/python3/dist-packages/tailsgreeter/ui/__init__.py 29819 +usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py 29818 +usr/lib/python3/dist-packages/tailsgreeter/ui/setting.py 29817 +usr/lib/python3/dist-packages/tailsgreeter/ui/popover.py 29816 +usr/lib/python3/dist-packages/tailsgreeter/ui/main_window.py 29815 +usr/lib/python3/dist-packages/tailsgreeter/ui/add_settings_dialog.py 29814 +usr/lib/python3/dist-packages/tailsgreeter/ui/help_window.py 29813 +usr/lib/python3.7/webbrowser.py 29812 +usr/lib/x86_64-linux-gnu/girepository-1.0/WebKit2-4.0.typelib 29811 +usr/lib/x86_64-linux-gnu/girepository-1.0/JavaScriptCore-4.0.typelib 29810 +usr/lib/python3/dist-packages/tailsgreeter/ui/region_settings.py 29809 +usr/lib/python3/dist-packages/tailsgreeter/ui/persistent_storage.py 29808 +usr/lib/python3/dist-packages/tailsgreeter/ui/settings_collection.py 29807 +usr/lib/python3.7/configparser.py 29806 +usr/share/tails/greeter/tails-logging.conf 29805 +usr/share/tails/greeter/supported_locales 29804 +usr/lib/locale/en_AU/LC_MESSAGES/SYS_LC_MESSAGES 29802 +usr/lib/locale/hu_HU/LC_MESSAGES/SYS_LC_MESSAGES 29801 +usr/share/locale/hu/LC_MESSAGES/iso_639-2.mo 29800 +usr/lib/locale/el_CY/LC_MESSAGES/SYS_LC_MESSAGES 29799 +usr/share/locale/el/LC_MESSAGES/iso_639-2.mo 29798 +usr/lib/locale/sv_FI/LC_MESSAGES/SYS_LC_MESSAGES 29797 +usr/share/locale/sv/LC_MESSAGES/iso_639-2.mo 29796 +usr/lib/locale/he_IL/LC_MESSAGES/SYS_LC_MESSAGES 29795 +usr/share/locale/he/LC_MESSAGES/iso_639-2.mo 29794 +usr/lib/locale/ga_IE/LC_MESSAGES/SYS_LC_MESSAGES 29793 +usr/share/locale/ga/LC_MESSAGES/iso_639-2.mo 29792 +usr/lib/locale/da_DK/LC_MESSAGES/SYS_LC_MESSAGES 29791 +lib/systemd/systemd-update-utmp 29789 +usr/share/locale/da/LC_MESSAGES/iso_639-2.mo 29788 +usr/lib/locale/de_AT/LC_MESSAGES/SYS_LC_MESSAGES 29787 +usr/share/locale/de/LC_MESSAGES/iso_639-2.mo 29786 +usr/lib/locale/ro_RO/LC_MESSAGES/SYS_LC_MESSAGES 29785 +usr/share/locale/ro/LC_MESSAGES/iso_639-2.mo 29784 +usr/lib/locale/ru_RU/LC_MESSAGES/SYS_LC_MESSAGES 29783 +usr/share/locale/ru/LC_MESSAGES/iso_639-2.mo 29782 +usr/lib/locale/id_ID/LC_MESSAGES/SYS_LC_MESSAGES 29781 +usr/share/locale/id/LC_MESSAGES/iso_639-2.mo 29780 +usr/lib/locale/lt_LT/LC_MESSAGES/SYS_LC_MESSAGES 29779 +usr/share/locale/lt/LC_MESSAGES/iso_639-2.mo 29778 +usr/lib/locale/bho_IN/LC_MESSAGES/SYS_LC_MESSAGES 29777 +usr/share/locale/hi/LC_MESSAGES/iso_639-2.mo 29776 +usr/lib/locale/tr_CY/LC_MESSAGES/SYS_LC_MESSAGES 29775 +usr/share/locale/tr/LC_MESSAGES/iso_639-2.mo 29774 +usr/lib/locale/es_AR/LC_MESSAGES/SYS_LC_MESSAGES 29773 +usr/share/locale/es/LC_MESSAGES/iso_639-2.mo 29772 +usr/lib/locale/mk_MK/LC_MESSAGES/SYS_LC_MESSAGES 29771 +usr/share/locale/mk/LC_MESSAGES/iso_639-2.mo 29770 +usr/lib/locale/it_IT/LC_MESSAGES/SYS_LC_MESSAGES 29769 +usr/share/locale/it/LC_MESSAGES/iso_639-2.mo 29768 +usr/lib/locale/zh_TW/LC_MESSAGES/SYS_LC_MESSAGES 29767 +usr/share/locale/zh_TW/LC_MESSAGES/iso_639-2.mo 29766 +usr/lib/locale/km_KH/LC_MESSAGES/SYS_LC_MESSAGES 29765 +usr/lib/locale/zh_CN/LC_MESSAGES/SYS_LC_MESSAGES 29764 +usr/share/locale/zh_CN/LC_MESSAGES/iso_639-2.mo 29763 +usr/lib/locale/fa_IR/LC_MESSAGES/SYS_LC_MESSAGES 29762 +usr/share/locale/fa/LC_MESSAGES/iso_639-2.mo 29761 +usr/lib/locale/cs_CZ/LC_MESSAGES/SYS_LC_MESSAGES 29760 +usr/share/locale/cs/LC_MESSAGES/iso_639-2.mo 29759 +usr/lib/locale/fi_FI/LC_MESSAGES/SYS_LC_MESSAGES 29758 +usr/share/locale/fi/LC_MESSAGES/iso_639-2.mo 29757 +usr/lib/locale/pl_PL/LC_MESSAGES/SYS_LC_MESSAGES 29756 +usr/share/locale/pl/LC_MESSAGES/iso_639-2.mo 29755 +usr/lib/locale/fr_CA/LC_MESSAGES/SYS_LC_MESSAGES 29754 +usr/share/locale/fr/LC_MESSAGES/iso_639-2.mo 29753 +usr/lib/locale/af_ZA/LC_MESSAGES/SYS_LC_MESSAGES 29752 +usr/share/locale/nl/LC_MESSAGES/iso_639-2.mo 29751 +usr/lib/locale/ar_AE/LC_MESSAGES/SYS_LC_MESSAGES 29750 +usr/share/locale/ar/LC_MESSAGES/iso_639-2.mo 29749 +usr/lib/locale/pt_BR/LC_MESSAGES/SYS_LC_MESSAGES 29748 +usr/share/locale/pt/LC_MESSAGES/iso_639-2.mo 29747 +usr/lib/locale/ca_ES/LC_MESSAGES/SYS_LC_MESSAGES 29746 +usr/share/locale/ca/LC_MESSAGES/iso_639-2.mo 29745 +usr/share/tails/greeter/setting.ui 29744 +usr/share/locale/id/LC_MESSAGES/iso_3166-1.mo 29743 +usr/share/locale/ca/LC_MESSAGES/iso_3166-1.mo 29742 +usr/lib/locale/an_ES/LC_MESSAGES/SYS_LC_MESSAGES 29741 +usr/share/locale/km/LC_MESSAGES/iso_3166-1.mo 29740 +usr/share/locale/da/LC_MESSAGES/iso_3166-1.mo 29739 +usr/share/locale/de/LC_MESSAGES/iso_3166-1.mo 29738 +usr/lib/locale/en_CA/LC_MESSAGES/SYS_LC_MESSAGES 29737 +usr/lib/locale/en_DK/LC_MESSAGES/SYS_LC_MESSAGES 29736 +usr/lib/locale/bem_ZM/LC_MESSAGES/SYS_LC_MESSAGES 29735 +usr/share/locale/es/LC_MESSAGES/iso_3166-1.mo 29734 +usr/lib/locale/an_ES.utf8/LC_MESSAGES/SYS_LC_MESSAGES 29733 +usr/share/locale/fr/LC_MESSAGES/iso_3166-1.mo 29732 +usr/lib/locale/fr_BE/LC_MESSAGES/SYS_LC_MESSAGES 29731 +usr/lib/locale/fr_CH/LC_MESSAGES/SYS_LC_MESSAGES 29730 +usr/share/locale/ga/LC_MESSAGES/iso_3166-1.mo 29729 +usr/share/locale/it/LC_MESSAGES/iso_3166-1.mo 29728 +usr/lib/locale/it_CH/LC_MESSAGES/SYS_LC_MESSAGES 29727 +usr/share/locale/lt/LC_MESSAGES/iso_3166-1.mo 29726 +usr/share/locale/hu/LC_MESSAGES/iso_3166-1.mo 29725 +usr/share/locale/nl/LC_MESSAGES/iso_3166-1.mo 29724 +usr/lib/locale/af_ZA.utf8/LC_MESSAGES/SYS_LC_MESSAGES 29723 +usr/share/locale/pl/LC_MESSAGES/iso_3166-1.mo 29722 +usr/share/locale/pt_BR/LC_MESSAGES/iso_639-2.mo 29721 +usr/share/locale/pt_BR/LC_MESSAGES/iso_3166-1.mo 29720 +usr/share/locale/pt/LC_MESSAGES/iso_3166-1.mo 29719 +usr/share/locale/ro/LC_MESSAGES/iso_3166-1.mo 29718 +usr/share/locale/fi/LC_MESSAGES/iso_3166-1.mo 29717 +usr/share/locale/sv/LC_MESSAGES/iso_3166-1.mo 29716 +usr/share/locale/tr/LC_MESSAGES/iso_3166-1.mo 29715 +usr/share/locale/cs/LC_MESSAGES/iso_3166-1.mo 29714 +usr/share/locale/el/LC_MESSAGES/iso_3166-1.mo 29713 +usr/share/locale/mk/LC_MESSAGES/iso_3166-1.mo 29712 +usr/share/locale/ru/LC_MESSAGES/iso_3166-1.mo 29711 +usr/lib/locale/ru_UA/LC_MESSAGES/SYS_LC_MESSAGES 29710 +usr/share/locale/he/LC_MESSAGES/iso_3166-1.mo 29709 +usr/share/locale/ar/LC_MESSAGES/iso_3166-1.mo 29708 +usr/lib/locale/ar_AE.utf8/LC_MESSAGES/SYS_LC_MESSAGES 29707 +usr/share/locale/fa/LC_MESSAGES/iso_3166-1.mo 29706 +usr/share/locale/hi/LC_MESSAGES/iso_3166-1.mo 29705 +usr/share/locale/zh_CN/LC_MESSAGES/iso_3166-1.mo 29704 +usr/lib/locale/zh_HK/LC_MESSAGES/SYS_LC_MESSAGES 29703 +usr/share/locale/zh_HK/LC_MESSAGES/iso_639-2.mo 29702 +usr/share/locale/zh_HK/LC_MESSAGES/iso_3166-1.mo 29701 +usr/share/locale/zh_TW/LC_MESSAGES/iso_3166-1.mo 29700 +usr/share/tails/greeter/region_settings.ui 29699 +usr/share/tails/greeter/additional_settings.ui 29698 +usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache 29697 +usr/share/tails/greeter/greeter.css 29696 +usr/share/tails/greeter/main.ui 29695 +usr/local/sbin/live-persist 29694 +lib/live/boot/9990-cmdline-old 29693 +lib/live/boot/9990-misc-helpers.sh 29692 +sbin/cryptsetup 29690 +usr/lib/x86_64-linux-gnu/libpopt.so.0.0.0 29689 +usr/lib/x86_64-linux-gnu/sane/libsane-epson2.so.1.0.27 29686 +etc/sane.d/epson2.conf 29685 +usr/share/fonts/opentype/cantarell/Cantarell-Bold.otf 29684 +usr/share/icons/hicolor/scalable/actions/tails-help.svg 29682 +usr/share/icons/hicolor/scalable/actions/tails-language.svg 29681 +usr/share/icons/hicolor/scalable/actions/tails-keyboard-layout.svg 29680 +usr/share/icons/hicolor/scalable/actions/tails-formats.svg 29679 +usr/share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png 29678 +usr/share/icons/Adwaita/cursors/top_left_corner 29677 +usr/share/icons/Adwaita/cursors/top_side 29676 +usr/share/icons/Adwaita/cursors/top_right_corner 29675 +usr/share/icons/Adwaita/cursors/left_side 29674 +usr/share/icons/Adwaita/cursors/right_side 29673 +usr/share/icons/Adwaita/cursors/bottom_left_corner 29672 +usr/share/icons/Adwaita/cursors/bottom_side 29671 +usr/share/icons/Adwaita/cursors/bottom_right_corner 29670 +usr/share/icons/hicolor/32x32/apps/gdm-setup.png 29669 +usr/share/icons/Adwaita/cursors/hand2 29668 +usr/lib/x86_64-linux-gnu/sane/libsane-epjitsu.so.1.0.27 29667 +etc/sane.d/epjitsu.conf 29666 +usr/lib/x86_64-linux-gnu/sane/libsane-dmc.so.1.0.27 29665 +etc/sane.d/dmc.conf 29664 +usr/lib/x86_64-linux-gnu/sane/libsane-dell1600n_net.so.1.0.27 29663 +etc/sane.d/dell1600n_net.conf 29662 +usr/lib/x86_64-linux-gnu/sane/libsane-coolscan3.so.1.0.27 29661 +etc/sane.d/coolscan3.conf 29660 +usr/lib/x86_64-linux-gnu/sane/libsane-coolscan.so.1.0.27 29659 +etc/sane.d/coolscan.conf 29658 +usr/lib/x86_64-linux-gnu/sane/libsane-cardscan.so.1.0.27 29657 +etc/sane.d/cardscan.conf 29656 +usr/lib/x86_64-linux-gnu/sane/libsane-canon_dr.so.1.0.27 29655 +etc/sane.d/canon_dr.conf 29654 +usr/lib/x86_64-linux-gnu/sane/libsane-canon630u.so.1.0.27 29653 +etc/sane.d/canon630u.conf 29652 +usr/lib/x86_64-linux-gnu/sane/libsane-canon.so.1.0.27 29651 +etc/sane.d/canon.conf 29650 +usr/lib/x86_64-linux-gnu/sane/libsane-bh.so.1.0.27 29649 +etc/sane.d/bh.conf 29648 +usr/lib/x86_64-linux-gnu/sane/libsane-as6e.so.1.0.27 29647 +usr/lib/x86_64-linux-gnu/sane/libsane-artec_eplus48u.so.1.0.27 29646 +etc/sane.d/artec_eplus48u.conf 29645 +usr/lib/x86_64-linux-gnu/sane/libsane-artec.so.1.0.27 29644 +etc/sane.d/artec.conf 29643 +usr/lib/x86_64-linux-gnu/sane/libsane-avision.so.1.0.27 29642 +etc/sane.d/avision.conf 29641 +usr/lib/x86_64-linux-gnu/sane/libsane-apple.so.1.0.27 29640 +etc/sane.d/apple.conf 29639 +usr/lib/x86_64-linux-gnu/sane/libsane-agfafocus.so.1.0.27 29638 +etc/sane.d/agfafocus.conf 29637 +usr/lib/x86_64-linux-gnu/sane/libsane-abaton.so.1.0.27 29636 +etc/sane.d/abaton.conf 29635 +usr/lib/x86_64-linux-gnu/sane/libsane-net.so.1.0.27 29634 +etc/sane.d/net.conf 29633 +usr/lib/x86_64-linux-gnu/sane/libsane-hpaio.so.1.0.0 29632 +usr/lib/x86_64-linux-gnu/libhpip.so.0.0.1 29631 +usr/lib/x86_64-linux-gnu/libhpmud.so.0.0.6 29630 +usr/lib/x86_64-linux-gnu/libhpdiscovery.so.0.0.1 29629 +etc/pam.d/gdm-password 29623 +usr/share/xsessions/gnome-xorg.desktop 29622 +lib/x86_64-linux-gnu/security/pam_succeed_if.so 29621 +etc/securetty 29620 +lib/systemd/system/user@1000.service.d/timeout.conf 29617 +usr/local/lib/create-tor-browser-directories 29601 +usr/local/lib/tails-shell-library/tails-greeter.sh 29600 +etc/gdm3/PostLogin/Default 29598 +etc/live/config.d/username.conf 29593 +usr/local/lib/tails-unblock-network 29592 +lib/systemd/system/tails-unblock-network.service 29591 +bin/sync 29586 +bin/kmod 29583 +lib/modules/5.4.0-4-amd64/modules.softdep 29582 +lib/modprobe.d/aliases.conf 29579 +etc/modprobe.d/amd64-microcode-blacklist.conf 29578 +lib/modprobe.d/fbdev-blacklist.conf 29577 +etc/modprobe.d/intel-microcode-blacklist.conf 29576 +etc/modprobe.d/loop.conf 29575 +etc/modprobe.d/no-bluetooth.conf 29574 +etc/modprobe.d/no-conntrack-helper.conf 29573 +etc/modprobe.d/no-mei.conf 29572 +etc/modprobe.d/no-n-hdlc.conf 29571 +etc/modprobe.d/no-pc-speaker.conf 29570 +lib/modprobe.d/systemd.conf 29569 +etc/modprobe.d/uncommon-network-protocols.conf 29568 +lib/modules/5.4.0-4-amd64/modules.dep.bin 29567 +lib/modules/5.4.0-4-amd64/modules.alias.bin 29566 +lib/modules/5.4.0-4-amd64/modules.symbols.bin 29565 +lib/modules/5.4.0-4-amd64/modules.builtin.bin 29564 +lib/systemd/network/99-default.link 29563 +etc/udev/rules.d/00-mac-spoof.rules 29562 +lib/udev/rules.d/39-usbmuxd.rules 29561 +lib/udev/rules.d/40-usb_modeswitch.rules 29560 +lib/udev/rules.d/50-firmware.rules 29559 +lib/udev/rules.d/50-udev-default.rules 29558 +lib/udev/rules.d/55-dm.rules 29557 +lib/udev/rules.d/56-hpmud.rules 29556 +lib/udev/rules.d/56-lvm.rules 29555 +lib/udev/rules.d/60-block.rules 29554 +lib/udev/rules.d/60-cdrom_id.rules 29553 +lib/udev/rules.d/60-crda.rules 29552 +lib/udev/rules.d/60-drm.rules 29551 +lib/udev/rules.d/60-evdev.rules 29550 +lib/udev/rules.d/60-gobi-loader.rules 29549 +lib/udev/rules.d/60-input-id.rules 29548 +lib/udev/rules.d/60-libgphoto2-6.rules 29547 +lib/udev/rules.d/60-libsane.rules 29546 +lib/udev/rules.d/60-open-vm-tools.rules 29545 +lib/udev/rules.d/60-persistent-alsa.rules 29544 +lib/udev/rules.d/60-persistent-input.rules 29543 +lib/udev/rules.d/60-persistent-storage-dm.rules 29542 +lib/udev/rules.d/60-persistent-storage-tape.rules 29541 +lib/udev/rules.d/60-persistent-storage.rules 29540 +lib/udev/rules.d/60-persistent-v4l.rules 29539 +lib/udev/rules.d/60-scdaemon.rules 29538 +lib/udev/rules.d/60-sensor.rules 29537 +lib/udev/rules.d/60-serial.rules 29536 +lib/udev/rules.d/60-trezor.rules 29535 +lib/udev/rules.d/60-virtualbox-guest-utils.rules 29534 +lib/udev/rules.d/61-gdm.rules 29533 +lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules 29532 +lib/udev/rules.d/64-btrfs.rules 29531 +lib/udev/rules.d/64-xorg-xkb.rules 29530 +lib/udev/rules.d/65-libwacom.rules 29529 +lib/udev/rules.d/66-bilibop.rules 29528 +lib/udev/rules.d/69-cd-sensors.rules 29527 +lib/udev/rules.d/69-libmtp.rules 29526 +lib/udev/rules.d/69-lvm-metad.rules 29524 +lib/udev/rules.d/70-joystick.rules 29523 +lib/udev/rules.d/70-mouse.rules 29522 +lib/udev/rules.d/70-power-switch.rules 29521 +etc/udev/rules.d/70-protect-boot-medium-for-udisks.rules 29520 +lib/udev/rules.d/70-spice-vdagentd.rules 29519 +lib/udev/rules.d/70-touchpad.rules 29518 +lib/udev/rules.d/70-uaccess.rules 29517 +lib/udev/rules.d/71-seat.rules 29516 +lib/udev/rules.d/73-seat-late.rules 29515 +lib/udev/rules.d/73-special-net-names.rules 29514 +lib/udev/rules.d/73-usb-net-by-mac.rules 29507 +lib/udev/rules.d/75-net-description.rules 29506 +lib/udev/rules.d/75-probe_mtd.rules 29505 +lib/udev/rules.d/77-mm-cinterion-port-types.rules 29504 +lib/udev/rules.d/77-mm-dell-port-types.rules 29502 +lib/udev/rules.d/77-mm-ericsson-mbm.rules 29501 +lib/udev/rules.d/77-mm-fibocom-port-types.rules 29499 +lib/udev/rules.d/77-mm-haier-port-types.rules 29497 +lib/udev/rules.d/77-mm-huawei-net-port-types.rules 29496 +lib/udev/rules.d/77-mm-longcheer-port-types.rules 29495 +lib/udev/rules.d/77-mm-mtk-port-types.rules 29492 +lib/udev/rules.d/77-mm-nokia-port-types.rules 29490 +lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules 29489 +lib/udev/rules.d/77-mm-qdl-device-blacklist.rules 29488 +lib/udev/rules.d/77-mm-sierra.rules 29486 +lib/udev/rules.d/77-mm-simtech-port-types.rules 29485 +lib/udev/rules.d/77-mm-telit-port-types.rules 29484 +lib/udev/rules.d/77-mm-ublox-port-types.rules 29483 +lib/udev/rules.d/77-mm-usb-device-blacklist.rules 29482 +lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules 29479 +lib/udev/rules.d/77-mm-x22x-port-types.rules 29478 +lib/udev/rules.d/77-mm-zte-port-types.rules 29476 +lib/udev/rules.d/78-sound-card.rules 29474 +lib/udev/rules.d/80-debian-compat.rules 29473 +lib/udev/rules.d/80-drivers.rules 29472 +lib/udev/rules.d/80-ifupdown.rules 29471 +lib/udev/rules.d/80-libinput-device-groups.rules 29470 +lib/udev/rules.d/80-mm-candidate.rules 29469 +lib/udev/rules.d/80-udisks2.rules 29468 +lib/udev/rules.d/84-nm-drivers.rules 29467 +lib/udev/rules.d/85-hdparm.rules 29466 +lib/udev/rules.d/85-hwclock.rules 29465 +lib/udev/rules.d/85-nm-unmanaged.rules 29464 +lib/udev/rules.d/85-regulatory.rules 29463 +lib/udev/rules.d/89-alsa-ucm.rules 29462 +lib/udev/rules.d/90-alsa-restore.rules 29461 +lib/udev/rules.d/90-bolt.rules 29460 +lib/udev/rules.d/90-console-setup.rules 29459 +lib/udev/rules.d/90-iphone-tether.rules 29458 +lib/udev/rules.d/90-libinput-model-quirks.rules 29457 +lib/udev/rules.d/90-nm-thunderbolt.rules 29456 +lib/udev/rules.d/90-pulseaudio.rules 29455 +lib/udev/rules.d/92-libccid.rules 29454 +lib/udev/rules.d/95-cd-devices.rules 29453 +lib/udev/rules.d/95-dm-notify.rules 29452 +lib/udev/rules.d/95-upower-csr.rules 29451 +lib/udev/rules.d/95-upower-hid.rules 29450 +lib/udev/rules.d/95-upower-wup.rules 29449 +etc/udev/rules.d/99-hide-TailsData.rules 29448 +lib/udev/rules.d/99-laptop-mode.rules 29447 +etc/udev/rules.d/99-make-removable-devices-user-writable.rules 29446 +lib/udev/rules.d/99-systemd.rules 29445 +lib/udev/rules.d/99-vmware-scsi-udev.rules 29444 +lib/modules/5.4.0-4-amd64/kernel/drivers/cpufreq/acpi-cpufreq.ko 29348 +lib/modules/5.4.0-4-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko 29331 +lib/udev/libinput-device-group 29317 +lib/modules/5.4.0-4-amd64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko 29280 +lib/systemd/system/systemd-udev-settle.service 29276 +lib/modules/5.4.0-4-amd64/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko 29183 +bin/true 29179 +lib/udev/ata_id 29146 +lib/firmware/iwlwifi-6000g2a-6.ucode 29124 +lib/udev/hwclock-set 29123 +lib/udev/hdparm 29118 +lib/hdparm/hdparm-functions 29117 +lib/modules/5.4.0-4-amd64/kernel/lib/crypto/libarc4.ko 29114 +lib/modules/5.4.0-4-amd64/kernel/net/mac80211/mac80211.ko 29113 +lib/udev/libinput-model-quirks 29112 +etc/hdparm.conf 29107 +sbin/ethtool 28909 +etc/console-setup/cached_setup_terminal.sh 28858 +etc/console-setup/cached_setup_font.sh 28854 +bin/setfont 28846 +lib/udev/ifupdown-hotplug 28845 +usr/share/consolefonts/Uni1-Fixed16.psf.gz 28844 +usr/local/lib/tails-spoof-mac 28840 +lib/modules/5.4.0-4-amd64/kernel/drivers/net/wireless/intel/iwlwifi/dvm/iwldvm.ko 28838 +usr/local/lib/tails-shell-library/hardware.sh 28836 +usr/local/lib/tails-shell-library/log.sh 28835 +usr/bin/gettext.sh 28832 +lib/crda/setregdomain 28831 +etc/default/crda 28829 +lib/systemd/systemd-rfkill 28828 +usr/bin/macchanger 28825 +usr/share/macchanger/OUI.list 28824 +usr/share/macchanger/wireless.list 28823 +sbin/ifup 28822 +etc/network/interfaces 28821 +lib/systemd/systemd-sysctl 28820 +etc/sysctl.conf 28819 +etc/sysctl.d/disable_ipv6.conf 28818 +etc/sysctl.d/fs_protected.conf 28817 +etc/sysctl.d/kexec.conf 28816 +etc/sysctl.d/kptr_restrict.conf 28815 +etc/sysctl.d/mmap_aslr.conf 28814 +etc/sysctl.d/pmtud.conf 28813 +etc/sysctl.d/protect-links.conf 28812 +etc/sysctl.d/ptrace_scope.conf 28811 +etc/sysctl.d/tcp_timestamps.conf 28810 +etc/sysctl.d/unprivileged_bpf.conf 28809 +etc/sysctl.d/unprivileged_userfaultfd.conf 28808 +bin/readlink 28804 +lib/udev/v4l_id 28791 +lib/bilibop/test 28770 +lib/bilibop/common.sh 28769 +bin/df 28768 +etc/bilibop/bilibop.conf 28767 lib/systemd/system/NetworkManager.service 28750 lib/systemd/system/NetworkManager-wait-online.service 28749 lib/systemd/system/NetworkManager-dispatcher.service 28748 @@ -2804,28 +2804,28 @@ etc/systemd/system.conf 28747 lib/systemd/system.conf.d/lower-DefaultTimeoutStopSec.conf 28746 lib/systemd/system-generators/systemd-cryptsetup-generator 28745 lib/systemd/system-generators/systemd-fstab-generator 28744 -lib/systemd/system-generators/systemd-debug-generator 28743 -lib/systemd/system-generators/systemd-getty-generator 28742 -lib/systemd/system-generators/systemd-run-generator 28741 -lib/systemd/system-generators/lvm2-activation-generator 28740 -lib/systemd/system-generators/systemd-gpt-auto-generator 28739 -lib/systemd/system-generators/systemd-rc-local-generator 28738 -lib/systemd/system-generators/systemd-bless-boot-generator 28737 -lib/systemd/system-generators/systemd-hibernate-resume-generator 28736 -lib/systemd/system-generators/systemd-sysv-generator 28735 -lib/systemd/system-generators/systemd-veritysetup-generator 28734 +lib/systemd/system-generators/systemd-getty-generator 28743 +lib/systemd/system-generators/systemd-debug-generator 28742 +lib/systemd/system-generators/systemd-gpt-auto-generator 28741 +lib/systemd/system-generators/systemd-hibernate-resume-generator 28740 +lib/systemd/system-generators/lvm2-activation-generator 28739 +lib/systemd/system-generators/systemd-run-generator 28738 +lib/systemd/system-generators/systemd-rc-local-generator 28737 +lib/systemd/system-generators/systemd-sysv-generator 28736 +lib/systemd/system-generators/systemd-bless-boot-generator 28735 +lib/systemd/system-generators/tor-generator 28734 lib/systemd/system-generators/systemd-system-update-generator 28733 sbin/lvm 28732 lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1 28731 lib/x86_64-linux-gnu/libreadline.so.5.2 28730 -usr/lib/x86_64-linux-gnu/libaio.so.1.0.1 28729 -etc/lvm/lvm.conf 28728 -etc/lvm/lvmlocal.conf 28727 -lib/systemd/system-generators/live-config-getty-generator 28726 -lib/live/init-config.sh 28725 -etc/live/config.d/noroot.conf 28724 -etc/live/config.d/user-default-groups.conf 28723 -lib/systemd/system-generators/tor-generator 28722 +lib/systemd/system-generators/systemd-veritysetup-generator 28729 +usr/lib/x86_64-linux-gnu/libaio.so.1.0.1 28728 +etc/lvm/lvm.conf 28727 +etc/lvm/lvmlocal.conf 28726 +lib/systemd/system-generators/live-config-getty-generator 28725 +lib/live/init-config.sh 28724 +etc/live/config.d/noroot.conf 28723 +etc/live/config.d/user-default-groups.conf 28722 etc/init.d/gdomap 28721 lib/systemd/system/systemd-backlight@.service 28720 lib/systemd/system/systemd-journald.socket 28719 @@ -2926,49 +2926,49 @@ lib/systemd/system/alsa-restore.service 28625 lib/systemd/system/alsa-restore.service.d/dont-store-state-on-shutdown.conf 28624 lib/systemd/system/systemd-rfkill.socket 28623 lib/systemd/system/systemd-rfkill.service 28622 -lib/systemd/system/tails-gdm-failed-to-start.service 28621 -lib/systemd/system/plymouth-quit-wait.service 28620 -lib/systemd/system/systemd-user-sessions.service 28619 -lib/systemd/system/nss-user-lookup.target 28618 -lib/systemd/system/remote-fs.target 28617 -lib/systemd/system/remote-fs-pre.target 28616 -lib/systemd/system/rc-local.service 28615 -lib/systemd/system/rc-local.service.d/debian.conf 28614 -lib/systemd/system/plymouth-quit.service 28613 -lib/systemd/system/accounts-daemon.service 28612 -lib/systemd/system/multi-user.target 28611 -lib/systemd/system/wpa_supplicant.service 28610 -lib/systemd/system/virtualbox-guest-utils.service 28609 -lib/systemd/system/tails-synchronize-data-to-new-persistent-volume-on-shutdown.service 28608 -lib/systemd/system/tails-shutdown-on-media-removal.service 28607 -lib/systemd/system/tails-set-wireless-devices-state.service 28606 -lib/systemd/system/tails-autotest-remote-shell.service 28605 -lib/systemd/system/gdm.service 28604 -lib/systemd/system/gdm.service.d/failure.conf 28603 -lib/systemd/system/gdm.service.d/permissions.conf 28602 -lib/systemd/system/gdm.service.d/restart.conf 28601 -lib/systemd/system/getty@.service 28600 -lib/systemd/system/getty-pre.target 28599 -lib/systemd/system/tails-autotest-broken-Xorg.service 28598 -lib/systemd/system/systemd-update-utmp-runlevel.service 28597 -lib/systemd/system/graphical.target 28596 -lib/systemd/system/udisks2.service 28595 -lib/systemd/system/rescue.target 28594 -lib/systemd/system/systemd-logind.service 28593 -lib/systemd/system/user.slice 28592 -lib/systemd/system/systemd-ask-password-wall.path 28591 -lib/systemd/system/systemd-ask-password-wall.service 28590 -lib/systemd/system/rsync.service 28589 -lib/systemd/system/open-vm-tools.service 28588 -lib/systemd/system/vgauth.service 28587 -lib/systemd/system/onion-grater.service 28586 -lib/systemd/system/memlockd.service 28585 -lib/systemd/system/memlockd.service.d/oom.conf 28584 -lib/systemd/system/lmt-poll.service 28583 -lib/systemd/system/laptop-mode.timer 28582 -lib/systemd/system/laptop-mode.service 28581 -lib/systemd/system/getty.target 28580 -lib/systemd/system/getty-static.service 28579 +lib/systemd/system/systemd-update-utmp-runlevel.service 28621 +lib/systemd/system/graphical.target 28620 +lib/systemd/system/udisks2.service 28619 +lib/systemd/system/remote-fs.target 28618 +lib/systemd/system/remote-fs-pre.target 28617 +lib/systemd/system/accounts-daemon.service 28616 +lib/systemd/system/nss-user-lookup.target 28615 +lib/systemd/system/rescue.target 28614 +lib/systemd/system/gdm.service 28613 +lib/systemd/system/gdm.service.d/failure.conf 28612 +lib/systemd/system/gdm.service.d/permissions.conf 28611 +lib/systemd/system/gdm.service.d/restart.conf 28610 +lib/systemd/system/tails-gdm-failed-to-start.service 28609 +lib/systemd/system/plymouth-quit-wait.service 28608 +lib/systemd/system/systemd-user-sessions.service 28607 +lib/systemd/system/rc-local.service 28606 +lib/systemd/system/rc-local.service.d/debian.conf 28605 +lib/systemd/system/plymouth-quit.service 28604 +lib/systemd/system/getty@.service 28603 +lib/systemd/system/getty.target 28602 +lib/systemd/system/getty-static.service 28601 +lib/systemd/system/getty-pre.target 28600 +lib/systemd/system/multi-user.target 28599 +lib/systemd/system/wpa_supplicant.service 28598 +lib/systemd/system/virtualbox-guest-utils.service 28597 +lib/systemd/system/tails-synchronize-data-to-new-persistent-volume-on-shutdown.service 28596 +lib/systemd/system/tails-shutdown-on-media-removal.service 28595 +lib/systemd/system/tails-set-wireless-devices-state.service 28594 +lib/systemd/system/tails-autotest-remote-shell.service 28593 +lib/systemd/system/tails-autotest-broken-Xorg.service 28592 +lib/systemd/system/systemd-logind.service 28591 +lib/systemd/system/user.slice 28590 +lib/systemd/system/systemd-ask-password-wall.path 28589 +lib/systemd/system/systemd-ask-password-wall.service 28588 +lib/systemd/system/rsync.service 28587 +lib/systemd/system/open-vm-tools.service 28586 +lib/systemd/system/vgauth.service 28585 +lib/systemd/system/onion-grater.service 28584 +lib/systemd/system/memlockd.service 28583 +lib/systemd/system/memlockd.service.d/oom.conf 28582 +lib/systemd/system/lmt-poll.service 28581 +lib/systemd/system/laptop-mode.timer 28580 +lib/systemd/system/laptop-mode.service 28579 lib/systemd/system/cron.service 28578 lib/systemd/system/console-setup.service 28577 lib/systemd/system/ModemManager.service 28576 @@ -2987,68 +2987,69 @@ usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf 28562 etc/NetworkManager/NetworkManager.conf 28561 etc/NetworkManager/conf.d/dns.conf 28560 etc/NetworkManager/conf.d/spoof-mac.conf 28559 -usr/bin/nm-online 28556 -usr/bin/localectl 28555 -usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-settings-plugin-ifupdown.so 28554 +usr/bin/localectl 28557 +usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-settings-plugin-ifupdown.so 28556 +usr/share/systemd/language-fallback-map 28554 +usr/bin/nm-online 28553 usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-device-plugin-adsl.so 28552 usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-device-plugin-bluetooth.so 28551 usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-wwan.so 28550 usr/lib/x86_64-linux-gnu/libbluetooth.so.3.18.16 28549 -etc/NetworkManager/dispatcher.d/00-firewall.sh 28548 usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-device-plugin-team.so 28547 usr/lib/x86_64-linux-gnu/libteamdctl.so.0.1.5 28546 usr/lib/x86_64-linux-gnu/libjansson.so.4.11.1 28545 usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-device-plugin-wifi.so 28544 -usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-device-plugin-wwan.so 28543 -etc/NetworkManager/dispatcher.d/00-resolv-over-clearnet 28542 -etc/NetworkManager/dispatcher.d/01-ifupdown 28540 -etc/NetworkManager/dispatcher.d/01-wait-for-notification-recipient.sh 28539 -etc/NetworkManager/dispatcher.d/10-tor.sh 28538 -etc/NetworkManager/dispatcher.d/20-time.sh 28537 -usr/local/lib/tails-shell-library/gnome.sh 28536 -usr/local/lib/tails-shell-library/tor.sh 28535 -etc/NetworkManager/dispatcher.d/60-tor-ready.sh 28534 -etc/NetworkManager/dispatcher.d/70-upgrade-additional-software.sh 28533 -usr/share/systemd/language-fallback-map 28532 -etc/dconf/db/local.d/00_Tails_defaults 28530 -etc/dconf/db/ibus.d/00-upstream-settings 28528 -usr/sbin/deluser 28524 -usr/share/perl/5.28.1/File/Find.pm 28523 -usr/share/perl/5.28.1/File/Basename.pm 28522 -usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Spec.pm 28521 -usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Spec/Unix.pm 28520 -usr/share/perl/5.28.1/File/Temp.pm 28519 -usr/share/perl/5.28.1/File/Path.pm 28518 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Errno.pm 28517 -usr/share/perl/5.28.1/Carp/Heavy.pm 28516 -etc/deluser.conf 28515 -usr/bin/passwd 28514 -etc/gdm3/PreSession/Default 28511 -etc/gdm3/Xsession 28497 -etc/profile 28496 -usr/bin/id 28495 -etc/profile.d/bash_completion.sh 28494 -etc/profile.d/vte-2.91.sh 28493 -usr/bin/expr 28492 -etc/X11/Xsession.d/20dbus_xdg-runtime 28491 -usr/bin/dbus-update-activation-environment 28490 -etc/X11/Xsession.d/20x11-common_process-args 28489 -etc/X11/Xsession.options 28488 -etc/X11/Xsession.d/30x11-common_xresources 28487 -bin/run-parts 28486 -usr/bin/xrdb 28485 -usr/lib/x86_64-linux-gnu/libXmuu.so.1.0.0 28484 -etc/X11/Xresources/x11-common 28483 -usr/bin/x86_64-linux-gnu-cpp-8 28482 -usr/lib/gcc/x86_64-linux-gnu/8/cc1 28481 -usr/lib/x86_64-linux-gnu/libisl.so.19.1.0 28480 -usr/lib/x86_64-linux-gnu/libmpc.so.3.1.0 28479 -usr/lib/x86_64-linux-gnu/libmpfr.so.6.0.2 28478 -etc/dhcp/dhclient.conf 28476 -sbin/dhclient 28474 -lib/x86_64-linux-gnu/libdns-export.so.1104.0.2 28473 -etc/X11/Xsession.d/35x11-common_xhost-local 28472 -usr/bin/xhost 28471 +etc/dconf/db/local.d/00_Tails_defaults 28543 +etc/NetworkManager/dispatcher.d/00-firewall.sh 28542 +usr/lib/x86_64-linux-gnu/NetworkManager/1.14.6/libnm-device-plugin-wwan.so 28540 +etc/NetworkManager/dispatcher.d/00-resolv-over-clearnet 28539 +etc/NetworkManager/dispatcher.d/01-ifupdown 28537 +etc/NetworkManager/dispatcher.d/01-wait-for-notification-recipient.sh 28536 +etc/NetworkManager/dispatcher.d/10-tor.sh 28535 +etc/NetworkManager/dispatcher.d/20-time.sh 28534 +usr/local/lib/tails-shell-library/gnome.sh 28533 +usr/local/lib/tails-shell-library/tor.sh 28532 +etc/NetworkManager/dispatcher.d/60-tor-ready.sh 28531 +etc/dconf/db/ibus.d/00-upstream-settings 28530 +etc/NetworkManager/dispatcher.d/70-upgrade-additional-software.sh 28527 +usr/sbin/deluser 28525 +usr/share/perl/5.28.1/File/Find.pm 28524 +usr/share/perl/5.28.1/File/Basename.pm 28523 +usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Spec.pm 28522 +usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Spec/Unix.pm 28521 +usr/share/perl/5.28.1/File/Temp.pm 28520 +usr/share/perl/5.28.1/File/Path.pm 28519 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Errno.pm 28518 +usr/share/perl/5.28.1/Carp/Heavy.pm 28517 +etc/deluser.conf 28516 +usr/bin/passwd 28515 +etc/gdm3/PreSession/Default 28512 +etc/gdm3/Xsession 28498 +etc/profile 28497 +usr/bin/id 28496 +etc/profile.d/bash_completion.sh 28495 +etc/profile.d/vte-2.91.sh 28494 +usr/bin/expr 28493 +etc/X11/Xsession.d/20dbus_xdg-runtime 28492 +usr/bin/dbus-update-activation-environment 28491 +etc/X11/Xsession.d/20x11-common_process-args 28490 +etc/X11/Xsession.options 28489 +etc/X11/Xsession.d/30x11-common_xresources 28488 +bin/run-parts 28487 +usr/bin/xrdb 28486 +usr/lib/x86_64-linux-gnu/libXmuu.so.1.0.0 28485 +etc/X11/Xresources/x11-common 28484 +usr/bin/x86_64-linux-gnu-cpp-8 28483 +usr/lib/gcc/x86_64-linux-gnu/8/cc1 28482 +usr/lib/x86_64-linux-gnu/libisl.so.19.1.0 28481 +usr/lib/x86_64-linux-gnu/libmpc.so.3.1.0 28480 +usr/lib/x86_64-linux-gnu/libmpfr.so.6.0.2 28479 +etc/dhcp/dhclient.conf 28477 +sbin/dhclient 28475 +lib/x86_64-linux-gnu/libdns-export.so.1104.0.2 28474 +etc/X11/Xsession.d/35x11-common_xhost-local 28473 +usr/bin/xhost 28472 +lib/x86_64-linux-gnu/libisc-export.so.1100.0.0 28471 etc/X11/Xsession.d/40x11-common_xsessionrc 28470 etc/amnesia/environment 28469 etc/X11/Xsession.d/50x11-common_determine-startup 28468 @@ -3056,1211 +3057,1219 @@ etc/X11/Xsession.d/55gnome-session_gnomerc 28467 etc/X11/Xsession.d/75dbus_dbus-launch 28466 etc/X11/Xsession.d/90atk-adaptor 28465 etc/X11/Xsession.d/90gpg-agent 28464 -lib/x86_64-linux-gnu/libisc-export.so.1100.0.0 28463 -etc/X11/Xsession.d/90qt-a11y 28462 -etc/X11/Xsession.d/90x11-common_ssh-agent 28461 -etc/X11/Xsession.d/92tails-set-SSH_AUTH_SOCK 28460 -etc/X11/Xsession.d/95dbus_update-activation-env 28459 -etc/X11/Xsession.d/98vboxadd-xclient 28458 -etc/X11/Xsession.d/99x11-common_start 28457 -etc/services 28456 -usr/lib/NetworkManager/nm-dhcp-helper 28453 -usr/share/gnome-session/sessions/gnome.session 28449 -etc/xdg/autostart/at-spi-dbus-bus.desktop 28448 -etc/xdg/autostart/gnome-keyring-pkcs11.desktop 28447 -etc/xdg/autostart/gnome-keyring-secrets.desktop 28446 -etc/xdg/autostart/gnome-keyring-ssh.desktop 28445 -etc/xdg/autostart/gnome-shell-overrides-migration.desktop 28444 -etc/xdg/autostart/nm-applet.desktop 28443 -etc/xdg/autostart/openpgp-applet.desktop 28442 -etc/xdg/autostart/orca-autostart.desktop 28441 -etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop 28440 -etc/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop 28439 -etc/xdg/autostart/pulseaudio.desktop 28438 -etc/xdg/autostart/systemd-desktop-target.desktop 28437 -etc/xdg/autostart/systemd-gnome-early-initialization-target.desktop 28436 -etc/xdg/autostart/tracker-store.desktop 28435 -etc/xdg/autostart/user-dirs-update-gtk.desktop 28434 -etc/xdg/autostart/xdg-user-dirs.desktop 28433 -usr/lib/systemd/user/gnome-early-initialization.target 28430 -usr/lib/systemd/user/tails-configure-keyboard.service 28429 -usr/lib/systemd/user/tails-add-GNOME-bookmarks.service 28428 -usr/lib/systemd/user/gvfs-metadata.service 28427 -usr/lib/gvfs/gvfsd-metadata 28425 -usr/local/lib/tails-configure-keyboard 28423 -usr/local/lib/add-GNOME-bookmarks 28421 -usr/bin/dirname 28420 -usr/bin/gio 28419 -usr/lib/systemd/user/gvfs-daemon.service 28416 -usr/lib/gvfs/gvfsd 28414 -usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so 28413 -usr/share/gvfs/mounts/admin.mount 28412 -usr/share/gvfs/mounts/afc.mount 28411 -usr/share/gvfs/mounts/afp-browse.mount 28410 -usr/share/gvfs/mounts/afp.mount 28409 -usr/share/gvfs/mounts/archive.mount 28408 -usr/share/gvfs/mounts/burn.mount 28407 -usr/share/gvfs/mounts/cdda.mount 28406 -usr/share/gvfs/mounts/computer.mount 28405 -usr/share/gvfs/mounts/dav+sd.mount 28404 -usr/share/gvfs/mounts/dav.mount 28403 -usr/share/gvfs/mounts/dns-sd.mount 28402 -usr/share/gvfs/mounts/ftp.mount 28401 -usr/share/gvfs/mounts/ftpis.mount 28400 -usr/share/gvfs/mounts/ftps.mount 28399 -usr/share/gvfs/mounts/google.mount 28398 -usr/share/gvfs/mounts/gphoto2.mount 28397 -usr/share/gvfs/mounts/http.mount 28396 -usr/share/gvfs/mounts/localtest.mount 28395 -usr/share/gvfs/mounts/mtp.mount 28394 -usr/share/gvfs/mounts/network.mount 28393 -usr/share/gvfs/mounts/nfs.mount 28392 -usr/share/gvfs/mounts/recent.mount 28391 -usr/share/gvfs/mounts/sftp.mount 28390 -usr/share/gvfs/mounts/smb-browse.mount 28389 -usr/share/gvfs/mounts/smb.mount 28388 -usr/share/gvfs/mounts/trash.mount 28387 -usr/bin/gnome-keyring-daemon 28384 -usr/share/gnome/applications/vim.desktop 28376 -usr/share/gnome/applications/display-im6.q16.desktop 28375 -usr/share/tails/screensaver_background.png 28374 -bin/false 28370 -etc/dconf/profile/ibus 28367 -usr/share/wayland-sessions/gnome.desktop 28366 -usr/share/gvfs/remote-volume-monitors/afc.monitor 28365 -usr/share/gvfs/remote-volume-monitors/goa.monitor 28364 -usr/share/gvfs/remote-volume-monitors/gphoto2.monitor 28363 -usr/share/gvfs/remote-volume-monitors/mtp.monitor 28362 -usr/share/gvfs/remote-volume-monitors/udisks2.monitor 28361 -usr/lib/systemd/user/gvfs-udisks2-volume-monitor.service 28360 -usr/lib/gvfs/gvfs-udisks2-volume-monitor 28358 -usr/lib/x86_64-linux-gnu/libbluray.so.2.1.0 28357 -usr/lib/systemd/user/gvfs-mtp-volume-monitor.service 28356 -usr/lib/gvfs/gvfs-mtp-volume-monitor 28354 -usr/lib/systemd/user/gvfs-gphoto2-volume-monitor.service 28353 -usr/lib/gvfs/gvfs-gphoto2-volume-monitor 28351 -usr/lib/systemd/user/gvfs-goa-volume-monitor.service 28350 -usr/lib/gvfs/gvfs-goa-volume-monitor 28348 -usr/lib/x86_64-linux-gnu/libgoa-1.0.so.0.0.0 28347 +etc/X11/Xsession.d/90qt-a11y 28463 +etc/X11/Xsession.d/90x11-common_ssh-agent 28462 +etc/X11/Xsession.d/92tails-set-SSH_AUTH_SOCK 28461 +etc/X11/Xsession.d/95dbus_update-activation-env 28460 +etc/services 28459 +usr/lib/NetworkManager/nm-dhcp-helper 28456 +etc/X11/Xsession.d/98vboxadd-xclient 28455 +etc/X11/Xsession.d/99x11-common_start 28454 +usr/share/gnome-session/sessions/gnome.session 28450 +etc/xdg/autostart/at-spi-dbus-bus.desktop 28449 +etc/xdg/autostart/gnome-keyring-pkcs11.desktop 28448 +etc/xdg/autostart/gnome-keyring-secrets.desktop 28447 +etc/xdg/autostart/gnome-keyring-ssh.desktop 28446 +etc/xdg/autostart/gnome-shell-overrides-migration.desktop 28445 +etc/xdg/autostart/nm-applet.desktop 28444 +etc/xdg/autostart/openpgp-applet.desktop 28443 +etc/xdg/autostart/orca-autostart.desktop 28442 +etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop 28441 +etc/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop 28440 +etc/xdg/autostart/pulseaudio.desktop 28439 +etc/xdg/autostart/systemd-desktop-target.desktop 28438 +etc/xdg/autostart/systemd-gnome-early-initialization-target.desktop 28437 +etc/xdg/autostart/tracker-store.desktop 28436 +etc/xdg/autostart/user-dirs-update-gtk.desktop 28435 +etc/xdg/autostart/xdg-user-dirs.desktop 28434 +usr/lib/systemd/user/gnome-early-initialization.target 28431 +usr/lib/systemd/user/tails-configure-keyboard.service 28430 +usr/lib/systemd/user/tails-add-GNOME-bookmarks.service 28429 +usr/lib/systemd/user/gvfs-metadata.service 28428 +usr/local/lib/tails-configure-keyboard 28426 +usr/lib/gvfs/gvfsd-metadata 28424 +usr/local/lib/add-GNOME-bookmarks 28422 +usr/bin/dirname 28421 +usr/bin/gio 28418 +usr/lib/systemd/user/gvfs-daemon.service 28417 +usr/lib/gvfs/gvfsd 28415 +usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so 28414 +usr/share/gvfs/mounts/admin.mount 28413 +usr/share/gvfs/mounts/afc.mount 28412 +usr/share/gvfs/mounts/afp-browse.mount 28411 +usr/share/gvfs/mounts/afp.mount 28410 +usr/share/gvfs/mounts/archive.mount 28409 +usr/share/gvfs/mounts/burn.mount 28408 +usr/share/gvfs/mounts/cdda.mount 28407 +usr/share/gvfs/mounts/computer.mount 28406 +usr/share/gvfs/mounts/dav+sd.mount 28405 +usr/share/gvfs/mounts/dav.mount 28404 +usr/share/gvfs/mounts/dns-sd.mount 28403 +usr/share/gvfs/mounts/ftp.mount 28402 +usr/share/gvfs/mounts/ftpis.mount 28401 +usr/share/gvfs/mounts/ftps.mount 28400 +usr/share/gvfs/mounts/google.mount 28399 +usr/share/gvfs/mounts/gphoto2.mount 28398 +usr/share/gvfs/mounts/http.mount 28397 +usr/share/gvfs/mounts/localtest.mount 28396 +usr/share/gvfs/mounts/mtp.mount 28395 +usr/share/gvfs/mounts/network.mount 28394 +usr/share/gvfs/mounts/nfs.mount 28393 +usr/share/gvfs/mounts/recent.mount 28392 +usr/share/gvfs/mounts/sftp.mount 28391 +usr/share/gvfs/mounts/smb-browse.mount 28390 +usr/share/gvfs/mounts/smb.mount 28389 +usr/share/gvfs/mounts/trash.mount 28388 +usr/bin/gnome-keyring-daemon 28385 +usr/share/gnome/applications/vim.desktop 28377 +usr/share/gnome/applications/display-im6.q16.desktop 28376 +usr/share/tails/screensaver_background.png 28375 +bin/false 28369 +etc/dconf/profile/ibus 28368 +usr/share/wayland-sessions/gnome.desktop 28367 +usr/share/gvfs/remote-volume-monitors/afc.monitor 28366 +usr/share/gvfs/remote-volume-monitors/goa.monitor 28365 +usr/share/gvfs/remote-volume-monitors/gphoto2.monitor 28364 +usr/share/gvfs/remote-volume-monitors/mtp.monitor 28363 +usr/share/gvfs/remote-volume-monitors/udisks2.monitor 28362 +usr/lib/systemd/user/gvfs-udisks2-volume-monitor.service 28361 +usr/lib/gvfs/gvfs-udisks2-volume-monitor 28359 +usr/lib/x86_64-linux-gnu/libbluray.so.2.1.0 28358 +usr/lib/systemd/user/gvfs-mtp-volume-monitor.service 28357 +usr/lib/gvfs/gvfs-mtp-volume-monitor 28355 +usr/lib/systemd/user/gvfs-gphoto2-volume-monitor.service 28354 +usr/lib/gvfs/gvfs-gphoto2-volume-monitor 28352 +usr/lib/systemd/user/gvfs-goa-volume-monitor.service 28351 +usr/lib/gvfs/gvfs-goa-volume-monitor 28349 +usr/lib/x86_64-linux-gnu/libgoa-1.0.so.0.0.0 28348 usr/lib/systemd/user/gvfs-afc-volume-monitor.service 28346 -usr/sbin/ferm 28344 -usr/lib/gvfs/gvfs-afc-volume-monitor 28342 -usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Glob.pm 28341 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/File/Glob/Glob.so 28340 -etc/ferm/ferm.conf 28339 -usr/share/gnome-shell/search-providers/gnome-control-center-search-provider.ini 28338 -usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini 28337 -usr/share/gnome-shell/search-providers/org.gnome.Calculator-search-provider.ini 28336 -usr/share/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini 28335 +usr/lib/gvfs/gvfs-afc-volume-monitor 28344 +usr/sbin/ferm 28343 +usr/share/gnome-shell/search-providers/gnome-control-center-search-provider.ini 28342 +usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini 28341 +usr/share/gnome-shell/search-providers/org.gnome.Calculator-search-provider.ini 28340 +usr/share/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini 28339 +usr/share/gnome-shell/search-providers/seahorse-search-provider.ini 28338 +usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Glob.pm 28337 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/File/Glob/Glob.so 28336 +etc/ferm/ferm.conf 28335 usr/sbin/xtables-nft-multi 28334 lib/x86_64-linux-gnu/libmnl.so.0.2.0 28333 usr/lib/x86_64-linux-gnu/libnftnl.so.11.0.0 28332 usr/lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3.7.0 28331 usr/lib/x86_64-linux-gnu/libnfnetlink.so.0.2.0 28330 usr/lib/x86_64-linux-gnu/libxtables.so.12.2.0 28329 -usr/share/gnome-shell/search-providers/seahorse-search-provider.ini 28328 -usr/lib/x86_64-linux-gnu/xtables/libxt_conntrack.so 28327 -usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 28326 -etc/protocols 28325 -usr/lib/x86_64-linux-gnu/xtables/libxt_tcp.so 28324 -usr/lib/x86_64-linux-gnu/xtables/libxt_owner.so 28323 -usr/lib/x86_64-linux-gnu/xtables/libxt_multiport.so 28322 -usr/lib/x86_64-linux-gnu/xtables/libxt_udp.so 28321 -usr/lib/x86_64-linux-gnu/xtables/libipt_LOG.so 28320 -usr/lib/x86_64-linux-gnu/xtables/libipt_REJECT.so 28319 -usr/lib/x86_64-linux-gnu/xtables/libipt_REDIRECT.so 28318 -usr/lib/x86_64-linux-gnu/xtables/libip6t_LOG.so 28317 -usr/lib/x86_64-linux-gnu/xtables/libip6t_REJECT.so 28316 -usr/lib/x86_64-linux-gnu/xtables/libxt_state.so 28313 -usr/share/gnome-shell/extensions/TopIcons@phocean.net/metadata.json 28306 -usr/share/gnome-shell/extensions/TopIcons@phocean.net/extension.js 28305 -usr/share/gnome-shell/extensions/TopIcons@phocean.net/convenience.js 28304 +usr/lib/x86_64-linux-gnu/xtables/libxt_conntrack.so 28328 +usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 28327 +etc/protocols 28326 +usr/lib/x86_64-linux-gnu/xtables/libxt_tcp.so 28325 +usr/lib/x86_64-linux-gnu/xtables/libxt_owner.so 28324 +usr/lib/x86_64-linux-gnu/xtables/libxt_multiport.so 28323 +usr/lib/x86_64-linux-gnu/xtables/libxt_udp.so 28322 +usr/lib/x86_64-linux-gnu/xtables/libipt_LOG.so 28321 +usr/lib/x86_64-linux-gnu/xtables/libipt_REJECT.so 28320 +usr/lib/x86_64-linux-gnu/xtables/libipt_REDIRECT.so 28319 +usr/lib/x86_64-linux-gnu/xtables/libip6t_LOG.so 28318 +usr/lib/x86_64-linux-gnu/xtables/libip6t_REJECT.so 28317 +usr/lib/x86_64-linux-gnu/xtables/libxt_state.so 28316 +usr/share/gnome-shell/extensions/TopIcons@phocean.net/metadata.json 28309 +usr/share/gnome-shell/extensions/TopIcons@phocean.net/extension.js 28308 +usr/share/gnome-shell/extensions/TopIcons@phocean.net/convenience.js 28303 +etc/network/if-up.d/ethtool 28302 usr/share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/metadata.json 28301 usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/metadata.json 28300 usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/extension.js 28299 usr/lib/x86_64-linux-gnu/girepository-1.0/GMenu-3.0.typelib 28296 -usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/convenience.js 28295 -usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css 28294 -usr/lib/x86_64-linux-gnu/libgnome-menu-3.so.0.0.1 28291 -etc/xdg/menus/gnome-applications.menu 28286 -etc/xdg/menus/applications-merged/Tails.menu 28285 -etc/network/if-up.d/ethtool 28280 -usr/bin/xdg-user-dirs-update 28279 -etc/xdg/user-dirs.conf 28278 -etc/xdg/user-dirs.defaults 28277 -usr/share/desktop-directories/ActionGames.directory 28268 +usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/convenience.js 28293 +usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css 28292 +usr/lib/x86_64-linux-gnu/libgnome-menu-3.so.0.0.1 28289 +usr/bin/xdg-user-dirs-update 28282 +etc/xdg/menus/gnome-applications.menu 28281 +etc/xdg/menus/applications-merged/Tails.menu 28280 +etc/xdg/user-dirs.conf 28279 +etc/xdg/user-dirs.defaults 28278 +etc/wpa_supplicant/ifupdown.sh 28275 +etc/wpa_supplicant/functions.sh 28272 usr/bin/start-pulseaudio-x11 28267 -usr/bin/pactl 28264 -etc/wpa_supplicant/ifupdown.sh 28257 -etc/wpa_supplicant/functions.sh 28256 -usr/sbin/cupsd 28252 -usr/lib/x86_64-linux-gnu/libpaper.so.1.1.2 28251 -usr/lib/pulse-12.2/modules/module-x11-publish.so 28250 -usr/bin/seq 28249 -etc/cups/cups-files.conf 28248 -etc/cups/cupsd.conf 28247 -etc/papersize 28246 -usr/share/cups/mime/braille.types 28245 -usr/share/cups/mime/command.types 28244 -usr/share/cups/mime/cupsfilters.types 28243 -usr/share/cups/mime/mime.types 28242 -usr/share/cups/mime/pstotiff.types 28241 -etc/cups/raw.types 28240 -usr/share/cups/mime/braille.convs 28239 -usr/share/cups/mime/cupsfilters-ghostscript.convs 28238 -usr/share/cups/mime/cupsfilters-mupdf.convs 28237 -usr/share/cups/mime/cupsfilters-poppler.convs 28236 -usr/share/cups/mime/cupsfilters.convs 28235 -usr/lib/pulse-12.2/modules/module-x11-cork-request.so 28234 -usr/share/desktop-directories/AdventureGames.directory 28233 -usr/share/desktop-directories/ArcadeGames.directory 28232 -usr/share/desktop-directories/AudioVideo.directory 28231 -usr/share/desktop-directories/BlocksGames.directory 28230 -usr/share/desktop-directories/BoardGames.directory 28229 -usr/share/desktop-directories/CardGames.directory 28228 -usr/share/desktop-directories/Debian.directory 28227 -usr/share/desktop-directories/Development.directory 28226 -usr/share/desktop-directories/Education.directory 28225 -usr/share/desktop-directories/Game.directory 28224 -usr/share/desktop-directories/GnomeScience.directory 28223 -usr/share/desktop-directories/Graphics.directory 28222 -usr/share/desktop-directories/KidsGames.directory 28221 -usr/share/desktop-directories/LogicGames.directory 28220 -usr/share/desktop-directories/Network.directory 28219 -usr/share/desktop-directories/Office.directory 28218 -usr/share/desktop-directories/RolePlayingGames.directory 28217 -usr/share/desktop-directories/Settings-System.directory 28216 -usr/share/desktop-directories/Settings.directory 28215 -usr/share/desktop-directories/SimulationGames.directory 28214 -usr/share/desktop-directories/SportsGames.directory 28213 -usr/share/desktop-directories/StrategyGames.directory 28212 -usr/share/desktop-directories/System-Tools.directory 28211 -usr/share/desktop-directories/Tails.directory 28210 -usr/share/desktop-directories/Utility-Accessibility.directory 28209 -usr/share/desktop-directories/Utility.directory 28208 -usr/share/desktop-directories/X-GNOME-Menu-Applications.directory 28207 -usr/share/desktop-directories/X-GNOME-Other.directory 28206 -usr/share/desktop-directories/X-GNOME-SystemSettings.directory 28205 -usr/share/cups/mime/mime.convs 28204 -usr/share/cups/mime/pstotiff.convs 28203 -etc/cups/raw.convs 28202 -usr/lib/pulse-12.2/modules/module-x11-xsmp.so 28201 -lib/systemd/system/tor@default.service 28200 -lib/systemd/system/tor@default.service.d/fix-obfs4proxy.conf 28199 -lib/systemd/system/tor@default.service.d/writable-etc-tor.conf 28198 -lib/systemd/system/tails-wait-until-tor-has-bootstrapped.service 28197 -usr/share/desktop-directories/X-GNOME-Utilities.directory 28196 -usr/share/desktop-directories/X-GNOME-WebApplications.directory 28195 -usr/share/cups/banners/classified 28194 -lib/systemd/system/tails-tor-has-bootstrapped.target 28193 -lib/systemd/system/tails-tor-has-bootstrapped-flag-file.service 28192 -lib/systemd/system/tor.service 28191 -lib/systemd/system/nss-lookup.target 28190 -usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/metadata.json 28189 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/metadata.json 28186 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/extension.js 28185 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/prefs.js 28184 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/desktopManager.js 28183 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/desktopGrid.js 28182 -usr/share/cups/banners/confidential 28181 -usr/local/lib/end-profile 28180 -usr/share/cups/banners/form 28179 -usr/share/cups/banners/secret 28178 -usr/share/cups/banners/standard 28177 -usr/share/cups/banners/topsecret 28176 -usr/share/cups/banners/unclassified 28175 -usr/lib/gnome-disk-utility/gsd-disk-utility-notify 28170 -usr/bin/gdbus 28165 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/createFolderDialog.js 28161 -usr/bin/xdg-user-dirs-gtk-update 28160 -usr/lib/gnome-shell/gnome-shell-overrides-migration.sh 28157 -usr/lib/gnome-settings-daemon/gsd-printer 28154 -usr/lib/evolution/evolution-data-server/evolution-alarm-notify 28151 -usr/bin/torsocks 28148 -usr/local/lib/start-systemd-desktop-target 28147 -usr/lib/systemd/user/tracker-store.service 28146 -sbin/getcap 28145 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/desktopIconsUtil.js 28144 -usr/lib/x86_64-linux-gnu/libedataserverui-1.2.so.2.0.0 28143 -usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0 28142 -usr/lib/x86_64-linux-gnu/libical.so.3.0.4 28141 -usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.23.0.0 28140 -usr/bin/xargs 28139 -usr/bin/openpgp-applet 28137 -usr/lib/x86_64-linux-gnu/torsocks/libtorsocks.so.0.0.0 28136 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/fileItem.js 28135 -usr/lib/tracker/tracker-store 28134 -etc/tor/torsocks.conf 28133 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/dbusUtils.js 28132 -usr/lib/x86_64-linux-gnu/libgcr-ui-3.so.1.0.0 28129 -usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0.0.0 28128 -usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37.39.5 28127 -usr/share/perl5/Gtk3.pm 28126 -usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-common.so.0.0.0 28125 -usr/share/gnome-shell/extensions/desktop-icons@csoriano/stylesheet.css 28124 -usr/local/sbin/restart-tor 28123 -usr/lib/x86_64-linux-gnu/perl5/5.28/Cairo/GObject.pm 28122 -usr/lib/locale/C.UTF-8/LC_CTYPE 28121 -usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/metadata.json 28120 -usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/metadata.json 28119 -usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com/metadata.json 28118 -usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/metadata.json 28117 -usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/extension.js 28116 -usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/convenience.js 28115 -usr/lib/x86_64-linux-gnu/perl5/5.28/Cairo.pm 28114 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Cairo/Cairo.so 28113 -usr/lib/systemd/user/desktop.target 28112 -usr/lib/x86_64-linux-gnu/libcamel-1.2.so.62.0.0 28111 -usr/lib/x86_64-linux-gnu/libtracker-sparql-2.0.so.0.108.0 28110 -usr/lib/x86_64-linux-gnu/libstemmer.so.0d.0.0 28109 -bin/tempfile 28108 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Cairo/GObject/GObject.so 28107 -usr/lib/systemd/user/tails-wait-until-tor-has-bootstrapped.service 28106 -usr/share/tracker/domain-ontologies/default.rule 28105 -usr/lib/python3/dist-packages/sh.py 28104 -bin/su 28103 -usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/placeDisplay.js 28102 -etc/pam.d/su 28101 -lib/x86_64-linux-gnu/security/pam_mail.so 28100 -usr/lib/x86_64-linux-gnu/libgdata.so.22.3.0 28099 -usr/lib/x86_64-linux-gnu/libxslt.so.1.1.32 28098 -usr/lib/systemd/user/tails-virt-notify-user.service 28095 -usr/share/tor/tor-service-defaults-torrc 28090 -usr/share/tracker/ontologies/nepomuk/30-nie.ontology 28088 -usr/share/tracker/ontologies/nepomuk/32-nco.ontology 28087 -usr/lib/systemd/user/tails-upgrade-frontend.service 28086 -usr/share/tracker/ontologies/nepomuk/33-nfo.ontology 28085 -usr/lib/systemd/user/tails-security-check.service 28084 -usr/bin/tail 28083 -usr/lib/systemd/user/tails-kill-gdm-session.service 28082 -usr/lib/systemd/user/tails-additional-software-install.service 28081 -usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-4.0.so.18.14.9 28080 -usr/share/tracker/ontologies/nepomuk/34-nmo.ontology 28079 -usr/share/tracker/ontologies/nepomuk/35-ncal.ontology 28078 -usr/local/lib/tails-htp-notify-user 28077 -usr/share/tracker/ontologies/nepomuk/36-scal.ontology 28076 -usr/share/tracker/ontologies/nepomuk/37-nid3.ontology 28075 -usr/share/tracker/ontologies/nepomuk/38-nmm.ontology 28074 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Data/Dumper.pm 28072 -usr/share/tracker/ontologies/nepomuk/39-mto.ontology 28071 -usr/share/tracker/ontologies/nepomuk/40-mlo.ontology 28070 -usr/share/tracker/ontologies/nepomuk/41-mfo.ontology 28069 -usr/share/tracker/ontologies/nepomuk/89-mtp.ontology 28068 -usr/share/tracker/ontologies/nepomuk/90-tracker.ontology 28067 -usr/share/tracker/ontologies/nepomuk/91-maemo.ontology 28066 -usr/share/tracker/ontologies/nepomuk/92-slo.ontology 28065 -usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css 28064 -usr/share/tracker/ontologies/nepomuk/93-libosinfo.ontology 28063 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Data/Dumper/Dumper.so 28062 -usr/local/lib/tails-virt-notify-user 28057 -usr/share/perl5/Desktop/Notify.pm 28056 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus.pm 28055 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Net/DBus/DBus.so 28054 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Bus.pm 28053 -lib/systemd/system/tails-additional-software-install.service 28050 -usr/local/lib/tails-kill-gdm-session 28049 -usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com/metadata.json 28048 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Connection.pm 28047 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/MethodCall.pm 28042 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message.pm 28041 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Iterator.pm 28040 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/Signal.pm 28039 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/MethodReturn.pm 28038 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/Error.pm 28037 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/PendingCall.pm 28036 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Service.pm 28035 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/RemoteService.pm 28034 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/RemoteObject.pm 28033 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Introspector.pm 28031 -usr/share/perl5/XML/Twig.pm 28030 -usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/metadata.json 28029 -usr/lib/python3.7/ast.py 28028 -usr/share/perl/5.28.1/UNIVERSAL.pm 28025 -usr/lib/python3.7/pty.py 28024 -bin/cp 28023 -usr/lib/gdm3/gdm-session-worker-only-reauth 28022 -usr/lib/x86_64-linux-gnu/libwoff2dec.so.1.0.2 28020 -usr/lib/python3.7/tty.py 28019 -usr/share/perl/5.28.1/utf8.pm 28018 -usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js 28017 -usr/lib/x86_64-linux-gnu/girepository-1.0/GdkPixdata-2.0.typelib 28015 -usr/lib/python3.7/lib-dynload/resource.cpython-37m-x86_64-linux-gnu.so 28014 -usr/lib/python3/dist-packages/tailslib/__init__.py 28013 -usr/lib/python3/dist-packages/tailslib/systemd.py 28012 -usr/lib/python3/dist-packages/tailslib/exceptions.py 28011 -usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/lib.js 28010 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/Parser.pm 28009 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/Parser/Expat.pm 28008 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/XML/Parser/Expat/Expat.so 28007 -usr/share/gnome-shell/extensions/torstatus@tails.boum.org/metadata.json 28003 -usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js 28002 -usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.20301.0 28001 -usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/metadata.json 28000 -usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.1404.0 27999 -usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/metadata.json 27998 -usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/extension.js 27997 -usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/convenience.js 27993 -usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.1404.0 27992 -usr/bin/tor 27990 -usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/stylesheet.css 27989 -usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.1404.0 27988 -usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com/metadata.json 27987 -usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com/metadata.json 27986 +usr/bin/seq 28266 +usr/bin/pactl 28261 +usr/share/desktop-directories/ActionGames.directory 28258 +usr/share/desktop-directories/AdventureGames.directory 28257 +usr/share/desktop-directories/ArcadeGames.directory 28256 +usr/share/desktop-directories/AudioVideo.directory 28255 +usr/share/desktop-directories/BlocksGames.directory 28254 +usr/share/desktop-directories/BoardGames.directory 28253 +usr/share/desktop-directories/CardGames.directory 28252 +usr/share/desktop-directories/Debian.directory 28251 +usr/share/desktop-directories/Development.directory 28250 +usr/share/desktop-directories/Education.directory 28249 +usr/share/desktop-directories/Game.directory 28248 +usr/share/desktop-directories/GnomeScience.directory 28247 +usr/share/desktop-directories/Graphics.directory 28246 +usr/share/desktop-directories/KidsGames.directory 28245 +usr/share/desktop-directories/LogicGames.directory 28244 +usr/share/desktop-directories/Network.directory 28243 +usr/share/desktop-directories/Office.directory 28242 +usr/share/desktop-directories/RolePlayingGames.directory 28241 +usr/share/desktop-directories/Settings-System.directory 28240 +usr/share/desktop-directories/Settings.directory 28239 +usr/lib/pulse-12.2/modules/module-x11-publish.so 28238 +usr/share/desktop-directories/SimulationGames.directory 28235 +usr/share/desktop-directories/SportsGames.directory 28234 +usr/share/desktop-directories/StrategyGames.directory 28233 +usr/share/desktop-directories/System-Tools.directory 28232 +usr/share/desktop-directories/Tails.directory 28231 +usr/share/desktop-directories/Utility-Accessibility.directory 28230 +usr/share/desktop-directories/Utility.directory 28229 +usr/share/desktop-directories/X-GNOME-Menu-Applications.directory 28228 +usr/share/desktop-directories/X-GNOME-Other.directory 28225 +usr/share/desktop-directories/X-GNOME-SystemSettings.directory 28224 +usr/share/desktop-directories/X-GNOME-Utilities.directory 28223 +usr/share/desktop-directories/X-GNOME-WebApplications.directory 28222 +usr/lib/pulse-12.2/modules/module-x11-cork-request.so 28221 +usr/sbin/cupsd 28219 +usr/lib/x86_64-linux-gnu/libpaper.so.1.1.2 28218 +etc/cups/cups-files.conf 28217 +etc/cups/cupsd.conf 28216 +etc/papersize 28215 +usr/share/cups/mime/braille.types 28214 +usr/share/cups/mime/command.types 28213 +usr/share/cups/mime/cupsfilters.types 28212 +usr/share/cups/mime/mime.types 28211 +usr/share/cups/mime/pstotiff.types 28210 +etc/cups/raw.types 28209 +usr/share/cups/mime/braille.convs 28208 +usr/lib/pulse-12.2/modules/module-x11-xsmp.so 28207 +usr/share/cups/mime/cupsfilters-ghostscript.convs 28206 +usr/share/cups/mime/cupsfilters-mupdf.convs 28205 +usr/share/cups/mime/cupsfilters-poppler.convs 28204 +usr/share/cups/mime/cupsfilters.convs 28203 +usr/share/cups/mime/mime.convs 28202 +usr/share/cups/mime/pstotiff.convs 28201 +etc/cups/raw.convs 28200 +usr/share/cups/banners/classified 28199 +usr/share/cups/banners/confidential 28198 +usr/share/cups/banners/form 28197 +usr/share/cups/banners/secret 28196 +usr/share/cups/banners/standard 28195 +usr/share/cups/banners/topsecret 28194 +usr/share/cups/banners/unclassified 28193 +usr/lib/gnome-settings-daemon/gsd-printer 28189 +lib/systemd/system/tor@default.service 28188 +lib/systemd/system/tor@default.service.d/fix-obfs4proxy.conf 28187 +lib/systemd/system/tor@default.service.d/writable-etc-tor.conf 28186 +lib/systemd/system/tails-wait-until-tor-has-bootstrapped.service 28185 +lib/systemd/system/tails-tor-has-bootstrapped.target 28184 +usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/metadata.json 28183 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/metadata.json 28182 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/extension.js 28181 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/prefs.js 28180 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/desktopManager.js 28179 +lib/systemd/system/tails-tor-has-bootstrapped-flag-file.service 28178 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/desktopGrid.js 28177 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/createFolderDialog.js 28176 +lib/systemd/system/tor.service 28175 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/desktopIconsUtil.js 28174 +lib/systemd/system/nss-lookup.target 28173 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/fileItem.js 28170 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/dbusUtils.js 28169 +usr/local/lib/end-profile 28166 +usr/share/gnome-shell/extensions/desktop-icons@csoriano/stylesheet.css 28163 +usr/lib/gnome-disk-utility/gsd-disk-utility-notify 28162 +usr/bin/gdbus 28159 +usr/bin/xdg-user-dirs-gtk-update 28156 +usr/lib/systemd/user/tracker-store.service 28155 +usr/lib/gnome-shell/gnome-shell-overrides-migration.sh 28152 +usr/lib/tracker/tracker-store 28150 +usr/bin/torsocks 28147 +usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-data.so.0.0.0 28146 +usr/lib/x86_64-linux-gnu/tracker-2.0/libtracker-common.so.0.0.0 28145 +usr/lib/x86_64-linux-gnu/libtracker-sparql-2.0.so.0.108.0 28144 +usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/metadata.json 28141 +usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/metadata.json 28140 +usr/lib/evolution/evolution-data-server/evolution-alarm-notify 28139 +usr/lib/x86_64-linux-gnu/libedataserverui-1.2.so.2.0.0 28138 +usr/local/lib/start-systemd-desktop-target 28135 +usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com/metadata.json 28134 +sbin/getcap 28133 +usr/bin/openpgp-applet 28132 +usr/bin/xargs 28131 +usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/metadata.json 28130 +usr/lib/x86_64-linux-gnu/libecal-1.2.so.19.0.0 28127 +usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/extension.js 28126 +usr/lib/x86_64-linux-gnu/torsocks/libtorsocks.so.0.0.0 28125 +usr/lib/x86_64-linux-gnu/libical.so.3.0.4 28124 +usr/lib/x86_64-linux-gnu/libstemmer.so.0d.0.0 28123 +usr/lib/x86_64-linux-gnu/libedataserver-1.2.so.23.0.0 28122 +usr/local/sbin/restart-tor 28121 +usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/convenience.js 28120 +usr/lib/locale/C.UTF-8/LC_CTYPE 28119 +usr/lib/x86_64-linux-gnu/libgcr-ui-3.so.1.0.0 28118 +etc/tor/torsocks.conf 28117 +usr/lib/systemd/user/desktop.target 28116 +usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37.39.5 28115 +usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/placeDisplay.js 28114 +bin/tempfile 28113 +usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css 28112 +usr/share/tracker/domain-ontologies/default.rule 28111 +usr/share/tracker/ontologies/nepomuk/30-nie.ontology 28110 +usr/share/tracker/ontologies/nepomuk/32-nco.ontology 28109 +usr/share/tracker/ontologies/nepomuk/33-nfo.ontology 28108 +bin/su 28107 +etc/pam.d/su 28106 +lib/x86_64-linux-gnu/security/pam_mail.so 28105 +usr/share/tracker/ontologies/nepomuk/34-nmo.ontology 28104 +usr/share/tracker/ontologies/nepomuk/35-ncal.ontology 28103 +usr/share/tracker/ontologies/nepomuk/36-scal.ontology 28102 +usr/share/tracker/ontologies/nepomuk/37-nid3.ontology 28101 +usr/lib/systemd/user/tails-wait-until-tor-has-bootstrapped.service 28100 +usr/share/perl5/Gtk3.pm 28097 +usr/share/tracker/ontologies/nepomuk/38-nmm.ontology 28092 +usr/share/tracker/ontologies/nepomuk/39-mto.ontology 28091 +usr/share/tracker/ontologies/nepomuk/40-mlo.ontology 28090 +usr/share/tracker/ontologies/nepomuk/41-mfo.ontology 28089 +usr/share/tor/tor-service-defaults-torrc 28088 +usr/share/tracker/ontologies/nepomuk/89-mtp.ontology 28087 +usr/share/tracker/ontologies/nepomuk/90-tracker.ontology 28086 +usr/share/tracker/ontologies/nepomuk/91-maemo.ontology 28085 +usr/share/tracker/ontologies/nepomuk/92-slo.ontology 28084 +usr/lib/systemd/user/tails-virt-notify-user.service 28083 +usr/share/tracker/ontologies/nepomuk/93-libosinfo.ontology 28082 +usr/bin/tail 28081 +usr/lib/systemd/user/tails-upgrade-frontend.service 28080 +usr/lib/systemd/user/tails-security-check.service 28079 +usr/lib/x86_64-linux-gnu/libcamel-1.2.so.62.0.0 28078 +usr/lib/python3/dist-packages/sh.py 28077 +usr/local/lib/tails-htp-notify-user 28076 +usr/lib/systemd/user/tails-kill-gdm-session.service 28075 +usr/lib/systemd/user/tails-additional-software-install.service 28074 +usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com/metadata.json 28073 +usr/lib/x86_64-linux-gnu/perl5/5.28/Cairo/GObject.pm 28071 +usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/metadata.json 28070 +usr/lib/x86_64-linux-gnu/perl5/5.28/Cairo.pm 28069 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Cairo/Cairo.so 28068 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Data/Dumper.pm 28066 +usr/local/lib/tails-virt-notify-user 28064 +usr/share/perl5/Desktop/Notify.pm 28061 +usr/local/lib/tails-kill-gdm-session 28060 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus.pm 28059 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Net/DBus/DBus.so 28058 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Cairo/GObject/GObject.so 28057 +usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/extension.js 28056 +usr/share/gnome-shell/extensions/status-menu-helper@tails.boum.org/lib.js 28055 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Bus.pm 28054 +lib/systemd/system/tails-additional-software-install.service 28053 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Connection.pm 28052 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/MethodCall.pm 28051 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message.pm 28050 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Iterator.pm 28049 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/Signal.pm 28047 +bin/cp 28046 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/MethodReturn.pm 28045 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Message/Error.pm 28044 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/PendingCall.pm 28043 +usr/lib/gdm3/gdm-session-worker-only-reauth 28042 +usr/share/gnome-shell/extensions/torstatus@tails.boum.org/metadata.json 28041 +usr/share/gnome-shell/extensions/torstatus@tails.boum.org/extension.js 28040 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Service.pm 28039 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/RemoteService.pm 28038 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/RemoteObject.pm 28037 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Introspector.pm 28036 +usr/share/perl5/XML/Twig.pm 28035 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Data/Dumper/Dumper.so 28032 +usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/metadata.json 28031 +usr/lib/x86_64-linux-gnu/libgdata.so.22.3.0 28030 +usr/share/perl/5.28.1/UNIVERSAL.pm 28029 +usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/metadata.json 28028 +usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/extension.js 28027 +usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/convenience.js 28026 +usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/stylesheet.css 28018 +usr/lib/x86_64-linux-gnu/libxslt.so.1.1.32 28016 +usr/lib/python3.7/ast.py 28013 +usr/lib/python3.7/pty.py 28010 +usr/share/perl/5.28.1/utf8.pm 28008 +usr/lib/python3.7/tty.py 28007 +usr/lib/python3.7/lib-dynload/resource.cpython-37m-x86_64-linux-gnu.so 28005 +usr/lib/python3/dist-packages/tailslib/__init__.py 28004 +usr/lib/python3/dist-packages/tailslib/systemd.py 28003 +usr/lib/python3/dist-packages/tailslib/exceptions.py 28002 +usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-4.0.so.18.14.9 28001 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/Parser.pm 28000 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/Parser/Expat.pm 27999 +usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com/metadata.json 27998 +usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com/metadata.json 27997 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/XML/Parser/Expat/Expat.so 27996 +bin/chvt 27995 +usr/lib/x86_64-linux-gnu/girepository-1.0/GdkPixdata-2.0.typelib 27993 +usr/lib/x86_64-linux-gnu/libwoff2dec.so.1.0.2 27992 +usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.20301.0 27991 +usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.1404.0 27990 +usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.1404.0 27989 +usr/bin/tor 27987 +usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.1404.0 27986 usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.1404.0 27985 usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.1404.0 27984 -usr/lib/x86_64-linux-gnu/libevent-2.1.so.6.0.2 27983 -usr/share/perl5/Gtk3/SimpleList.pm 27982 -usr/lib/x86_64-linux-gnu/libwoff2common.so.1.0.2 27981 -usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7 27980 -usr/share/tor/geoip 27979 -usr/share/tracker/stop-words/stopwords.en 27978 -usr/share/perl5/URI.pm 27977 -usr/share/perl/5.28.1/English.pm 27976 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Tie/Hash/NamedCapture.pm 27975 -usr/lib/x86_64-linux-gnu/perl/5.28.1/mro.pm 27974 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Tie/Hash/NamedCapture/NamedCapture.so 27973 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/mro/mro.so 27972 -usr/share/perl5/IPC/System/Simple.pm 27971 -usr/bin/xxd 27970 -usr/share/perl5/URI/Escape.pm 27969 -bin/nc.openbsd 27968 -usr/share/perl5/Moo/_Utils.pm 27967 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Config_heavy.pl 27966 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Config_git.pl 27965 -usr/lib/x86_64-linux-gnu/libgstallocators-1.0.so.0.1404.0 27964 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Reactor.pm 27963 -sbin/killall5 27962 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Watch.pm 27961 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Callback.pm 27960 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Time/HiRes.pm 27959 -usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7 27958 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Sub/Util.pm 27957 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Time/HiRes/HiRes.so 27956 -usr/bin/systemd-detect-virt 27955 -usr/share/perl5/Module/Runtime.pm 27954 -usr/share/perl5/Devel/GlobalDestruction.pm 27953 -usr/share/perl5/Sub/Exporter/Progressive.pm 27952 -usr/share/perl5/Moo/HandleMoose/_TypeMap.pm 27951 -usr/share/perl5/Moo/sification.pm 27950 -usr/share/perl5/Moo/Object.pm 27949 -usr/share/perl5/namespace/autoclean.pm 27948 -usr/share/perl5/B/Hooks/EndOfScope.pm 27947 -usr/share/icons/hicolor/scalable/status/tor-disconnected-symbolic.svg 27946 -usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf 27945 -usr/share/perl5/Module/Implementation.pm 27944 -usr/share/perl5/Try/Tiny.pm 27943 -usr/share/perl5/B/Hooks/EndOfScope/XS.pm 27942 -usr/lib/x86_64-linux-gnu/perl5/5.28/Variable/Magic.pm 27941 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Variable/Magic/Magic.so 27940 -usr/share/perl5/namespace/clean.pm 27939 -usr/share/perl5/Package/Stash.pm 27938 -usr/lib/x86_64-linux-gnu/perl5/5.28/Package/Stash/XS.pm 27937 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Package/Stash/XS/XS.so 27936 -usr/share/perl5/namespace/clean/_Util.pm 27935 -usr/lib/x86_64-linux-gnu/perl5/5.28/Sub/Identify.pm 27934 -usr/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png 27933 -usr/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png 27932 -usr/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png 27931 -usr/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png 27930 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Sub/Identify/Identify.so 27929 -usr/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png 27928 -usr/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png 27927 -usr/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png 27926 -usr/share/perl5/GnuPG/Interface.pm 27925 -usr/share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png 27924 -usr/share/tor/geoip6 27923 -usr/share/perl5/MooX/late.pm 27922 -usr/share/perl5/Method/Generate/Constructor.pm 27921 -usr/share/perl5/Sub/Quote.pm 27920 -usr/share/perl5/Sub/Defer.pm 27919 -bin/chvt 27918 -usr/lib/x86_64-linux-gnu/perl/5.28.1/B.pm 27917 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/B/B.so 27916 -usr/share/perl5/Method/Generate/Accessor.pm 27915 -usr/lib/x86_64-linux-gnu/perl5/5.28/Class/XSAccessor.pm 27914 -usr/lib/x86_64-linux-gnu/perl5/5.28/Class/XSAccessor/Heavy.pm 27913 -usr/share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png 27912 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Class/XSAccessor/XSAccessor.so 27911 -usr/share/perl/5.28.1/Fatal.pm 27910 -usr/share/perl/5.28.1/Tie/RefHash.pm 27909 -usr/share/perl/5.28.1/autodie/Util.pm 27908 -usr/share/perl/5.28.1/autodie/Scope/GuardStack.pm 27907 -usr/share/perl/5.28.1/autodie/Scope/Guard.pm 27906 -usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc 27905 -usr/share/perl/5.28.1/Class/Struct.pm 27904 -usr/share/perl/5.28.1/Math/BigInt.pm 27903 -usr/share/perl/5.28.1/Math/BigInt/Calc.pm 27902 -usr/share/perl/5.28.1/Math/BigInt/Lib.pm 27901 -usr/share/perl/5.28.1/integer.pm 27900 -usr/share/perl5/GnuPG/Options.pm 27899 -usr/share/perl5/MooX/HandlesVia.pm 27898 -usr/share/perl5/Moo/Role.pm 27897 -usr/share/perl5/Role/Tiny.pm 27896 -usr/share/perl5/GnuPG/HashInit.pm 27895 -usr/share/perl5/Type/Utils.pm 27894 -usr/share/perl5/Type/Library.pm 27893 -usr/share/perl5/Eval/TypeTiny.pm 27892 -usr/share/perl5/Exporter/Tiny.pm 27891 -usr/share/perl5/Type/Tiny.pm 27890 -usr/share/perl5/Types/TypeTiny.pm 27889 -usr/lib/x86_64-linux-gnu/perl5/5.28/Type/Tiny/XS.pm 27888 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Type/Tiny/XS/XS.so 27887 -var/log/tor/log 27885 -usr/share/perl5/Type/Registry.pm 27884 -usr/share/perl5/Type/Parser.pm 27883 -usr/share/perl5/Types/Standard.pm 27882 -usr/share/perl5/Type/Coercion.pm 27881 -usr/share/perl5/Data/Perl/Collection/Array/MooseLike.pm 27880 -usr/share/perl5/strictures.pm 27879 -usr/share/perl5/Role/Tiny/With.pm 27878 -usr/share/perl5/Class/Method/Modifiers.pm 27877 -usr/share/perl5/Data/Perl/Role/Collection/Array.pm 27876 -usr/lib/x86_64-linux-gnu/perl5/5.28/List/MoreUtils.pm 27875 -usr/lib/x86_64-linux-gnu/perl5/5.28/List/MoreUtils/PP.pm 27874 -usr/lib/x86_64-linux-gnu/perl5/5.28/List/MoreUtils/XS.pm 27873 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/List/MoreUtils/MoreUtils.so 27872 -usr/share/perl5/GnuPG/Handles.pm 27871 -usr/share/perl5/Type/Tiny/Class.pm 27870 -usr/lib/systemd/user/evolution-source-registry.service 27869 -usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime.pm 27868 -usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Duration.pm 27867 -usr/lib/evolution/evolution-source-registry 27865 -usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Helpers.pm 27864 -usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Types.pm 27863 -usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0 27862 -usr/share/perl5/Specio/Exporter.pm 27861 -usr/lib/x86_64-linux-gnu/libdb-5.3.so 27860 -usr/share/perl5/Specio/Helpers.pm 27859 -usr/share/perl5/Specio/Registry.pm 27858 -usr/share/perl5/Specio.pm 27857 -usr/share/perl5/Specio/Declare.pm 27856 -usr/share/perl5/Specio/Coercion.pm 27855 -usr/share/perl5/Specio/OO.pm 27854 -usr/share/perl5/MRO/Compat.pm 27853 -usr/share/perl5/Specio/PartialDump.pm 27852 -usr/share/perl5/Specio/TypeChecks.pm 27851 -usr/share/perl5/Specio/Role/Inlinable.pm 27850 -usr/share/perl5/Eval/Closure.pm 27849 -usr/share/perl5/Specio/Constraint/Simple.pm 27848 -usr/share/perl5/Specio/Constraint/Role/Interface.pm 27847 -usr/share/perl5/Specio/Exception.pm 27846 -usr/share/perl5/Devel/StackTrace.pm 27845 -usr/share/perl5/Devel/StackTrace/Frame.pm 27844 -usr/share/perl5/Specio/DeclaredAt.pm 27843 -usr/share/perl5/Specio/Library/Builtins.pm 27842 -usr/share/perl5/Specio/Constraint/Parameterizable.pm 27841 -usr/share/perl5/Specio/Constraint/Parameterized.pm 27840 -usr/share/perl5/Specio/Library/Numeric.pm 27839 -usr/share/perl5/Specio/Library/String.pm 27838 -usr/share/perl5/Specio/Constraint/AnyCan.pm 27837 -usr/share/perl5/Specio/Constraint/Role/CanType.pm 27836 -usr/share/perl5/Specio/Constraint/ObjectIsa.pm 27835 -usr/share/perl5/Specio/Constraint/Role/IsaType.pm 27834 -usr/share/perl5/Specio/Constraint/Enum.pm 27833 -usr/share/perl5/Specio/Constraint/Union.pm 27832 -usr/share/perl5/Specio/Constraint/ObjectCan.pm 27831 -usr/share/perl5/Params/ValidationCompiler.pm 27830 -usr/share/perl5/Params/ValidationCompiler/Compiler.pm 27829 -usr/share/perl5/Params/ValidationCompiler/Exceptions.pm 27828 -usr/share/perl5/Exception/Class.pm 27827 -usr/share/perl5/Exception/Class/Base.pm 27826 -usr/share/perl5/Class/Data/Inheritable.pm 27825 -usr/share/perl5/DateTime/Locale.pm 27824 -usr/share/perl5/DateTime/Locale/Data.pm 27823 -usr/share/perl5/File/ShareDir.pm 27822 -usr/share/perl5/Class/Inspector.pm 27821 -usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Util.pm 27820 -usr/lib/x86_64-linux-gnu/liboauth.so.0.8.7 27819 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Params/Util/Util.so 27818 -usr/share/perl5/DateTime/Locale/FromData.pm 27817 -usr/share/perl5/DateTime/Locale/Util.pm 27816 -usr/share/perl5/DateTime/TimeZone.pm 27815 -usr/lib/evolution-data-server/registry-modules/module-cache-reaper.so 27814 -usr/share/perl5/DateTime/TimeZone/Catalog.pm 27813 -usr/share/perl5/DateTime/TimeZone/Floating.pm 27812 -usr/share/perl5/Class/Singleton.pm 27811 -usr/share/perl5/DateTime/TimeZone/OffsetOnly.pm 27810 -usr/share/perl5/DateTime/TimeZone/UTC.pm 27809 -usr/share/perl5/DateTime/TimeZone/Local.pm 27808 -usr/share/perl5/DateTime/TimeZone/OlsonDB/Change.pm 27807 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DateTime/DateTime.so 27806 -usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Infinite.pm 27805 -usr/lib/evolution-data-server/registry-modules/module-gnome-online-accounts.so 27804 -usr/lib/evolution-data-server/registry-modules/module-google-backend.so 27803 -usr/lib/evolution-data-server/registry-modules/module-oauth2-services.so 27802 -usr/lib/evolution-data-server/registry-modules/module-outlook-backend.so 27801 -usr/lib/evolution-data-server/registry-modules/module-secret-monitor.so 27800 -usr/lib/evolution-data-server/registry-modules/module-trust-prompt.so 27799 -usr/lib/evolution-data-server/registry-modules/module-webdav-backend.so 27798 -usr/lib/evolution-data-server/registry-modules/module-yahoo-backend.so 27797 -usr/lib/evolution-data-server/credential-modules/module-credentials-goa.so 27796 -usr/lib/evolution-data-server/camel-providers/libcamelimapx.urls 27795 -usr/share/X11/xkb/symbols/kr 27794 -usr/lib/evolution-data-server/camel-providers/libcamellocal.urls 27793 -usr/lib/evolution-data-server/camel-providers/libcamelnntp.urls 27792 -usr/lib/evolution-data-server/camel-providers/libcamelpop3.urls 27791 -usr/lib/evolution-data-server/camel-providers/libcamelsendmail.urls 27790 -usr/lib/evolution-data-server/camel-providers/libcamelsmtp.urls 27789 -usr/lib/evolution-data-server/camel-providers/libcamellocal.so 27788 -usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/Select.pm 27787 -usr/lib/evolution-data-server/camel-providers/libcamelimapx.so 27786 -usr/share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png 27785 -usr/share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png 27784 -usr/share/perl5/Locale/TextDomain.pm 27783 -usr/share/perl5/Locale/Messages.pm 27782 -usr/share/perl5/Locale/gettext_pp.pm 27781 -usr/share/perl/5.28.1/locale.pm 27780 -usr/share/perl5/Locale/Recode.pm 27779 -usr/share/perl5/Locale/Recode/_Conversions.pm 27778 -usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so 27777 -usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so 27776 -usr/lib/evolution-data-server/camel-providers/libcamelnntp.so 27775 -usr/lib/evolution-data-server/camel-providers/libcamelpop3.so 27774 -usr/share/perl5/Method/Generate/BuildAll.pm 27773 -usr/share/zoneinfo/zone.tab 27772 -usr/share/zoneinfo/EST 27771 -usr/share/zoneinfo/GMT 27770 -usr/share/zoneinfo/MST 27769 -usr/lib/systemd/user/evolution-calendar-factory.service 27768 -usr/lib/evolution/evolution-calendar-factory 27766 -usr/lib/x86_64-linux-gnu/libedata-cal-1.2.so.29.0.0 27765 -usr/lib/evolution-data-server/calendar-backends/libecalbackendcaldav.so 27764 -usr/lib/evolution-data-server/calendar-backends/libecalbackendcontacts.so 27763 -usr/lib/x86_64-linux-gnu/libebook-1.2.so.19.1.3 27762 -usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0 27761 -usr/share/icons/hicolor/16x16/apps/seahorse.png 27760 -usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0 27758 -usr/lib/x86_64-linux-gnu/libphonenumber.so.7.0 27757 -usr/lib/x86_64-linux-gnu/libprotobuf.so.17.0.0 27756 -usr/share/perl5/auto/share/dist/OpenPGP_Applet/LocaleData/en/LC_MESSAGES/OpenPGP_Applet.mo 27755 -usr/share/perl5/auto/share/dist/OpenPGP_Applet/pixmaps/22x22/OpenPGP_Applet-text.png 27754 -usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.67.0 27753 -usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.67.0 27752 -usr/lib/x86_64-linux-gnu/libboost_system.so.1.67.0 27751 -usr/lib/x86_64-linux-gnu/libboost_thread.so.1.67.0 27750 -usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.67.0 27749 -usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.67.0 27748 -usr/lib/evolution-data-server/calendar-backends/libecalbackendfile.so 27747 -usr/lib/evolution-data-server/calendar-backends/libecalbackendgtasks.so 27746 -usr/lib/evolution-data-server/calendar-backends/libecalbackendhttp.so 27745 -usr/lib/evolution-data-server/calendar-backends/libecalbackendweather.so 27744 -usr/lib/systemd/user/evolution-addressbook-factory.service 27743 -usr/lib/evolution/evolution-addressbook-factory 27741 -usr/lib/evolution-data-server/addressbook-backends/libebookbackendcarddav.so 27740 -usr/lib/evolution-data-server/addressbook-backends/libebookbackendfile.so 27739 -usr/lib/evolution-data-server/addressbook-backends/libebookbackendgoogle.so 27738 -usr/lib/evolution-data-server/addressbook-backends/libebookbackendldap.so 27737 -usr/bin/nautilus 27736 -usr/lib/gvfs/gvfsd-trash 27731 -usr/lib/x86_64-linux-gnu/libnautilus-extension.so.1.5.0 27730 -usr/lib/x86_64-linux-gnu/libgnome-autoar-0.so.0.0.0 27729 -usr/lib/x86_64-linux-gnu/libarchive.so.13.3.3 27728 -usr/share/thumbnailers/evince.thumbnailer 27727 -usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer 27726 -usr/share/thumbnailers/librsvg.thumbnailer 27725 -usr/share/thumbnailers/totem.thumbnailer 27724 -usr/bin/inotifywait 27723 -usr/lib/x86_64-linux-gnu/libinotifytools.so.0.4.1 27722 -usr/share/icons/Adwaita/48x48/places/user-trash.png 27721 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libevince-properties-page.so 27720 -usr/lib/x86_64-linux-gnu/libevdocument3.so.4.0.0 27719 -usr/lib/x86_64-linux-gnu/libsynctex.so.2.0.0 27718 -usr/lib/x86_64-linux-gnu/evince/4/backends/comicsdocument.evince-backend 27717 -usr/lib/x86_64-linux-gnu/evince/4/backends/djvudocument.evince-backend 27716 -usr/lib/x86_64-linux-gnu/evince/4/backends/dvidocument.evince-backend 27715 -usr/lib/x86_64-linux-gnu/evince/4/backends/pdfdocument.evince-backend 27714 -usr/lib/x86_64-linux-gnu/evince/4/backends/psdocument.evince-backend 27713 -usr/lib/x86_64-linux-gnu/evince/4/backends/tiffdocument.evince-backend 27712 -usr/lib/x86_64-linux-gnu/evince/4/backends/xpsdocument.evince-backend 27711 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libgtkhash-properties-nautilus.so 27710 -usr/lib/x86_64-linux-gnu/libb2.so.1.0.4 27709 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-fileroller.so 27708 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-image-properties.so 27707 -usr/lib/x86_64-linux-gnu/libgexiv2.so.2.0.0 27706 -usr/lib/x86_64-linux-gnu/libexiv2.so.14.0.0 27705 -usr/share/pixmaps/whisperback.svg 27704 -usr/share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png 27703 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-python.so 27702 -usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 27701 -usr/lib/python2.7/site.py 27700 -usr/lib/python2.7/os.py 27699 -usr/lib/python2.7/posixpath.py 27698 -usr/lib/python2.7/stat.py 27697 -usr/lib/python2.7/genericpath.py 27696 -usr/lib/python2.7/warnings.py 27695 -usr/lib/python2.7/linecache.py 27694 -usr/lib/python2.7/types.py 27693 -usr/lib/python2.7/UserDict.py 27692 -usr/lib/python2.7/_abcoll.py 27691 -usr/lib/python2.7/abc.py 27690 -usr/lib/python2.7/_weakrefset.py 27689 -usr/lib/python2.7/copy_reg.py 27688 -usr/lib/python2.7/traceback.py 27687 -usr/lib/python2.7/sysconfig.py 27686 -usr/lib/python2.7/re.py 27685 -usr/lib/python2.7/sre_compile.py 27684 -usr/lib/python2.7/sre_parse.py 27683 -usr/lib/python2.7/sre_constants.py 27682 -usr/lib/python2.7/_sysconfigdata.py 27681 -usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py 27680 -etc/python2.7/sitecustomize.py 27679 -usr/lib/python2.7/encodings/__init__.py 27678 -usr/lib/python2.7/codecs.py 27677 -usr/lib/python2.7/encodings/aliases.py 27676 -usr/lib/python2.7/encodings/utf_8.py 27675 -usr/lib/python2.7/dist-packages/gi/__init__.py 27674 -usr/lib/python2.7/__future__.py 27673 -usr/lib/python2.7/pkgutil.py 27672 -usr/lib/python2.7/importlib/__init__.py 27671 -usr/lib/python2.7/dist-packages/gi/_gi.x86_64-linux-gnu.so 27670 -usr/lib/python2.7/dist-packages/gi/_error.py 27669 -usr/lib/python2.7/dist-packages/gi/_compat.py 27668 -usr/lib/python2.7/StringIO.py 27667 -usr/lib/python2.7/UserList.py 27666 -usr/lib/python2.7/collections.py 27665 -usr/lib/python2.7/keyword.py 27664 -usr/lib/python2.7/heapq.py 27663 -usr/lib/x86_64-linux-gnu/girepository-1.0/Nautilus-3.0.typelib 27662 -usr/lib/python2.7/dist-packages/gi/repository/__init__.py 27661 -usr/lib/python2.7/dist-packages/gi/importer.py 27660 -usr/lib/python2.7/contextlib.py 27659 -usr/lib/python2.7/functools.py 27658 -usr/lib/python2.7/dist-packages/gi/module.py 27657 -usr/lib/python2.7/string.py 27656 -usr/lib/python2.7/dist-packages/gi/types.py 27655 -usr/lib/python2.7/dist-packages/gi/_constants.py 27654 -usr/lib/python2.7/dist-packages/gi/docstring.py 27653 -usr/lib/python2.7/dist-packages/gi/_propertyhelper.py 27652 -usr/lib/python2.7/dist-packages/gi/_signalhelper.py 27651 -usr/lib/python2.7/dist-packages/gi/overrides/__init__.py 27650 -usr/lib/python2.7/dist-packages/gi/overrides/GLib.py 27649 -usr/lib/python2.7/socket.py 27648 -usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so 27647 -usr/lib/python2.7/dist-packages/gi/_ossighelper.py 27646 -usr/lib/python2.7/threading.py 27645 -usr/lib/python2.7/dist-packages/gi/_option.py 27644 -usr/lib/python2.7/optparse.py 27643 -usr/lib/python2.7/textwrap.py 27642 -usr/lib/python2.7/gettext.py 27641 -usr/lib/python2.7/locale.py 27640 -usr/lib/python2.7/copy.py 27639 -usr/lib/python2.7/weakref.py 27638 -usr/lib/python2.7/struct.py 27637 -usr/lib/python2.7/dist-packages/gi/overrides/GObject.py 27636 -usr/lib/python2.7/dist-packages/gi/overrides/Pango.py 27635 -usr/lib/python2.7/dist-packages/gi/overrides/Gio.py 27634 -usr/lib/python2.7/dist-packages/gi/overrides/GdkPixbuf.py 27633 -usr/lib/python2.7/dist-packages/gi/overrides/Gdk.py 27632 -usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py 27631 -usr/lib/python2.7/dist-packages/gi/_gtktemplate.py 27630 -usr/share/nautilus-python/extensions/mat2.py 27629 -usr/lib/python2.7/Queue.py 27628 -usr/lib/python2.7/urlparse.py 27627 -usr/lib/python2.7/subprocess.py 27626 -usr/lib/python2.7/pickle.py 27625 -usr/lib/python2.7/mimetypes.py 27623 -usr/lib/python2.7/urllib.py 27622 -usr/lib/python2.7/base64.py 27620 -usr/lib/python2.7/ssl.py 27619 -usr/share/nautilus-python/extensions/onionshare-nautilus.py 27618 -usr/lib/python2.7/json/__init__.py 27617 -usr/lib/python2.7/json/decoder.py 27616 -usr/lib/python2.7/json/scanner.py 27615 -usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so 27614 -usr/lib/python2.7/json/encoder.py 27613 -usr/share/onionshare/locale/cs.json 27612 -usr/share/onionshare/locale/da.json 27611 -usr/share/onionshare/locale/de.json 27610 -usr/share/onionshare/locale/en.json 27609 -usr/share/onionshare/locale/eo.json 27608 -usr/share/onionshare/locale/es.json 27607 -usr/share/onionshare/locale/fi.json 27606 -usr/share/onionshare/locale/fr.json 27605 -usr/share/onionshare/locale/it.json 27604 -usr/share/onionshare/locale/nl.json 27603 -usr/share/onionshare/locale/no.json 27602 -usr/share/onionshare/locale/pt.json 27601 -usr/share/onionshare/locale/ru.json 27600 -usr/share/onionshare/locale/tr.json 27599 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-seahorse.so 27598 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-sendto.so 27597 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-wipe.so 27596 -usr/lib/x86_64-linux-gnu/libgsecuredelete.so.0.1.0 27595 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libterminal-nautilus.so 27594 -usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libtotem-properties-page.so 27593 -usr/bin/sort 27591 -usr/share/icons/hicolor/scalable/status/tor-connected-symbolic.svg 27585 -usr/local/bin/tails-security-check 27583 -usr/local/bin/tails-upgrade-frontend-wrapper 27581 -usr/share/perl5/Carp/Assert/More.pm 27580 -usr/share/perl5/Carp/Assert.pm 27579 -usr/local/share/perl/5.28.1/Tails/Download/HTTPS.pm 27569 -usr/share/perl5/Moo/_strictures.pm 27568 -usr/share/perl5/Moo.pm 27567 -usr/share/perl5/Moo/_mro.pm 27566 -usr/share/perl/5.28.1/autodie.pm 27565 -usr/share/perl/5.28.1/autodie/exception/system.pm 27560 -usr/share/perl/5.28.1/autodie/exception.pm 27559 -usr/lib/x86_64-linux-gnu/perl5/5.28/Function/Parameters.pm 27558 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Function/Parameters/Parameters.so 27557 -lib/systemd/system/htpdate.service 27555 -usr/lib/x86_64-linux-gnu/perl5/5.28/WWW/Curl/Easy.pm 27554 -usr/lib/x86_64-linux-gnu/perl5/5.28/WWW/Curl.pm 27553 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/WWW/Curl/Curl.so 27552 -etc/default/htpdate.pools 27551 -usr/share/perl5/XML/Atom.pm 27549 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML.pm 27548 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Error.pm 27547 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/NodeList.pm 27545 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Boolean.pm 27544 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Number.pm 27543 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Literal.pm 27542 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/XPathContext.pm 27541 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/XML/LibXML/LibXML.so 27540 -usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/AttributeHash.pm 27539 -usr/share/perl5/XML/SAX/Exception.pm 27538 -usr/share/perl5/XML/Atom/ErrorHandler.pm 27537 -usr/share/perl5/XML/Atom/Feed.pm 27536 -usr/share/perl5/XML/Atom/Thing.pm 27535 -usr/share/perl5/XML/Atom/Base.pm 27534 -usr/share/perl5/XML/Atom/Util.pm 27533 -usr/share/perl5/XML/Atom/Category.pm 27531 -usr/share/perl5/XML/Atom/Link.pm 27530 -usr/share/perl5/LWP/UserAgent.pm 27529 -usr/share/perl5/LWP/MemberMixin.pm 27528 -usr/share/perl5/HTTP/Request.pm 27527 -usr/share/perl5/HTTP/Message.pm 27526 -usr/share/perl5/HTTP/Headers.pm 27525 -usr/share/perl5/HTTP/Response.pm 27524 -usr/share/perl5/HTTP/Status.pm 27523 -usr/share/perl5/HTTP/Date.pm 27522 -usr/share/perl/5.28.1/Time/Local.pm 27521 -usr/share/perl5/LWP.pm 27520 -usr/share/perl5/LWP/Protocol.pm 27519 -usr/share/perl5/XML/Atom/Entry.pm 27518 -usr/lib/x86_64-linux-gnu/perl/5.28.1/MIME/Base64.pm 27516 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/MIME/Base64/Base64.so 27515 -usr/share/perl5/XML/Atom/Person.pm 27514 -usr/share/perl5/XML/Atom/Content.pm 27513 -usr/local/sbin/htpdate 27510 -usr/share/perl/5.28.1/version.pm 27509 -usr/share/perl/5.28.1/version/regex.pm 27508 -usr/local/etc/ssl/certs/tails.boum.org-CA.pem 27507 -usr/share/perl5/DateTime/Format/DateParse.pm 27506 -usr/share/perl5/Date/Parse.pm 27505 -usr/share/perl5/Time/Zone.pm 27504 -usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Spec/Functions.pm 27503 -usr/share/perl5/Getopt/Long/Descriptive.pm 27502 -usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Validate.pm 27501 -usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Validate/Constants.pm 27500 -usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Validate/XS.pm 27499 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Params/Validate/XS/XS.so 27498 -usr/share/perl5/Getopt/Long/Descriptive/Opts.pm 27497 -usr/share/perl5/Getopt/Long/Descriptive/Usage.pm 27496 -usr/share/perl5/Sub/Exporter/Util.pm 27495 -usr/share/perl5/Data/OptList.pm 27494 -usr/share/perl5/Sub/Install.pm 27493 -usr/share/perl5/Sub/Exporter.pm 27492 -usr/share/perl/5.28.1/open.pm 27491 -usr/lib/x86_64-linux-gnu/perl/5.28.1/threads.pm 27490 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/threads/threads.so 27489 -usr/bin/curl 27488 -usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0 27487 -usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt 27485 -usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt 27484 -usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt 27483 -usr/local/lib/tails-shell-library/systemd.sh 27478 -usr/bin/gettext 27477 -usr/local/sbin/tails-notify-user 27476 -lib/systemd/system/tails-additional-software-upgrade.path 27472 -lib/systemd/system/tails-additional-software-upgrade.service 27471 -usr/bin/notify-send 27466 -usr/local/lib/tor-browser/browser/chrome/icons/default/default128.png 27459 -usr/share/icons/hicolor/32x32/apps/pidgin.png 27458 -usr/share/icons/hicolor/32x32/apps/keepassxc.png 27457 -usr/share/icons/hicolor/32x32/apps/thunderbird.png 27456 -usr/share/icons/hicolor/32x32/apps/org.gnome.Nautilus.png 27455 -usr/share/icons/Adwaita/32x32/apps/utilities-terminal.png 27454 -usr/share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png 27453 -usr/share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png 27452 -usr/local/bin/tor-browser 27450 -usr/local/lib/tails-shell-library/tor-browser.sh 27449 -etc/tor-browser/locale-profiles/en-US.js 27448 -usr/local/lib/tor-browser/firefox.real 27447 -usr/local/lib/tor-browser/dependentlibs.list 27446 -usr/local/lib/tor-browser/libnspr4.so 27445 -usr/local/lib/tor-browser/libplc4.so 27444 -usr/local/lib/tor-browser/libplds4.so 27443 -usr/local/lib/tor-browser/libmozsandbox.so 27442 -usr/local/lib/tor-browser/liblgpllibs.so 27441 -usr/local/lib/tor-browser/libnssutil3.so 27440 -usr/local/lib/tor-browser/libnss3.so 27439 -usr/local/lib/tor-browser/libsmime3.so 27438 -usr/local/lib/tor-browser/libmozsqlite3.so 27437 -usr/local/lib/tor-browser/libssl3.so 27436 -usr/local/lib/tor-browser/libmozgtk.so 27435 -usr/local/lib/tor-browser/libxul.so 27434 -usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.3.4 27433 -usr/lib/x86_64-linux-gnu/libXt.so.6.0.0 27432 -usr/lib/x86_64-linux-gnu/dri/i915_dri.so 27431 -usr/lib/x86_64-linux-gnu/dri/swrast_dri.so 27430 -usr/lib/x86_64-linux-gnu/libLLVM-7.so.1 27429 -usr/lib/x86_64-linux-gnu/libsensors.so.5.0.0 27428 -usr/lib/x86_64-linux-gnu/libelf-0.176.so 27427 -usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0 27426 -usr/lib/x86_64-linux-gnu/libedit.so.2.0.59 27425 -usr/local/lib/tor-browser/TorBrowser/Data/Browser/profiles.ini 27424 -usr/local/lib/tor-browser/omni.ja 27423 -usr/local/lib/tor-browser/browser/omni.ja 27422 -usr/local/lib/tor-browser/defaults/pref/channel-prefs.js 27421 -etc/ld.so.conf 27420 -etc/ld.so.conf.d/libc.conf 27419 -etc/ld.so.conf.d/x86_64-linux-gnu.conf 27418 -usr/bin/lsb_release 27417 -usr/local/share/tor-browser-extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi 27416 -usr/local/lib/tor-browser/libsoftokn3.so 27415 -usr/local/lib/tor-browser/libfreeblpriv3.so 27414 -usr/local/lib/tor-browser/libnssckbi.so 27413 -usr/local/lib/tor-browser/browser/blocklist.xml 27412 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/manifest.json 27411 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/en/messages.json 27410 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ar/messages.json 27409 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/az/messages.json 27408 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/bg/messages.json 27407 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/bn/messages.json 27406 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/bs/messages.json 27405 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ca/messages.json 27404 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/cs/messages.json 27403 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/cv/messages.json 27402 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/da/messages.json 27401 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/de/messages.json 27400 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/el/messages.json 27399 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/en_GB/messages.json 27398 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/eo/messages.json 27397 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/es/messages.json 27396 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/et/messages.json 27395 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/eu/messages.json 27394 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fa/messages.json 27393 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fi/messages.json 27392 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fil/messages.json 27391 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fr/messages.json 27390 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fy/messages.json 27389 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/gl/messages.json 27388 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/he/messages.json 27387 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/hi/messages.json 27386 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/hr/messages.json 27385 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/hu/messages.json 27384 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/id/messages.json 27383 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/it/messages.json 27382 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ja/messages.json 27381 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ka/messages.json 27380 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/kk/messages.json 27379 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/kn/messages.json 27378 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ko/messages.json 27377 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/lt/messages.json 27376 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/lv/messages.json 27375 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ml/messages.json 27374 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/mr/messages.json 27373 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ms/messages.json 27372 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/nb/messages.json 27371 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/nl/messages.json 27370 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/no/messages.json 27369 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/pl/messages.json 27368 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/pt_BR/messages.json 27367 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/pt_PT/messages.json 27366 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ro/messages.json 27365 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ru/messages.json 27364 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sk/messages.json 27363 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sl/messages.json 27362 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sq/messages.json 27361 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sr/messages.json 27360 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sv/messages.json 27359 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ta/messages.json 27358 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/te/messages.json 27357 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/th/messages.json 27356 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/tr/messages.json 27355 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/uk/messages.json 27354 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ur/messages.json 27353 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/vi/messages.json 27352 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/zh_CN/messages.json 27351 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/zh_TW/messages.json 27350 -usr/local/share/tor-browser-extensions/langpack-zh-TW@firefox.mozilla.org.xpi 27349 -usr/local/share/tor-browser-extensions/langpack-zh-CN@firefox.mozilla.org.xpi 27348 -usr/local/share/tor-browser-extensions/langpack-vi@firefox.mozilla.org.xpi 27347 -usr/local/share/tor-browser-extensions/langpack-tr@firefox.mozilla.org.xpi 27346 -usr/local/share/tor-browser-extensions/langpack-sv-SE@firefox.mozilla.org.xpi 27345 -usr/local/share/tor-browser-extensions/langpack-ru@firefox.mozilla.org.xpi 27344 -usr/local/share/tor-browser-extensions/langpack-ro@firefox.mozilla.org.xpi 27343 -usr/local/share/tor-browser-extensions/langpack-pt-BR@firefox.mozilla.org.xpi 27342 -usr/local/share/tor-browser-extensions/langpack-pl@firefox.mozilla.org.xpi 27341 -usr/local/share/tor-browser-extensions/langpack-nl@firefox.mozilla.org.xpi 27340 -usr/local/share/tor-browser-extensions/langpack-nb-NO@firefox.mozilla.org.xpi 27339 -usr/local/share/tor-browser-extensions/langpack-mk@firefox.mozilla.org.xpi 27338 -usr/local/share/tor-browser-extensions/langpack-ko@firefox.mozilla.org.xpi 27337 -usr/local/share/tor-browser-extensions/langpack-ka@firefox.mozilla.org.xpi 27336 -usr/local/share/tor-browser-extensions/langpack-ja@firefox.mozilla.org.xpi 27335 -usr/local/share/tor-browser-extensions/langpack-it@firefox.mozilla.org.xpi 27334 -usr/local/share/tor-browser-extensions/langpack-is@firefox.mozilla.org.xpi 27333 -usr/local/share/tor-browser-extensions/langpack-id@firefox.mozilla.org.xpi 27332 -usr/local/share/tor-browser-extensions/langpack-hu@firefox.mozilla.org.xpi 27331 -usr/local/share/tor-browser-extensions/langpack-he@firefox.mozilla.org.xpi 27330 -usr/local/share/tor-browser-extensions/langpack-ga-IE@firefox.mozilla.org.xpi 27329 -usr/local/share/tor-browser-extensions/langpack-fr@firefox.mozilla.org.xpi 27328 -usr/local/share/tor-browser-extensions/langpack-fa@firefox.mozilla.org.xpi 27327 -usr/local/share/tor-browser-extensions/langpack-es-ES@firefox.mozilla.org.xpi 27326 -usr/local/share/tor-browser-extensions/langpack-es-AR@firefox.mozilla.org.xpi 27325 -usr/local/share/tor-browser-extensions/langpack-el@firefox.mozilla.org.xpi 27324 -usr/local/share/tor-browser-extensions/langpack-de@firefox.mozilla.org.xpi 27323 -usr/local/share/tor-browser-extensions/langpack-da@firefox.mozilla.org.xpi 27322 -usr/local/share/tor-browser-extensions/langpack-cs@firefox.mozilla.org.xpi 27321 -usr/local/share/tor-browser-extensions/langpack-ca@firefox.mozilla.org.xpi 27320 -usr/local/share/tor-browser-extensions/langpack-ar@firefox.mozilla.org.xpi 27319 -usr/local/share/tor-browser-extensions/https-everywhere-eff@eff.org.xpi 27318 -usr/local/lib/tor-browser/browser/features/onboarding@mozilla.org.xpi 27317 -usr/local/lib/tor-browser/TorBrowser/Data/fontconfig/fonts.conf 27316 -usr/local/lib/tor-browser/fonts/Arimo-Bold.ttf 27315 -usr/local/lib/tor-browser/fonts/Arimo-BoldItalic.ttf 27314 -usr/local/lib/tor-browser/fonts/Arimo-Italic.ttf 27313 -usr/local/lib/tor-browser/fonts/Arimo-Regular.ttf 27312 -usr/local/lib/tor-browser/fonts/Cousine-Regular.ttf 27311 -usr/local/lib/tor-browser/fonts/NotoEmoji-Regular.ttf 27310 -usr/local/lib/tor-browser/fonts/NotoNaskhArabic-Regular.ttf 27309 -usr/local/lib/tor-browser/fonts/NotoSansArmenian-Regular.ttf 27308 -usr/local/lib/tor-browser/fonts/NotoSansBengali-Regular.ttf 27307 -usr/local/lib/tor-browser/fonts/NotoSansBuginese-Regular.ttf 27306 -usr/local/lib/tor-browser/fonts/NotoSansCanadianAboriginal-Regular.ttf 27305 -usr/local/lib/tor-browser/fonts/NotoSansCherokee-Regular.ttf 27304 -usr/local/lib/tor-browser/fonts/NotoSansDevanagari-Regular.ttf 27303 -usr/local/lib/tor-browser/fonts/NotoSansEthiopic-Regular.ttf 27302 -usr/local/lib/tor-browser/fonts/NotoSansGeorgian-Regular.ttf 27301 -usr/local/lib/tor-browser/fonts/NotoSansGujarati-Regular.ttf 27300 -usr/local/lib/tor-browser/fonts/NotoSansGurmukhi-Regular.ttf 27299 -usr/local/lib/tor-browser/fonts/NotoSansHebrew-Regular.ttf 27298 -usr/local/lib/tor-browser/fonts/NotoSansJP-Regular.otf 27297 -usr/local/lib/tor-browser/fonts/NotoSansKR-Regular.otf 27296 -usr/local/lib/tor-browser/fonts/NotoSansKannada-Regular.ttf 27295 -usr/local/lib/tor-browser/fonts/NotoSansKhmer-Regular.ttf 27294 -usr/local/lib/tor-browser/fonts/NotoSansLao-Regular.ttf 27293 -usr/local/lib/tor-browser/fonts/NotoSansMalayalam-Regular.ttf 27292 -usr/local/lib/tor-browser/fonts/NotoSansMongolian-Regular.ttf 27291 -usr/local/lib/tor-browser/fonts/NotoSansMyanmar-Regular.ttf 27290 -usr/local/lib/tor-browser/fonts/NotoSansOriya-Regular.ttf 27289 -usr/local/lib/tor-browser/fonts/NotoSansSC-Regular.otf 27288 -usr/local/lib/tor-browser/fonts/NotoSansSinhala-Regular.ttf 27287 -usr/local/lib/tor-browser/fonts/NotoSansTC-Regular.otf 27286 -usr/local/lib/tor-browser/fonts/NotoSansTamil-Regular.ttf 27285 -usr/local/lib/tor-browser/fonts/NotoSansTelugu-Regular.ttf 27284 -usr/local/lib/tor-browser/fonts/NotoSansThaana-Regular.ttf 27283 -usr/local/lib/tor-browser/fonts/NotoSansThai-Regular.ttf 27282 -usr/local/lib/tor-browser/fonts/NotoSansTibetan-Regular.ttf 27281 -usr/local/lib/tor-browser/fonts/NotoSansYi-Regular.ttf 27280 -usr/local/lib/tor-browser/fonts/NotoSerifArmenian-Regular.ttf 27279 -usr/local/lib/tor-browser/fonts/NotoSerifKhmer-Regular.ttf 27278 -usr/local/lib/tor-browser/fonts/NotoSerifLao-Regular.ttf 27277 -usr/local/lib/tor-browser/fonts/NotoSerifThai-Regular.ttf 27276 -usr/local/lib/tor-browser/fonts/STIXMath-Regular.otf 27275 -usr/local/lib/tor-browser/fonts/Tinos-Bold.ttf 27274 -usr/local/lib/tor-browser/fonts/Tinos-BoldItalic.ttf 27273 -usr/local/lib/tor-browser/fonts/Tinos-Italic.ttf 27272 -usr/local/lib/tor-browser/fonts/Tinos-Regular.ttf 27271 -usr/local/lib/tor-browser/fonts/TwemojiMozilla.ttf 27270 -usr/lib/locale/C.UTF-8/LC_IDENTIFICATION 27269 -usr/lib/locale/C.UTF-8/LC_MEASUREMENT 27268 -usr/lib/locale/C.UTF-8/LC_TELEPHONE 27267 -usr/lib/locale/C.UTF-8/LC_ADDRESS 27266 -usr/lib/locale/C.UTF-8/LC_NAME 27265 -usr/lib/locale/C.UTF-8/LC_PAPER 27264 -usr/lib/locale/C.UTF-8/LC_MESSAGES/SYS_LC_MESSAGES 27263 -usr/lib/locale/C.UTF-8/LC_MONETARY 27262 -usr/lib/locale/C.UTF-8/LC_COLLATE 27261 -usr/lib/locale/C.UTF-8/LC_TIME 27260 -usr/lib/locale/C.UTF-8/LC_NUMERIC 27259 -etc/mime.types 27258 -usr/share/mime/application/pdf.xml 27257 -usr/local/lib/tor-browser/browser/chrome/icons/default/default16.png 27256 -usr/local/lib/tor-browser/browser/chrome/icons/default/default32.png 27255 -usr/local/lib/tor-browser/browser/chrome/icons/default/default48.png 27254 -usr/local/lib/tor-browser/browser/chrome/icons/default/default64.png 27253 -usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so 27252 -etc/onion-grater.d/onioncircuits.yml 27251 -etc/onion-grater.d/onionshare.yml 27250 -etc/onion-grater.d/tor-browser.yml 27249 -etc/onion-grater.d/tor-launcher.yml 27248 -usr/lib/python3/dist-packages/stem/response/add_onion.py 27247 -usr/lib/python3/dist-packages/stem/response/authchallenge.py 27246 -usr/lib/python3/dist-packages/stem/response/getinfo.py 27245 -usr/lib/python3/dist-packages/stem/response/getconf.py 27244 -usr/lib/python3/dist-packages/stem/response/mapaddress.py 27243 -usr/lib/python3/dist-packages/stem/response/protocolinfo.py 27242 -usr/share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png 27241 -usr/share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png 27240 -usr/lib/x86_64-linux-gnu/libXss.so.1.0.0 27239 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/img/icon_16.png 27238 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/background.html 27237 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/console.js 27236 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/lib/lz4/lz4-block-codec-any.js 27235 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/lib/punycode.js 27234 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/lib/publicsuffixlist/publicsuffixlist.js 27233 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi.js 27232 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-common.js 27231 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-background.js 27230 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-webrequest.js 27229 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/background.js 27228 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/traffic.js 27227 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/hntrie.js 27226 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/strie.js 27225 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/utils.js 27224 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/uritools.js 27223 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/lz4.js 27222 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/cachestorage.js 27221 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/assets.js 27220 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/filtering-context.js 27219 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/redirect-engine.js 27218 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/dynamic-net-filtering.js 27217 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/static-net-filtering.js 27216 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/url-net-filtering.js 27215 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/static-ext-filtering.js 27214 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/cosmetic-filtering.js 27213 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/scriptlet-filtering.js 27212 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/html-filtering.js 27211 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/hnswitches.js 27210 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/ublock.js 27209 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/messaging.js 27208 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/storage.js 27207 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/logger.js 27206 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/pagestore.js 27205 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/tab.js 27204 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/text-encode.js 27203 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/contextmenu.js 27202 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/reverselookup.js 27201 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/start.js 27200 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/commands.js 27199 -usr/lib/ibus/ibus-engine-libpinyin 27198 -usr/lib/x86_64-linux-gnu/libpinyin.so.13.0.0 27197 -usr/lib/ibus/ibus-engine-hangul 27196 -usr/lib/x86_64-linux-gnu/libhangul.so.1.0.0 27195 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/assets.json 27194 -usr/lib/ibus/ibus-engine-chewing 27193 -usr/share/libhangul/hanja/hanja.txt 27192 -usr/lib/x86_64-linux-gnu/libchewing.so.3.3.1 27191 -usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.32 27190 -usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.32 27189 -usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libgail.so 27187 -usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1 27186 -usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libatk-bridge.so 27185 -usr/share/themes/Adwaita/gtk-2.0/gtkrc 27184 -usr/share/themes/Adwaita/gtk-2.0/main.rc 27183 -usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libadwaita.so 27182 -usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so 27181 -usr/share/themes/Adwaita/gtk-2.0/apps.rc 27180 -usr/share/themes/Adwaita/gtk-2.0/hacks.rc 27179 -usr/share/themes/Default/gtk-2.0-key/gtkrc 27178 -usr/share/ibus-hangul/data/symbol.txt 27177 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat 27176 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/ASyncReply.pm 27983 +usr/lib/x86_64-linux-gnu/libevent-2.1.so.6.0.2 27982 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Annotation.pm 27981 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Test/MockConnection.pm 27980 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Error.pm 27979 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Test/MockMessage.pm 27978 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Test/MockIterator.pm 27977 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Value.pm 27976 +usr/lib/x86_64-linux-gnu/libgstgl-1.0.so.0.1404.0 27975 +usr/share/perl5/Gtk3/SimpleList.pm 27974 +usr/share/perl5/Desktop/Notify/Notification.pm 27973 +usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.1404.0 27972 +usr/lib/x86_64-linux-gnu/libwebpdemux.so.2.0.3 27971 +usr/share/perl5/Crypt/OpenPGP_Applet/GnuPG/Interface.pm 27970 +usr/share/perl5/Class/Accessor.pm 27969 +usr/lib/x86_64-linux-gnu/perl5/5.28/Sub/Name.pm 27968 +usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0 27967 +usr/share/tracker/stop-words/stopwords.en 27966 +usr/share/perl5/Moo.pm 27964 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Sub/Name/Name.so 27963 +usr/lib/x86_64-linux-gnu/libhyphen.so.0.3.0 27962 +usr/share/perl5/Moo/_strictures.pm 27961 +usr/share/perl5/Moo/_mro.pm 27960 +usr/lib/x86_64-linux-gnu/perl/5.28.1/mro.pm 27959 +usr/share/tor/geoip 27955 +usr/share/perl/5.28.1/English.pm 27954 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/mro/mro.so 27953 +usr/share/perl5/Moo/_Utils.pm 27952 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Sub/Util.pm 27951 +usr/lib/x86_64-linux-gnu/liboauth.so.0.8.7 27950 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Tie/Hash/NamedCapture.pm 27949 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Tie/Hash/NamedCapture/NamedCapture.so 27948 +usr/share/perl5/Module/Runtime.pm 27947 +usr/share/perl5/Devel/GlobalDestruction.pm 27946 +usr/share/perl5/IPC/System/Simple.pm 27945 +usr/share/perl5/Sub/Exporter/Progressive.pm 27941 +usr/share/perl5/Moo/HandleMoose/_TypeMap.pm 27940 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Config_heavy.pl 27939 +usr/share/perl5/Moo/sification.pm 27938 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Config_git.pl 27937 +usr/share/perl5/Moo/Object.pm 27936 +usr/share/perl5/namespace/autoclean.pm 27935 +usr/share/perl5/URI.pm 27934 +usr/share/perl5/URI/Escape.pm 27933 +usr/share/perl5/B/Hooks/EndOfScope.pm 27932 +usr/share/perl5/Module/Implementation.pm 27931 +usr/share/perl5/Try/Tiny.pm 27930 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Reactor.pm 27929 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Watch.pm 27928 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Callback.pm 27927 +usr/lib/x86_64-linux-gnu/libwoff2common.so.1.0.2 27926 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Time/HiRes.pm 27925 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Time/HiRes/HiRes.so 27924 +usr/share/perl5/B/Hooks/EndOfScope/XS.pm 27923 +usr/lib/x86_64-linux-gnu/perl5/5.28/Variable/Magic.pm 27922 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Variable/Magic/Magic.so 27921 +usr/bin/systemd-detect-virt 27920 +usr/bin/xxd 27919 +sbin/killall5 27918 +usr/share/perl5/namespace/clean.pm 27917 +usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.7 27916 +usr/lib/x86_64-linux-gnu/libgstallocators-1.0.so.0.1404.0 27915 +usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.7 27914 +usr/share/perl5/Package/Stash.pm 27913 +usr/lib/x86_64-linux-gnu/perl5/5.28/Package/Stash/XS.pm 27912 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Package/Stash/XS/XS.so 27911 +usr/share/perl5/namespace/clean/_Util.pm 27910 +usr/lib/x86_64-linux-gnu/perl5/5.28/Sub/Identify.pm 27909 +bin/nc.openbsd 27908 +usr/share/perl/5.28.1/Fatal.pm 27907 +usr/share/perl/5.28.1/Tie/RefHash.pm 27906 +usr/share/perl/5.28.1/autodie/Util.pm 27905 +usr/share/perl/5.28.1/autodie/Scope/GuardStack.pm 27904 +usr/share/perl/5.28.1/autodie/Scope/Guard.pm 27903 +usr/share/icons/hicolor/scalable/status/tor-disconnected-symbolic.svg 27902 +usr/share/perl/5.28.1/Class/Struct.pm 27901 +usr/share/perl/5.28.1/Math/BigInt.pm 27900 +usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf 27899 +usr/share/perl/5.28.1/Math/BigInt/Calc.pm 27898 +usr/share/perl/5.28.1/Math/BigInt/Lib.pm 27897 +usr/share/perl/5.28.1/integer.pm 27896 +usr/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png 27895 +usr/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png 27894 +usr/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png 27893 +usr/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png 27892 +usr/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png 27891 +usr/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png 27890 +usr/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png 27889 +usr/share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png 27888 +usr/share/perl5/GnuPG/Options.pm 27887 +usr/share/perl5/MooX/HandlesVia.pm 27886 +usr/share/perl5/Moo/Role.pm 27885 +usr/share/perl5/Role/Tiny.pm 27884 +usr/share/perl5/GnuPG/HashInit.pm 27883 +usr/share/tor/geoip6 27882 +usr/share/perl5/Type/Utils.pm 27881 +usr/share/perl5/Type/Library.pm 27880 +usr/share/perl5/Eval/TypeTiny.pm 27879 +usr/share/perl5/Exporter/Tiny.pm 27878 +usr/share/perl5/Type/Tiny.pm 27877 +usr/share/perl5/Types/TypeTiny.pm 27876 +usr/lib/x86_64-linux-gnu/perl5/5.28/Type/Tiny/XS.pm 27875 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Type/Tiny/XS/XS.so 27874 +usr/share/perl5/Type/Registry.pm 27873 +usr/share/perl5/Type/Parser.pm 27872 +usr/share/perl5/Types/Standard.pm 27871 +usr/share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png 27870 +usr/share/perl5/Type/Coercion.pm 27869 +usr/share/perl5/Data/Perl/Collection/Array/MooseLike.pm 27868 +usr/share/perl5/strictures.pm 27867 +usr/share/perl5/Role/Tiny/With.pm 27866 +usr/share/perl5/Class/Method/Modifiers.pm 27865 +usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc 27864 +usr/share/perl5/Data/Perl/Role/Collection/Array.pm 27863 +usr/lib/x86_64-linux-gnu/perl5/5.28/List/MoreUtils.pm 27862 +usr/lib/x86_64-linux-gnu/perl5/5.28/List/MoreUtils/PP.pm 27861 +usr/lib/x86_64-linux-gnu/perl5/5.28/List/MoreUtils/XS.pm 27860 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/List/MoreUtils/MoreUtils.so 27859 +usr/share/perl5/GnuPG/Handles.pm 27858 +usr/share/perl5/GnuPG/Interface.pm 27857 +usr/share/perl5/Type/Tiny/Class.pm 27856 +usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime.pm 27855 +usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Duration.pm 27854 +usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Helpers.pm 27853 +usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Types.pm 27852 +usr/share/perl5/Specio/Exporter.pm 27851 +usr/share/perl5/Specio/Helpers.pm 27850 +usr/share/perl5/Specio/Registry.pm 27849 +usr/share/perl5/Specio.pm 27848 +usr/share/perl5/Specio/Declare.pm 27847 +usr/share/perl5/Specio/Coercion.pm 27846 +usr/share/perl5/Specio/OO.pm 27845 +usr/share/perl5/MRO/Compat.pm 27844 +usr/share/perl5/Specio/PartialDump.pm 27843 +usr/share/perl5/Specio/TypeChecks.pm 27842 +usr/share/perl5/Specio/Role/Inlinable.pm 27841 +usr/share/perl5/Eval/Closure.pm 27840 +usr/share/perl5/Specio/Constraint/Simple.pm 27839 +usr/share/perl5/Specio/Constraint/Role/Interface.pm 27838 +usr/share/perl5/Specio/Exception.pm 27837 +usr/share/perl5/Devel/StackTrace.pm 27836 +usr/share/perl5/Devel/StackTrace/Frame.pm 27835 +usr/share/perl5/Specio/DeclaredAt.pm 27834 +usr/share/perl5/Specio/Library/Builtins.pm 27833 +usr/share/perl5/Specio/Constraint/Parameterizable.pm 27832 +usr/share/perl5/Specio/Constraint/Parameterized.pm 27831 +usr/share/perl5/Specio/Library/Numeric.pm 27830 +usr/share/perl5/Specio/Library/String.pm 27829 +usr/share/perl5/Specio/Constraint/AnyCan.pm 27828 +usr/share/perl5/Specio/Constraint/Role/CanType.pm 27827 +usr/share/perl5/Specio/Constraint/ObjectIsa.pm 27826 +usr/share/perl5/Specio/Constraint/Role/IsaType.pm 27825 +usr/share/perl5/Specio/Constraint/Enum.pm 27824 +usr/share/perl5/Specio/Constraint/Union.pm 27823 +usr/share/perl5/Specio/Constraint/ObjectCan.pm 27822 +usr/share/perl5/Params/ValidationCompiler.pm 27821 +usr/share/perl5/Params/ValidationCompiler/Compiler.pm 27820 +usr/share/perl5/Params/ValidationCompiler/Exceptions.pm 27819 +usr/share/perl5/Exception/Class.pm 27818 +usr/share/perl5/Exception/Class/Base.pm 27817 +usr/share/perl5/Class/Data/Inheritable.pm 27816 +usr/share/perl5/DateTime/Locale.pm 27814 +usr/share/perl5/DateTime/Locale/Data.pm 27813 +usr/share/perl5/File/ShareDir.pm 27812 +usr/share/perl5/Class/Inspector.pm 27811 +usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Util.pm 27810 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Params/Util/Util.so 27809 +usr/share/perl5/DateTime/Locale/FromData.pm 27808 +usr/share/perl5/DateTime/Locale/Util.pm 27807 +usr/share/perl5/DateTime/TimeZone.pm 27806 +usr/share/perl5/DateTime/TimeZone/Catalog.pm 27805 +usr/share/perl5/DateTime/TimeZone/Floating.pm 27804 +usr/share/perl5/Class/Singleton.pm 27803 +usr/share/perl5/DateTime/TimeZone/OffsetOnly.pm 27802 +usr/share/perl5/DateTime/TimeZone/UTC.pm 27801 +usr/share/perl5/DateTime/TimeZone/Local.pm 27800 +usr/share/perl5/DateTime/TimeZone/OlsonDB/Change.pm 27799 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/DateTime/DateTime.so 27798 +usr/lib/x86_64-linux-gnu/perl5/5.28/DateTime/Infinite.pm 27797 +usr/lib/x86_64-linux-gnu/perl/5.28.1/IO/Select.pm 27796 +usr/share/perl5/Locale/TextDomain.pm 27795 +usr/share/perl5/Locale/Messages.pm 27794 +usr/share/perl5/Locale/gettext_pp.pm 27793 +usr/share/perl/5.28.1/locale.pm 27792 +usr/share/perl5/Locale/Recode.pm 27791 +usr/share/perl5/Locale/Recode/_Conversions.pm 27790 +usr/share/perl5/Method/Generate/BuildAll.pm 27789 +usr/lib/systemd/user/evolution-source-registry.service 27788 +usr/lib/evolution/evolution-source-registry 27786 +usr/lib/x86_64-linux-gnu/libebackend-1.2.so.10.0.0 27785 +usr/lib/x86_64-linux-gnu/libdb-5.3.so 27784 +usr/share/icons/hicolor/16x16/apps/seahorse.png 27783 +usr/lib/evolution-data-server/registry-modules/module-cache-reaper.so 27782 +usr/lib/evolution-data-server/registry-modules/module-gnome-online-accounts.so 27781 +usr/lib/evolution-data-server/registry-modules/module-google-backend.so 27780 +usr/lib/evolution-data-server/registry-modules/module-oauth2-services.so 27779 +usr/lib/evolution-data-server/registry-modules/module-outlook-backend.so 27778 +usr/lib/evolution-data-server/registry-modules/module-secret-monitor.so 27777 +usr/lib/evolution-data-server/registry-modules/module-trust-prompt.so 27776 +usr/lib/evolution-data-server/registry-modules/module-webdav-backend.so 27775 +usr/lib/evolution-data-server/registry-modules/module-yahoo-backend.so 27774 +usr/lib/evolution-data-server/credential-modules/module-credentials-goa.so 27773 +usr/lib/evolution-data-server/camel-providers/libcamelimapx.urls 27772 +usr/lib/evolution-data-server/camel-providers/libcamellocal.urls 27771 +usr/lib/evolution-data-server/camel-providers/libcamelnntp.urls 27770 +usr/lib/evolution-data-server/camel-providers/libcamelpop3.urls 27769 +usr/lib/evolution-data-server/camel-providers/libcamelsendmail.urls 27768 +usr/lib/evolution-data-server/camel-providers/libcamelsmtp.urls 27767 +usr/lib/evolution-data-server/camel-providers/libcamellocal.so 27766 +usr/lib/evolution-data-server/camel-providers/libcamelimapx.so 27765 +usr/share/perl5/auto/share/dist/OpenPGP_Applet/LocaleData/en/LC_MESSAGES/OpenPGP_Applet.mo 27764 +usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so 27763 +usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so 27762 +usr/lib/evolution-data-server/camel-providers/libcamelnntp.so 27761 +usr/lib/evolution-data-server/camel-providers/libcamelpop3.so 27760 +usr/share/X11/xkb/symbols/kr 27759 +usr/share/perl5/auto/share/dist/OpenPGP_Applet/pixmaps/22x22/OpenPGP_Applet-text.png 27758 +usr/share/zoneinfo/zone.tab 27757 +usr/share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png 27756 +usr/share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png 27755 +usr/share/zoneinfo/EST 27754 +usr/share/zoneinfo/GMT 27753 +usr/share/zoneinfo/MST 27752 +usr/lib/systemd/user/evolution-calendar-factory.service 27751 +usr/lib/evolution/evolution-calendar-factory 27749 +usr/lib/x86_64-linux-gnu/libedata-cal-1.2.so.29.0.0 27748 +usr/lib/evolution-data-server/calendar-backends/libecalbackendcaldav.so 27747 +usr/lib/evolution-data-server/calendar-backends/libecalbackendcontacts.so 27746 +usr/lib/x86_64-linux-gnu/libebook-1.2.so.19.1.3 27745 +usr/lib/x86_64-linux-gnu/libebook-contacts-1.2.so.2.0.0 27744 +usr/lib/x86_64-linux-gnu/libedata-book-1.2.so.25.0.0 27743 +usr/lib/x86_64-linux-gnu/libphonenumber.so.7.0 27742 +usr/lib/x86_64-linux-gnu/libprotobuf.so.17.0.0 27741 +usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.67.0 27740 +usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.67.0 27739 +usr/lib/x86_64-linux-gnu/libboost_system.so.1.67.0 27737 +usr/lib/x86_64-linux-gnu/libboost_thread.so.1.67.0 27736 +usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.67.0 27735 +usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.67.0 27734 +usr/lib/evolution-data-server/calendar-backends/libecalbackendfile.so 27733 +usr/lib/evolution-data-server/calendar-backends/libecalbackendgtasks.so 27732 +usr/lib/evolution-data-server/calendar-backends/libecalbackendhttp.so 27731 +usr/lib/evolution-data-server/calendar-backends/libecalbackendweather.so 27730 +usr/lib/systemd/user/evolution-addressbook-factory.service 27729 +usr/lib/evolution/evolution-addressbook-factory 27727 +usr/lib/evolution-data-server/addressbook-backends/libebookbackendcarddav.so 27726 +usr/lib/evolution-data-server/addressbook-backends/libebookbackendfile.so 27725 +usr/lib/evolution-data-server/addressbook-backends/libebookbackendgoogle.so 27724 +usr/lib/evolution-data-server/addressbook-backends/libebookbackendldap.so 27723 +usr/bin/nautilus 27720 +usr/lib/x86_64-linux-gnu/libnautilus-extension.so.1.5.0 27717 +usr/lib/x86_64-linux-gnu/libgnome-autoar-0.so.0.0.0 27716 +usr/lib/x86_64-linux-gnu/libarchive.so.13.3.3 27715 +usr/lib/gvfs/gvfsd-trash 27714 +usr/share/thumbnailers/evince.thumbnailer 27713 +usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer 27712 +usr/share/thumbnailers/librsvg.thumbnailer 27711 +usr/share/thumbnailers/totem.thumbnailer 27710 +usr/share/icons/Adwaita/48x48/places/user-trash.png 27709 +usr/share/pixmaps/whisperback.svg 27708 +usr/share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png 27707 +usr/bin/inotifywait 27706 +usr/lib/x86_64-linux-gnu/libinotifytools.so.0.4.1 27705 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libevince-properties-page.so 27704 +usr/lib/x86_64-linux-gnu/libevdocument3.so.4.0.0 27703 +usr/lib/x86_64-linux-gnu/libsynctex.so.2.0.0 27702 +usr/lib/x86_64-linux-gnu/evince/4/backends/comicsdocument.evince-backend 27701 +usr/lib/x86_64-linux-gnu/evince/4/backends/djvudocument.evince-backend 27700 +usr/lib/x86_64-linux-gnu/evince/4/backends/dvidocument.evince-backend 27699 +usr/lib/x86_64-linux-gnu/evince/4/backends/pdfdocument.evince-backend 27698 +usr/lib/x86_64-linux-gnu/evince/4/backends/psdocument.evince-backend 27697 +usr/lib/x86_64-linux-gnu/evince/4/backends/tiffdocument.evince-backend 27696 +usr/lib/x86_64-linux-gnu/evince/4/backends/xpsdocument.evince-backend 27695 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libgtkhash-properties-nautilus.so 27694 +usr/lib/x86_64-linux-gnu/libb2.so.1.0.4 27693 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-fileroller.so 27692 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-image-properties.so 27691 +usr/lib/x86_64-linux-gnu/libgexiv2.so.2.0.0 27690 +usr/lib/x86_64-linux-gnu/libexiv2.so.14.0.0 27689 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-python.so 27688 +usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 27687 +usr/lib/python2.7/site.py 27686 +usr/lib/python2.7/os.py 27685 +usr/lib/python2.7/posixpath.py 27684 +usr/lib/python2.7/stat.py 27683 +usr/lib/python2.7/genericpath.py 27682 +usr/lib/python2.7/warnings.py 27681 +usr/lib/python2.7/linecache.py 27680 +usr/lib/python2.7/types.py 27679 +usr/lib/python2.7/UserDict.py 27678 +usr/lib/python2.7/_abcoll.py 27677 +usr/lib/python2.7/abc.py 27676 +usr/lib/python2.7/_weakrefset.py 27675 +usr/lib/python2.7/copy_reg.py 27674 +usr/lib/python2.7/traceback.py 27673 +usr/lib/python2.7/sysconfig.py 27672 +usr/lib/python2.7/re.py 27671 +usr/lib/python2.7/sre_compile.py 27670 +usr/lib/python2.7/sre_parse.py 27669 +usr/lib/python2.7/sre_constants.py 27668 +usr/lib/python2.7/_sysconfigdata.py 27667 +usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py 27666 +etc/python2.7/sitecustomize.py 27665 +usr/lib/python2.7/encodings/__init__.py 27664 +usr/lib/python2.7/codecs.py 27663 +usr/lib/python2.7/encodings/aliases.py 27662 +usr/lib/python2.7/encodings/utf_8.py 27661 +usr/lib/python2.7/dist-packages/gi/__init__.py 27660 +usr/lib/python2.7/__future__.py 27659 +usr/lib/python2.7/pkgutil.py 27658 +usr/lib/python2.7/importlib/__init__.py 27657 +usr/lib/python2.7/dist-packages/gi/_gi.x86_64-linux-gnu.so 27656 +usr/lib/python2.7/dist-packages/gi/_error.py 27655 +usr/lib/python2.7/dist-packages/gi/_compat.py 27654 +usr/lib/python2.7/StringIO.py 27653 +usr/lib/python2.7/UserList.py 27652 +usr/lib/python2.7/collections.py 27651 +usr/lib/python2.7/keyword.py 27650 +usr/lib/python2.7/heapq.py 27649 +usr/lib/x86_64-linux-gnu/girepository-1.0/Nautilus-3.0.typelib 27648 +usr/lib/python2.7/dist-packages/gi/repository/__init__.py 27647 +usr/lib/python2.7/dist-packages/gi/importer.py 27646 +usr/lib/python2.7/contextlib.py 27645 +usr/lib/python2.7/functools.py 27644 +usr/lib/python2.7/dist-packages/gi/module.py 27643 +usr/lib/python2.7/string.py 27642 +usr/lib/python2.7/dist-packages/gi/types.py 27641 +usr/lib/python2.7/dist-packages/gi/_constants.py 27640 +usr/lib/python2.7/dist-packages/gi/docstring.py 27639 +usr/lib/python2.7/dist-packages/gi/_propertyhelper.py 27638 +usr/lib/python2.7/dist-packages/gi/_signalhelper.py 27637 +usr/lib/python2.7/dist-packages/gi/overrides/__init__.py 27636 +usr/lib/python2.7/dist-packages/gi/overrides/GLib.py 27635 +usr/lib/python2.7/socket.py 27634 +usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so 27633 +usr/lib/python2.7/dist-packages/gi/_ossighelper.py 27632 +usr/lib/python2.7/threading.py 27631 +usr/lib/python2.7/dist-packages/gi/_option.py 27630 +usr/lib/python2.7/optparse.py 27629 +usr/lib/python2.7/textwrap.py 27628 +usr/lib/python2.7/gettext.py 27627 +usr/lib/python2.7/locale.py 27626 +usr/lib/python2.7/copy.py 27625 +usr/lib/python2.7/weakref.py 27624 +usr/lib/python2.7/struct.py 27623 +usr/lib/python2.7/dist-packages/gi/overrides/GObject.py 27622 +usr/lib/python2.7/dist-packages/gi/overrides/Pango.py 27621 +usr/lib/python2.7/dist-packages/gi/overrides/Gio.py 27620 +usr/lib/python2.7/dist-packages/gi/overrides/GdkPixbuf.py 27619 +usr/lib/python2.7/dist-packages/gi/overrides/Gdk.py 27618 +usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py 27617 +usr/lib/python2.7/dist-packages/gi/_gtktemplate.py 27616 +usr/share/nautilus-python/extensions/mat2.py 27615 +usr/lib/python2.7/Queue.py 27614 +usr/lib/python2.7/urlparse.py 27613 +usr/lib/python2.7/subprocess.py 27612 +usr/lib/python2.7/pickle.py 27611 +usr/lib/python2.7/mimetypes.py 27610 +usr/lib/python2.7/urllib.py 27609 +usr/lib/python2.7/base64.py 27608 +usr/lib/python2.7/ssl.py 27607 +usr/share/nautilus-python/extensions/onionshare-nautilus.py 27606 +usr/lib/python2.7/json/__init__.py 27605 +usr/lib/python2.7/json/decoder.py 27604 +usr/lib/python2.7/json/scanner.py 27603 +usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so 27602 +usr/lib/python2.7/json/encoder.py 27601 +usr/share/onionshare/locale/cs.json 27600 +usr/share/onionshare/locale/da.json 27599 +usr/share/onionshare/locale/de.json 27598 +usr/share/onionshare/locale/en.json 27597 +usr/share/onionshare/locale/eo.json 27596 +usr/share/onionshare/locale/es.json 27595 +usr/share/onionshare/locale/fi.json 27594 +usr/share/onionshare/locale/fr.json 27593 +usr/share/onionshare/locale/it.json 27592 +usr/share/onionshare/locale/nl.json 27591 +usr/share/onionshare/locale/no.json 27590 +usr/share/onionshare/locale/pt.json 27589 +usr/share/onionshare/locale/ru.json 27588 +usr/share/onionshare/locale/tr.json 27587 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-seahorse.so 27586 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-sendto.so 27585 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libnautilus-wipe.so 27584 +usr/lib/x86_64-linux-gnu/libgsecuredelete.so.0.1.0 27583 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libterminal-nautilus.so 27582 +usr/lib/x86_64-linux-gnu/nautilus/extensions-3.0/libtotem-properties-page.so 27581 +usr/bin/sort 27577 +lib/systemd/system/htpdate.service 27572 +etc/default/htpdate.pools 27571 +usr/local/sbin/htpdate 27564 +usr/share/perl/5.28.1/version.pm 27563 +usr/share/perl/5.28.1/version/regex.pm 27562 +usr/lib/x86_64-linux-gnu/perl/5.28.1/B.pm 27561 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/B/B.so 27560 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Sub/Identify/Identify.so 27559 +usr/lib/x86_64-linux-gnu/perl5/5.28/Class/XSAccessor.pm 27558 +usr/lib/x86_64-linux-gnu/perl5/5.28/Class/XSAccessor/Heavy.pm 27557 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Class/XSAccessor/XSAccessor.so 27556 +usr/share/perl5/DateTime/Format/DateParse.pm 27555 +usr/share/perl5/Date/Parse.pm 27554 +usr/share/perl/5.28.1/Time/Local.pm 27553 +usr/share/perl5/Time/Zone.pm 27552 +usr/lib/x86_64-linux-gnu/perl/5.28.1/File/Spec/Functions.pm 27551 +usr/share/perl5/Getopt/Long/Descriptive.pm 27549 +usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Validate.pm 27548 +usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Validate/Constants.pm 27547 +usr/lib/x86_64-linux-gnu/perl5/5.28/Params/Validate/XS.pm 27546 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Params/Validate/XS/XS.so 27545 +usr/share/perl5/Getopt/Long/Descriptive/Opts.pm 27544 +usr/share/perl5/Getopt/Long/Descriptive/Usage.pm 27543 +usr/share/perl5/Sub/Exporter/Util.pm 27542 +usr/share/perl5/Data/OptList.pm 27541 +usr/share/perl5/Sub/Install.pm 27540 +usr/share/perl5/Sub/Exporter.pm 27539 +usr/share/perl/5.28.1/open.pm 27538 +usr/lib/x86_64-linux-gnu/perl/5.28.1/threads.pm 27537 +usr/share/icons/hicolor/scalable/status/tor-connected-symbolic.svg 27535 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/threads/threads.so 27534 +usr/bin/curl 27533 +usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0 27532 +usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt 27531 +usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt 27530 +usr/local/bin/tails-security-check 27528 +usr/local/bin/tails-upgrade-frontend-wrapper 27526 +usr/share/perl5/Carp/Assert/More.pm 27525 +usr/share/perl5/Carp/Assert.pm 27524 +usr/local/share/perl/5.28.1/Tails/Download/HTTPS.pm 27523 +usr/share/perl/5.28.1/autodie.pm 27522 +usr/share/perl/5.28.1/autodie/exception/system.pm 27519 +usr/share/perl/5.28.1/autodie/exception.pm 27518 +usr/lib/x86_64-linux-gnu/perl5/5.28/Function/Parameters.pm 27517 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Function/Parameters/Parameters.so 27516 +usr/lib/x86_64-linux-gnu/perl5/5.28/WWW/Curl/Easy.pm 27504 +usr/lib/x86_64-linux-gnu/perl5/5.28/WWW/Curl.pm 27503 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/WWW/Curl/Curl.so 27502 +usr/share/perl5/Method/Generate/Constructor.pm 27501 +usr/share/perl5/Sub/Quote.pm 27500 +usr/share/perl5/Sub/Defer.pm 27499 +usr/share/perl5/Method/Generate/Accessor.pm 27498 +usr/share/perl5/XML/Atom.pm 27497 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML.pm 27496 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Error.pm 27495 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/NodeList.pm 27494 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Boolean.pm 27493 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Number.pm 27492 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/Literal.pm 27491 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/XPathContext.pm 27490 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/XML/LibXML/LibXML.so 27489 +usr/lib/x86_64-linux-gnu/perl5/5.28/XML/LibXML/AttributeHash.pm 27488 +usr/share/perl5/XML/SAX/Exception.pm 27487 +usr/share/perl5/XML/Atom/ErrorHandler.pm 27486 +usr/share/perl5/XML/Atom/Feed.pm 27485 +usr/share/perl5/XML/Atom/Thing.pm 27484 +usr/share/perl5/XML/Atom/Base.pm 27483 +usr/share/perl5/XML/Atom/Util.pm 27482 +usr/share/perl5/XML/Atom/Category.pm 27481 +usr/share/perl5/XML/Atom/Link.pm 27480 +usr/share/perl5/LWP/UserAgent.pm 27479 +usr/share/perl5/LWP/MemberMixin.pm 27478 +usr/share/perl5/HTTP/Request.pm 27477 +usr/share/perl5/HTTP/Message.pm 27476 +usr/share/perl5/HTTP/Headers.pm 27475 +usr/share/perl5/HTTP/Response.pm 27474 +usr/share/perl5/HTTP/Status.pm 27473 +usr/share/perl5/HTTP/Date.pm 27472 +usr/share/perl5/LWP.pm 27471 +usr/share/perl5/LWP/Protocol.pm 27470 +usr/share/perl5/XML/Atom/Entry.pm 27469 +usr/lib/x86_64-linux-gnu/perl/5.28.1/MIME/Base64.pm 27468 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/MIME/Base64/Base64.so 27467 +usr/share/perl5/XML/Atom/Person.pm 27466 +usr/share/perl5/XML/Atom/Content.pm 27465 +usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt 27464 +usr/local/etc/ssl/certs/tails.boum.org-CA.pem 27462 +usr/local/lib/tails-shell-library/systemd.sh 27457 +usr/bin/gettext 27456 +usr/local/sbin/tails-notify-user 27455 +lib/systemd/system/tails-additional-software-upgrade.path 27451 +lib/systemd/system/tails-additional-software-upgrade.service 27450 +usr/bin/notify-send 27442 +usr/share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg 27438 +usr/share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png 27437 +usr/local/lib/tor-browser/browser/chrome/icons/default/default128.png 27436 +usr/share/icons/hicolor/64x64/apps/thunderbird.png 27435 +usr/share/icons/hicolor/scalable/apps/pidgin.svg 27434 +usr/share/icons/hicolor/64x64/apps/keepassxc.png 27433 +usr/share/icons/hicolor/512x512/apps/org.gnome.Nautilus.png 27432 +usr/share/icons/Adwaita/512x512/apps/utilities-terminal.png 27431 +usr/local/bin/tor-browser 27429 +usr/local/lib/tails-shell-library/tor-browser.sh 27428 +etc/tor-browser/locale-profiles/en-US.js 27427 +usr/local/lib/tor-browser/firefox.real 27426 +usr/local/lib/tor-browser/dependentlibs.list 27425 +usr/local/lib/tor-browser/libnspr4.so 27424 +usr/local/lib/tor-browser/libplc4.so 27423 +usr/local/lib/tor-browser/libplds4.so 27422 +usr/local/lib/tor-browser/libmozsandbox.so 27421 +usr/local/lib/tor-browser/liblgpllibs.so 27420 +usr/local/lib/tor-browser/libnssutil3.so 27419 +usr/local/lib/tor-browser/libnss3.so 27418 +usr/local/lib/tor-browser/libsmime3.so 27417 +usr/local/lib/tor-browser/libmozsqlite3.so 27416 +usr/local/lib/tor-browser/libssl3.so 27415 +usr/local/lib/tor-browser/libmozgtk.so 27414 +usr/local/lib/tor-browser/libxul.so 27413 +usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.3.4 27412 +usr/lib/x86_64-linux-gnu/libXt.so.6.0.0 27411 +usr/lib/x86_64-linux-gnu/dri/i915_dri.so 27410 +usr/lib/x86_64-linux-gnu/dri/swrast_dri.so 27409 +usr/lib/x86_64-linux-gnu/libLLVM-7.so.1 27408 +usr/lib/x86_64-linux-gnu/libsensors.so.5.0.0 27407 +usr/lib/x86_64-linux-gnu/libelf-0.176.so 27406 +usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0 27405 +usr/lib/x86_64-linux-gnu/libedit.so.2.0.59 27404 +usr/local/lib/tor-browser/TorBrowser/Data/Browser/profiles.ini 27403 +usr/local/lib/tor-browser/omni.ja 27402 +usr/local/lib/tor-browser/browser/omni.ja 27401 +usr/local/lib/tor-browser/defaults/pref/channel-prefs.js 27400 +etc/ld.so.conf 27399 +etc/ld.so.conf.d/libc.conf 27398 +etc/ld.so.conf.d/x86_64-linux-gnu.conf 27397 +usr/bin/lsb_release 27396 +usr/local/share/tor-browser-extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi 27395 +usr/local/lib/tor-browser/libsoftokn3.so 27394 +usr/local/lib/tor-browser/libfreeblpriv3.so 27393 +usr/local/lib/tor-browser/libnssckbi.so 27392 +usr/local/lib/tor-browser/browser/blocklist.xml 27391 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/manifest.json 27390 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/en/messages.json 27389 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ar/messages.json 27388 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/az/messages.json 27387 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/bg/messages.json 27386 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/bn/messages.json 27385 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/bs/messages.json 27384 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ca/messages.json 27383 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/cs/messages.json 27382 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/cv/messages.json 27381 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/da/messages.json 27380 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/de/messages.json 27379 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/el/messages.json 27378 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/en_GB/messages.json 27377 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/eo/messages.json 27376 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/es/messages.json 27375 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/et/messages.json 27374 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/eu/messages.json 27373 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fa/messages.json 27372 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fi/messages.json 27371 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fil/messages.json 27370 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fr/messages.json 27369 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/fy/messages.json 27368 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/gl/messages.json 27367 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/he/messages.json 27366 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/hi/messages.json 27365 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/hr/messages.json 27364 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/hu/messages.json 27363 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/id/messages.json 27362 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/it/messages.json 27361 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ja/messages.json 27360 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ka/messages.json 27359 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/kk/messages.json 27358 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/kn/messages.json 27357 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ko/messages.json 27356 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/lt/messages.json 27355 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/lv/messages.json 27354 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ml/messages.json 27353 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/mr/messages.json 27352 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ms/messages.json 27351 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/nb/messages.json 27350 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/nl/messages.json 27349 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/pl/messages.json 27348 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/no/messages.json 27347 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/pt_BR/messages.json 27346 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/pt_PT/messages.json 27345 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ro/messages.json 27344 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ru/messages.json 27343 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sk/messages.json 27342 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sl/messages.json 27341 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sq/messages.json 27340 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sr/messages.json 27339 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/sv/messages.json 27338 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ta/messages.json 27337 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/te/messages.json 27336 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/th/messages.json 27335 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/tr/messages.json 27334 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/uk/messages.json 27333 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/ur/messages.json 27332 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/vi/messages.json 27331 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/zh_CN/messages.json 27330 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/_locales/zh_TW/messages.json 27329 +usr/local/share/tor-browser-extensions/langpack-zh-TW@firefox.mozilla.org.xpi 27328 +usr/local/share/tor-browser-extensions/langpack-zh-CN@firefox.mozilla.org.xpi 27327 +usr/local/share/tor-browser-extensions/langpack-vi@firefox.mozilla.org.xpi 27326 +usr/local/share/tor-browser-extensions/langpack-tr@firefox.mozilla.org.xpi 27325 +usr/local/share/tor-browser-extensions/langpack-sv-SE@firefox.mozilla.org.xpi 27324 +usr/local/share/tor-browser-extensions/langpack-ru@firefox.mozilla.org.xpi 27323 +usr/local/share/tor-browser-extensions/langpack-ro@firefox.mozilla.org.xpi 27322 +usr/local/share/tor-browser-extensions/langpack-pt-BR@firefox.mozilla.org.xpi 27321 +usr/local/share/tor-browser-extensions/langpack-pl@firefox.mozilla.org.xpi 27320 +usr/local/share/tor-browser-extensions/langpack-nl@firefox.mozilla.org.xpi 27319 +usr/local/share/tor-browser-extensions/langpack-nb-NO@firefox.mozilla.org.xpi 27318 +usr/local/share/tor-browser-extensions/langpack-mk@firefox.mozilla.org.xpi 27317 +usr/local/share/tor-browser-extensions/langpack-ko@firefox.mozilla.org.xpi 27316 +usr/local/share/tor-browser-extensions/langpack-ka@firefox.mozilla.org.xpi 27315 +usr/local/share/tor-browser-extensions/langpack-ja@firefox.mozilla.org.xpi 27314 +usr/local/share/tor-browser-extensions/langpack-it@firefox.mozilla.org.xpi 27313 +usr/local/share/tor-browser-extensions/langpack-is@firefox.mozilla.org.xpi 27312 +usr/local/share/tor-browser-extensions/langpack-id@firefox.mozilla.org.xpi 27311 +usr/local/share/tor-browser-extensions/langpack-hu@firefox.mozilla.org.xpi 27310 +usr/local/share/tor-browser-extensions/langpack-he@firefox.mozilla.org.xpi 27309 +usr/local/share/tor-browser-extensions/langpack-ga-IE@firefox.mozilla.org.xpi 27308 +usr/local/share/tor-browser-extensions/langpack-fr@firefox.mozilla.org.xpi 27307 +usr/local/share/tor-browser-extensions/langpack-fa@firefox.mozilla.org.xpi 27306 +usr/local/share/tor-browser-extensions/langpack-es-ES@firefox.mozilla.org.xpi 27305 +usr/local/share/tor-browser-extensions/langpack-es-AR@firefox.mozilla.org.xpi 27304 +usr/local/share/tor-browser-extensions/langpack-el@firefox.mozilla.org.xpi 27303 +usr/local/share/tor-browser-extensions/langpack-de@firefox.mozilla.org.xpi 27302 +usr/local/share/tor-browser-extensions/langpack-da@firefox.mozilla.org.xpi 27301 +usr/local/share/tor-browser-extensions/langpack-cs@firefox.mozilla.org.xpi 27300 +usr/local/share/tor-browser-extensions/langpack-ca@firefox.mozilla.org.xpi 27299 +usr/local/share/tor-browser-extensions/langpack-ar@firefox.mozilla.org.xpi 27298 +usr/local/share/tor-browser-extensions/https-everywhere-eff@eff.org.xpi 27297 +usr/local/lib/tor-browser/browser/features/onboarding@mozilla.org.xpi 27296 +usr/local/lib/tor-browser/TorBrowser/Data/fontconfig/fonts.conf 27295 +usr/local/lib/tor-browser/fonts/Arimo-Bold.ttf 27294 +usr/local/lib/tor-browser/fonts/Arimo-BoldItalic.ttf 27293 +usr/local/lib/tor-browser/fonts/Arimo-Italic.ttf 27292 +usr/local/lib/tor-browser/fonts/Arimo-Regular.ttf 27291 +usr/local/lib/tor-browser/fonts/Cousine-Regular.ttf 27290 +usr/local/lib/tor-browser/fonts/NotoEmoji-Regular.ttf 27289 +usr/local/lib/tor-browser/fonts/NotoNaskhArabic-Regular.ttf 27288 +usr/local/lib/tor-browser/fonts/NotoSansArmenian-Regular.ttf 27287 +usr/local/lib/tor-browser/fonts/NotoSansBengali-Regular.ttf 27286 +usr/local/lib/tor-browser/fonts/NotoSansBuginese-Regular.ttf 27285 +usr/local/lib/tor-browser/fonts/NotoSansCanadianAboriginal-Regular.ttf 27284 +usr/local/lib/tor-browser/fonts/NotoSansCherokee-Regular.ttf 27283 +usr/local/lib/tor-browser/fonts/NotoSansDevanagari-Regular.ttf 27282 +usr/local/lib/tor-browser/fonts/NotoSansEthiopic-Regular.ttf 27281 +usr/local/lib/tor-browser/fonts/NotoSansGeorgian-Regular.ttf 27280 +usr/local/lib/tor-browser/fonts/NotoSansGujarati-Regular.ttf 27279 +usr/local/lib/tor-browser/fonts/NotoSansGurmukhi-Regular.ttf 27278 +usr/local/lib/tor-browser/fonts/NotoSansHebrew-Regular.ttf 27277 +usr/local/lib/tor-browser/fonts/NotoSansJP-Regular.otf 27276 +usr/local/lib/tor-browser/fonts/NotoSansKR-Regular.otf 27275 +usr/local/lib/tor-browser/fonts/NotoSansKannada-Regular.ttf 27274 +usr/local/lib/tor-browser/fonts/NotoSansKhmer-Regular.ttf 27273 +usr/local/lib/tor-browser/fonts/NotoSansLao-Regular.ttf 27272 +usr/local/lib/tor-browser/fonts/NotoSansMalayalam-Regular.ttf 27271 +usr/local/lib/tor-browser/fonts/NotoSansMongolian-Regular.ttf 27270 +usr/local/lib/tor-browser/fonts/NotoSansMyanmar-Regular.ttf 27269 +usr/local/lib/tor-browser/fonts/NotoSansOriya-Regular.ttf 27268 +usr/local/lib/tor-browser/fonts/NotoSansSC-Regular.otf 27267 +usr/local/lib/tor-browser/fonts/NotoSansSinhala-Regular.ttf 27266 +usr/local/lib/tor-browser/fonts/NotoSansTC-Regular.otf 27265 +usr/local/lib/tor-browser/fonts/NotoSansTamil-Regular.ttf 27264 +usr/local/lib/tor-browser/fonts/NotoSansTelugu-Regular.ttf 27263 +usr/local/lib/tor-browser/fonts/NotoSansThaana-Regular.ttf 27262 +usr/local/lib/tor-browser/fonts/NotoSansThai-Regular.ttf 27261 +usr/local/lib/tor-browser/fonts/NotoSansTibetan-Regular.ttf 27260 +usr/local/lib/tor-browser/fonts/NotoSansYi-Regular.ttf 27259 +usr/local/lib/tor-browser/fonts/NotoSerifArmenian-Regular.ttf 27258 +usr/local/lib/tor-browser/fonts/NotoSerifKhmer-Regular.ttf 27257 +usr/local/lib/tor-browser/fonts/NotoSerifLao-Regular.ttf 27256 +usr/local/lib/tor-browser/fonts/NotoSerifThai-Regular.ttf 27255 +usr/local/lib/tor-browser/fonts/STIXMath-Regular.otf 27254 +usr/local/lib/tor-browser/fonts/Tinos-Bold.ttf 27253 +usr/local/lib/tor-browser/fonts/Tinos-BoldItalic.ttf 27252 +usr/local/lib/tor-browser/fonts/Tinos-Italic.ttf 27251 +usr/local/lib/tor-browser/fonts/Tinos-Regular.ttf 27250 +usr/local/lib/tor-browser/fonts/TwemojiMozilla.ttf 27249 +usr/lib/locale/C.UTF-8/LC_IDENTIFICATION 27248 +usr/lib/locale/C.UTF-8/LC_MEASUREMENT 27247 +usr/lib/locale/C.UTF-8/LC_TELEPHONE 27246 +usr/lib/locale/C.UTF-8/LC_ADDRESS 27245 +usr/lib/locale/C.UTF-8/LC_NAME 27244 +usr/lib/locale/C.UTF-8/LC_PAPER 27243 +usr/lib/locale/C.UTF-8/LC_MESSAGES/SYS_LC_MESSAGES 27242 +usr/lib/locale/C.UTF-8/LC_MONETARY 27241 +usr/lib/locale/C.UTF-8/LC_COLLATE 27240 +usr/lib/locale/C.UTF-8/LC_TIME 27239 +usr/lib/locale/C.UTF-8/LC_NUMERIC 27238 +etc/mime.types 27237 +usr/share/mime/application/pdf.xml 27236 +usr/local/lib/tor-browser/browser/chrome/icons/default/default16.png 27235 +usr/local/lib/tor-browser/browser/chrome/icons/default/default32.png 27234 +usr/local/lib/tor-browser/browser/chrome/icons/default/default48.png 27233 +usr/local/lib/tor-browser/browser/chrome/icons/default/default64.png 27232 +usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so 27231 +etc/onion-grater.d/onioncircuits.yml 27229 +etc/onion-grater.d/onionshare.yml 27228 +etc/onion-grater.d/tor-browser.yml 27227 +etc/onion-grater.d/tor-launcher.yml 27226 +usr/lib/python3/dist-packages/stem/response/add_onion.py 27225 +usr/lib/python3/dist-packages/stem/response/authchallenge.py 27224 +usr/lib/python3/dist-packages/stem/response/getinfo.py 27223 +usr/lib/python3/dist-packages/stem/response/getconf.py 27222 +usr/lib/python3/dist-packages/stem/response/mapaddress.py 27221 +usr/lib/python3/dist-packages/stem/response/protocolinfo.py 27220 +usr/lib/x86_64-linux-gnu/libXss.so.1.0.0 27219 +usr/share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png 27218 +usr/share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png 27217 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/img/icon_16.png 27216 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/background.html 27215 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/console.js 27214 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/lib/lz4/lz4-block-codec-any.js 27213 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/lib/punycode.js 27212 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/lib/publicsuffixlist/publicsuffixlist.js 27211 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi.js 27210 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-common.js 27209 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-background.js 27208 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-webrequest.js 27207 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/background.js 27206 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/traffic.js 27205 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/hntrie.js 27204 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/strie.js 27203 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/utils.js 27202 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/uritools.js 27201 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/lz4.js 27200 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/cachestorage.js 27199 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/assets.js 27198 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/filtering-context.js 27197 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/redirect-engine.js 27196 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/dynamic-net-filtering.js 27195 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/static-net-filtering.js 27194 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/url-net-filtering.js 27193 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/static-ext-filtering.js 27192 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/cosmetic-filtering.js 27191 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/scriptlet-filtering.js 27190 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/html-filtering.js 27189 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/hnswitches.js 27188 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/ublock.js 27187 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/messaging.js 27186 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/storage.js 27185 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/logger.js 27184 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/pagestore.js 27183 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/tab.js 27182 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/text-encode.js 27181 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/contextmenu.js 27180 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/reverselookup.js 27179 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/start.js 27178 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/commands.js 27177 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/assets.json 27176 usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/vapi-client.js 27175 usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/contentscript.js 27174 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/resources/scriptlets.js 27173 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/1x1.gif 27172 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/2x2.png 27171 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/3x2.png 27170 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/32x32.png 27169 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/empty 27168 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noeval.js 27167 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noeval-silent.js 27166 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/nobab.js 27165 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/nofab.js 27164 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop-0.1s.mp3 27163 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop-1s.mp4 27162 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop.js 27161 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop.txt 27160 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/popads.js 27159 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/popads-dummy.js 27158 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/window.open-defuser.js 27157 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt 27156 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt 27155 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt 27154 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/unbreak.txt 27153 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/resource-abuse.txt 27152 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/privacy.txt 27151 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/badware.txt 27150 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/filters.txt 27149 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/scriptlets/should-inject-contentscript.js 27148 -usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/scriptlets/subscriber.js 27147 -usr/local/bin/tails-upgrade-frontend 27146 -usr/share/perl/5.28.1/FindBin.pm 27145 -usr/lib/x86_64-linux-gnu/perl/5.28.1/lib.pm 27144 -usr/local/share/perl/5.28.1/Tails/IUK/Frontend.pm 27143 -usr/share/perl/5.28.1/Env.pm 27142 -usr/share/perl/5.28.1/Tie/Array.pm 27141 -usr/share/perl5/IPC/Run.pm 27140 -usr/share/perl5/IPC/Run/Debug.pm 27139 -usr/share/perl5/IPC/Run/IO.pm 27138 -usr/share/perl5/IPC/Run/Timer.pm 27137 -usr/share/perl5/Number/Format.pm 27136 -usr/share/perl5/Path/Tiny.pm 27135 -usr/share/perl5/String/Errf.pm 27134 -usr/share/perl5/String/Formatter.pm 27133 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Time/Piece.pm 27132 -usr/lib/x86_64-linux-gnu/perl/5.28.1/Time/Seconds.pm 27131 -usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Time/Piece/Piece.so 27130 -usr/local/share/perl/5.28.1/Tails/RunningSystem.pm 27129 -usr/share/perl5/Sys/Statistics/Linux/MemStats.pm 27128 -usr/local/share/perl/5.28.1/Tails/Constants.pm 27127 -usr/local/share/perl/5.28.1/Tails/UDisks.pm 27126 -usr/share/perl/5.28.1/File/stat.pm 27125 -usr/share/perl5/Syntax/Keyword/Junction.pm 27124 -usr/share/perl5/Syntax/Keyword/Junction/All.pm 27123 -usr/share/perl5/Syntax/Keyword/Junction/Base.pm 27122 -usr/share/perl/5.28.1/if.pm 27121 -usr/share/perl5/Syntax/Keyword/Junction/Any.pm 27120 -usr/share/perl5/Syntax/Keyword/Junction/None.pm 27119 -usr/share/perl5/Syntax/Keyword/Junction/One.pm 27118 -usr/share/perl5/Types/Path/Tiny.pm 27117 -usr/share/perl5/Type/Tiny/Intersection.pm 27116 -usr/lib/x86_64-linux-gnu/perl5/5.28/Unix/Mknod.pm 27115 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Unix/Mknod/Mknod.so 27114 -usr/local/share/perl/5.28.1/Tails/Role/HasDBus/System.pm 27113 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/ASyncReply.pm 27112 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Annotation.pm 27111 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Test/MockConnection.pm 27110 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Error.pm 27109 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Test/MockMessage.pm 27108 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Test/MockIterator.pm 27107 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/Binding/Value.pm 27106 -usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/GLib.pm 27105 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Net/DBus/GLib/GLib.so 27104 -usr/local/share/perl/5.28.1/Tails.pm 27103 -usr/local/share/perl/5.28.1/Tails/Role/HasEncoding.pm 27102 -usr/local/share/perl/5.28.1/Tails/Role/HasCodeset.pm 27101 -usr/share/perl5/Type/Tiny/Union.pm 27100 -usr/local/share/perl/5.28.1/Tails/Role/DisplayError/Gtk3.pm 27099 -usr/local/share/perl/5.28.1/Tails/IUK/UpgradeDescriptionFile.pm 27098 -usr/share/perl5/Dpkg/Version.pm 27097 -usr/share/perl5/Dpkg/Gettext.pm 27096 -usr/share/perl/5.28.1/feature.pm 27095 -usr/share/perl5/Dpkg/ErrorHandling.pm 27094 -usr/share/perl5/Dpkg.pm 27093 -usr/share/perl5/YAML/Any.pm 27092 -usr/lib/x86_64-linux-gnu/perl5/5.28/YAML/XS.pm 27091 -usr/lib/x86_64-linux-gnu/perl5/5.28/YAML/XS/LibYAML.pm 27090 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/YAML/XS/LibYAML/LibYAML.so 27089 -usr/local/share/perl/5.28.1/Tails/IUK/Utils.pm 27088 -usr/lib/x86_64-linux-gnu/perl5/5.28/Filesys/Df.pm 27087 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Filesys/Df/Df.so 27086 -usr/local/share/perl/5.28.1/Tails/MirrorPool.pm 27085 -usr/share/perl5/MooX/Options.pm 27084 -usr/share/perl5/MooX/Options/Role.pm 27083 -usr/share/perl5/MooX/Options/Descriptive.pm 27082 -usr/share/perl5/MooX/Options/Descriptive/Usage.pm 27081 -usr/lib/x86_64-linux-gnu/perl5/5.28/Text/LineFold.pm 27080 -usr/share/perl5/MIME/Charset.pm 27079 -usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/LineBreak.pm 27078 -usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/GCString.pm 27077 -usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/LineBreak/Constants.pm 27076 -usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Unicode/LineBreak/LineBreak.so 27075 -usr/lib/x86_64-linux-gnu/libsombok.so.3.1.7 27074 -usr/share/perl5/MooX/Locale/Passthrough.pm 27073 -usr/local/bin/tails-iuk-get-upgrade-description-file 27072 -usr/local/share/perl/5.28.1/Tails/IUK/UpgradeDescriptionFile/Download.pm 27071 -usr/local/lib/tor-browser/libmozavutil.so 27069 -usr/local/lib/tor-browser/libmozavcodec.so 27068 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat 27173 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/resources/scriptlets.js 27172 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/1x1.gif 27171 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/2x2.png 27170 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/3x2.png 27169 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/32x32.png 27168 +usr/lib/ibus/ibus-engine-libpinyin 27167 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/empty 27166 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noeval.js 27165 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noeval-silent.js 27164 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/nobab.js 27163 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/nofab.js 27162 +usr/lib/x86_64-linux-gnu/libpinyin.so.13.0.0 27161 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop-0.1s.mp3 27160 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop-1s.mp4 27159 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop.js 27158 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/noop.txt 27157 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/popads.js 27156 +usr/lib/ibus/ibus-engine-hangul 27155 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/popads-dummy.js 27154 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/web_accessible_resources/window.open-defuser.js 27153 +usr/lib/x86_64-linux-gnu/libhangul.so.1.0.0 27152 +usr/lib/ibus/ibus-engine-chewing 27151 +usr/lib/x86_64-linux-gnu/libchewing.so.3.3.1 27150 +usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.32 27149 +usr/share/libhangul/hanja/hanja.txt 27148 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt 27147 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt 27146 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt 27145 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/unbreak.txt 27144 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/resource-abuse.txt 27143 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/privacy.txt 27142 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/badware.txt 27141 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/assets/ublock/filters.txt 27140 +usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.32 27139 +usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libgail.so 27138 +usr/lib/x86_64-linux-gnu/libgailutil.so.18.0.1 27137 +usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libatk-bridge.so 27136 +usr/share/themes/Adwaita/gtk-2.0/gtkrc 27135 +usr/share/themes/Adwaita/gtk-2.0/main.rc 27134 +usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libadwaita.so 27133 +usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so 27132 +usr/share/themes/Adwaita/gtk-2.0/apps.rc 27131 +usr/share/themes/Adwaita/gtk-2.0/hacks.rc 27130 +usr/share/themes/Default/gtk-2.0-key/gtkrc 27129 +usr/share/ibus-hangul/data/symbol.txt 27128 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/scriptlets/should-inject-contentscript.js 27127 +usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/uBlock0@raymondhill.net/js/scriptlets/subscriber.js 27126 +usr/local/bin/tails-upgrade-frontend 27125 +usr/share/perl/5.28.1/FindBin.pm 27124 +usr/lib/x86_64-linux-gnu/perl/5.28.1/lib.pm 27123 +usr/local/share/perl/5.28.1/Tails/IUK/Frontend.pm 27122 +usr/share/perl/5.28.1/Env.pm 27121 +usr/share/perl/5.28.1/Tie/Array.pm 27120 +usr/share/perl5/IPC/Run.pm 27119 +usr/share/perl5/IPC/Run/Debug.pm 27118 +usr/share/perl5/IPC/Run/IO.pm 27117 +usr/share/perl5/IPC/Run/Timer.pm 27116 +usr/share/perl5/Number/Format.pm 27115 +usr/share/perl5/Path/Tiny.pm 27114 +usr/share/perl5/String/Errf.pm 27113 +usr/share/perl5/String/Formatter.pm 27112 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Time/Piece.pm 27111 +usr/lib/x86_64-linux-gnu/perl/5.28.1/Time/Seconds.pm 27110 +usr/lib/x86_64-linux-gnu/perl/5.28.1/auto/Time/Piece/Piece.so 27109 +usr/local/share/perl/5.28.1/Tails/RunningSystem.pm 27108 +usr/share/perl5/Sys/Statistics/Linux/MemStats.pm 27107 +usr/local/share/perl/5.28.1/Tails/Constants.pm 27106 +usr/share/perl5/MooX/late.pm 27105 +usr/local/share/perl/5.28.1/Tails/UDisks.pm 27104 +usr/share/perl/5.28.1/File/stat.pm 27103 +usr/share/perl5/Syntax/Keyword/Junction.pm 27102 +usr/share/perl5/Syntax/Keyword/Junction/All.pm 27101 +usr/share/perl5/Syntax/Keyword/Junction/Base.pm 27100 +usr/share/perl/5.28.1/if.pm 27099 +usr/share/perl5/Syntax/Keyword/Junction/Any.pm 27098 +usr/share/perl5/Syntax/Keyword/Junction/None.pm 27097 +usr/share/perl5/Syntax/Keyword/Junction/One.pm 27096 +usr/share/perl5/Types/Path/Tiny.pm 27095 +usr/share/perl5/Type/Tiny/Intersection.pm 27094 +usr/lib/x86_64-linux-gnu/perl5/5.28/Unix/Mknod.pm 27093 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Unix/Mknod/Mknod.so 27092 +usr/local/share/perl/5.28.1/Tails/Role/HasDBus/System.pm 27091 +usr/lib/x86_64-linux-gnu/perl5/5.28/Net/DBus/GLib.pm 27090 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Net/DBus/GLib/GLib.so 27089 +usr/local/share/perl/5.28.1/Tails.pm 27088 +usr/local/share/perl/5.28.1/Tails/Role/HasEncoding.pm 27087 +usr/local/share/perl/5.28.1/Tails/Role/HasCodeset.pm 27086 +usr/share/perl5/Type/Tiny/Union.pm 27085 +usr/local/share/perl/5.28.1/Tails/Role/DisplayError/Gtk3.pm 27084 +usr/local/share/perl/5.28.1/Tails/IUK/UpgradeDescriptionFile.pm 27083 +usr/share/perl5/Dpkg/Version.pm 27082 +usr/share/perl5/Dpkg/Gettext.pm 27081 +usr/share/perl/5.28.1/feature.pm 27080 +usr/share/perl5/Dpkg/ErrorHandling.pm 27079 +usr/share/perl5/Dpkg.pm 27078 +usr/share/perl5/YAML/Any.pm 27077 +usr/lib/x86_64-linux-gnu/perl5/5.28/YAML/XS.pm 27076 +usr/lib/x86_64-linux-gnu/perl5/5.28/YAML/XS/LibYAML.pm 27075 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/YAML/XS/LibYAML/LibYAML.so 27074 +usr/local/share/perl/5.28.1/Tails/IUK/Utils.pm 27073 +usr/lib/x86_64-linux-gnu/perl5/5.28/Filesys/Df.pm 27072 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Filesys/Df/Df.so 27071 +usr/local/share/perl/5.28.1/Tails/MirrorPool.pm 27070 +usr/share/perl5/MooX/Options.pm 27069 +usr/share/perl5/MooX/Options/Role.pm 27068 +usr/share/perl5/MooX/Options/Descriptive.pm 27067 +usr/share/perl5/MooX/Options/Descriptive/Usage.pm 27066 +usr/lib/x86_64-linux-gnu/perl5/5.28/Text/LineFold.pm 27065 +usr/share/perl5/MIME/Charset.pm 27064 +usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/LineBreak.pm 27063 +usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/GCString.pm 27062 +usr/lib/x86_64-linux-gnu/perl5/5.28/Unicode/LineBreak/Constants.pm 27061 +usr/lib/x86_64-linux-gnu/perl5/5.28/auto/Unicode/LineBreak/LineBreak.so 27060 +usr/lib/x86_64-linux-gnu/libsombok.so.3.1.7 27059 +usr/share/perl5/MooX/Locale/Passthrough.pm 27058 +usr/local/bin/tails-iuk-get-upgrade-description-file 27057 +usr/local/share/perl/5.28.1/Tails/IUK/UpgradeDescriptionFile/Download.pm 27056 +usr/local/lib/tor-browser/libmozavutil.so 27054 +usr/local/lib/tor-browser/libmozavcodec.so 27053 -- GitLab From 964bbefc8827220d4d3eea409a2d7556b488a9bf Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Mon, 6 Apr 2020 21:51:06 +0200 Subject: [PATCH 50/72] Mark Tails 4.5 as released. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98fdf2e855c..b45c25dbd84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -tails (4.5) UNRELEASED; urgency=medium +tails (4.5) unstable; urgency=medium * Security fixes - Upgrade Tor Browser to 9.0.9-build1 (Closes: #17594). - Upgrade BlueZ to 5.50-1.2~deb10u1 (DSA-4647). - Upgrade GnuTLS to 3.6.7-4+deb10u3 (DSA-4652). - -- Tails developers <tails@boum.org> Mon, 06 Apr 2020 19:10:51 +0200 + -- Tails developers <tails@boum.org> Mon, 06 Apr 2020 21:51:05 +0200 tails (4.5~rc1) unstable; urgency=medium -- GitLab From d11394bbb1605029dc5f8027f611a68d37e26ffc Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Mon, 6 Apr 2020 22:29:48 +0000 Subject: [PATCH 51/72] Put warning before introductory sentence --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 1a5b9537995..76e0f7c3f67 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -136,15 +136,15 @@ manufacturer to learn how to edit the BIOS settings:</p> </ul> </div> -<p>In the BIOS settings, try to apply the following changes. Some changes might not -apply to certain computer models.</p> - <div class="caution"> <p>Take note of the changes that you apply to the BIOS settings. That way, you can revert the changes if they prevent the computer from starting on its usual operating system.</p> </div> +<p>In the BIOS settings, try to apply the following changes. Some changes might not +apply to certain computer models.</p> + <ul> <li> <p>There might be an option in your BIOS to enable the Boot Menu key. Make -- GitLab From 60529bd7ef109d779a140bc3faeb4dabf1158ad4 Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Mon, 6 Apr 2020 22:30:51 +0000 Subject: [PATCH 52/72] Add another possible tweaks (#17492#note-10) --- .../src/install/inc/steps/pc_boot_menu.inline.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 76e0f7c3f67..2249e11d8de 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -163,6 +163,20 @@ apply to certain computer models.</p> <li> <p>Disable <strong>Fast boot</strong>.</p> </li> + + <li> + <p>Enable <strong>CSM boot</strong>.</p> + </li> + + <li> + <p>Enable <strong>Legacy boot</strong> in addition to UEFI. + The computer might not start anymore on its regular operating system + if you disable UEFI completely or if you only enable Legacy boot.</p> + </li> + + <li> + <p>Try to upgrade the BIOS. To do so, refer to the support website of + the computer manufacturer.</p></li> </ul> <div class="bug" id="report"> -- GitLab From 2f062137d6d21b6b8a15a6480e18c3a5bae3fa8d Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Mon, 6 Apr 2020 22:35:14 +0000 Subject: [PATCH 53/72] Shorten this section I'm quite worried about the length of this section and people having a hard time jumping it if they are not advanced users. Removing this list makes it both shorter and maybe a bit harder for people to shoot themselves in the foot. --- .../inc/steps/pc_boot_menu.inline.html | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) 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 2249e11d8de..58863346764 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -118,23 +118,8 @@ in our [[list of known issues|support/known_issues]].</p> <p>If none of the possible Boot Menu keys from the previous technique work, or if the USB stick does not appear in the Boot Menu, you might need to edit your BIOS -settings.</p> - -<div class="tip"> -<p>Search for the user manual of the computer on the website of its -manufacturer to learn how to edit the BIOS settings:</p> -<ul> - <li><a href="http://us.acer.com/ac/en/US/content/drivers">Acer</a></li> - <li><a href="https://www.asus.com/us/support/">Asus</a></li> - <li><a href="https://www.dell.com/support/home/us/en/19/Products/">Dell</a></li> - <li><a href="https://www.fujitsu.com/global/support/products/software/manual/">Fujitsu</a></li> - <li><a href="https://support.hp.com/us-en/products/">HP</a></li> - <li><a href="http://support.lenovo.com/us/en/">Lenovo</a></li> - <li><a href="http://www.samsung.com/us/support/downloads">Samsung</a></li> - <li><a href="http://esupport.sony.com/US">Sony</a></li> - <li><a href="http://support.toshiba.com/support/products?cat=Computers">Toshiba</a></li> -</ul> -</div> +settings. To learn how to edit the BIOS settings, search for the user manual of +the computer on the support website of the manufacturer</p> <div class="caution"> <p>Take note of the changes that you apply to the BIOS settings. That way, you -- GitLab From ef16fe05758f097a9fb32bff4531ce833fd52423 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 01:29:33 +0200 Subject: [PATCH 54/72] Update upgrade-description files. --- .../v2/Tails/4.0/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.0/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../Tails/4.0~beta1/amd64/stable/upgrades.yml | 16 ++++++------ .../4.0~beta1/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../Tails/4.0~beta2/amd64/stable/upgrades.yml | 16 ++++++------ .../4.0~beta2/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../Tails/4.0~rc1/amd64/stable/upgrades.yml | 16 ++++++------ .../4.0~rc1/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.1.1/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.1.1/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.1/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.1/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../Tails/4.11~rc1/amd64/alpha/upgrades.yml | 5 ++++ .../4.11~rc1/amd64/alpha/upgrades.yml.pgp | 16 ++++++++++++ .../Tails/4.11~rc1/amd64/stable/upgrades.yml | 5 ++++ .../4.11~rc1/amd64/stable/upgrades.yml.pgp | 16 ++++++++++++ .../v2/Tails/4.2.2/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.2.2/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.2/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.2/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.3/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.3/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.4.1/amd64/stable/upgrades.yml | 15 +++++++++++ .../Tails/4.4.1/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.4/amd64/stable/upgrades.yml | 16 ++++++------ .../Tails/4.4/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.5.1/amd64/alpha/upgrades.yml | 5 ++++ .../Tails/4.5.1/amd64/alpha/upgrades.yml.pgp | 16 ++++++++++++ .../v2/Tails/4.5.1/amd64/stable/upgrades.yml | 5 ++++ .../Tails/4.5.1/amd64/stable/upgrades.yml.pgp | 16 ++++++++++++ .../Tails/4.5~rc1/amd64/stable/upgrades.yml | 15 +++++++++++ .../4.5~rc1/amd64/stable/upgrades.yml.pgp | 26 +++++++++---------- 32 files changed, 350 insertions(+), 236 deletions(-) create mode 100644 wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml create mode 100644 wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml.pgp create mode 100644 wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml create mode 100644 wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml.pgp create mode 100644 wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml create mode 100644 wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml.pgp create mode 100644 wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml create mode 100644 wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml.pgp diff --git a/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml index 067634884bc..5f575012f52 100644 --- a/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: '4.0' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: cdc49f28ef5365276d34a2db8ee6568602e5ea9fa3e579a85da062fee3a40abd - size: 413917184 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0_to_4.4.1.iuk + - sha256: 3d6049c3e3f532bff8ae6497a8f9b41504d4a3ba2f5fc3b6132a1c96df4c0d3e + size: 437112832 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml.pgp index 9ed087740c3..d6fba3c99d6 100644 --- a/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cPUACgkQqLD05Fsb -UOIk+BAAvvu1Cg/kdPa21A0UAzU+9UBhHcWCrFcx600HNKJr6toCGIbgY3VObHyN -eGy5MQ1WMWlH15B/0MpRk8LLlawNSEpfqR1JYvQjXRVeYUfBfeIiQjkWaQJHNXUG -Sdivaz0xKFU7mXaaS7gkBIeoIMBDg4ZW8/o83C/zXclIzfm6tmpHuQb3ryeLOGfE -5GXmOBgkDeht1XK61MgxqtGY7GJHm2W6j0lLLIguIhZUJzxBJOHmCprDR828d5Gs -0XIjcDTGLPU7kvU9xDagiiKuRFbvLc7mBTQatmkwHBbF616Qw4S9u4JQle1IjqIo -/s63L7Klgtr2xdcdCSuHvJXtPAlHOLQ8WyB4/Zfbb4vr2xUOqN8iI8FWSC5FZjCu -DieU/7gB9bhEkc+B3yzS66dUd4s47SdzD5siqoZb8EMtKQWIW319rjiRkSdjJ0vS -xbMJpghNnI4KKaOQwDKfWMEHNeh9Z+Z8WnwZSeZbF6rb7GHvYXey8Q5nnD5C+N0y -s4e1fInEK4sP7c6WrTCg0GoYVsVhtbNSSXB241RGZZKijvs39y06oanHiS3vITOe -cy/uRwoD0J7/2dpqNb8f9w6DvvIQ2L20maNrcAyGtj+7rjTFxVeSq4biKkMXC+u9 -WL+A59rGaMRmSxYhyxWiTrrB3KjU+fd6nvovjvds6lkJJdP8aBA= -=BCYI +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuuMACgkQqLD05Fsb +UOKfNhAArIBhCuz3LQbYtmc8cg3FSn/sB2eBPs5O5smxG/tEV9Jxbc2Wyj8kjSeN +G52zVDS5kBweaLEweFS/Mo6ZJViiGeac+OiilEcc5mdIAJHvYo8Ay5VcBiyVroMF +xJRRh10X3s14pjJt8NKUKzNbYZlbL57Jo5I86wW6opsXyp7mMmyovxt0bWC9CxeE +62PtG2YhR6qZlNFW9Fj/KiOQmHCvSxdCcpsecxaPuleVBpywnr/Crf9epJYbgsEg +awLOxDMhDEEzk33obSijnDNGI2e8N6qjSWlUFDj9cgqFKjP8ghufb1YqjMNUJ37I +2NeyL5wn0IH8/5KS3XehXEzJcfUVWtIDqocFZQK9yOAPuN2SBGm55GTFT69MQjiL +i+HGZJWeh/tDLXTOLCzI3S23grc32e/3FjYHWYmCbxH9EDq26FPEqghNnFuFQ4Pm +s9M/dA7aCS0XgaY6VeHMpzh1FniArKkXwtZIXVZ6kTNfvGhvnH+EKhNx4GjvvWL5 +ihNFryJeVZV9CvF4xBA0EaTEDnPPgEuQd7ORIpflLoGp8l3v4rsPpNwlaa3Ah9Zb +125Ko4sLG14WpbyMwfGNRl0/Ncauyfd5SPUH3PtYJd//8bUobP20dWLIGcaRH92H ++3thWL5hcSPNvs3rHhjIfDoZKr8WTPUppP0gipBj85HWoHZXUBw= +=UVBw -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml index bca2d4a5181..f51abdf1a77 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: 4.0~beta1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: b7beaa6bea654d801de583284e7ff9ce63e4da5fb8abae0fe6a06e7fb4436a09 - size: 507006976 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~beta1_to_4.4.1.iuk + - sha256: c0a083dd88f2de81af411e4528579710fb89ae3404426f7e8c1eb7dcb1e1856f + size: 530288640 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~beta1_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml.pgp index cb9a73e2505..622e98468dd 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cQMACgkQqLD05Fsb -UOKLwQ/9HHia4JxQ7Tf4s25fCH5574egNw7PiLW/f5IYtip+NcnQTiGFaQ7fsQ2/ -ho8BLBr11UwNn55nuREyoQsL7a+c22eWAtxqNzZVcfcE/8nrt8ks+hbmEUj3o61+ -Omm+gq8V0ELmTLU/jt+p6SsBMHOpv+TH+pQYN0lljb2hBqlV9TIUhEydPqOHODQb -/pRQO90dgoAYX+GfKVmLAkqRARnvVIlg05V6J/sLjqbJOV5K1bgDTDlBH3HaV5Pj -7A+bDhSjUgnE1uuNKAOhNhtSmeHb+XVODFITNpG/LE2OZWGMlWSt5/T5a3gt/xZr -/h4Dt4enxom/RjjjLz9XXwONLTKKKTZYTwQJ6ENaW6pEK5u3Vq+MVXAP11seViN0 -hGM+ko/gtiMCmp1PkvFUS3W3IuY4tgg3M+7Sh7e94X4RLOiAgEps1iY0sZ/5eTsj -tnpQDsWUlTHxNGh6iWPSTmBMYtfvgdBF//x9mUi2az+MKEbtGn0MLTXfiko6sLdQ -pjwXH6xHIPSRv+sDIj+F4amSwtATT4eufkNxXWp/aOSbj0wLfPjUNyZs4OZXPW3S -i2ELlT6SO71nXE3PG2gzpx84DyeikFG/6OcDPMjyURCDIQdAU3YruYnDWud++0IW -/YwIChcqP214MScvrdgDLTGk6DKa+7ytx4PuwidsmwNsCwZHem0= -=pJnh +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuvYACgkQqLD05Fsb +UOJ08Q/+PyOV4xLs/aOJQ1vocIWLLUyAI2JM7buI6o54NZITB+ZeskPmCfXvmesO +VOtZQVq9Cm/bDaT8jzeDUEdjvzhuiQf0WaJ3W7dFhuNTlEUTrBgseG4c827pBdID +HeKS4e3qBfy2pFK5RNKNf0rOb/QX3sY7fBPOIodPdlprTdz6j0MywfIX/0MCwDon +uoqgHypuvp6OtAOrWk3DWoDGoARxisNuuZyYfDYf3CT6/RslIhZ4Es7Pskz5q8PF +QF/f/saPrKSxibrYFUERGmbwsvfh8du7kCn9/Ws+MzchIrWXi5rFmUMRIQUxGH5X +ERovllfMO9Ezw+nbxaMweHeP8We9SEbqE0EX2otfxjeN72AOrWThxOTYeBPP86tt +dRrAa/4qjKyfhBQI7s72eCbLviWIBgM79SKi6iV6TAY8LDrPsuLHWovh7KQB+vr/ +K/w7t2LztvRHW0yCbdijvLKt7QorCoqpsL7SZHufwXwVMq2s0AqyRbpQcYwkcq4R +N/E91IGYFM4V/iF0ZUFgS4E7s8B3qxe/7Oxd+/qTgq8Jckjj1BX6N8cVLMomGbYk +Mc5UW2v4puSiYtr3Gto2UzYwVnYa7DWd7RsFfWkIT63ukKur3PzzMvqEPYKrHJc2 +yjmwcb+wIOBh8E9Sj/qY9gEgBJTECgJK+0ySxQg4PrDeFqbZNs4= +=mcG3 -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml index fa227abe169..6d63a66ecbc 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: 4.0~beta2 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: d3f4e0e39e38b171a6f6591564d202fe5565dbece4166a341ac22e6b4c2c374d - size: 453931008 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~beta2_to_4.4.1.iuk + - sha256: 3da61d4b5d6027b99fe0a07b7341591ec504050e26b45380b6f78d982a9f35c9 + size: 476917760 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~beta2_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml.pgp index d0e4ec294b7..a220ea973b6 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cQsACgkQqLD05Fsb -UOIL/g/8CqLFoIu7NMKEk4qoTh2fohO3oW0fS9wN1hqG4WMfjL08iimRwtmQVciR -X1HKPhpclBr6dSj0F0c6E9HbkbKCUTbPrWbcWTYYbh2UoL9mSxGStRvICUBubZ13 -Hyuu4meLh8qod5LZLbsJsfP5oGH3GVk5QmVUSHdOv81mFpX5piwJu97kb7goC6tR -INZQOSLDyFt3jYMlCmzSpFo67LfknaCyiGpRmqwNC2fRw37+/CpEo+b8C3kNbkp8 -2mUsh1yqfnkN2Kh6MLAhuXTqJED+9Odcp1rss4ALSWxdtnT+OgJYH7763EGieUh/ -lInw50OFq79x4gtvLR+RntCAMthN4b2IA2SUKoOy00OxOIZWqqz4Re8REVvZ+vs2 -cNriADZegpMFYp2g+CkrpXEGn19uDiEy9YgjRfNwMINRDnFFb8suOhtvGLBlsimZ -xwWfFSXG3/G4m2InL0kHwkeMTNftFaoN0zYzaHBElEuMA9f/YnE7ECYMPRw5XB4m -TRnN0ZOohOwwuF3r0sXgfkStAzqO0NGXhoud3wjha4KyuvaBj9LZ072ezZeJvPBV -o+w7Pz5YRC2GSC3iFwXNxJrCrgNdxUxDA0UIdREjcLWUTzXS8a4po8FFWdhL5qRF -BDFI3zKN0/6yBmZ/4w69ZXvHThuxrv01UgANgY9PkU3vB8GEx7o= -=wY79 +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuvwACgkQqLD05Fsb +UOIgfA//S3iL/sWHJd74IyjeSCvKmgGi4MULDQuu37HzXds/CWd9HSUbtCq/gOZi +/t26/3RXY47XYccxajX6uAiwnENlVFaRYwoLOHcBfTcNLOx+JbczQ1NzrxhNr0KB +lvTuqjI1NU9fof64TmtHNneuMj/ImkFqGI8/GlCFjHZDC4+BCoSY0KXvcLTw3LYQ +ob3CAOiksq+8Ne0+iEh3GIvOrDq6V6GK3ugW200XMBhmLTXoxwTN9qzY4tXhaoVK +0scV2A3d4GPrDuB0Af/9cH5niRCSCj5N8lfW2LnloVtZj9IXCglTR7Uv2JsAx35A +/VKOwcLX9Jy6VV+b3gvN1bJQVoYp+gdQIV2e+GAurOJt4Zh0iZzva9Y/qb6RdNaI +3K0fvx5CH69jEYqN+bd1yDdJCiMmYhJS7GiFZInFxRFAwF4/Vh/1ohuXxjhR/Tl/ +kKGtGTs1ug+WC/MokJs0g371UzX4vvFnVzXnX8aaOrw77Qu6XQxOhVhsSsDw9meP +inwF9A13BrYcm+KDbYIhv5VX0OT65JZKsZBTKsXybPUy4GgJv36rPEQEPyhWdkzz +rfDC05ZL0yrBZNyzYbTCPSD+ctqish4hkcjWDDuwRFB8u6m2MtOVA5AI9dicq7bu +fdN64eqAN3PigFHfTU4u5VrSLrUofmGbmQfS/foZ7Psa0JuRtNA= +=cn6Q -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml index a8a79094818..ac1941dac88 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: 4.0~rc1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: dfbc0cdfd8998461cc6e06adb5d315aeaa488b733e7f08156fa0c5701bb9347e - size: 421769216 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~rc1_to_4.4.1.iuk + - sha256: 965fa91195c811cdf016454cf9d6ed99aed778685343da026184372887361437 + size: 444751872 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~rc1_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml.pgp index f20ef1ce045..4d6d6a0828d 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cREACgkQqLD05Fsb -UOLyTQ/8CU++9MNTufvnV5bJE/qvUXrPmJety7/jCKWxOH3IRictJcG3YmaDq+M2 -vlMipxHc5CYzQIpVe4yFEkOKDOl0md+d0Fz0rAObklmhWh/W0aRCygD14gF9TKoX -g1XzE5pF8JvLE4B3F5bKsTWMUo9TjkwqVZrxEA2+P15eZPaUL2gBDQV57P5oB1NV -DW6KNoRalRVqXoCMbPdxT3ITldRNhlR8iuRbkHiTpmE2bcBMEEc3V5z5ygVGQ3RR -Q+4LUqK69Q/PNGaVoqcEgUywV52cxBPQjS1VwkuqIJ+xKnAzVMetV2RmSjS+9xwh -tCmth0IU9gXnQ5cBy7wDZALGLKX8BMetHZQBbZB/pU9EN3s/P7qGARK5F0aq8jXv -f6iwOF9AVZmeK9poLA5PEqHNI/E35b+tLX1jURREHINgFirAatI69EgBn7jWdrU9 -CtMwjTfxQTdzpyLQyOmMhX1Noa7/6zAB9wPT3/p4V81o/FntjJbytfg4VKsEPo96 -RpVsaULSTO5E1ofTpVfQJa/iKFOQy2mofQ7/lKDsjZndJewwggOTSDq6XZ5Ej4KE -KakRXnTWXL+5Ts04ffcYinByUZlyY+axqygP4MPj8nA8n0lrzibJ0d1yY+quL4IO -omclULgyZQokpQ2EsiBbN8Fp71yA/LcdMYHmlxLQ9iGMMWC9OTA= -=F06+ +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuwIACgkQqLD05Fsb +UOK0nhAAoEJKNUEwpjOlXa4D9S0CfoeHKj0jO+3jWT2Ut9VY1p9emNelCoOcg0pZ +xqRDY4s5+0Qga8c58TCAaS8mcJ+eBOqph3cpp5APshKUoF0X5OgmBOKp5kDaHB3V +THrYYLnxFSBFjy21NBx5y/bTEiHCzzY30k/yM4QFtjY99uNiVr51o6nQLytfb5j3 +L3lJgCymqBTbzTMZIOpZk4lcn9dy8enJprOCYOEDfEyLLbB6jvRgIjO55VX2I85R +ECjlhaoplg4HfQGepywI77EZHOZjlLml64UvZcRJCM63DkK94quig7WZ5iPjWbz2 +8MrRFtRh9gIoE/9GzLi8DRox2NU2Z205TreY7s/Rcl6vMwwTnihtDcU1g/u3bdNV +FF3FpbIpLTQZittiQSS3Sr83hsjvSaN/zgouKr3fAC2mdkDeLUFmmIm5H3/3gzN7 +67tULe0So+vehvIf5R5EOXWTtAfiHMtnRQ+uO18Bn+1RPMo+KJYTLCnoOr54YWhC +I81WKfs2VkVfPHsofpWd00Iy8WBTm+TNbPlfb+Hi6yZSxoe9L1/s11gGtuZn9TMA +nPTVFhSlZdTtCNleEAyMYknkQp84ZVBluk4CtfxK/fX1ZW8/ATA3v0sxiXs3ORvU +0k6ZtLAkdvqFf0JxUH88DruNql7HXLFCrhrxWnQXsMMuVDEL/D8= +=NZGn -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml index 336324df237..a2c56f0c2df 100644 --- a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: 4.1.1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: c87ad5c9ef61234134b13132fda13eac7de820ba049cc0f5b7481c61996e9f57 - size: 288874496 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.1.1_to_4.4.1.iuk + - sha256: b8fd02ae0d01a83881f041fa2a6968b7c7729d5cee0e86a878e243773e81b353 + size: 312111104 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.1.1_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml.pgp index f3a2ea46724..ff1844bb917 100644 --- a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cRcACgkQqLD05Fsb -UOJHzBAAu5VSkcJMTim3Zt9WIG+7Q/OtDQEZr4i8lIa+5ETOx0ee+sXpuqt5vEay -mKZKrqiLI/1YWKqqnPAjctkD5HyE8lb+FPMviO4S4VpQWoetf41tXNwbrz+L1z6Q -o3njKHRbvji4E/6wS3rr7QUQxif0pFKQfY99GcBL2fES1mpKeQIXhzLio9fwpgdN -w7atJWLDDhuJfWzEsHbcqS1CyfYYBgmMYWjL+QH9zCKYzfkfLpUOkyKp+AkB/RW/ -8DlNgQI1DkMMO4yCApokHurgIYRr72QcToGtEoLuSiacWSevR2xWH4tYf021ovzU -BqLHnZBOV4pewLzqfAQrrA6X/HsGU/2ldd5crQJHKQSgrw36XPCSTod48opbYUR9 -gGMjGSzWpc/iFrw9otnuhVnfdeqVhlSaaT/Ly1lumJCfVDfnM3GLvSa/s6fXguPF -uQ2jgJG72eAuuoaUYs8FzonY4spe2GNFFcsOmMRTeWYfpA5AjbPFrQdv3c3dpXOO -ZvNiYmD6GVMzfmGrCSsG8Uytqds83o6vQz3EIPqRbcg0dxBeAfC5vpiy0eVjAsae -Pdy4CUTP187q/P3OA1Arl6KHfDKiIH0WyVllAVg1YKJjcpEWoTrxQLGtNVxJRreA -ltKMBbG5OQBB/QcIX4CCew8OzmDb0bLaJTYWYLmT74qkyNVDvhw= -=UB8T +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuwgACgkQqLD05Fsb +UOLAFg//XG4j2HGyu10yrik6NY0wI1CqEk/h3/873vAlvoV4vvg7JrQA2DjD9BH2 +WlCxq+HVxPC1Broi/7r6lt8/c0wGma0lD99N6M4AMHYV2TVNoyWbGj1YbXQNAcnY +V3tyjCVFW/OFewvPsSBctHg4DMfyE61ABfzi7nTgp0ozgq3+p7RP/RunV6NvZ77h +XlW7y++M1WFh4J0G0aV8wRShr7fCKVRqrf7RsdiG4esDTQAFNQ2IIX4/SB6u9UaQ +wLwsIRKX750CofkdLagzSC0Y4ZQKQFfoz96JUmr8eMEXNgo6NlBW5Cpk3NXxOkHu +tCaYCLWNhiAsH9nDwo2ugCG2glloNgxMruoMo4vk3JEgEzK73xPM+eubxg+vJf7j +QwGnMDUzQC3FpU3+yLL4Ha+A8Xck8shMtl4gLS4rQrtyptaSzxMe1+OM3DDF6PqY +Gkq+okkrfVnvnXBOZZITLLzm4ydoJDFd4vKPNZ+YpEx3xMWZ5nDk3yHYphYEC4r6 ++7YvOpaOnA+1xNogqDw0x3DuS1IgknYDlw70JYGB/D5iyeNN1y8BFClc2b/DLaRa +w/puRdzq9kBXq5rKDGAC3rUsWm741s+ehyj6GptSVBbRzKyTq74+/T0RCfi4XlgT +FhkIjMO91Sbyl05L9eJ+hWdafHNwy6DBZUoDdmJdrDN+W9s6IBk= +=Mtae -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml index 9ccbe8af3fa..fe306530460 100644 --- a/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: '4.1' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: c20838080741ef975c328abeb8bbfb7bb571eb1295cad1b314f08bd93505b57a - size: 303878144 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.1_to_4.4.1.iuk + - sha256: 06896d000d017324c7f1f6ab585f014bb4cf463c03c0961cd5593d4346539b13 + size: 327163904 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.1_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml.pgp index f3927525a25..dd17a76e02f 100644 --- a/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.1/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cR0ACgkQqLD05Fsb -UOL9Yg/9EqqjCmb85M88LNSjI5i11IVY7M8In3M0TjOXoHY5/qzbPL3oEqX0sDTD -rY/j0VbvlbYYs9lMmiXPF0dXCWUc661MPfomKq+DEA22nM1t8qwZlqf2ENsVRd8v -F07vjsSIvrInfMEkxe/GkR1uPxXVUjqICFroELGAJnGxL2aR17p6Z2cB+GBRVKiv -22dFYCmePuzcZzC2CJTlw7hEneTeBZI14RuHR48ED/cWA9jWKIYmX4hjPPRFli1S -FVWTAp6LL6s8Sj4Ehag4zy5QTh7+32xz9MvXtGWEXYfrqBUjC1rxU17Fipiotpvc -RTDpO9PrwiqyEbwJN+YhhruSRKfbwk+Bb7MFSQnSSPOMw+XYYb7AQKiG0EaPAz3J -KE1fFV8zNx+t8BltcmWWLSgDyc6A9TvXEOU7zKLdispD8fUm2piYYhYWeK58RuGy -DCFuNND64LfSZ1UcMTYXse1hC1uKtyXspiJpp5jPI2ZkYmHWeUb86EzUKFzBFXVI -ZZAMB0GmqlQxc8w51Mc/8of2tJZxsVaVvlUsb7Ie4hTZ2tJnz4vx+Phg/l0YGOd8 -gJxXOM5nynjDt0c6cNAuD8qD3XlNAvG4Rd+m5DNiORozBrTkAg7VQEmtl/rUfsnP -jfygvDREmkNoZyTYY7jhZBAlN/1RN9Hkog9RYWJIxITh4kL3Zhk= -=/EJh +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuxkACgkQqLD05Fsb +UOKneQ//WxuAib5YKrXSxzYNSs8gEg76jOhXdffp8dysQb4EnP42cr7aRtelaDbb +rwyB/xY+EDloMe9sQt5g3xAyy5nzdZvNvk3hhNK19X/3UhVeomSU5VOO0VaGJYV6 +X9Nx6BbfwL+5cOoFuAtDKPx6XMs2P8hEyVW7NWyuvZj/uLllebi6FA9ElOANdGee +Rz/BgHe55KHx3YXb9e5UzCjR70uMFD6jBsSRHOPil03h4t4zxvXfTSBOOkHXRcb/ +LvHRhiaR5G0UuQ8Vy7qlUuX+8gN29qrA554urWug4/gGwKwmVVdnMZ0lMFIvysV+ +uMdNJvd3wRdFsB9ygL/JlgAge5vUFJK2QJE7IWf2HJyOJbcoZfWst9YbB4mcpuoQ +SE/fFhln04Qg8lQGBZAI7i9cOwjziM04mwvFJG2VsqBAE9Zmbuj2Ztn3k5+Bcqkk +1A0kzc5wPF/2yJMqLqi6eDaRIkm71u6xa5FJyKxdcaXqu+9h+vx8xYOIEuE+B1i8 +usXX2KFq+/plkrU9Ze1t/G85bfZG16bNfm9BtDWbAd2kZ+PCeCWRFiAWagZXJBMY +TgKtZDw8xIGufx9LX74ylY16MD5X5eRPvg76+3BGlldxIvmwwfblmxjsoETMvy51 +oHWa77xS5scP7ZWBApazGsSiGAcHTuAeM1kUYqUXgecY14R82Wk= +=xPRK -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml new file mode 100644 index 00000000000..e3e2b9ad944 --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml @@ -0,0 +1,5 @@ +--- +build-target: amd64 +channel: alpha +initial-install-version: 4.11~rc1 +product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml.pgp new file mode 100644 index 00000000000..1ace4eb2cb5 --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/alpha/upgrades.yml.pgp @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6Luw0ACgkQqLD05Fsb +UOKfqBAAhV5ATn7N2IwQZ0pUEYu8UwmdihmpuqxS6ZvKDHCnebJ2s4cRDNr7D6pt +/nk/yPIBrpldT7yv3RSLF2GLOct97DiqBKITdPYGEB5Sc46nJPxd+beAtnLFRpsl +bGoWpgdIMvj0ddWSMzYK5UFMzyMgug876/me8oXq4x70oP5E8umFnBkVcyG4Kxii +1ftlJNmNQnfyBoucxvkMfIH9eRp6X8eCatP2HApjdtUN/TzVMOIPu9X1CrXMEerw +/SaTaSOUXGnVzwPqhnK+xpFgqQtFrNJu/Uo7bP34sMUU8eddxKilrMMyXxGBe45c +T2DNVZxV3j0QcvYOIx75LuL4e6DE/qrecIiNNgXMxU7h4vp3fPt3JoLpaGTDwOnd +FB7FYTi0EQo5m4MoaBBVG8BDFTq2IUika6V8BhwauE6+JZE+543YVNGb8pxFofeG +k9u0N2OLLHdQ2utMEUzln0GOs4k9Ig2wv8D7y2dypHBixwt0uF7TyTw2JIsf+ODB +WnT7jJepbpwwenhSOH6T9b4Db7AZHdUbw9perwJbUELzCNQNl62HbVzZfvXyHgzw +eoCdGkWZMrEnBsowEWn1e7HO73GIqxgTrnkSHnTzVD5q+V6RAD8FmJYUlQ40B7Jg +NR+YVMPQPr7w210xkCTkomlSA7OTV50e49wmdvCnK/f+GdKRd3Y= +=F3rK +-----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml new file mode 100644 index 00000000000..f47ce2e4ff9 --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml @@ -0,0 +1,5 @@ +--- +build-target: amd64 +channel: stable +initial-install-version: 4.11~rc1 +product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml.pgp new file mode 100644 index 00000000000..e2bfa951197 --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.11~rc1/amd64/stable/upgrades.yml.pgp @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuxMACgkQqLD05Fsb +UOLrww/+Lb2B9zrgnaFQrkoGsJlFIMAfwOEss9vE/+UdwgBjT9457ttzSVc6COCY +vlL3s6uDM5fjMA/moT1xBy4jbR9qs8tgvHegHEgbw6TOKu3WzkELc/j5lY83vTY4 +Xgc2QJNauHRaDU1FscJY5dQnh8IJZvNFDa2NkToFzgrDmBnEwhbj8ie5Sazn5seX +YNVugTMHNG4OMA2WUcsViLwdK+uaMN2qibZYjPeDB9gGsgIybWShJxFNVCBqJcWm +zbcq0gzKTz15pQk9UyXY3Q2ILKzUM9EC3FAz4O1RDDds486+HGoB5XtTEZZrh0ZQ +S+f3NqBbaRwionKlIdazT1RGXbqoR6tzon2JSBusQp3ELv9/NS6aUYP1xsXJOCSa ++VlEQj1fmlRCbBqh1RFkiccf/DZIqVFa1tVWHYTDqvoi7S2uRhpA2lPe/5LZfgSH +w1wIo7xAx5q7MH+PB0BdOkJ2OGAY57ZrMslo4yjpwKS/AT4l54/rnzTI8DadqTvP +vwnN8AH3qp6IAw9u3fbWRgyPoUuXun9X7nS4izO6xDuhId7pdyCNXYYwff1t02Cu +zcwdWfhgHgSy3NmgK/fyDBh2JiLGKDlXcBLHdEClx/EZULBxYfnx4NIliylGVHVv +sYqM/PS/aaomO1GzY0h+9aereFoLETYttslUudRkxxAWLWmQInY= +=9TUP +-----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml index 10345deaff0..5d355670ddb 100644 --- a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: 4.2.2 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: c0189932628b1e9084f782008dd33e922513b2d919f807e25fef38270405584b - size: 274223104 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.2.2_to_4.4.1.iuk + - sha256: 0d201489dc2bad93a13a751e060d4b5bf606eb0a46e5c0e0d4da8708c88c0cf4 + size: 297365504 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.2.2_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml.pgp index c9abe86295a..a5e5dc0c00d 100644 --- a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cSMACgkQqLD05Fsb -UOJZfQ/+ODmfu2axP5CHmW3asrPNPIv0TYHBHT+hyJoucGH6iUu8ZoPXUTC3Huns -gldTcnrgj4lpOIY6so74lcnuWoBJTMfT55Cv7mPQ7qDz8P4yQWdBXhkAYthg5rNk -ltrlinnMTHoFtRWtpE9lxfqeV5q2F70HHMyijX5zmgMpqGDbbuFtCBcjBdjmGAPV -c6wzWE92fn9RYutaTYkUq53/JJw1+KfsB6qzWD1OyEq6VQ8FUYjsjeDMxRc2bofF -DG/IfZo+odcInNIDlQtGE23kHO0ZalcQmtSkYtB862yO5Uc0DcubVmQwBhjutZ2s -XTjjpVJsypfhFSM4U+UMId7hZ/PFZdtHDJzHLDz17N3Ntvtd/qyegk7qgND9va4U -4F2SVcY0t7vwf/UIH8vdCi1tcYJGF9D6z/a3DSfpkeIoiI/BPuBy1CZR27yObW1q -89Y/TAM3YVP3DvvSuR4JznY2ZWeHdMB+R0h25wOl4bODUPNVGorF2aUPW/QSD5VP -fZV2ekl2nkVnBZT80YM7j80HE+vcekgU6rm4EyK1yamS53Ml3pEhjSpUGvuAmO7J -ow7CB32RYcr92Rqzl57cEcXFr+/teXEvqBylIQs6qVhSebjysBwTdGMiY7BaUmSj -7AR50MlJkZ0DQPM4u7r5/VG++4yA0cB9Bu+qpueATIWHfDpis0Q= -=CIUt +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6Lux8ACgkQqLD05Fsb +UOJPgxAAhn4fRnYUxfFbRNnMOnvSx0IenlwEtLYYqWgpyObHckDXP94llqteUlCJ +AcpgDI+l6hyHB4++ETzKGdLixDUX/NweWuE9kOIUpHoUuHO/7Al6l6MW7axW+XqW +LRpc6XcgCI24IWZ0GQA4/c4NG1rEGJUpNH1rcddsFWJtqEVctYDMxynfr2oem/7A +AEtnH9pf5mgsMfXRXRLLdpmPZqmAEFSWjxH3oyd1ZkGG1gzfTOb5rY7tU8Ii4/XE +PHlAYToQ+rvXQ3FeE03sjkQOfFGNpLWVkrVWzNC0qqbN3LcepKzXu1aamKpkKGId +5VT+dBj8eAsRmITVjaZaCohNSlc+x0RkwzqGNWbqfeZI8x2xbfc/cn74T4/PYSWW +O2zJg8oxwwbd/cxy50xFrsfriFoWMbAxNqI4mdccChi3wsUEtVVXBM7tzGBJCenb +JmWmg/w0aTrbCY3++0xPcPDj8c9IEuOuN5Hi15HhW63K4BlXLujWZCJax+SrDyxs +I3CCVVakmTklHwbAUZeN0sUoJStrF4Jm7h1hw1BvR1OChf0My+mKDpFPuB2uJl9S +9Dy6eV9Mve1mn2ubBH9h6ogZMtP74K1Q1XMQ5K2Z9QYOl4gI1z5v3vq9vNRAfZHG +gIIETlccdm8YFCF4V8p9vRhmuaOIimeYXsIGCP8n1VKz4g9AeVQ= +=7u4x -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml index 12031a10367..697984dff7e 100644 --- a/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: '4.2' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: a5a96d77e88cc04958bd0e69978490d171a3c6f4efb82874d89c296edc03014a - size: 274251776 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.2_to_4.4.1.iuk + - sha256: e7b4e30b7c9fcce99a2a8b831ae7ae4d1aee00a64662f984fc6b03ccd9695be4 + size: 297390080 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.2_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml.pgp index 2a9f3eb85d6..7257be1544c 100644 --- a/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.2/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cSgACgkQqLD05Fsb -UOLEZQ//WHyL56se28isSQE1vtcNXIYWBvVA0GsMsD/XBwh7qF3D2IDXKJsekbrZ -bR7TSm1K7sUw/HjLu0z+aLH9s/+Yd0YMtvKTp7ZMn2wXb88VIc6L837Jqt/bVicp -2f1AYmfLiIGPcwqJ/9YiqcKvsIQ1apC12QEPYRl8oi4eyes+PVU9RjsugMuA6waL -6D7v2qc5QlZStqcXloVGZFC+Fvpm7huDkphchB5QhuyLh33itg+LBspd4kwh0ZGd -/jMfvTt0QZDJd676GeLMqgzp6xd8+22r9nSLZxlQ1MA9/VpwocKH+umr9ww6RuQa -3jlfDNF4Bqot8SVsjGwHlOWTKWgNaW0GmDYj9PvxJ0KaiZoCgEvV/16xzWhp4shb -Xygh5aGXZLkSSruy5sQ+ARAu1b6Y0AFmxzTQIYyJ6DHrpEr/HLleG1y0BGS74jJ2 -i3aT9E5aLElcyuSB07eErne0La/oYxooMUx4EAqdpzOMI/PbdvYNJkj5l9d9hgJd -g24Lsil/BxnGqnbNTsGK3W6k/qGudCSEdpLpbmfELMc7YH6YkxIu74I+qg3Nnc5T -6nbQrADi4tX5BzOdwmSR/f0aP04JDhTE3oD+3sfPdVZyHJaZFN/SIXDm0lxSjoL1 -G4qkajg6k84vjiisdU+Q7PYEy0M3mm+u59GngMiihET6BtvzN94= -=/DLI +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuyUACgkQqLD05Fsb +UOLwEQ/9FY2v3oF7mVeIeyA3WGBtpIHSILXJGGum4XYrAwXM2CHbzjT+toQ+ALBR +A317ZusbmpuU+zC5NQFI01Do33qq00joTHjDTlqC2VFb1kgL4KlLBxHHWpFcPKDY +f0RLWnee5iohXixm037UbcyWIHE29pSQWooxr1O6tACPHAYFbbw2+f/DhEj2rxIG +//p1bkSOiHJ2ov7Fm4zyplV4PWqpmDnJUWWOHjf0xrZ0XkmLYKhsF+J1oXpg1CB6 +3nC5vlKnXV24eNm9iwR4kbbnPF8jEQ1ffOjs5iDAhtadHrQqbMhgV8ktjlpsEgvR +tux1RVrdxSpYLyyATcX/TYW0WIb7gW4jAcLqABWi+3LDCDGrUzE8oMu3RfInjAMf +17b+EpDelltU9Pk8T5MQiRhsufxnpkH4ykV99jhtxlrx3x2GvvYb8eql8JiWZ84u +UIZNGBX25niSmk0loMCWJa6kqSBLzbbPRmbQoIEWkl7t47TR/6HQd/qrEe0S9cOl +edqcIeqa/MpLEgsIfR+xzDTrrc4laQnprJeJt4mJCL0yMuWL7KMDLf2vXtRRcgNj +MyTNXjLSt+TRLYEYTAdUgkVud9nxan4Bvmj+eXZutJKnFo7f6LR0OCHCAcLSBjHB +l0iwCs1lcNpvUh7kCYjnKLAHrp7AFSO8v9PuAhB+1ecl8INKjWc= +=ScUu -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml index 130c9a31c95..fbcae28f721 100644 --- a/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: '4.3' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 1f33d2600d89c0dbf3b4124980584920ae21f56194bc4d06ef04198bd268fe1d - size: 239644672 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.3_to_4.4.1.iuk + - sha256: 9b579d0dcb49d8d87818c3604361ad1a92f986ae397e639beaf706013a509c46 + size: 263798784 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.3_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml.pgp index 88ff0a5c8de..fd91e8ee1a8 100644 --- a/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.3/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cS4ACgkQqLD05Fsb -UOLE2g//YYlSkSAL2QgvdY9Pu+4a/OGaXjrIDCgVeBp/PSK01BoWrr8b+ZccNvOh -d1xm9/Ok2uxj9OkCybxCQxM7+xN+T665Ynh7dQEcFBrropduNyE+uL/pzDPVk8p+ -krG88VQK2/W3bf2jJfT5on/DEi13PINwGi8Jxuvj5u+BQV0p4bk73JV+0gQi5w6n -OQJazxKbD1PEc2VfAkN5Fi4tLxcWRiO33HgS3MZUXqvioqFMELWdXTOwJcDZfuJp -kmyNW2eNFM0eLxnsU6vdgRxQaXRz4nh6lvNxzUn9Vbg5p8cMBagdZrCcCNGA/XFP -URvSPgYWiwuGWyQXwVGXaUIl20b01kiDAz3w+vNsVAsLnyvKLV6MW5yTtxdHfk2w -WJmHmy+uVEYKKmzcWHOfPLxyvn6QlgqtsnFsVJLHJ8G/nmGTkS160iLecnoOe0fG -15LIQWbrikqnWc+ZHSxbtVLY381zD4fLxF+TasnuCOmCq7lLr0h+JIbCQLUqZpsm -3CfsGtdM1j2bzrR4O8547LYP30/Vve6QeQ4z/5/7Rg+lCUDphd4MNQErvYDYBWhr -bHev6bcybCeNEq5gURmEdI4iiISG9kGujDvJd5D4AoJjMQt88huLeyABEcIIenFN -h8Oty+eCsn8xY2pEO1ncJUVtOetC24xQq8TRrDvufWMU+3yiUVE= -=QBYr +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuyoACgkQqLD05Fsb +UOJ4oA/+NpW0a3xG1Wf4h5gUM3k5iZpyqTWBtdC4ghmYPdyH4CZ/Ky4p0i6cpv7L +2K0ZbDUGH8t8h8oNPL5QviEyo1yH90HVQtytC93ZfkGqhk4C92xL78Qt62jaRBWm +Ife+DCzcZ79ESdEDDW3b5DRmiO1OlCYYSz+Kjw903vRVvZuLuhtzMCcXH7UPOoSU +/1FOmhYPAgEaT0U3HIOvFGy4zIEzhRpfsnf10Jwd1ck17nQGb0ooMUN47uYD/Y6j +ZkqsWs17htJQn+uaQI+Gw9jd1THctqnqRHkKV9VIL/b/+4KVWDQrVJbC8mk91C8f +qx0Tn0xNwSv1nI3Pb0ohbhy4s2n1kiMPglNfki/FRWuv/dtloOCdzc8Dw0KQFhT1 +QZ2vWjPXriwdOKNslzISt+NqkVvKvgMyJA9xO2uvH1T4h0YXA+SSqioNx8rSu2Ml +gaKls+WbrufpS4+m9GtboO8Ld5yNesYmMszg6iBk9DOt8GE8kZQzX74qqy3EFJDr +0Z3SCGk1aMVhX4xow7bCF2XyHSS4EcZN5PCoXkIlhzQeLA++AJwbZ8cmUif/+d2d +nr0Zqd9wesreYaZI5Ef3sm3SuDNtJ3+IQVqSPEO6218P6XWbkH42XPuzpaRPxg70 +etbv+rEmBk+iTXZLkyUFkAN4bsa08u3XMvizw8VGyYX9cbpbPK4= +=ilIC -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml index dc926184a13..4c8155340ff 100644 --- a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml @@ -3,3 +3,18 @@ build-target: amd64 channel: stable initial-install-version: 4.4.1 product-name: Tails +upgrades: +- details-url: https://tails.boum.org/news/version_4.5/ + type: major + upgrade-paths: + - target-files: + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso + type: full + - target-files: + - sha256: a88d295c57e5015ad36b85ecbc3ae496fd55633c2e72169f141b571a2fac5d4a + size: 146128896 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.4.1_to_4.5.iuk + type: incremental + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml.pgp index 80c091fbbb7..e0c26473e9f 100644 --- a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl5pWMAACgkQqLD05Fsb -UOLCPRAAoApObp7TCd+wdzjwOjcmx7h2rFpipm9qxFPc+nGEQDrmLz7w7nv96BPm -KW4wDja2ltTkGlQfZ8Qm5/wDp+LtXUpKhzJiuWhXUf5cyzEh4UntM+d3/icRXLUU -58ImRiTd0lD6Q2qtP6embzBy2294VIEAoHDEf00JYNdHoyAV5KFtnCTRKyafI7wc -YRnX53LRFvh3mU3RcOBgp1L7WSkwLr1FXBTjNFT+I1SdTpZUPvWfHwFCIyxhC22V -3spWAMT4ypyxx2hwtfFdwk9NxcDQ46EdslX5MiHqjBqEpVCFJ1+932qSLVZKe2Gx -DjqEJv8vyVcI7qTsymhfV247HEixUQyIkmWxaN2v9l+gSpo6UGMPmoqJkzCmJ6Qf -qEIjEIhI6OW22rmzD3dwAmi8hJ3KWRWujPX4U7tctPn8XDsHOUYNCw2ocgEjJSQI -x/wXeL4+xP5XaQu9/jOkk+hP1LgcSpKkYeASI9IdEgNXSamI+2Pv+kt2+wUJsB3G -mNGUYgH2BHResWL14qJnhAi4uaQ+6DwtcGGSJPOGYpsv4Gi4Lz15CON3+D3gg9MJ -DxK/MNtsaGDrlu8wD2oTj3sOR5BDX/k6mFX7BhdS2+sB56VIoOEFEkJjSDSQn/aH -ywyO2kgN1y5TEGvliY7N4LjGMUP4ABqoYvDSsURMFbZggruG9eg= -=vN3+ +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuzAACgkQqLD05Fsb +UOIN0w/+IeScNSWlNMEUZO9DOIugn69ufJltbxrBOjMyO2yt6GocLcp/t3Cyiiod +PuIJ4xLCIwEmh1jZSyrYSrJF3yQdhzwnopaCw8ViDjWXfB3WUHrPmzbUji2F5yTY +4NCGXGqsslZdFi80K8VdD0/UJOjKcMctClP+CtjwGqYoNDsLeO3n5uz+bIbGIFx3 +WBsAI4DJLvvjK/i90bkiyTzks1YGHqY1PudExo8mXnE+Kdoa6UNci1SkvIMHx9Xh +XPTx8Ubp7/5ejSYIGhLX8WmNXsznYOBB687fIEv6TKmIu8uDIUihKhKj/kl6qDSJ +U5oBz1jAlYgmDvVqO/QyJKhcOSW8ohSO0k4tSd7LT58j6z0T0tkXsf3LpXtHIDfn +NLLgwIf39VSdqE+mYhsNDr5t4OQOXOnWz92rbDi6KFU72qYHMSCP+jo0LXzo1xiQ +Xd5KY8PZRGLp7aslVfryUcRZgCDlA0hjD76bRnIm1Jjdet/liIt7r357OJPCZOXa +3Dsa7ntG6QxY4vrVvidFKgJxbhYFoBtEG3NwQcDj2VpSiFg0LS5+/10RNd1m6ve6 +5TiA3qVU3404FNduhRUmNjndrwN9kO7plVBUZT96Jqe157Iix2znOOJuB8G4OMxz +0Rydh9HuFdpylBz2VlEspBE64G7NdjZX84wfBGO1PghkQdTxvUI= +=x54P -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml index 66563a370d3..5738d746743 100644 --- a/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml @@ -4,17 +4,17 @@ channel: stable initial-install-version: '4.4' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/version_4.4.1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2 - size: 1151539200 - url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 9b36795dfc902ab96fce98e982c34bc274ac9329fb7f9086a16ec33faaa0cfc6 - size: 169504768 - url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.4_to_4.4.1.iuk + - sha256: 9a91c369d926488967003aaf2d5d556d32b3941072937bc2aca4a9d54c323b00 + size: 209780736 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.4_to_4.5.iuk type: incremental - version: 4.4.1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml.pgp index 9200cf5c841..96cb2a9ac4b 100644 --- a/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.4/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cT8ACgkQqLD05Fsb -UOKrTg//RjJzkDb2Wi0+wjn8pc3cCXc5LN4wLCM+opqHsUIlplVlEXWcfx2yM+z8 -GUIseuEHcmxlm26JCvhtKCoVJSdSaHXlQFLOmly3ENca2drBnhfNh+IgFuVjpYV/ -js0aILScwlO4Xl/6mPKpJ4ctfC7zu0YRj0CuGkIKWDlFAVbjoFR7UjfM9ggP7cjU -VsO2ftcByhjZ5p37AvLeMvhS6M9XNvnJYq0EXL8mBguxHO9rI720l+4kRsDvHq5w -A+cEUuTDax+Okw0NTS0t+UytZOM93OyRAiQc7N818xRElez38NmHn1QMdz4wRhFd -gNrKaRnbEVYOQsmvjL50rxTDkA2LfuLYM9uZ6cfYR1FCejPaPGxtlaso8wfQm8Cl -bpTbERgne+8mdB645KI1knYO6vvlw9Y4iHl0yDIGz4Bzi0WCcAw8GncPbG5qDUYS -f2wvYcWTX42JOUYEyey/qf3FwE82vD49+mluJFZ8IZ0MqlPdt5ZN0JddAA52OhRd -35PlGsQ/uy6VmGWQVieH3ia4/M6PUy8SNK9N3AyWV+A9DOWA8DlF37+BDq2z5OCu -PM+yv0aiYQHcBeUrSdDitraho4lGUoIJ6VhQlfmM34YXQ+0Pim9SkRancTNC9HGE -k/1/QI/AMTPbG2vvyFqg4K1AEwk2VaJi9E5PYt5pyznC5tOPAyk= -=66yz +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuzYACgkQqLD05Fsb +UOJ89w//UgE8a79A4LiJ9zl79hVZs4gMBkKyYeB6gHXsieK+qgB+gtoVJhuXV3P7 +wiyKaWTdyM+2LMFwmf3HalgyE2GF1KJ7RpHHwuUEHxSha6p6i4gsp5xqCONEJi6t +0HGMUaNE1tib8dsxv3EOXEgmDOTeudM/dwyiFShY9tCuKOKfHXtvD5BAZoPBv/7J +UOg6EfQJkRLu6OoEC/FTYoktEcUHJ9aje/wi2gEek7zUndRJoCddALLrqgxLfpg6 ++eMyfTDhK5n3hEO0tKjRZRKXoWFYQC32roB01ib9mUmw4WBUMdg4lz7gwAc/yH0i +7SCK4pLbehjRRh1HlhwtQsPV3znjEnekuL7aTC3U2zElGs6s03chxgQ+g/P7EhTL +MdyoGtSB1DJXWhEh2uS1TwKOgJ1l12p0w0SPaikQiO9+2sSdjXVfShcr8bhGKSVh +PdV4Kj/Nm5ckv6qQOHfSE8u8ntlqpU7Jh18A62NTWubbPhCtEtfwxh1w0MMg/U5b +8wLd05WvKMXh6L9EpA6Degg6W6JpVFDo6TQjySOGzjdeVYnMo+uHAZ2dALRf80pO +CgGgZLGdOAb3Xik64VMyIAaKwwfJ3BvQomSS4nBV6uJ4V/OBZnzKhSDKVA4VVMRj +2j4mXaeoP+Mcc/D4c19P8pscfu1w9i4ITovIVVTJQ736EKNbA6g= +=cuha -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml new file mode 100644 index 00000000000..670674aff77 --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml @@ -0,0 +1,5 @@ +--- +build-target: amd64 +channel: alpha +initial-install-version: 4.5.1 +product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml.pgp new file mode 100644 index 00000000000..2120feb06eb --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/alpha/upgrades.yml.pgp @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LuzwACgkQqLD05Fsb +UOL6GBAApV98MImniG4Uf2sXZoq9hp+CU1QuwZfNXy6u8YjAiW5teT0uhiVc6OFl +n/tDyP5Zd8/+l4jQY/TiDZl7QGWlBRVf3suG/wgfmCmFncuMJaJ7kGRsk8BcQy9g +1W/477z1lnI5B2NVg+5Ps1ZzBqF8pf7uBYiGA5VdvuBwm4xRjAQvIh0C1zyw8gCp +/c/c1k0hAtuJaeXuujA9KnEqLzMjtf+qqfI7KeZTxWbFiMdHZqvjJovVzcMcti4Z +ez2q4nkxaDSP2XGkaxNVBlDjqKe1NC9bNFdDktdXsgpC45C5/82S1TxPW/cjivLg +U9sru1xgZtHJ1oqHJDH3rc3S/h/FiB2LvxVL0yDe5g7Av0S5/cp3oGTX60rmQlRp +Kl7yADDWvboFw2KXSht88MVh/wF5Xgmuvj+LR6x/vV+NzY41kLMGnH4hGw7qEGdQ +I5vHaZC/5c1a1W6GSnnNtcl0BTVe72ypoqxVy8HXNSCMj5t6YoheSuqtW5gfTsl0 +TALO9pv+pPeilKzRHzv2LU0hK01YFvFLXNCnQL9Ejz5vSdhCmIsDXKMXJ8sBGhFa +TwTLKzAVKbFefD+/uhyOQWI2Yu4fRIxn+6VEe+eAxdhioTNH2rcX6Wxf9EQdCAp4 +iZQX+jUHTYuOkGIcn6IDIfcRhjocflEx5ALpjmdrMy8HQ0iM+Hw= +=In2l +-----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml new file mode 100644 index 00000000000..350a49f3c9e --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml @@ -0,0 +1,5 @@ +--- +build-target: amd64 +channel: stable +initial-install-version: 4.5.1 +product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml.pgp new file mode 100644 index 00000000000..609c12d9abb --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.5.1/amd64/stable/upgrades.yml.pgp @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6Lu0IACgkQqLD05Fsb +UOIzTA/+K0G6y4lcZPDZGg65Qd66LKXS+f2m1UxVCyah6CwvS5cLPRNeiyjLsaJe +XU0XkYYMY5UeB1d5zhQ/NH4zq2433o5pEJLhCjmvuTG64USZoQC49n5wHDEC6hAn +M58mV1I+gA/+78939F7wbPY9qaVpoh6Ez9+PrS34sg8oO/nUQc0aMpS7KWqstpQN +BWYIEC2Nh0FBxQiEsDMO5CpBl7v94qXRsHIw3dZjjh5d9HncEDapSB95w9YOJrDA +9XA3l7YUF/9Ez3C8cU/yihK36VKy+yaEJsj09PXEazxgV2I4XHIv0v8XiZIazJyU +zYgEiNoMPkll6Ix1xlJPNN6RdJRCb+OdSfC8JjVeCfsVhgaKUV0996LWmOd+ocMb +W07eCzyI35a87YCJUzRhSddVk4Ax1Zoc9JaNr6SyEaVkX7wnz/R5R/PmTBwR1AFM +LypX9Z6aDE9v2Q4Y8dH6D5Q0f3Wk03WQk0QhGqTR+tLucX5SDKFgFISjPSFUuH6+ +W6oNVf+TocT6d3grfL2FjhBpxyPqQKM0PUds9L9ot2r4dYNIv/eVP2JkCOL1H9Yc +gsre6PUf1fM/+JuBZcrlR/Y1o553Ctjq7S6ED0GVV6WxjPdE6yZ+AZkUHRezvpvo +4plgLufnI3DP3QU/kzlCTqmjdKjfZUItB2A+Q4JXj8ftPLi4Vsw= +=Bf30 +-----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml index 142939aa052..7585fd2c41b 100644 --- a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml @@ -3,3 +3,18 @@ build-target: amd64 channel: stable initial-install-version: 4.5~rc1 product-name: Tails +upgrades: +- details-url: https://tails.boum.org/news/version_4.5/ + type: major + upgrade-paths: + - target-files: + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso + type: full + - target-files: + - sha256: f39a9edd24b3145f737af1ed6a22715437c7ac752d155a264103d217d86b6adc + size: 122974208 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.5~rc1_to_4.5.iuk + type: incremental + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml.pgp index acd62d4cef1..d5be2b1cad8 100644 --- a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/stable/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl4YkbQACgkQqLD05Fsb -UOKk9Q/+L2bERYv3vnGTx1I3A+t4+LVhVWdEFssI81iA3X9qsbo+TNjOt27SYFnD -EYEpdQEqKgfTn9he14Lb3YQiIHtkIDDpMw3h6ndE+CKlG+m4u345angb7wV5W81U -6OhCN/ehTdSO0MGoivcIGkVcOPpShOxNrl2I7LpePW8XWY4yAvlJH3aQXGaFnWDt -edLUDrPlkAJvxJOYiCvCdnNEzZ9PcMwF8J2nzLpibVblxpFKk/nrq/g+xl/dZuBJ -egIBOXH0joVtp7OfQC+WYHJR4yziX6BrySRoawtYbflt44d/WFEScC/uEtfbbqQk -HQXNfmmKP87v3SULkj1LkdNl/xfJACR3AevY4o9cWFniO1M+wtE+PDxt6o9uKBTa -iQugqKtsIqdEd0msOYvD2OxJmnN5n+6YOEVVF4jjkpfpISUMYFr7Tt5ymLlgRC7/ -BdNrw5tlFvSG965nxwP8V6BlsOJ3cfuSZ6NULbX07pRR0wHUmk9e3v0t89xU0568 -tlJHjh1HfbGHODisEwdRaEii7YJM4V+LKKdg1ykKN9Lpn+4UeneLVLCp6cH5KS+e -yw+rBI28D5nB9bzjK9gviilwQw7FHQSemedYjdWZ/AAmTF/gZrs0tSqBLlP/YP2S -9ngHG/hNi3eu0NQ8PRKABFJfggyB4J2OeIDfQHIArT/uZAd2r/M= -=UoD7 +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6Lu0gACgkQqLD05Fsb +UOLqZA//QrQ8HDp2nSocDsKzsk4CZVrzOF8pkistdffSgKF8MOx5CvtZ+EAx2vS2 +Go9jzo9g8JYoqHjPbchEJEc3FTWYFwwIf8fPJP6V+GN9aB0nY9IWKr1tiaoIeoRF +byGZ4SRGupbGV1+EpzEp30bUtMQJqc0iIqWVU4BFFfN8kfO5dRWtKfGSKlU+UKG9 +S9YU1CbKd2zCu7jFseVZ9Cf8iywSxgxUZm46GxZtAq02lAub1hRU6Y8WO8Awvncs +dKr1oguxl0BKePJdKvuW1DOHr8wbuxDym3TTt59w87VZykR5CTBYXYOy+QFcQapa +HJhCNAk5zkG8NQf2Ra2XSrRVqWIMk9ak7ii5zmHEwoWuGApENPC700ViM73T7/nf +81HjhjO/Jp1rB4asNQqCvLQW5jzwnvPubDeU+v8xy3ISDRThGi245hvHg/Mv0kfr +z/5QZE8Mpn3vJpM3n6DerYWOWA0tjuxP2KmULFDBchqQ8m7d2Ya4NCfU+Rr+8ihT +Pjd5FJyVUKudfFKOBdUqf1ZJxCUavQ+JQJVOUJNEp8Mc50r5gOMH1ZtP72SsOIKA +LEr/T9kROd17Tk6iGpbBnMZgDvG556+PyJ6+3gphvCM/uoOrKpkphO0AXU2MZJFm +VeKdD4Ad1fGEb2WyNhA8ygpcXgRQy1aM8M5Uz7MQ1+7uZG2WLG4= +=kmn0 -----END PGP SIGNATURE----- -- GitLab From 05563f6b1d3ee94c2ab97ff6d49845712e1e1d20 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 01:34:57 +0200 Subject: [PATCH 55/72] Add incremental upgrades on the test channel for Tails 4.5 --- .../v2/Tails/4.0/amd64/test/upgrades.yml | 16 ++++++------ .../v2/Tails/4.0/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../Tails/4.0~beta1/amd64/test/upgrades.yml | 14 +++++----- .../4.0~beta1/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../Tails/4.0~beta2/amd64/test/upgrades.yml | 14 +++++----- .../4.0~beta2/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.0~rc1/amd64/test/upgrades.yml | 14 +++++----- .../Tails/4.0~rc1/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.1.1/amd64/test/upgrades.yml | 14 +++++----- .../Tails/4.1.1/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.1/amd64/test/upgrades.yml | 16 ++++++------ .../v2/Tails/4.1/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.2.2/amd64/test/upgrades.yml | 14 +++++----- .../Tails/4.2.2/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.2/amd64/test/upgrades.yml | 16 ++++++------ .../v2/Tails/4.2/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.3/amd64/test/upgrades.yml | 14 +++++----- .../v2/Tails/4.3/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.4.1/amd64/test/upgrades.yml | 14 +++++----- .../Tails/4.4.1/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.4/amd64/test/upgrades.yml | 14 +++++----- .../v2/Tails/4.4/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- .../v2/Tails/4.5/amd64/test/upgrades.yml | 5 ++++ .../v2/Tails/4.5/amd64/test/upgrades.yml.pgp | 16 ++++++++++++ .../v2/Tails/4.5~rc1/amd64/test/upgrades.yml | 15 +++++++++++ .../Tails/4.5~rc1/amd64/test/upgrades.yml.pgp | 26 +++++++++---------- 26 files changed, 272 insertions(+), 236 deletions(-) create mode 100644 wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml create mode 100644 wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml.pgp diff --git a/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml index 1b6186f825a..a59934b0b79 100644 --- a/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml @@ -1,20 +1,20 @@ --- build-target: amd64 channel: test -initial-install-version: 4.0 +initial-install-version: '4.0' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 7c07bf6e7c4b6c02430a32ee5eaa773b2c4dbaf714c1e15745e65f076c787063 - size: 436649984 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.0_to_4.5~rc1.iuk + - sha256: 3d6049c3e3f532bff8ae6497a8f9b41504d4a3ba2f5fc3b6132a1c96df4c0d3e + size: 437112832 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml.pgp index dfe2112d091..a71aab22c2d 100644 --- a/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yXQACgkQqLD05Fsb -UOKqpQ//a0pcD1gtzWd3oUQ/a1+nZwZPoe+gD6otY+QYdc6JXWwqB/+zSLVEN2s7 -COPStKPcltvaOamYMvdUiq9+x1+GchuVng+25pYF3807XP9KXNgp7L/6P4B/1ZfK -dnm94WLgHGIReDimyshZNvlohkdOsJjciSBXseXhZ+TPaoARhfP6myCQtES4wgJV -7UNy3edBbvSrLHLeTsiQzu34WF7KkLHHNInr3wHdNXJoLXhnmJzG+R80Pg3nCces -d5CmM9d5apVFYI74xbuXJtl7SivkedCZNDbtnRt+tXb7v5zA7qgWWi9CVKwd6sdP -N6VJkIsSpGlRlLwZ7DwC76gG3zu9Nwc85ESeqz5I0ZMfQCRn7ScJSP7jhJmuOAo2 -vIk+wj5Uk0XxKeCg1ZvAMVe+yKdMo6/6wrAq5BQu+W50sxAIB56HJ6rb/i7XIctg -hbbTfCCd5gAx0wgZhX0dhL02nMRwHpa/cGdOGdJ/9sb2acnR0SKVyIw70/iOtrxd -O4IiRyX2/gSaDZasRMXOLWZC+rC58WJfIQSLFqiCUa3K0XLa0yyejQiumMRS1vD2 -OQBYLLLNZVLPX6S2UcjGnRPiCWaNt8roDP3kIUu4xeuaK15gGtRrtDoJ+zrnyFiI -UJTBgHo1L5/t2tDp9M31L248c87aw6m9v71KYKWDnBiki+l20m0= -=BiFl +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvDcACgkQqLD05Fsb +UOKb5w/+ITE2t+BWKEUDhvly6vb0T1bW4nWAE5wLrB5vT8qUsBLBPpKtzYbfeoEJ +M8r7N79IUNhlmhrxDkzoEvBiqT30lNiQ8Np+/eRYxExJPCrnwZRJxAmWkFp1Su5z +Rqp0mg0UyUHT2a94OdWG8OnbebO+zNwgJyVEw5MKx/1WcTbtb/cq+CnCkuzZjPTY +pnbZAc9nq1Z3/TT+6RQVVvFTWebCqlBn7nzmcN+cieCwG+ncuu+Cuer/WeyhRhcw +3vwQXvXsHIlSSnQsMcODaA+XGh+XpugTDleNMXuXTrV6192SFLhkO9siU+WASa5y +FJufgOx9Zmyi1XCppRPbVkZ6ioklrYAuO1dcT2t/l2Kd6MlmZGlnHlqYEU9OGXwH +CrLKr94ZE4Qv8QM0Azna+95NcSJwvGhRcaPTuCwnSLXQUXZEIHzs/dj24uUp7PxO +EWnYPzmQbOCuPhZJDmXiNnvCpkrMzpP6Vco1NF14PzwwAcpVuC6J3NuWMkqsURfQ +JN+lm5UPRmtJdMTAc6EZ+pSVOl/XHwFWI+/Q7O+8ziKD8lQN3iVrQcErPMG5OA0W +NUW6jNSQtKB2jE29ShD14cZQYW55XQn4MFdlANe2M37nTxNeTS93ivUDzOSSzAz+ +4XKbi10cv8wmPK42FTKVgtYERk/7SMm3K0ZGQENwGazzhNYeM30= +=2xJK -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml index 4310414bb51..b52a304b723 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: 4.0~beta1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 9885d3dc11253682d69288bbda526b9addedc4c87884c282adf3e92dd0ec1f23 - size: 529833984 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.0~beta1_to_4.5~rc1.iuk + - sha256: c0a083dd88f2de81af411e4528579710fb89ae3404426f7e8c1eb7dcb1e1856f + size: 530288640 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~beta1_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml.pgp index 6d978e7e90b..190bc0cd814 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0~beta1/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yYcACgkQqLD05Fsb -UOLryw/9ER2ckgdJ1flxcwu9ozdIhqhATjXT6I6709Msc3ko/sEt6nX8FKmMUrlg -PSTAtWq+5Y6aRB1z8KOzJcoM1dsw15oak+jGpSYAU0u5tJdgImJXtoSkbMq+SC8M -MRo60sMksKKeUoDM22S2QSEFvsHMfYqOFI2XAnpnaWPb3QPQEVknjy3TJNe19Xrz -U8AhfbIA3Kw4Qe0xfr54cu/ATayd4tztmaYaE+pMJnO+w677ImdqP6YJX6nYcSmj -ghDziAwwB34rWDq8p+K+rdHS/It0i8JYy0kwy7aGbv5meKPs9i04L55aTkqDtU07 -d1L14f0cLLMfIf5BZc8ooQR/8/atVHNGwRfBc8taLUnlkvC09jswEXMz+H+7S/57 -tRhqivaiZehflJCZC1yIgQho5Spf/8BFUwG5o71rMRUvcwvp+Iy9y+tMh35f2X40 -TGhcuwyYkO0mrkR2erA/HhBbDSv1J9UVmjQFGChYS5TuBEQtx4gW/Ux1sOeZtgH+ -5jv/eoOfl5Vqe5dK0aCVsF5xN8B0kqWA1qrPy9arpJHIFYsTeK+ECoY6PBpPfCJJ -VheWPE4Lqix02yo9YtsGkZJt28httVjdzyg3v7rB7LOqV20m+aHImHhklwrk0CXa -kmHl9ZVxsC+gevxNsKvUNUCIyb42ZnWvQS/ojX/oceawH1nWNHQ= -=pJfh +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvEwACgkQqLD05Fsb +UOIKAg//Tf9TtS48aRIWxmqNiGdMceFnSEnSao/ayTezLK+N3ELsSDf3C/6uDzSB +i6xiV08V4nIXBbLdCjiQUZYSzw7v/3OiicAhkPVVxN5CSA8oUFc4Xv37btDm3xpD +DRbwdcmU1TvR2sFH+91hVjo4I5loZXNLyucpgAA/ljqbNdwEcsoHQwx8LsW1VdK8 +ii+tDi5E3A4/srRM+XA1GB/sf0b+JpfXpKwU4HZO8fJuvUkSJpxAJHkRd4rsxLKJ +pqUOEXtQeeTey4dcr8UHTFpQCxIhe/ChEwm+0eOlO7QAdgQ7kKWsR0iON7F6Yx05 +7urKslrcJWmXohH7Pj5DK+/lKQfZXIT1GYHKJNo8sAR99ETLLVEpJYTaJWhkfKRQ +S858cfBqWDsHFDv2yVzbkPJ8sYjDpJKowTLXWowyR+pzSKZt3B4b7ndwal1YtbeV +XP+JqSSeIUJGNGA8d3nEx99AvD1t3IGOYIiVqHURXm4afWFov4kExIbSiI5DTgup +59w8w0Rpk/oI85TQKsWnnesBUq1yRTehccyk8s1jkQOY086d780ZubQpgsIw7P9S +EnbgiZ1PhP3zDHf/WZR7G2rZcDbV7zWLblaAsunywIZQgWiprLfj1nTROIHJ5S9R +9FIyqXU8RqkjmJMlcOuGF0BH2DA4LeE0Jn2oko3hcQ2GrfQ61+4= +=+WRg -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml index 2fb8a2f70a5..f903553f1fb 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: 4.0~beta2 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 1897a6fa6d43d2d744769c4452d15d88815d24187cbcbcf22cca5ac83bca960f - size: 476491776 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.0~beta2_to_4.5~rc1.iuk + - sha256: 3da61d4b5d6027b99fe0a07b7341591ec504050e26b45380b6f78d982a9f35c9 + size: 476917760 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~beta2_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml.pgp index 018ea12ffb9..cb5f379dc46 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0~beta2/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yYwACgkQqLD05Fsb -UOKPMQ/+OCBLarid72BtSpFQEzWgM338jlvRCCePo6LuZdoL6+ddCUdw1G4go+ar -VQBx7fawaG10Qm5bPiGx5qp1NSuFsHx2pWRZyzOXm7BgY/WPwbmcF3iVuLEaSEha -ltzGslZP0QfLebC6t+8ND9G8UtqOLk1lqEOeYCZdPccqWFe9nbRHgm/ePDS8MECf -7DyV7tKxrbivtKAqHZfPXQMPmXiucUBlTVYTqh4yoG5F+aaGQ8TrHrC0Z4hg6XsC -6v6P2yh9ksBLFlBT6o+RBTl0E7PQ5iMWqS138Q0222qKFHvZn+j7Z6EflSjrFhGY -oEfonGv0jEI6bRUvsDIqjt9Ri+VkQiA9ErY9U12gjunfWab9/pGkMvhQu2HAtNlQ -uzd1r0tszEf59ze6bF+TB1u8ntYikuffXpW2x4GkK60IO8NTQvEWKH3I+Iyo2iMN -PUzxFGAuQcpPjlB5xsxRnKSoIT593QM0YxSJRcos1Si3ownIFK584hcS/4jmp3BF -40+mBQhwhgfkAF3A3tmRChrITB2eQ6wf+GlGa9sQ8XSaUjHRRknHYUbTimZP3jDy -EgYQRNLKZmHWukz6fUd+vS22384cLdkVxzFJU4rblZxN5zsL/3CzycBbz47SEyT1 -VL5/pdZ/nN+Cf7+UGyLtf9bVhmPFx161a83myIwzy15TbuA6wXA= -=V/ff +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvFEACgkQqLD05Fsb +UOK/6xAAiowjyQTPXVEeQ12Zqn01fdKc373S2+lEf50zVIZimPtAznrWx7f/ZC8P +uoNxC/NhVIHBJ4dnejpSip8GGxbI77pTpf6k64FLyzy8MeYDKLEVF9+OtUsfPMpo +oLQxbO0GaXq65r7FNDcKq1BBXir1tuA+/+EzXOE+5WdLVP1lQJO9OO0eap+yjqg5 +XS5y8+2nJk/dXsXCxSduXIhgcG2DcoeaYwzEzaQEnPnhz2K25wuS3gEaDGS6gMRr +cVpO7+Zejg+4ZT/6ExgPANFh/7bk7wqad6kI84HFCXqe/6FKxwfw97SlYvDS4r50 +aZYntIMgsZanB+VmgkSRXeYIqQXyq+3m0zhn5TUeS9P4PYcoM8Monc0o6eUi3hTP +ILubnYRuqq67Kt/7iTTc6TEtlOwtjJKdUYU3YnP1rKp5ASe4qfBgHi/gE2uOEPT9 +gTDahT1xVq9MEeASw7HOJ2SKKIvjPNSJnvLwavrFYbmgF63BKLqFyOkOGO6jQytm +O8DRxHDk1XG70Dy/sOEjEf7W0x6y5qf6Qi2aOb+mnZf7C/QByIkRooWBh98YI4qr +T+RE1oNDb7wjBPa0/cL1Vai2zAxk8sbY4fo9QNM1emM3bWlohdf+E+fLll34nWTT +RZf2TOAErqEWcPHf0EppNtLk60QyyuRncnlD2vkcSZ3zW2BpV2M= +=N4vW -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml index 257e211d9ef..17eb93e610a 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: 4.0~rc1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: dd5f54818e7f4b7c5e3084b9bc58ad38dc1dd759b61377fc9ce79b67ac2f58c9 - size: 444301312 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.0~rc1_to_4.5~rc1.iuk + - sha256: 965fa91195c811cdf016454cf9d6ed99aed778685343da026184372887361437 + size: 444751872 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.0~rc1_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml.pgp index f0611f002d8..ae58f4ff78d 100644 --- a/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.0~rc1/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yZAACgkQqLD05Fsb -UOKbmw/+MJtEQLArv9nUPzHxe3M8NRCyC5w8m35Y5aM+AwUDjIlwlj7VGUN1XQm1 -PJLF5ObDUeTj760VFnmy6Zaf+P9GaBJ7kK6PHn8tR7DnTi0UkquFwYCI6XZoSv9R -mlF1mURrjD+MwF97zDp8EZxLMA2Z9CaxL3r9Acuo9dKZXZbl/yJN+elSK1XyaZEE -nF9aTksAL6RDICK5/pkxCn8E/km2swFGuO7YF6ksHuXPvSYUrk1kfKJZ7eHAeKB5 -wk1hVS55zYoKsg86QOzaERCkDduBpgQOBPiG7KZOvhD4dGiKV96kvV8qsHaptEPA -KwxbaIqZXlOezrwkKmaiNeWzUUfSLBEqrHQ/nccJOtZUk9Z1UeVgdBBkvrks8/Oo -HDudw8+Po5gYybWeOI5CnVP6VpKhoZyUGzctKxmwQwLeRBqAf1s3vc2oSJX/g3tP -aVBlBgivJVVoMJVXcG4hGx1vmMonc5jaF57crklnCvUydPwKX4rGwfKDc1Jv0LbV -B97ncBzevbXq3vvngCCmCXlbxW78tTqwPHt5POlSV/Oy9xGMy9sos8+DBt13e/L5 -9ImKwnOCKimanJiq8Yjke9Eykcb/PVv0sUQEsEKnV8bWxie+SMq+QIDlkX2R6TFu -ababRTOjPP8M56hdZYwG4Me/by1TXKlvG6PUFBFK4rlrfMHJ63k= -=7XOc +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvFUACgkQqLD05Fsb +UOIZPg/9EccD8/ju3WxKHsKD4rpvCA067drzYIwVNynZ1vNasBxlAP7JqwcS5qkk +UdOfD17FsJ8Q8ijA/JbY9UJ+fu+b5JZYACOgP9xM2nU/EKh/GIi8ftiSCwONTzfq +Y+1+Ft37fhDetikFcbus9jA6EtUdRRSLVV9vnASuzy+bGBsFtCvBtZB8dSsB1x4V +8dt/brMbydxEMX8Uj83z/KAcztS3DlfkyD04BAKL9qbBsEb8DrLdNVQ222NKfX6l +Um7YgkJWW2a6I3Nzek+8BeM7IrPTBRTd641j0uDBvEWmrITbmWTaILUOGAD+ZX/+ +uvFW6wmokpBYUuuspn05xZLYIpWioz9ZdvtqgZNxnQOuc0wgeu5tzwA/gx+Znn4t +TfC5SSNVsUsMWDMUj9f8xhzy8FcQhd5PG/Tj9rtCI5nGCugqniO0vhiRLDIu3uFA +tqQ8H6Kkqhsp/r/XT9huhQ03SnwM7wtBd1F+OLEQoioOAc6aklgBg+CeBNO1nhgl ++pT7nx94RfC9a+RxDGSyHl78T+KPRuZm71Xe4W92BRSC6kQlMuOBg+NMmBg4Spmr +O2WhGbZo9TqvAX12OW8HIYQ7rSXs3adpo7gwygMO2yA7Zi8u3SGuyhlx+26zE45e +LE2JnPMdBg9t9DMVkgQMtODYq0jyNRaVN4CPOIvMTWOxOncwkZ8= +=ws9l -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml index 42c2ecbbffc..b971bf1ca61 100644 --- a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: 4.1.1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: aaf43a3b87c15ace61cb6ac1a1bdd5273be88524b92e58b04afdca2c8bf4cddf - size: 311648256 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.1.1_to_4.5~rc1.iuk + - sha256: b8fd02ae0d01a83881f041fa2a6968b7c7729d5cee0e86a878e243773e81b353 + size: 312111104 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.1.1_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml.pgp index 08a834266d4..9809bdbf682 100644 --- a/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.1.1/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yZkACgkQqLD05Fsb -UOLmghAAmOyhyAjbD6cQ6jwGZZCj8YyCeX2F1ERx5qF61ISYMObiALtcJHaGAYLk -gsoS9iCenbeLA4yxpxLoO9eWX/saAHm3EH6KCTI2P6jy8kb8rj9eqwaR8l4JuXTb -htwRRhyfKQ8+IthIUTXCUeuZzHzQrhmhtnx0FPkCKGLRNYl7B0y0Dl/AYjJfg3uz -ypkKsp9yQgPUyYYI2WIBocx12RN+k7pS74e/96XGeqHO1Hi/WMWU37Y/VHc+4+Eq -p1Kf0SGxsqBD4jBIUjbWFfyTB0aVCXzijbNktbwn3MTIMy0T32r0rp35YjC9xzYa -VFxL0kw5LFmMv/oNEfw0QGVXjeDIRABXAUduhR6mh8qAVrJs874EUPG3ddUZbf9x -oW+GmMHPzLxdhZAyC1BXe+mrkGgZVgBLEMWwDESzRWgcEmIhC+1L2BeClS2Vt//5 -70ICYKxkGDvqEiCQ2laNmK/fVC8B8xImF7U/VSiLlTv1q6WEcZJVWOdMmA0Lb8HM -6NKWipgINXdwXf+2kzVBkqA5ECSa4Ra3LtC/rJNq5iWZ28g6ZvLYxEQRx4igunDK -miwZUspRwBdyUjmINSh0Zxv45b10Y00Qss2tW469WAKIH0DZ4wOL3m6aeiIPVo5h -wVt362/2HVJZmeYZ8Z7Cs4UcMs82Kj5riyj6s31kRO1oYNPyX3s= -=WNSQ +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvF4ACgkQqLD05Fsb +UOKnJQ//aeZqT+WfyT9mrbks+Y2nXGDtw06z2GbT9zcKBhJz2byCHti8tLBvMkbC +9TxARy34AerpVG7BGgI6x/uht/puqK7HzokpxdMAV6b8XKglGDgc4Nk35H6MC0u/ +MzaO1YikruxmRkH7B2DBhk6bnMjth2LjwNiVMcoRW0DrqacRCzkrYcWWTrqsMjSj +637ESJC5VyAmAa3iPPX07r0VTYmGMRw88h5TgsIAcQMcoNRU1DQKF5ATBpCHFcUv +UtomnprMwr0sudUkUG2nx743eDyOnWMIQFnc7NUAc6QeXxnSEUAeJIseogpX6EqY +m0Kt54BDpQi+IYLI8i26cP5jGQB0yhGBC1AD/H+bDSSX4+6azm7/9d3ZEFRudcil +vikKG72oYPzU4BmN/uOWXh82IGXf4ghx3/ASPbvQv5N9OD+HGTmjSiNNdw/i4SG5 +l9+6KGo4ghhsklDvitU+Y6ICkf5JfrX2guH6dOhu4YD0g79iEzOpJfujqRaCYYtV +m0Fnaj9KdEGzRASHFOqEuvNd8C5Q4OiC7gfuSOSqUYzRnHrwLQ1XUsXVZzMtgIv1 +nOH0YrhoAXP0c+uwe2u8DzB7LGDUkz3o42VGW6HS8GNa5+SYVLKbW5xPSqm+ZeU1 +/4hThzoBpidm4qYIZ14VFwV7AaBLfCxAzrZfL4mnxLNypOSwA3I= +=607F -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml index 1554b6905f6..158e22d35cc 100644 --- a/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml @@ -1,20 +1,20 @@ --- build-target: amd64 channel: test -initial-install-version: 4.1 +initial-install-version: '4.1' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: db3f6a2e1edfd532677b920e41fc0e9fd8ad102d681f8efe43077fc1ff733036 - size: 326750208 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.1_to_4.5~rc1.iuk + - sha256: 06896d000d017324c7f1f6ab585f014bb4cf463c03c0961cd5593d4346539b13 + size: 327163904 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.1_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml.pgp index b700f127b49..7050efceb7f 100644 --- a/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.1/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yZQACgkQqLD05Fsb -UOIFgBAApNtaY7NTdvjjbZPb72kooGDE4RXbWIOg8pWK6fFcpI7Z19woU85nqSyH -iCgbQziWhLTChNsT85/4ESHPfFDFahQbqPSxl8QqW61yXGXnNBRmZgk9f6j//PCP -h/j1J1m884sjnlsbfobA9YtC/E5cu6Ocx0KTgJaVX9YW5G8pFPL8QgQ7gY3bjr+w -V51NF04BTsECaj9MPzEZx0Ns+prODobEgUDW/K4TWUJyrsI3ge5t+OIaACnAMMjP -U8QzXOTtwSUKWRPB/dIB+MU7ax7yT5ZFOnNk3wcqCDbwkiJmsPpUOS2S26pY5esV -Yy+ADnyB0Z6eOzXdtXfC+tZbdMGVAV+HsKRBAaG5rU8cdvz9KzTcyFpQATBjPolA -OUxjAzOgfc6747wra4AIiEwE530MmJqLCqD2TfknXq7UyTB0fHCNMxRxTHYb2td7 -simtf7ob/o/98JSljDVJYod91DnaxFBEYKSewtSjyUApfN9QJZHy02hlRMCL8LEp -UGQoClp8SsrQXy++x3Rmrh1rvjz68hJVLlahHnO2+fdCrU55RucuUvNv/Qfi7ttP -odAYizg3pUjECvwZ6yLd3Q/Y8dZJ0/tjJWAKfNpG1dqB+NQUFxo4EE+6qqmmbQzM -w/KQvHQp/2vyxuBnG5AxsbhQz8WAHnuIL9UniJxRBlrfzI9eh9I= -=wXmn +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvFoACgkQqLD05Fsb +UOJD2g//UL7fX3r9zob7tdA/Nq/iiCpXMaViw+9DNi/MJCuF+2+SHl+KsZhuXnIj +EImyH9mVSIAfK0MZQHyqJF6DaQzEWHWtR9W2v1kxH0Kq3TzbRLQk6aUk1QN7l3u4 +g+ISB2ddDJxPCOuokN50gZ/jtH29Zu5pymJQE6tNfHQd4j/Hx3tUNbceNyg81mvU +bVuZKYXPK6f5HMlnYZl1a3fJy3spuc41c11yenUkQCAj1sc9pnLkZ8qIRfg2Tt8o +99Od6Zjf9wPwTwH7tkJmSzyvvM1L+kMA2a/48akxQ0il5HmOZfHd/djshzzn/x6N +4vt2YXVA1W03Gar9uNJbjEsE4bWC5li2DiKlB6OxYYDGYeY0FZdc+Ki3Uwn3vTYc +TOz8JLy+vcUjnsVzqZLOLmSEig4Tet+rZ5a7xPyTlolsV/o4Xgm2UFfuSABupa/3 +GI05gwo4tSIwoXdRzTYZE3wQjGQUKj7D38C8VYs+ncn+2+tGTByFlKb5iZpi+To8 ++GgiNl/0n152d6T36oOdvvf6psf0ISRrvPCykYZK8c0/XKBJ9DQrpdACPFKaa0nV +o0hXsSiuFbM0uhSzDXeq5KcGZ4zsHqkYxKU11s2UQ2J7FtDDED0Ihx3b/d7O/YDF +SFfPooEUtjbWm8bBTTRdgTriz66vEX7CvmrztlcdcXM2oxILs5M= +=4m+C -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml index d0751aeebd9..cdbd5f53f0d 100644 --- a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: 4.2.2 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: c92f921f8aedee2b193421067503da2eda605d920944d689ee2853c6ce514023 - size: 297013248 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.2.2_to_4.5~rc1.iuk + - sha256: 0d201489dc2bad93a13a751e060d4b5bf606eb0a46e5c0e0d4da8708c88c0cf4 + size: 297365504 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.2.2_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml.pgp index 307f1395548..f880a8b19c1 100644 --- a/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.2.2/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yaEACgkQqLD05Fsb -UOICxxAAmzS7HoRjbk6ie1SEMbIifh1fOjT/BaJ5+mikBr+ybgJD/1jqQEz8vg0H -Eku2W3zbZp81D9wKIQZH0oEf4YYF1zV4ud1TF+K7vCqb+/DOvOZvJ7PXwP5I5uQG -XODDpqtthbG3ePRsvOY2qAPZeOCmfzvaIN8qZNRnunzVNYQ3Q5Xn0Xh1MkaZ30ag -V/ef2suy+WXnv4RJIt88L7/BlP5z7167+9dlZ/3eIL+TDr6zuVgedZhl5FXr16m4 -ISo5plXXirSE7e3El3tQszCE3ar4qcbxUzGcwM6xgC8qEuznD4i4+Z+bgupe9YVc -OLY9ZAEdmJkY4XCPWiferRR2n4b4nG6hCLjXkwJcqHhizo8iJpYppT43FwQoYls8 -jdG9GAKRkTxZObCRXRUGcj4VU/wOo3hSLJpsy+MxVkOXdzQf5A9a0KQO0aV0mahb -csACN6twHH7ud+5oVk5g3Q6I7r7MWvzgKiRZ2n3B/hPM6jenWU7uHzPH0+WMn/Ar -u2q/bxWYei8UBkTr9iIspVMDhDyAnS0iPBl/scGhX0bSalr27g6gv35U59XtUc/F -WK8fKNHgeqvCPZvMTnJFe3sfMC5fsAChp2WNjuj0ElV338doYMi13TN0E3gxjdzh -83IPfAqe+VsQXoHQvZXlJGupFRAYqx5ZeG7O/rlmgL2dnjptvtE= -=M+Q4 +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvHsACgkQqLD05Fsb +UOIYLA/+N31/HN83uCesY6J/GABKlQBp76h3TK2UvTPgkv8yCe3H84rnxJRIxGhA +GjHzv59na5TvyyKb+JKn4GBsiTTRng8Yw4mUw+ZUNM0yFLTGZGE41UKIm5WkMZvX +KtNEwlV5oxbQzrvYyODk8E6QvGRUo1/B31mDRKnhplg/EZoPIbsb2SR8nNadBJpN +AVMaPNAOZ9xHbc71KGi+qYlby+5cHCxMnS8zQ1cmQru+k+FTHKG0EKyUcVYwxLIg +ksz5VzSikAVL7wBDSZOd1eWe2CJyMbiUa+JWC5bS5eXshsBonTMLhUTJAW2dWz/I +bbZVt50sjvSRyXmaxoYfQhwfF/lM0a6x8qiFWYTce7Cg0aWwnyH+kBnLqJeYvc5d +H54ecT+Ni5Mw0TGfjL+6YbnCN+zq88WWjXAkBQyslY82zbW6rJna4oDKv1FocXFL +7ebTL8TUXkfmLK+B3ayk5C5+FmP1Ita3AmLwyO78dc+P6eVVr8zeqxUvZ82q967C +gz8j7SGATh59xbOMR014QEmKZkXk04pDpqivCU+33Ji+I5fg+SrCJnCjnV7Ogsdm +XdoSpYthJcqroMyMQODW/8MZQSL/QlTqu6/FoRv/CXx7smPyWPkArOkNLrDdNh6i +Ksg2PQZaqLLFgsoU8Ot7r8y6QZX5sPa2KsdZXG/i5vvQT8C5vRs= +=bL7r -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml index ccb049ff806..9fa64b5d3dc 100644 --- a/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml @@ -1,20 +1,20 @@ --- build-target: amd64 channel: test -initial-install-version: 4.2 +initial-install-version: '4.2' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: f060f09d8ed19215e27d9b274e020f943f6b817b7bae1f8d8c59e0de10caf35c - size: 297037824 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.2_to_4.5~rc1.iuk + - sha256: e7b4e30b7c9fcce99a2a8b831ae7ae4d1aee00a64662f984fc6b03ccd9695be4 + size: 297390080 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.2_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml.pgp index c45d42ed0c0..e19b2ab66f4 100644 --- a/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.2/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yZ0ACgkQqLD05Fsb -UOJKAhAAn4m7G9FMQs/8MFFJKE6P/tGkP5R5r/SlgrF5eLwKZtEuHZovVQS8gkJB -ZzKlME6DBqE8fV5KDzWsp8QvGMTYMKc6/+pb9gW4w2Wf/Q2QNNjQOfOvh+TzjmGr -6yEP81hRmzOzgsThI2ATdOJPL2bIm4cCjabOynoI8SfkqZvNc5LMUlzofG3pN42E -1n2gfgivb/MPQunpo+thqeHpv+nR0x0RUr8W5My59tEPHzfCPA0Io6k38Ktddymf -cA0t89OODnXvVa47RiIyUqttjvgA/KIq4u71/lFu09Rx//EB8az62H2GhSspu7/9 -N9xBM0xjcaw6tkdhhUTtNl9XHoRl3razInqCQvZK9wJZkk5G+76xeyk3XBsj6NOX -+Iv7epCcWec0tBaCnojAWK0y8eTCDSMQwoFM7jbEXV9IiuIvBcFJU9DMeDE2bbH0 -9HckqG/NNdHQhYStcwP9vUoAJOwSIgDvqoASvOctGcrrti8ulgN8pH9ezUav8zya -SX5SlaU+eLVyIDpWNkJnwoBpmJV7x9FjglBB/VHI4RGdY3lWdnwXFFeOIMKEKDuS -X6uZGP7GkfrnMm59FV6NV4wpKwItHJq2O5lCBbk6Dhdfs8Lenz+Fzxzf1982ooSr -T+CwIBAa0QMp0f+xlMWIL8q1Tv0Z6/YM+GWeoPrM/a2XOUQzLa0= -=1VOs +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvGIACgkQqLD05Fsb +UOJYjg/8CGc0gBKlGaFtGgLlsrP2528Gdne7+vEc9qYkHddtnt1Nyo1RZDPSuYNo +qjFaqPLI9DBlsVmgJh9rFcWhpeF5ZL9yAgkUpAhJcqbl/rnrUPpF5A1xelKsXuzk +CvDTHbnCPkQuWnHIGSLnzbWB0o6Rb62ZvLHVwI+jpjVZ83FHBsiH9z8AJPCyYcvI +SISaRxGR8YDOHQdJOGqtXKgCDHr0eaXVoxOgIMpqDqLfdXiNjeRI0unj53oqRkxQ +k/qcVAv+9iworhmvQptQGwJnhjuevEy+DWvm+akfPl1mlVZx8hQjfxD9tjjGP2ee +IUmmSQg/ywS8rjgKgFFq8b79MpROn9FvNslY7GXdY9/zKB7p0bMtuluVFp9QRtE3 +lCzwQoGhXYR4V2WSwt4KYWZXvr5E6YodzxE9hNiHiAJEBxGFH55MCPPvpTu6Ch9J +zzCixmg7NoP2ZIJlAoEqLNWKLChf49FVTRs3xVzNjpKQX5JPmhzEYPvcm7j5DKYx +YL9rwgoWhEyve7hHMfdVHz7MH5IkpkA4OtVQOtGUhj62emNMT7dC3BZwwX7qjiOH +qOX8LCf5RyvOwekBcj4c6E4e0eVnvqzeZIbNKozqfRcGHKds9jPXyVdkeBtjm8Jm +lz5q6f/ZP3T+JNtg/N5kpAPF1e2jQy5U5WTQRsCRKTEL77+RRk0= +=dp6J -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml index 120e7fce47a..60b54e408f6 100644 --- a/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: '4.3' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: d89c2d91eebfe46448f65b3b1774f02aae5dd37c1dd1475cebe49748105faa67 - size: 262500352 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.3_to_4.5~rc1.iuk + - sha256: 9b579d0dcb49d8d87818c3604361ad1a92f986ae397e639beaf706013a509c46 + size: 263798784 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.3_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml.pgp index 5f3cab3de4d..2f46a1a722b 100644 --- a/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.3/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yaYACgkQqLD05Fsb -UOJhlQ//bP16C/OxmFB+Y2/cRpN1oyTwjjp5IK5BHgQxWNc6KqTvQwk4GBD9BZn8 -W8b03/4L/UCN8qmgdZhbHv5E/S0PtstOBX3bt0g+dnlaW9GlALQ1nyHcBfJtS5kB -44jY1fksf1Eea+l26C6gjexK6tDQGhwNnwdT1fDGKHaatfoXcSbK3kVWHtoVAIIq -MzWFlUcelrn0374leStjJidSKnYsAolvNSIyaTJTVCOE5ztrN0B071UHhScXPBu3 -jGxOdoabAdDrnRWpEuO4SD95l6IFZz8MnxD0EisclHfL+6S0i+m69eZZmO506rit -Zrb1IvyZ/1eVg4IQrl9oY6y2Z0UP5XUdOAlv9q2D9/otYtW1pdf6ksCMeAx7ObML -bi/Ax3MNe6XH6jilhVumb+O39p4eXHQCXNyGqP4oD1FNrBNPNTnvCYtUjzOagzgD -TMhYvvoZEMNKIUZSyWKpp1+1oBYxTRrrjcx+lroLt7sxkLGkUMShshC4MCjnxCuL -Ufu+lkE19OSHc6vd5f1giLOYbagIRiLMSq0DO+XpbvFv4RmlE5eYTbscme7iR9hL -cgkc9sU+koSh/HmZuUh/pGBC7W2+Za4ac/LfiCtUzA5Trt4j85bdJr+wL8XOdzf2 -xCovekl7oi5D2pg3o1hqpXbYi7WR70TscJzCkay26HL268gv4Ew= -=6F4E +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvIAACgkQqLD05Fsb +UOJbuQ//WzmIi/pgqhyH5J5yW1ZXqJDkVVbC5tNW9hRC0WgwHKlfpIKeUupEeC19 +2ptBeIxz9THT/BEsog6cF+vkKp7t3rhGRcVdBQzaTHX6A4ItA1kIGKk5jlCVUbbT +mhCspZyke82w/0/baDHJVcY+1iDY4kRBb5dyM5zkFbZzAJLYnVwkkixd9lQbSwIM +jCDHACaZxhtYTq5qV6+J/OUkcolcYfpegPe3M4I/sQQ9NaB9twQbtq1p2ceoWMhC +cbgCf4xmTRYOOWxaJj09Yfc+2nY9U5/4e7Bil3C4VTCp7lztEorb/XLF5puQZJIL +rmzjhTpKedEuVagime5wEC+3v/kl5/Ovasdltfv35MyZyKqvILrgTzhwjiUB5x1J +2UhfqfR5cbPxme9XIlVz0KJUhEggHBfV++L3zSF2PufQqpnuOSW1M1fUQiPd2WKH +yPi592tegAcekqDB50t48DXrcYuvccbqBu4pvT4qzlV7D+FWgEs+JFPVzMnLanaG +J4ZsnVF1BHlI79ASWqm7JOaIDclOIRSTWga1rw2fhjg3iWSq0E4dR/hJaLq33cAp +7yf/xReD3IodV5ncrNhujR35k1fEyl6ClVY7E9MyI07pCHlXLa50ivAitt4FEPK+ +lic8h/8Y2fwGYVS6cPQbuzHhZq2ppQkThJxFaWcbYfg98XKoHXU= +=hLYT -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml index 962e7d7e945..d5fb1e5f8b6 100644 --- a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: 4.4.1 product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 5070b93fb3c85a0a4ce10fd8a33b35a339a91a3796909e533e60bfc9ba59008e - size: 98029568 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.4.1_to_4.5~rc1.iuk + - sha256: a88d295c57e5015ad36b85ecbc3ae496fd55633c2e72169f141b571a2fac5d4a + size: 146128896 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.4.1_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml.pgp index d204d249751..69f20c2afa5 100644 --- a/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.4.1/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59ya8ACgkQqLD05Fsb -UOIvnBAAhXBHjCJWHdQ5KRkIT3VVSs9VsbzODxIEfvmiG9yE66sRzbF3Eeppi9RS -yQvfgNx0PvrNZ0TXrVjXp3ZZQjOtARjg8Zv6izy8yA2jJbz1ImjarDZdjoB/B/q4 -dqitQCa/7RXlxhy+KVoHNhO2c6JaF91FTfvRVAiAgZOgephdgpfyCvYKF5WgN/Ii -x40S/YGeNpMeOncctSSLwlk1JtINCz9A3xOoZrsNde9V2WygxSrW1FRNA5No6CCP -1WHQ475sT7mkwkphI4xB4NZq0iqkUpwwcZyynvTaFSlt405bRvlfYcNpouLy3JpV -3aMu/gcmHtdvG+cHi+t+AUmzsQouPHYOnRamm+8neJ1Ck5LnVSZQHGkGKypVTNYY -SzAfPEWWcwE5RGtcZeDTXWbHQ27sP9tXgmYla5RIk+JtJO2xnjGXYt4oxm/BoCVl -kNf6ZWvODpCnUU5FF5J5w+YMzLOfKD6CPCp1hWK/DZc2RfuJ9k49y6zDILBtPADc -+3ZFCAvGj1f/tZC4ILgteaJW8LDlwikllCtA55JG8vcMg6o6cTFNtnuCZC/6a6ko -RHXMlwVkc4jJkOWeleyM8o5Pauktwjjxo/Np64ru7eeI3QI8JtNSRuQ9ROm7Ytco -yBXx9ot3ni6PWO3gZBeooDxGnSw4ELrmtr+PEI4SzyXqvPzNY6w= -=/gez +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvJQACgkQqLD05Fsb +UOIitw/+O0dukVIIWTIgMmGv/tmsNG8RX+PkDFmtkILggkqSuMWAtrni2QiGmOq0 +kXzMay3QM9PfKopd45HTyBSx//VrNE8Z+e4ezPBAMNOSMNtP8buR4b7vbFcd6h9o +Haf9nRzdyDh0ipWmhAEJVyHNkv56F4gZjeUuhN264vGRu5XJMDruuo8m1GD/DKE+ +IxNrt3wmF5y+uaGWrDN0HOurckaE/5mkWTD3kHO760Qt7HtezPicR9szvFkWXGd9 +UXpFvsYOM35Mf9iifiSINmruvlgu9mGtpja/v24PAaU1aur2kttwVwT+YDXvk4i5 +er9wsQoHE/UFoNUaxp9dBuk1amw1FT/H/Vb2Yhy5zSeWZjgJFVicExvzXT6UoR14 +jDFo+L3ApQoV/wrd0xZy0vyAqJuXzPCo+u4tiNJ3awuK6j7/ye0szBg9SPSeec3A +YCBL82Ps+PnkyXErl9pqnyqrMBUijCDAf/7siJqoDglPd5d4jSnHHhUd7Wh6zvE/ +vfjARB3WNH7ZKRuVBp4jBZVb3N7uyVcQOnnH5tE0CCOfNdAIW5TsNY2ULv0Xcyek +35MXimJm6Q44O5FlgnuzEbPBLsFO2Cxl1iRVjkd0Otb2IZlzdqno4u4BbzpvGXiP +3dnyWhAbGyXj2pPA4N4/kSHKyZy0nnIMcacp2NLLwmxhCIgBEos= +=LwdI -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml index 0ea072f7392..7d075d4d56d 100644 --- a/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml @@ -4,17 +4,17 @@ channel: test initial-install-version: '4.4' product-name: Tails upgrades: -- details-url: https://tails.boum.org/news/test_4.5-rc1/ +- details-url: https://tails.boum.org/news/version_4.5/ type: major upgrade-paths: - target-files: - - sha256: 46d262eb7566a5492935c0d10ce9595058e0b85205443073c1dca2825e4b0a49 + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea size: 1167990784 - url: http://dl.amnesia.boum.org/tails/alpha/tails-amd64-4.5~rc1/tails-amd64-4.5~rc1.iso + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso type: full - target-files: - - sha256: 2e83cbabb6925a9d60e9f0e84ac5bf51a6f5c16f2f4f9deb461f88f7e36ad228 - size: 194277376 - url: http://dl.amnesia.boum.org/tails/alpha/iuk/v2/Tails_amd64_4.4_to_4.5~rc1.iuk + - sha256: 9a91c369d926488967003aaf2d5d556d32b3941072937bc2aca4a9d54c323b00 + size: 209780736 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.4_to_4.5.iuk type: incremental - version: 4.5~rc1 + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml.pgp index 11b8675c127..380b64d2223 100644 --- a/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.4/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59yaoACgkQqLD05Fsb -UOJC9xAAoa2QpKz2TlzdAwhqOsG+YkXhN3eEIKfSf+RRB5UJI7iG4MqguemgVbbR -ZpmcL5znEB3E5ShFfLAGCXgXlx+C8pwuOKn9uwVBNijhYrueDpEAbbq4j2FKfOWH -W1zZ03Q7tBnWpCGApYPyHJMiqVEoiK8R0ppSqdIpxgIiK0j97sJSh1R9O+1eSsYS -NAPs3gMvDQEhRmtsyu6X4fU1l6EV+BKx8tzRFkT5zN7I2PHQUXj5uritpy2Ykn3S -rZTcsIOJgZN3tYwqvV7u4zOsTDD5Al7xJOT7ZmY0bLd9Ke4PFvehMmjwRY5cH7nT -3VupgLhly01tZHNYscCEEpHc+BJ/TfwngcAt0SYJSwh1enjOCI0bL8NvFrTK1bn/ -9LfZPGGGYfPxdmuyfuyWQvyBkDjuVTFOXTPmOMfodwOzkUifh62d5AeOsiwYz9pn -3VHb2vOMTKWIOs//kA7JA2XwhjSzmvXymzW0tj1K8QYdxWiFSB7mECYLPb5cX9lG -BTDHt5bIxpzvGI9fVciiFYwwGZcTi1sUK5OkmTPNB/OklihHkzBzZ1akl+mZa1TF -RHOmGQl/WJg41MMziJdxFRQU3kU0SVLcHpQQszA6EVW5QJyrZhsoTF3xPlkP6e7M -qTeXPOnZRC2OqFQr1aKwTBUUdg4O063vaHa7SK3DnkECLZNsQSg= -=Qmpq +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvIYACgkQqLD05Fsb +UOKMkA/9H+k2bRP8XrkQux00ITmu8spGt0/BcVq6wCVx8QGVQZQxun9CPfOE53aB +ozrG6nodD2+a51xZfLfc7oCPPtFVVdeH5tbdRMwMitBe6787ad/fIavBtQWNB91I +1OUQBgDcoycFnB6KU90NpUal6Dlm/eKvKAZUv2atfBQDDt8Mug+GbiXKucJ03tQf +cV1ZyK5Ra5B0g8yVL0UBumNnwDfhB4WGnlH9bYrAeNwrjJyfj4Tux8O71WtO4tsN +c8YY3odvaZCGY68eiYwafdQliHoIFeRwd9n8tQ1Bakzen3NTOuAYASMNRYJ7WGV7 +zFH5UqfGEeYoxHnoehkZHVCgaNLT98KRN3qM/HTxunWQXfxyNI1lew1ln8sVUrDj +9HnTU4Nh51C1ifnDQRtV71C61Xc0C9wnCXi38ISAJ6n+WTwY/7N0nR6e62n4fXyc +2Yhu9uZ5B5yU6m0o0GhH6ecgi5opXiKA3fHL1yXQ2Z7Pb3tbhiQejIH7kMOl9Vy0 +ud1i10u208r44hyvk/vj4ATNeNpni89sUKgafSR6Qnja3Irx+PmW0J84MPF8INLm +9EqnN9fP7VZZch3EiLW3Z/xh916Ig/nqFHUTjDeX03ijIJlSu2BaXLjQEP9TzK7m +4FGwxAy+r79zqeL4gKDphfBKJbdHFJYLzIGQKidr3+Y6EJoVoCY= +=Bq/i -----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml new file mode 100644 index 00000000000..9fee9e3d03f --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml @@ -0,0 +1,5 @@ +--- +build-target: amd64 +channel: test +initial-install-version: '4.5' +product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml.pgp new file mode 100644 index 00000000000..df59fd1c3c4 --- /dev/null +++ b/wiki/src/upgrade/v2/Tails/4.5/amd64/test/upgrades.yml.pgp @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvJ0ACgkQqLD05Fsb +UOLVexAAkcdRopIjPqG82ZKJISqXELQ3gu8Rii4DPJ8AYOrj8RYnue1ykdxPvEmP +Om09E0Hnl0AtwstwDbQPwEQAe/WgWd+feMQ+zIp17JjeGp6cL9UcuV99wM+UfhP7 +sXNjMSdUOSS1OSW5C2aIQmaAwyJWjKzKt268kOVGw/hI1dtUaGfB8Jz/cLbXRC/T +EBldVumh4WJNbjfQIcCisA4ZfUCewagAQL70NlRUmoZs9FHIArdExF/d/7sRSNRH ++kh5qotTTrJvccVLS7BC1LzZFM+gWy/w6q6xvGeV5lDi1OuyS8bXoylABIiZUjAi +xuCKCkyQg1GWq9/RHUocb1mVggzeSeAUdI5dkGBIx6gsZbW8fTgikcye2+yk52Tb +qxwx9wxklxv/ElIOrHtYQHz99P/h9+ewU8Zy/2Y8WlNriNGVMyW6G+bCX/zMnPzO +7rvpl7BOj8Pt5OkqHePnQLPc55vjFjyZW+/Jo6BeWvBjMuU+b6Q13hJx6pnPrRZL +D+HPYa6zMb7f2xaGO2b3oLMNo2eSvfg1IUOzIwBBarthr5S4107Jy73JkwXEy9D4 +2+jczlfIU5ROOK9SWH5tabNlJUNQKKhkDSqdXiQsHEYtBPvQpTSvn6QwlmhJLU5T +zqVJOrmOBaD0STWr5nEOfucbVN+VnivtSJ1KaipgAtIlZ5vNZ/c= +=Hnlo +-----END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml index fb0b904e339..8617177f8d8 100644 --- a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml +++ b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml @@ -3,3 +3,18 @@ build-target: amd64 channel: test initial-install-version: 4.5~rc1 product-name: Tails +upgrades: +- details-url: https://tails.boum.org/news/version_4.5/ + type: major + upgrade-paths: + - target-files: + - sha256: eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea + size: 1167990784 + url: http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso + type: full + - target-files: + - sha256: f39a9edd24b3145f737af1ed6a22715437c7ac752d155a264103d217d86b6adc + size: 122974208 + url: http://dl.amnesia.boum.org/tails/stable/iuk/v2/Tails_amd64_4.5~rc1_to_4.5.iuk + type: incremental + version: '4.5' diff --git a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml.pgp index cd424e7acda..83fb296b70a 100644 --- a/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml.pgp +++ b/wiki/src/upgrade/v2/Tails/4.5~rc1/amd64/test/upgrades.yml.pgp @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59ybMACgkQqLD05Fsb -UOIBXw/+O1YlA1z0dc3Hh12KnQR1YpoFsnEudNyXIdht1g2q/+VyT/thCuqUlV6T -rY0yXGt4A0N6RP38HnWHYEPIFwV8kAr/RDVoht7kEzqyK/yr29P1UrjkAI/DCepI -u0FiqBSwzQEuprJw4N5+Hm1re0dRq+5bKhWqcCCWpyfDAPuhx8sdgfbzMFCTnWGY -EN1bg6CtuS9d0KhlfcTqRMVWA5l8DG+d9eYE+NtH7rMjezsvbe+0wnnc3wYk/pup -iGWaBPIM/pjw4U/ysqdn4GXY/un9OPxDzTIkMjLhWQDsOzUPPBHvLkScg2CKprWV -7k0Dj0918IVnNR7zpnC0cg1d5LweOjRUo6HeqapB5KJGmoBwl4+9HZo4Qh4OV440 -JqsIOst11Eq0I1N1fa8Ouq1ZGqosuUbHGC9T5E5MAPjZKSnwvZpHRaOp4MwcAfA+ -gov2Xlwu40HoQAeEBXUQhWKb7oNxm+W932q0noloIWJlPSvWyts4WwlcVKiirvp0 -SuxalBDAycFX39EyIG8F/pXkM1hnvQGyz76mPnfaGOuvF9jyWGpPl3yK6MIfXRVD -yL8HIHjymhCiuQlLOyCMZd3PWRfmi7te1eJ5KFdpWkPi/3XlMdx6BM+tnhXCxVAJ -H6UtYBAgjk1FopwWHM8aj+y4DJBwF4FoCIwz3OdlEK3yaCl56sU= -=p9iQ +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LvJgACgkQqLD05Fsb +UOI8Jw//Xyv+IM2Akj8g/uOWbjdruRR35y4RaGdMH37naorA5SSojtV5Ta3Wf5Lk +YR5CmTZI9xFuXEXM7EFcTXvrWfz2SqfzFNCwRMoNd7v+24dPtty1JeUtbCD5K9N9 +GQwfACgw1P+popfWd6/GnZR6deYNCt+/V/Vix3EJmMxOp0SOKRcK24pbiS7EurjD +xCiqVDmhIAM7/SnKBpwHdmnCnQq4y79THdvOEpdKbswjaMO27NGxhCYoeEXQadKK +gmDHj49STluKtK39jmxRtTZfMw5pv+LIzxh7C8AG7/iuIQLUQRiX5FIqq2BNxZ++ +jd4DbG3pzzV2hv/N5BeDlKDtbMS96lcAHME1aldIC+DXR/XmMbTflgi7pUlT1XnO +bDx+dQc0jLYU44UeXQ0mxywCUM2P5l/XO2ZZiFVyv5kZY/d0tDziy8hRX09QJCTP +HbZtxsb3sDToWkOQn08TFzaLMop3b+yjcFpgdVCtm0bW8ZYsMgJo2lydPw/XoWzm +oCWzORiAOoYMh4hOumHW10STdc1Z8t0vj3gdENV9lACFdRLzKJvGuM1UcBf1R1cp +n0B2BZPO/+rCEcTY8CDFM9NvZpcgFWjlh8DPJ+tGkfoDfJn9JADJePjg9Y4IswEQ +gVEuF5AqTAJ5Ih8/Y+NY9Vl5hpBQ57W4QyEBjf95UqTRy0kEyEU= +=RHOr -----END PGP SIGNATURE----- -- GitLab From 9f549e4c9479ad53a0fc90409e516bce9026064f Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 01:37:30 +0200 Subject: [PATCH 56/72] Update IDF file for Tails Verification. --- wiki/src/install/v2/Tails/amd64/stable/latest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wiki/src/install/v2/Tails/amd64/stable/latest.json b/wiki/src/install/v2/Tails/amd64/stable/latest.json index 1c25bb8cd2f..9a3442f683d 100644 --- a/wiki/src/install/v2/Tails/amd64/stable/latest.json +++ b/wiki/src/install/v2/Tails/amd64/stable/latest.json @@ -7,9 +7,9 @@ { "target-files": [ { - "sha256": "676fb78a34fe2d75e84ed51fb695c286c15652f1d90fc8cfd0729a846e00d5ab", - "size": 1161822208, - "url": "http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.img" + "sha256": "b992d32826d572d80ddad5a7506e86daed1726661b52ba5a88513eae1e2cda65", + "size": 1177550848, + "url": "http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.img" } ], "type": "img" @@ -17,15 +17,15 @@ { "target-files": [ { - "sha256": "2809f0a1a2e7e911324c77b4a77e4c21a966a50ea9d8db9b0d1a6541fc8c4ca2", - "size": 1151539200, - "url": "http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.4.1/tails-amd64-4.4.1.iso" + "sha256": "eddd88ab6726dbaf62a9ec1bf552e2a90d01b0ea539d7aaae4ad4772473d51ea", + "size": 1167990784, + "url": "http://dl.amnesia.boum.org/tails/stable/tails-amd64-4.5/tails-amd64-4.5.iso" } ], "type": "iso" } ], - "version": "4.4.1" + "version": "4.5" } ], "product-name": "Tails" -- GitLab From d684e56145ae77781f24b512e3b28df498f908ef Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Mon, 6 Apr 2020 23:40:00 +0000 Subject: [PATCH 57/72] Add missing period --- wiki/src/install/inc/steps/pc_boot_menu.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 58863346764..9d2c447af56 100644 --- a/wiki/src/install/inc/steps/pc_boot_menu.inline.html +++ b/wiki/src/install/inc/steps/pc_boot_menu.inline.html @@ -119,7 +119,7 @@ in our [[list of known issues|support/known_issues]].</p> <p>If none of the possible Boot Menu keys from the previous technique work, or if the USB stick does not appear in the Boot Menu, you might need to edit your BIOS settings. To learn how to edit the BIOS settings, search for the user manual of -the computer on the support website of the manufacturer</p> +the computer on the support website of the manufacturer.</p> <div class="caution"> <p>Take note of the changes that you apply to the BIOS settings. That way, you -- GitLab From 9c30f77b531564fa564cbc7cd90f344e922c5144 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 01:40:43 +0200 Subject: [PATCH 58/72] Updating trace file after uploading the ISO and USB images for 4.5. --- wiki/src/inc/trace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/inc/trace b/wiki/src/inc/trace index 4f52130ef57..19c63a0c2ef 100644 --- a/wiki/src/inc/trace +++ b/wiki/src/inc/trace @@ -1 +1 @@ -1585302504 +1586216438 -- GitLab From 67a6370eb96ba957ebc3e3539832c9f62c3af90e Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 01:43:01 +0200 Subject: [PATCH 59/72] Updating trace file after uploading the IUKs for 4.5. --- wiki/src/inc/trace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/inc/trace b/wiki/src/inc/trace index 19c63a0c2ef..890f357c311 100644 --- a/wiki/src/inc/trace +++ b/wiki/src/inc/trace @@ -1 +1 @@ -1586216438 +1586216577 -- GitLab From 164ce03e99b4e92c4ee220fb29b0aee570d4398a Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Tue, 7 Apr 2020 00:17:58 +0000 Subject: [PATCH 60/72] Write release notes for 4.5 (#17303) --- .../inc/steps/mac_startup_disks.inline.html | 2 +- wiki/src/news/version_4.5.mdwn | 78 +++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 wiki/src/news/version_4.5.mdwn 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 10327d772d2..3254819912b 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -43,7 +43,7 @@ """]] -<li> +<li id="startup-security"></a> <p>If your Mac displays the following error:</p> diff --git a/wiki/src/news/version_4.5.mdwn b/wiki/src/news/version_4.5.mdwn new file mode 100644 index 00000000000..9f8645b363d --- /dev/null +++ b/wiki/src/news/version_4.5.mdwn @@ -0,0 +1,78 @@ +[[!meta title="Tails 4.5 is out"]] +[[!meta date="Tue, 07 Apr 2020 12:34:56 +0000"]] +[[!pagetemplate template="news.tmpl"]] +[[!tag announce]] + +This release fixes [[many security +vulnerabilities|security/Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible. + +[[!toc levels=2]] + +# New features + +## Secure Boot + +Tails now starts on computers with Secure Boot enabled. + +If your Mac displays the following error: + +<pre>Security settings do not allow this Mac to use an external startup disk.</pre> + +<p>Then you have to [[change the settings of the <em>Startup Security +Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize +starting from Tails.</p> + +# Changes and updates + +- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-tor-browser-909). + + This update fixes a [[!mfsa 2020-11 desc="critical vulnerability"]] in + *Firefox*. + + Mozilla is aware of targeted attacks in the wild abusing this + vulnerability. + +<a id="known-issues"></a> + +# Known issues + +None specific to this release. + +See the list of [[long-standing issues|support/known_issues]]. + +# Get Tails 4.5 + +## To upgrade your Tails USB stick and keep your persistent storage + +- Automatic upgrades are available from Tails 4.2 or later to 4.5. + +- If you cannot do an automatic upgrade or if Tails fails to start after an + automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]. + +## To install Tails on a new USB stick + +Follow our installation instructions: + + - [[Install from Windows|install/win]] + - [[Install from macOS|install/mac]] + - [[Install from Linux|install/linux]] + +<div class="caution"><p>All the data on this USB stick will be lost.</p></div> + +## To download only + +If you don't need installation or upgrade instructions, you can download +Tails 4.5 directly: + + - [[For USB sticks (USB image)|install/download]] + - [[For DVDs and virtual machines (ISO image)|install/download-iso]] + +# What's coming up? + +Tails 4.6 is [[scheduled|contribute/calendar]] for May 5. + +Have a look at our [[!tails_roadmap]] to see where we are heading to. + +We need your help and there are many ways to [[contribute to +Tails|contribute]] (<a href="https://tails.boum.org/donate/?r=4.5">donating</a> is only one of +them). Come [[talk to us|about/contact#tails-dev]]! -- GitLab From 9c1239c403ce792b9152dbefd3bf28be2767bf5e Mon Sep 17 00:00:00 2001 From: sajolida <sajolida@pimienta.org> Date: Tue, 7 Apr 2020 00:18:11 +0000 Subject: [PATCH 61/72] Simplify upgrade instructions --- .../contribute/how/documentation/release_notes/template.mdwn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wiki/src/contribute/how/documentation/release_notes/template.mdwn b/wiki/src/contribute/how/documentation/release_notes/template.mdwn index d952e6044f5..8218ae72b26 100644 --- a/wiki/src/contribute/how/documentation/release_notes/template.mdwn +++ b/wiki/src/contribute/how/documentation/release_notes/template.mdwn @@ -69,10 +69,7 @@ See the list of [[long-standing issues|support/known_issues]]. ## To upgrade your Tails USB stick and keep your persistent storage -- Automatic upgrades are available from $VERSION-2, $VERSION-1, and $VERSION-1~rc1 to $VERSION. - - XXX: In theory, there should be automatic upgrades available from - 4.2 onwards. +- Automatic upgrades are available from Tails 4.2 or later to $VERSION. - If you cannot do an automatic upgrade or if Tails fails to start after an automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]. -- GitLab From 14b1af3376c38402a1567547ecc695f7b7ba0b45 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 02:40:24 +0200 Subject: [PATCH 62/72] Fix tag mismatch. --- wiki/src/install/inc/steps/mac_startup_disks.inline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3254819912b..8dfba03c00d 100644 --- a/wiki/src/install/inc/steps/mac_startup_disks.inline.html +++ b/wiki/src/install/inc/steps/mac_startup_disks.inline.html @@ -43,7 +43,7 @@ """]] -<li id="startup-security"></a> +<li><a id="startup-security"></a> <p>If your Mac displays the following error:</p> -- GitLab From 7cf4d9c2c3e5645be7bcb114e59db49d36323252 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 16:39:42 +0200 Subject: [PATCH 63/72] Update various website source files for 4.5 --- ...stable_amd64_img_gpg_signature_output.html | 2 +- ...stable_amd64_iso_gpg_signature_output.html | 2 +- .../torrents/files/tails-amd64-4.4.1.img.sig | 16 ----- .../files/tails-amd64-4.4.1.img.torrent | Bin 89047 -> 0 bytes .../torrents/files/tails-amd64-4.4.1.iso.sig | 16 ----- .../files/tails-amd64-4.4.1.iso.torrent | Bin 88247 -> 0 bytes ...anifest => tails-amd64-4.5.build-manifest} | 58 ++++++++++++------ .../torrents/files/tails-amd64-4.5.img.sig | 16 +++++ .../files/tails-amd64-4.5.img.torrent | Bin 0 -> 90241 bytes .../torrents/files/tails-amd64-4.5.iso.sig | 16 +++++ .../files/tails-amd64-4.5.iso.torrent | Bin 0 -> 89501 bytes ....4.1.packages => tails-amd64-4.5.packages} | 35 ++++++----- .../files/tails-amd64-4.5~rc1.img.sig | 16 ----- .../files/tails-amd64-4.5~rc1.img.torrent | Bin 90253 -> 0 bytes .../files/tails-amd64-4.5~rc1.iso.sig | 16 ----- .../files/tails-amd64-4.5~rc1.iso.torrent | Bin 89513 -> 0 bytes 16 files changed, 92 insertions(+), 101 deletions(-) delete mode 100644 wiki/src/torrents/files/tails-amd64-4.4.1.img.sig delete mode 100644 wiki/src/torrents/files/tails-amd64-4.4.1.img.torrent delete mode 100644 wiki/src/torrents/files/tails-amd64-4.4.1.iso.sig delete mode 100644 wiki/src/torrents/files/tails-amd64-4.4.1.iso.torrent rename wiki/src/torrents/files/{tails-amd64-4.4.1.build-manifest => tails-amd64-4.5.build-manifest} (99%) create mode 100644 wiki/src/torrents/files/tails-amd64-4.5.img.sig create mode 100644 wiki/src/torrents/files/tails-amd64-4.5.img.torrent create mode 100644 wiki/src/torrents/files/tails-amd64-4.5.iso.sig create mode 100644 wiki/src/torrents/files/tails-amd64-4.5.iso.torrent rename wiki/src/torrents/files/{tails-amd64-4.4.1.packages => tails-amd64-4.5.packages} (98%) delete mode 100644 wiki/src/torrents/files/tails-amd64-4.5~rc1.img.sig delete mode 100644 wiki/src/torrents/files/tails-amd64-4.5~rc1.img.torrent delete mode 100644 wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.sig delete mode 100644 wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.torrent diff --git a/wiki/src/inc/stable_amd64_img_gpg_signature_output.html b/wiki/src/inc/stable_amd64_img_gpg_signature_output.html index 5a7c81164dd..f54cd4f0226 100644 --- a/wiki/src/inc/stable_amd64_img_gpg_signature_output.html +++ b/wiki/src/inc/stable_amd64_img_gpg_signature_output.html @@ -1,4 +1,4 @@ -gpg: Signature made Sun Mar 22 21:07:43 2020 UTC<br/> +gpg: Signature made Mon Apr 6 20:55:02 2020 UTC<br/> gpg: using RSA key FE029CB4AAD4788E1D7828E8A8B0F4E45B1B50E2<br/> gpg: Good signature from "Tails developers <tails@boum.org>" [full]<br/> gpg: aka "Tails developers (offline long-term identity key) <tails@boum.org>" [full]<br/> diff --git a/wiki/src/inc/stable_amd64_iso_gpg_signature_output.html b/wiki/src/inc/stable_amd64_iso_gpg_signature_output.html index 3d274a71dc0..2d7740ff159 100644 --- a/wiki/src/inc/stable_amd64_iso_gpg_signature_output.html +++ b/wiki/src/inc/stable_amd64_iso_gpg_signature_output.html @@ -1,4 +1,4 @@ -gpg: Signature made Sun Mar 22 21:07:28 2020 UTC<br/> +gpg: Signature made Mon Apr 6 20:54:43 2020 UTC<br/> gpg: using RSA key FE029CB4AAD4788E1D7828E8A8B0F4E45B1B50E2<br/> gpg: Good signature from "Tails developers <tails@boum.org>" [full]<br/> gpg: aka "Tails developers (offline long-term identity key) <tails@boum.org>" [full]<br/> diff --git a/wiki/src/torrents/files/tails-amd64-4.4.1.img.sig b/wiki/src/torrents/files/tails-amd64-4.4.1.img.sig deleted file mode 100644 index 2a8ccf76370..00000000000 --- a/wiki/src/torrents/files/tails-amd64-4.4.1.img.sig +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl53058ACgkQqLD05Fsb -UOKCqQ/+Lre4D+QIvlnqgwXxFED5rdQKf/oTPet2L/QoRQi0ZCGYh34HsGXnz9nQ -tnhLCBcIuiA4ELQPwx00Yh6LQKHwgKoU92egKaxE/2f/YIEbmHP5yl8wLS1OLqZP -uGSbKgaJPG7FNNPpcqkEs5buNPddmjcHWI7x0KWcK2Brodc9IPsXUHnEqwSBij1f -y5whVRdJR8BfoQgm6OFAb4lZsvN/Li2seqqIkEfLW7mdaVrlJUcwWSvMEVBgV42h -EjErlN+2Ffd7Bb+qH0/ZYMrqPzqvCiRJj3yP3JyzdF1r0C2GOFZvdeuSaB/W9ppS -t96ZxPE4Fhewk52YiP64d/pqiJzH9TWOSCl74SnUufiyrO45F4L4msHg09zomR9q -L17q0DmAkZX9KPgfm4D12jYdsOHY4vUoD3ElxWD1XLgSEpQ8SB6ucCTIjAYqnich -2OwLZn9yx6asGttHIr6wTsCIl53/2djxr7ejyUv7noUi5uUuYDJC03xLwyIZm47h -F5nseEDzYyxjajCRy3jB++1Rh1lV/6XbLYQMXdubQBfJ6mygSgMWFgn9nryOxFJj -GrhDHSpywDowAM4C98J0jxKlLWAfAoHVQ6leSlOOvSgO54MW3hhmLHnQm98VRrxd -K90N6/9nUnP5vUeSKEx1Y7b4tXZA9JEx7XgHRhbbpLAa8MWOwPA= -=ligl ------END PGP SIGNATURE----- diff --git a/wiki/src/torrents/files/tails-amd64-4.4.1.img.torrent b/wiki/src/torrents/files/tails-amd64-4.4.1.img.torrent deleted file mode 100644 index 7dd80c3cbb3e6c3146b7ce4d2ec954239e7bcff9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89047 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 UZ8815JMBP5q2#Y-j#sIv08dHt=>Px# diff --git a/wiki/src/torrents/files/tails-amd64-4.4.1.iso.sig b/wiki/src/torrents/files/tails-amd64-4.4.1.iso.sig deleted file mode 100644 index 769a0fbeb09..00000000000 --- a/wiki/src/torrents/files/tails-amd64-4.4.1.iso.sig +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl5305AACgkQqLD05Fsb -UOJ7tw/8Cj7gHWGfhf7SeWxQ63c7BYVDO0PsMbr1JMKcy5BOHZaM6gVNVzl7CM5p -/EINjXcp3/DZV/QV9c38y1TjSbX9IS37DzibRV9Jh1BEqiHVLaMd/tAIdjDYD0Rz -FNHhUbPses8Qlgf1Hyz7cfy9E4wBhIDWc5MbAvGuHljp3JjGDpma+9L5TmCbBwa8 -jCZjoikpoi0vVI+l8zekUqmiCm6DlknyRoLpyLuJTkJOjntT4F+FLwWdQ+xAAi6Y -1RwmumfVCi8XHpLBevQZgCw+v15UIiSj2jHYH8/qKCAi5oftQJAJBPWfHzAiieoY -S5HFyY2H8Kdd3XKfFo41lBFAqk66JZjg7xnawNdFjgAK4CKejLimns/5nUwf0qW9 -MDC89KrOQNjvM0oV8BYOu8VIqUfvR27F6+c8ygEjoI1uIstt4ADTlYZ0Q2Iscrsn -nBlbbqfmZsKAUvWLR19pdWfSznKu5ahLY0MoF/04MsK5/bSxoD3q/1hHQ8fJQIvM -G39Wo/UsXzjOAxMeizSWaiGVaAa3fZhnNisrPR1T8SwqTgA7Aj7xMRH7sqq68r32 -8byonlgfmeJSPHbE27DnNoT9jrzzTd7N12wJAdThxNub6ZLU6WyBLB3B9GSoK4gA -ufotKcgQEOkuqGbKBl8C1GdYwUnflu8d78GfQSxYk4WfgsB2Km8= -=bQw4 ------END PGP SIGNATURE----- diff --git a/wiki/src/torrents/files/tails-amd64-4.4.1.iso.torrent b/wiki/src/torrents/files/tails-amd64-4.4.1.iso.torrent deleted file mode 100644 index c7a959542ce8a4c525b17d7904949a57bceb5aa6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 88247 zcmYeXuu9C!%P-AKPBk{NDorV{($_C3N=(j9Ez&E=FDgpSE740W)ypqRw=yv`G&F{* z*3HQ*F3HIuLQ`svu?d>V$@v8ZsYS)5MQI>wvaQT4%`8(>4GpZ4i&7IyQd1O?Dh-XT za<ic>P%zXpFf@ipX6EN9q$HN4W*VAWm{=Mb8kt(8npkD#rRArXTBT*?q!#C-m|5kd z=B1ZpWEvWp8k!ng8W|X*nphPimSp4@8CsPjX66*@Cg!G?ndqA6ndlknWfteBrXqA% z7#qWtn_^e4SDcxinwn~2m6w>Cip@;j%;J1QBddbU)Z|nJsB4VOj0{aoQq3Tu#TMok zW(HQXrCDm9Uu@c2d2i|)5$`V|H`kp|cFkVB-cwRR@N05uY%jyU3e_5x^|BMAd47CO zPGJqZ6}5BTsfA_@Nv~aIR4?D#CA(1Rqzc~?C8I6=j}8>PIC0}a$(e1_!(9p)Zq8VF zmCx$#G<i+l1=(-QOt+;Ti;lhe@Zh=yd|As}3ZA`G{j@#w^9{*ECVmPTyLKOTJ;Ctk z!Zd4pi|(B8wUueyhc18caoF1u(zC&M!Ivi~k0u6-)N-?K_Wr}Q>?7w{|4z9BDqABy zglV7tGQU}NqBe_6*}>b@e=KMG6}Ec(cG|Hg$_xG<KUd0oQCaJyqlSv|*P~xoZz~k~ zKSTb|<-SzQ2FH6mTmD~kc|7M`c|n1P@5;RUpWQD89{Xk182e4R+A7k3wYs}Yd~V6v zBPZvbGEb{I5n|w0@}^zu>Ul4z_Mdk-g%_3oXAbw=tXitCca*K_pRHEs%QXs@FWX%| z*m-&SuN*(#V@~la?Th=qA6uU0Vi$WrbNbA^TcSnxGz+=7IO<<t&K&$kZ;JBT&9y&6 z#2!uguqaKa^P%e`lc&5A%54(+|M2bc^DO6<KY#b+&Xs(bzgIN{ujcGEoZ}I9cWLII zi8C+iv}!Fl_J8%Nvw3S?2s=dP2E^CCdYF~$KFj6k>jn0ETi%7ux0s~vVETjWdHS8! z#8cl{CmM=P=1OdxVttqWj>N6TS8|=TkHU+2bQ`sg9N&Myeygm^TC;j1VIiKL4}B(w zKWMz+f4x8TQr%zI`xPtQxy>H@+hKTU!-XHs%z1A!ybnieS<S8C3QxCVlFj?pni<&U z@XmJ5Udg$PyDo2#^m<+PQm6HTO4jMa?8bj4{YgqX`v2=IiQf_{+d023b&`n|I#~S5 zo9nLpv;(?ZU)u}0yL`TAKJjA4hx6{zd=uuqynC%^k@ShV8#Z`nD_uRi*y}j=)Mbhx z{LY>qFFl{X=b!dU@t@f@ldj1K9s0cGqxUN1Uk~JD*59?;!Cp0?kmZY9iS~l<zg~ZH zmzw3hk4?C;W^2ZoANG9BznqQ!Y>)pfa55w~?WB|3(iJ=@54m<`#coq#(k~QJuU#Ww zUs7H8<D1bDj<(n$t*Z+~9rY)ATowM%^);4#%Zkk&cLSO~E_l=Wv`Fnd3%k;}9nsVL zzg+#W?*6{1xAl8vRNnpS{^3wRuOt1{FR{O$ET2b8anC6XF)9-k*C|)M`!D8v%c`Kl zXF4TUy;c`o?RoxZ#g3@0oQosZb{q<Pc(Jo(&4xC<#s3yBW1gnu-2C%Q_!lK!R>n7x zelPdS)VAE-l+I?UUc4!(#ewtX#0(XO(%o<W2YoHkeJgXXzqI;hblxQS)3&8sN?-aI zN%1e4GJUhrr!~#JOTFg3Sgfv`bE|xjYW1HZ6OY|uKB~va9MY+^G5+Vjq}BUbr*3Yx zi!ZNdfA%-NO;?QPN~|1H&f<@g4Mof+&d{yk?h^jBSNvl48{u7xzqS3ka<b>HU-*ox z=lggbHXC-yab_IIuyyJ2Ys`NhrI4Vv)7|9xyvHj4Y#JZ@b=zwG+QIx@8;^lW)PtL9 zrMEBc_Xuo?s?hAI+_5WIazW8|^PjJt6*72!U0E-%s^-G#9Tihr#1~Ds^uOO~z4=hZ zpFBH>jnkg+XkEAD@w(8c<M3TR!|P(gZth3N^<I3_m3GqzcH0;7$*sbqz0B*LMMdc1 zeEo7RgR9MHA}-E+@fT%Y9J-|7<)+tYoWj6%$Dy$&`}vDc!Vaqi3+6j%d;PW5z909Z z_0+7w(p4J!tz^=To4%fV`QzZaUBy4nH$9N9F})>ybLCER`=!5)qBSFq3+_I!rBbwE zNom`Qy8@pUvQ*!nvn^KO%A&3q3#q=S`erRArP+d>AuCV5vGCpW%BIOi{_vj&Mzg;? z)oia#LfTk%pD~PC!q99O_Wsxb$y0A6GoSz9Vp_w-n|Q<h_P^+~xM!O_O;x%UH2<j4 z3a|O*U%z*556Q9@xYsDf%V^=z_f_AKW9{S5toFQ%XPy`TJ3}+l$!CpL-u#Cu_E{U| zi$wqT;|O@QHfExZw^$+5m01%-{aYM#`5Kqbx!stz|IVtN`qs;fD%NqQJ1R@Q(MjHQ z^84LylLd?ZUDmv<Gh@Y{%Z;rQ9vN;AU%Bx!e@SwGsimG`<k??58NQ_|FPvYWJ-~il zZu{cOWWU3g@8<jnKlk%6|NDuHzRca$p1k|m%->V_%N~Dz>+tBHMPlW<wJF~#pQT<5 zzOPiV*0k1XDd&;R)3*Q1jyjd->}Rw_P1thD{9E&wyqEe-5t_2<Twi{r+I*(3?Tack zf6ZCypw~CEVL#`yv>m!nJb2<{eRS&AYxKsYIW#<;eU~q+&HS;plB8^Cm*@H9J;`xN zKVJt|pBFq;u~GBpwJX{Si-e@-M4nL)wEw}~_IQQhqsFfucQt>r-n+ShZ=J+i9~YCF zCbLuLH8-D+@VYQjb5i`QDc%*^l+vnFo=p{*Ve|T=yzyE7)uIcexZ<LG*4|-Wnb5;* z{A1?7;L>So^ByHd?hV}VD&WJ7q*ni5rjt}3)_62c^~(9!y{>2R-*?}N7@J<!CY&~X zJIj2UiSn~%&13mb&S{0S+>(*~KPg7cc}AzU-{e2Lb3ZrcMt^45wONe4ajuB*9);A+ z!F?PI;geQ|Y9`EQ5fb)aU>xjHSoJP%HT#97FD7t1u+;W7rz}{f>K<D$`QLAaOzYI% z<a<p!`GtK%wq1GuE&ZOc?oNi!J1f0;cdrXwE|h=n!arHV(?0iW8{8Y#YjErR_gYr7 zPqxX4Ltm_RvYxzT&qvF{$CjMma<t%29{0f-(GcG+&ZlB+Z4KYXockg$nWLn^VZKO8 z(tM@Y8(-Uf*ZtqSZ1?mV)BK*kO*3<K3f<t|61F<`qW)G(4%ZU98%LP_Z2jOdf1a3h zV?x`~w9i6oW&CU3OzzwBV|94s{+LzvrK?^E9GG@)((ey*ES5g`xnPOjJMFF38`a+I z_|d#KF=lSR_Q}>a@~LmG{dmGtaklHuH_hBRL7(;~TGn!M2i|Hjjz6XDx3l|WR&3Xt zv!}U#CR=|0mF(6nd*<yDE|x>?)sCKZmfK%)x?dH&V!w0RnkF^Dvu~YetUSGOQ!M9s zxysH-m!{s>v-2>Ah0vlvu3gaze>bp89=DsP5cP{k^H2QGN5}6<FNov{u#<^DzCP1m zpj}@syF-TCP2$s}_4n$ekHw|=FZ=A_pnbP(%TnVkZnjQ?x!N_~6j-eyZ|mL_Dwgy6 zv466!*Y4LZujR+*uehpS6DF~_{^TN8>4?jh4z1>__-1w4jNk4}8RO+GU6V_-h31-E ze;b`1y8P!UrGGvXb06gHxcEzHLy(+S_0E&+iDLU?)0R)Jog&h7Uah$1>V)fmugGXw zzIr@UM#<zLZ$NF#oxq!1XHQ++q~2bqzx%xOGkFia5M}>O`cI{e*B#tFOKc<K%)2TI za-z4g9=s|Kv?ySECqFSiD?eUbbVK~6Kc9L`Y~0H0+>YAL*j$>m=IG{$uQI3pd7t>= z(!4O<j{=29SLYVjwAsGYSeWp4ZYNX5w|C8DA$hyk%Y>J;t@tT6qv)X9vo+4z2QTh( z-X4&7{kiXw<9cUu8)j*_r_A0GvHSGrfWP_gGS0TSv0Lbz57HL$IllC}g1$m1hv!F` z@NW+eJ8qnOzsTr@g=3Hy)3?~X{edhRd?y(`)_i$3SNX^S|D(URORA{Kf7)`;M(AI_ zrNbY;OuwIHx9+f9pNPh7pMz2hCr^IhR8%eB@Sk7f*Oi+KGFg|YGr#kyw0tP6w>6?; zVO(p#t((p_1wu8JY`DKyE`Qn8?Ef*7jl-g~tsdl5Eb7`8-gUC^SC(n>i}H2aPZ#{( z)MZilwsdRy6$XR9CffH;MVX$6lD+=#&x~cIQ?E&Sbrp&2nfP;e;3|_@%YOG4`~T`x z+`lDTqRvpTnE!ic$5HQYtJ~i+m+Go-h<#E&A>3mbdr^!+$?^Ufd@@qP?taq`c7!ms z+W%m?E%aTopt0i->m#2G9sY90KTey!ny1dG&(H6D$A5tPQF2G@nt2sxCU#u<9}}xT zW5)60QkIM}Ui`b`6(RLe++Q?J$b{|F?l%(*J1<^MF{p8E>lev*dd~TWu0o2|yE3yG zd~zqQsd*a99XmR2He;oUwb<sxij}h*F6MT8nsfK^vc<DnN>AV2?dlWU!ShY?+)XcY zM+5)I7uTlNSJ!NrueSN=*NrdBe#!opV=j7Zm#cm@;ll>66Z?37oVT%+G<yDL!yG&N zT;J;t`+{wz+xl^KoDbg;vFVAz=Q574BYTc*vHkbu^xIzV)-StqXR`jNeSFc%NW$rm z^@o$IV@tJ6Kd_0I+*DP(%qbkd&pFC>)q$5U=QoJ%_}0U)H|ey;VZ+$|^f@c}E|k4^ z*(&;ZMVP`)|D0one*|=w&aW_;xUQ`1Wxw#AH9J3TdMWm2cgVj)`GB5chi{jZKRn$T zC-V5vRR2$nIeOC$`Akjvp|W(1?UfLV)o(U1-Jc@-m{;Fw$BW?OZ=FLHPr3imm2H#L zpQx-8T^FZ(<CbvReP_OL>Be&<44?QTWF8%B-oTcTrRHR_u<1CbZY2Yw_Oxf;R|H+Y zvA+K0ISIyG(Uzq1L6;>C-ubb9M_z7sYS@G$j{U#Zw#an$_dk0%YZt@3E`~GutNw6) z*}bV{!ma6L23Ib==UyQ$_{TqZ=bvj?scyPia`m_8$M4BHs`_uC@SeXM9m1~;shwFc z;pMsn)nexmQ;(#t3)A;?{j;A}Zud&&PEtjh{$!S8Wx1!)tr#}X<oM%oanh&5b#f`9 zmo7$L@K_)}b*YP-a&_;+*Uo)n>fQPi4y&(GKK=PgWs=g$$MZjHzb`ntIPmn@{Qd2w z4{kK4Z7MyyO72ZZ-dA?P7We1%QJaK*HKqFbymn$<BxV}S{^Gbr=k#S&r}FNkGBw=I z>X2U1b78e!W>|^oi#HGB7Ps<V^qAk?Xf&boR7IdJhvbXZ2QNx|ia2ay_TcP#Bhf>( zQ>S(1&JH}ZUdwAz^|oaZ+h4Ljn3;I{PkGlp0hu2&thAMFazB|^9TG^L<G6Iso{tmn z?Vi%oDE444m%?TXuaED<woF^HE$QMq->Fx%Y&E<lOg|jswYOd2TEFZ(&E6-W5wB&^ z=C0-OTYci`Yjypm+5^`+8mCG9{K(^WaZ8BogB=DMW>xjaww}1*RT#qYq*nYDV}Z|h zZI(@5QCaNkW8OXqb>+W3>8+_we8jQ-1MZ2T`x$SY?yLK0YQJxzv#s4yLDtr4OUWM& zjeB=~W&hf-N&S4`=Qjprzjk~07_Q<@>r;8Hl*K<$LEkU=vdQ}ujGQGW1M~#8+~%Kq z=*XE(Y|F0vusL#d7e{yg@;Z})S;fua&&3%nvV-?AUz~W1f62bLcXpnNy7_cI-%{4) zcMOkfnU}|Z+v8zub}Br4>axd=>lib`p8uJYGnK99is-Id+ZnmRw_W>=Wa~9)S3mCW zd(PRoxlBR8q2l>Ojr>5DFCE#>^#ls1NL8H8V0%^ZXdhGAlH`gLSLQt7vFZ3Z!;zgq z=eRJxxxvN-XCDV-SM{B2ohJHlp5#s~u^Ey(!j5zOxf}DiYSY47U#}?{E|g+ZD6Ejo z(c)Kr`mBDR6#w;$U+wtX4;D=-O`gvl6nolD^=*8>+Gjck9IRg+ecbltPBQb~pYG0m zd2Op1n%Ac^FZ{Jw=z^V^`Ra=$w+|<kY%;qkd4E}zx~*JumSlWc^!N1I&VSdk7WfHV zmUzF*?D~xKt2Zwd>ns)ewWUyhmF{V^W@A;WEZzFO`9^Kr3x#J}t(6yV=gu}}HgQ;d zRe^6#YI{oupXAypnlT4%aH<#_F+2LEE^p1XUXQy~>&+`ly$}6glzAcKdb{)Wb)gKa zHkiGMFFwCQeX`@sOUn#Z*1x@1Aa-7Bnv=*$4WUmqK^Ki5NA}LDI%E5H)wP*tKg<ir zD!=giUcj9?z28$MCQO;*^np+Jga6U=F#W1&`!{eJ`!QCCT0h@pY<*Ha;tP*a{tUj= zf85Gs{#3kw@FH%9zCK5`%(EH054}iIsQ;S$D>=^dahdJu0M9IOx1C;+im@(#&v|Wm z`gle0u?u1nx9V5(zWpBI`|oYQ`d5=9d}4~D=kUh+w{u1;?|S>`L%15_LT!bYc?aKb zJG{D4hwJB~oOi`eS{z2w6Zf}Vlu<O-VY%5Ed12lPzO1><y-^kuYi5eYzfxxSvF2t$ z!25%xN{Xx2>r^T%Tw(U5(Wd2CozIcJyJmBqiw0iY{v|NUt?At2@3~&r_fB~)Dq((^ z&-sqi`iR7yjjZ)|?mxWYSoP}Paz~~&DLseu?>{Irt|*Z$`PqD@Wci<(PYXUgSN+{4 zxgeHLg8Qn8+=tn-w`%;5={MrLuAZ}i$*1`<Uqrszq`#jx$R(}W7<}k1=ewona($W- zuDm~RjyX2s<awXZC8c8jTzhMxwp+BWGhDGthT#D7?!RB2->UF;+I>w>=hcw|TjsDH zQ1DsS*RZeA{83uQ?4ZpH+U4gRQkf^aC$7dL!YM~5&rrg)n0M{-#HNqQh8K4m?Y^Sw z#av<?T5W$P^P_&@g!1VoKU}?KEH%I1+y8T^tftz$C&F{D9Oqll@+!11uz3Re#b@b@ zXRhBkxh<U|XRFMghzu#OReI5O_sr$oZrM!sJu&GBXY<R<OqKtV9?#FkrE6I-ut%L+ z*|uU`k4uKEU2yo$2=y5*@}5NjOaEAGIR0;zk+X<~nYsF7%Rfp}Urw%D@@!`EKHHg} zf@<Fs2~3`w`*hNZ)XnD~itmX!yjf<&>nn5L{XMN5sgfMTYQ951@2Xl)_no9ya(l1N z+kNJtWZh!VENKzu2Ygzc#~qm`KJD7};KE8v7c2J_>_L9ZwXVM8{~14RPb-g#&SsCr zUe9cbS_&ENey^=CRk(C6RWN4v#P{;t3vGU+-mJGi9Q0H&devbmF2>ope=ik_yBaVZ zR=Zvub6H>M{?%uuoLA?(`u<U3#g)asIqMz<+zt?)eqZ<LzuxQ$2Isc=TZ^6ZZZ`+Y z>uAc$Djspk@{l<#);}ZgoA`CR-wDf-)p$HEJUCOulep&9-nBnUcz>1Uu8%2^GG5y0 zaeMw_3C5~A#+1yK^|#Bd#ljEX4cRoKI_g)gX^71q9@8EAC&V@x-ER5L{`)(-_2pHM zf1ej>$hPRRxg6!_IAi@s7U5O)i?i?Zr`d}6wLcV|mBjORj(6R?V&$nz!%m&{{`qCO zs9*EM_d;zyzy1HV=+Tb@>n_Iy&6MFhoL0cWEw;~jXU3}rr?VdybiDkyt+eizgj0Qx z`ED<P!1zfU?M`gY=lnI<)P`AF_D#~I#q9oxlLG|=w=Lt^V07$0o8IfXTCHpj-dB51 zGg^l=`aSr0xoJ`B%O&qDrhDi4Em8^OP`P=;*y^qqXPf!E2@@x--tX1)XP%k!v~L2% z!Mpx&1d7d+-M?3^Hu}%4d7@H3m22}k51IM>kNs-<jr(|oeA(&ucfVe_o%~zwM)K*@ z521D%t4pK5bg$eeqV(VFi9z)d`N&nxpQm}YKU^~X#EjZ@sfosi7hfv7wrFaVKvXyn zqm_JCQFWE?{Q2%4yJ8pxQ@zhmsGqno`SIK<>g(LKUY(e7$@OWbzuvkV1&x-nrSrU7 zOcroI`F_)AQP{kQ>BmbV&8Fvhg)N_Ac<;~F*9ooDw+maA1<hF}z;s>bx@Uirz&qb2 z>sJ@k_gpz$!&>%x`m4GJTiX6Au6HXa+`m1?+;x-vB>qWFVNa%e3s(h;7yaC@&MRP* zlETajkBjzRW1Yf#@5Y4#qNX#tIE*)@K6<3#pS{G_wL^>j_3cvEP5$@qF#QdEAn-}y zkTCz=B@bM$^hSo?SO2p5z)b1#zO!=r{6|0cioHA0xZh=AD#O;+*+=gE|F?4Ol9u;R z<7}SEy?(go{N+8b-w1~rK6Oj5{V;RRsm~{}i{kfe+w)L9>^6sr)b76<in7C(r|`Az zoxJvdWUw~J;isPdHw_<i=t{Zr*Zq~d&{og=nX5BhYHrK6Jo6ao`95>{4?TI%CR7+K zepzO*Q{H#U=P!%S@lW}uw|C~!4O_G?ZKz*%@Ry`S*oT|m-FDl8*Ebz~f9jlS&A<Oo zH~wH>#%ipoU(qYiX7KqKU(z<c_zM4J=Wg1rS^d2KMf<X6ysN)3Wd+!6y!UIv)F;zI z&g@_<EzH?>Z<`4NQ&`vapBuD<v|e7)k$f4}VSVq<E{2$oGbBD{cYR~9De@P)9Q{_O z#nSDH@8NF$l{clMLtf5UpgA}2ebG8oUs>Cjg<dRt>C7KGJ&TWdS#;j0{?9SZH2%V; zX1R`%zpFH-tnhJNut7<LXT#+`D-O*+d_+4*pv>^3#NBwlp52wXUm`y~FKs$jWbSI@ zQdib~tX;z6mClnWjm9ZXk8KwRwk%C_uu#d5GQWGU=D^1VT+@wBdM%b1{n*MX>8kc3 z>+TN+*SN+m{cOQw76R9g6uu4hQTnt_+=2UGq2$(@<|!45?T&_DJ}@4c`P?(*LuK{n z2@3)}(m&M)%{Fwt-Rm0ZZzK51bZ_pdi^g0pb*v|;mdbq1-|$hJuh>F9q_gW+;qCYD zbL6%;{H#6{*I=i8@yUBpwvApQyg?aH64%x~DxIL`;+cDYc1dk+yT0xWN&VVM(GTsW z?7VN6cz)UKMG9YIqqeMay;JyHOiHxVQTK0Ph1|(wx?flfS2}2kO`H<9^kFLZ+^5?j zgzqf;D3lla)AK?5w2&V8j6c~Og<bOE-X8)5s<y4`=N9puxMR1{!}wEwm}E-4A}XpD zTL^rAde`to&4+SM9^)8>V#SPuwJni5?KJu&(zm{5-*MC1^7u}1Tm2Uc)qbd*^X+FV z7FT@dWaGMMwwdrwTOUUomb-n=wsbeYi8;Mag{y1hq;Kw*N}MWYPQBW%V{|p4_&|Yf zwdhU{dCv&lCq33byk`eY3uQa<t?c<GuX~BkA*+?SW51-%VA)p|kUUx7^X0k6{iCh8 zGrC1&k6oy#ikWv!>c^t9QR_RuTz$2MCr9L9%Y<qRr5_t)f4)7pYWKzY(q=7{vmJK7 z=TFfLR+5Yi{a$gu+x7jTT>h2W>Ob~OKl@s9Yf6G$!>Uzr+cs4G(mcAnE#(rgRM*XQ zQ~1*?C6APp&f6DV{#r)$m^YKbrrP!^H|HuJeDU{0>GqGd)A>z&%@P79)@1$r^ZWAN z#_Y>Z)2jO|)_buTuj`hGTb0qWD!Y0fgXRoj2c{igRo~^Ly~;5BxZtPBVV@{wxzBHx z=d0^|sJv;v>EVkvs(akCeAC@zMfhV|nRBda-zjH5Tqn9vpKal^r6*(Fh^u5vnDf_G zaNmhkUnyO^#MajL(P#6<(_d`dP0RMTyEL^+M_kW(7?@?=dGOW-IS2Nq7JNc8IMv;^ zv9xGE>*(8@?o{&f;2XUcxBe=mX?Xf29eL_dnQL3Q>eA-Lm5=Yw{%-5zdTirM6Rx;J z;V(E{HD$Ta+VIDEcsjpbzv#8t|FQ)gU0q_V!Y8@6U6U(0BK%=;jFi{D+bv%=%u$~h zbM4@ZBOzH`nS2u#_wZ$gUF+IeW@It@(3w@crxhEkvzy*EE6ht%x_K|IRPc1pzZX4D zANKa|NDDL%JhtQO#6x|5!c}rr-=1HfI5{I*zV_js`L|uS9axZc^0W3@Mu(Q;N_QRB zpI+{`-i&khuS0L2@3&K(>BhZp&OAk~>U}G2nimK)O>Zj~krce@c8|Sw<sWUESe|pb z3DG+q+>#0Fns;TfUWIc!yU~JjkrGRxW%i42H~wUgDi8bNaLV=?o7kQkN=n{&Dpe9< z<;9;Ce@rYtGB;3DM<tMd$A_=Fo9e^1$rsx9?0fltrptykKa@BpE@b+(@OGBR?vx~6 zfs?CDO#a$#)2RLGJ!#R)Gp6zLuH|m-`hEFdLxfO6EZdt+XYXB!U!8yS)T`*1VV6X% zefa)Qcwgq>El;1sbI)xwy`Zg@E_P@7)}7YXKaaP)^<pu;Wf`pAlzdE<@xrxh^IC-K z{ypC>cERS1&k-wckIO;Fwz{ib{`w?*mfvmO{G(Hq#U)ZU>)lyuplJKfJk<G(=EKit zOnzNk+BE(0Ug2=Iz~0AYI<s~e{Cdn6CT5lynUXCj)s^(;msI$!S?})neRc8o@0(!I zdHM8)sc~_9=NaWgw<sn@|F~PKY8j9{WrbvqLaWR>y>GES@21t~SWI01POSOld|Ls{ zLr*s+FJXCHk^6D&JD11TAF0l7x;0-kC81%xaQ{q2Blh{me+-MR*iYH~s+3te{n1)? z#sY_l9<$~5lzjWD#D9Ucd*SZ`o%##5nltt%&N9e&yy$v`v1-xh(qMtNv1cw%zOsJq zvW^F9_@(#%XXjy=VkNORMrdW+r}BlSM}#%|66Rm2sL-lkcX-*_yxiMIZf(tav`4mx z_j=Uz@44c=0S6l5H%jkWE}ygKu9frq#>nWn%RRMOzyBm%YV{KNxY50>$MxN`E00%q zOzR00iU0I5;>xVE5%;&~oXY6G(EcleS2|tzZO#!+ap#2=x!D_HU+cRoK3X$(=?uxl z^9#J*&Tc!d*716SOWL`Z#8sspe8HUzaeR)8Wn-CxrlnaY7;blRJa%ZWQr-WXRof#k z)xNek?LN1rT*7{qp{9k{q{~dE?C&1&H64_@U&J)cB4a{YrOp%P|3O=CI2AK_D~g{A zbF^s-*<|l{Y|puGJ%`TT;`H6|!;9Tf(Pptf%R<c=flP{5U8TNB6vuVu=5)RJoB7W3 zXVXjW_eVo?pYLr=lWx$9l)2T+ZLvx8E8F%&B^Arqvg(8zL0Ny&*Us7a<h-2A)-s{< zet*`yxO`75a<|w1tlIK_8$O&;xv219$5(&9d;PgjjH4HA+5CCNrr9@(Bww!lGM%$= zvhcTuZg-7#KJDGf8y~3A&>3KxpLTBL94*Z&*2;TsBr9+I^h)tW$G!=%T6Uk?{xPTi z{k6q|b=Re<Q@)&1oB!V7joFsZ9-{p3cfC=#S+sjS_iERj6Au3<&2>$TcT<=&_fUPz z9IxsoV}{TPCr`G^b1c5h5+Y%?DD?r`jtkRQbg9q$EWi61tD|jcTbgLtVS^B^5(A}< z=>>5XxpvncHmqJ#``dYvlYzIT@)@D9`D+A!iMiPMCF`DRUJ<*V`C3Kj7mIU^Kb|_T z-qf|{k;IqwC6o59m^!ic#Lc75Yh8}IFIw&!-^sv~-}v&6a(CA6kNl4}==JLOvxdH1 zeY7Pg@%GfT70#b-cpvlg`CF!FX4X^mCHC%&Iv(~z)|c7rd_p^{^ebf;)^C{~^+KbG zZzjv(Gc6isKBp=?FZQsv$vwPNQ8h>7g7T$&#m!AG>g0NOmz*x&Qai;g;r(5&*~MRk z*?Rr*13m`^?yNbu-`%70ysN`qJ2SgU!u!6=)Q`>f4P`B7&)$%+L%!Oeq43VD6Mr*u z-c=tw-1Kepuk_zHuQ{HH(%9Lu>yXwi!~YKg+ohN3ercQQ7`RtWZC>fMeRjbgCtPg) ztnIYjTJ5v^$DE~pR@Nd$YmT@^W?!pyIFZ%3#_IfnZO2)&FH}9Zj1@gF^}|`le{;_7 zi<2!^ZvB2rYhlaN?2GR_rz%)lwVJJ+y*o1S#ska#%I8m_)qHp-u4A0$Qfv6Y`qk%F zZ|;Y4O!kyoBuS_#&tQCg=rZf<oZm}IOcP%7vRi&sj8{Fnxa|r<W#WlOk<Nf<6R*At zFPy$7EUw@bESgvL{ibS#-;d~*hkB+lnZ9@tyU5YHBaB<!F3VS}i+Qo++2hrpCzy0O z6nHO8nRL8peRqTRm2T;ppB}uiUY~14P5v)jEtM$WzK4I$v!sLSTM8JtS>xs%Wq<m; z=gZCeI~I4HcKlN#u(wI?*2`IQ8)g=*o!2+<hV7&}*$V}g_ily#&&qS3x3^~M^Q(`; zo?ZHPbMd*)8(z<O`Rb-+f7EHCJ$}aLMW+0nY#kAD`e629LAj4--R87w+ucjsu}?bY zQM$^HOEVNr6#XK<-&B}?F#Gu)#{92(e6wU!x0bB_w9??Jn@nIoTO9kMnmyZohueIK zQ@(IVw3lPwTiGJh1Fl;ZID56LC>7uHHCw2_a<*`1VL9*41^o->>u>g3?cAsG=#KQK zOA$*R%H=dyRC|=z-~W1|&Fuc|`#QQQDIKh9)>@t0zP>w2T1@x*G{3`bsn-KTj@8bq zTF^R6L&)@&Y4~o&UZ<_s(mn1cgzkU)t-k$AmSyAF>3b)?-lVy(XM#|#V9hEw$A#wA zwr81ZO{Kr)?Ao01ZLyi#;}1TOKRKK7Hn<i2+O^B+jK{~_%SwJ)bZQ?}YO33lR+Z)| z^0#8Xz>H^k=Y;>(d~P`r_VDK>wVBhMOJ~oFmYJU|U-w7ml)Bcu$f7Ul=eK@u7Eo^e zzGjck*U!@)<(l+|xjuD2)wHC0-9Nn<ySGcJdoF8O>ZiOTAtT47ZAFp4+oEkAQnoL$ zWp6~E(tjMOb53~Ws+WISsurE|od2sY-rk4X{r{!NvkJcxYxvFYFDPr?{A|UHndc^T zoD;peIJ|mI_RkfsEmRgTYR6S&Wk23?T<NfU$hPfW8kd<h-n+V~ZwtFwn0;2MwtLxv zSMR19swwm|+3)AuP%miBdFITeVB^iMpMFd|bNk$~RloNi^xpnysjG;?1|2KE$Eys^ zz0v#?xV!FLy;8yB_blrVT{r8mubKP5_hNZ2f30c1Y|Xg^I(6A!9{NYTOmS`6YNdS1 z;zxHxgl7Glew)+RE*4)AT|VjiSEuR8(%n(<8-!0>4|ZjK@b$m7d%^|dwrjI4@qK>T zYm&~{XJh<e!}F=>zglE}91s8F{qU&H^vH&1zaAT!i(77IzZ|Pu5Sq;)7kO(1zw`1H zAIg-MZ+pRCpBcY1i|@_7jdAg-comcVQ}Q-{dZhAwErVxj<o0LswF`f~6v&o3zJBWZ zusLk2bMG$_Tj0$i_e<%=R!^Vp3XF4>nW$B-Ke@42<F01u0pWdD4={UNv(FHU3$Ns| z+~9WqXt-yo>Z~VK$8YWZ<o&nZ=%1I<+i&8D{;H|@N}rk1s!aA-C7#>+z_5<z@3)g1 zG&da6+;u})yRPzEHp8a5OQ(80Fl*X#M_pJ)Y{8tZ`Tmzr1syi5HLCRyb+?vbN_p&j zcfBgN&XT4tIwsRTcd{>4(vRHp+wIng2UC()9f<Dacr;_Cbf;)NL(#uSjLMRAyj%s# zt0MZgo76n@z8dT6d4Au-V|6A+FNDU~Y@HYs*Z=KPWW#scgBomQ5-Kctn_HYWeZ48W z|MQ7VK}WG;^BEJi{C?>%f4l6Nt!WwTa~gekCRqID>6>}-`ei+)BHo3|S3j-{V9Yox z-7FulS*SnLqILcLCG0oumi+tm$f{0tX8D{fwP$z#dT(H4OSzEOazXe=Lvh=Zsom+? zj2uGM(-u5*Kfji}`-h>5>dZ$f<v&;Yyv^o*xNFmt{pH;^PjF9tdHma}ry_e^aB3+3 zKR2~-LXrL3<gXu}KTB+1wKhe`^mY9Fxc<fqUSWsIqOA3jjm|LpU!R;M$ZNYzKDv@i zZns-~kfwtPlj{4fo6f5Q&VJI7lR7`^%%e%YyH5o3YWZD06MQAt@x_q>Q_mi^U)$Xj zH)qZIzkct<FRT5}KYApR@#)5$3o*&<FDAWu_ccE^wfp;)R43JCnld(vrZ&Ea%qj5w z!}myQM$vWN1N;8T7+kq~m$kOtv+vttxu}F4J0+954{h0?d1cQG>G%G}H>r7d7af09 z{!Ykfi{-<5PQkMCZc|<*tiQFQdG@CEviIV(lUvm4rXI|m)~nF!&$Q>piNkZ=#Vm5Q zlb4aYnlOD=?bAN{h?51j&gQ&bW_?=STNO&(uGj{6#XpRCGV{Zax`q;;Ti0~Y|F&a_ z((e5ytskIKSZBS`<GiGn>{Rbdhxg80E%a+njlbfNRn-kw-kWm7el`7B^vgoUWx_{; z&gUvIeDO?;Gar0beIIx$O+RL$+U>w|w~9{0Z(5(EVJCLtZlC-5y00&C*H&wtVXIV` zAYYnmCVf!#dvD46>hPo|d}dqu7OKws6!D>=({k>)N8T?VEy`kBZnySBdkSOZmHNEL zMojCIME1OJ>0}KtK0SBS6r&^l6McFM^<IDC-~G@ct?CQ=m9VYP3n%_ieXXX+(Ybn^ zc;RF1$gIyPIy+B#-wM`k*DA}g6z5&%wc6G<_*tejA1i}{<q0-}ofH2_g_(;!dRA8# zEm0K7s`k?I-~C$;^n*UmVm49w_Am5e;(o!y{7c;VK4mh!sM>hSMn&${k%QI$H?G!9 zwR(B2C+A|#-lLa&_J7p$z0AK$y5wV=xv<}qyk!gbzxVoVHr*!6V_R{}i^$jSSnhNm zX_?Rz!@p7HU#0WMXKylAdA#L*zr;?QJ8-&w|D%Ji=1vn(I`%D4rf1rMC4c&L7&e~g z-THX{hY21ElS>=UiFQsdNoY1$AN1s$!>x^rZ=AlH_u}if^EVIox2|%z$TcfQFYK_w zeXS>-PY0X}K9^AKGkHzb^cmh~`(}w|aQ2#rE%HyU?<{kCTqU&Fdy7~757|7c7X39V z9vy5}=b3TD`eW^K`)StaMAz?UyfXE4K+Y@OlSSK@TG<4j6!E-&aJl@^#itkNEd2Y$ z^ZnB`8sWb(0tDKBt_k|0*?s(3qv)ETkUfr1j2J5a|COEbeQ`(I3t5Xk=6Q3}x+Yv_ ze%2~o^hEBqY?ambMc-PTu6SH+I5y|S%vS#W&iN{KH`XZRri6%d?8`Yh?aYixzgKK= zHtx|-S>`tNv{<!_jOm=3jQ)@_zh4QS6a1|4|BSBL{L|^SEC<f=CogQWSoEl7-S<H4 zFMj%goA&%Z@X^!P<mGyiuJ8Poo_jLwC*KV0=e}@%iZ9b_hJ9z;MAsa+9dciuYu~ZW z_cC+p-r1`7J1slLvD)Wg72m$KDN!@0ykYJAuB|i6rJ0ZI$2HSS!dt!j%v8>Ao7P-1 z-J2<7)qRsV?awOHnckNB`yT&hE-B?3X2rDD=D~;LYYfH@*NU}=)oFe{da1*#;7`d` zH|ET(XTRU{IPM>HUFLmSQ_`y1Q%YiQTN>S&I(D}TEqai;!sKFJORw(Tq;8?6vezEW z%Nw#E1RRmBpSQ@k_Yv=GX45afRy>xvaA?6^wKCNZrZ3YcHM<<@&Wn#(-+ZLy^(L0I z)lEFMo2O3Nds;kk&63RwX8VGk_6e05>dnt^ymfKsiR<$cW-K}3;<ZxP{at*{zB^{i zcg-?XvF)t(EnatV#<tp6!-`y$Q}rvC?w<CqxA6P(ETasc-3xuLJUw*gPVMcqYZ>On zF<UR4x$k&%8P^HFN}K!oUM$Pp8lL^XwI*ZgI-M5|o2JCRoSA;&ck%RN3-XswyPe?a zP&2pM=pl#pac=gVJk!>$=XuIk%<=1Iw(Os^&(5hlN!_+|=F#0}|9!me>vB1hZ#t)x ze$hIWnwuMCL%rv*7FLA4<&6({e>GKdhGwbumJ|!^cBe)A&E72%xDzyI+p*9C+k5%_ z<h}K)RaVUtin)DPSax3`d(~#?xA(tQosGCCx7&Q3d$&d7^Sc|{w%(q~Uu<wHVeNvA z!s7EboQQbnoH(=7^VQ}ob{T=ZnTPd^6@&eE&DqHp{p<Z-mn_H5J$zehR_*1Uc7Ic2 z$J-y;EjEuYzFDm_$2h#X(dUj!dq!eTj9AXQm!g-s*A=M-?3ayrZ};}z(*x=oUwJ=h z%g<ka_tC1S@!<!a-Z6D}edoffkE%g`Cz{8<xU!_4<zdjF0~t42mB0UKb^gW@e>5vn zEyX6P)nmcmgI`b7e5&xiqN8!tt^e<Cg|0sw7x?NPojViwMq%bl&e~$bci&eov9ekG z?x@GTs=RaU_O(y;`sZzWcS=WM>#Gy5y#ubyeX*o{BC}n?)V90!>rU|(-eCwUe7|;O z%f55PSD6aRa)P3D<HA1b3V#o;VRCXhQ)<T6&J~=nBZOC8;Qz#ZXTCi9Kb4{Q&{92C z<CGWIe(}7iI>%;Sd&q8Dh2-wlZ#^2TE_(O{&AGa1#<|%2i5Kf5CVpJb^k3_uOXKm& zZ`K}5kbcj5#z9E)lSXyz!ZmSPz8%GmEy}Dr{ydRQdHBsDf5ElP^QA&XOI9s?IjNdm zaP^IO&p#~h<nQsEdssA3SM7-gcZ{38lhB<jXA+i87iC~i^$XRleEyH&^xDw>n+?mp znQ=RxR@`=IqR<qMQ(SX>?E5v%uIhy?S#?$>#`l3{(|50V`A61Bb}Z27w($IP!PLKO za?+tiCG$SsI50U)#v%2^vm^64(%Sc1%URq}GX0sZeqPa@uXFWo=G%-DTn!>$Z;3c; z(RR^g>aWbd99oCVPF+8g^6#q6p-cZ>JYKx4<iC2v%L%bJ9K4(=E>@eeKP}ldcjo$s z6~T?!cTN2xLM*q1G--?5>))Q(c|0_0T8{i$hS_#X3(N8zo;xM{Z)(7%rX~KDr(RXg zJ5pf1>{ONgf#VmC<n2t{x#PUZp8lD$IC5V&*Qv8ke>Q8W>O0fdS*Z?&GrxWnI;vc| zi+NU|!eim8WARm8lfo}~y~^GlQNKpVC}B!dox~1#Ie}Gjg`0fp6;1g3#5eyuG@F~n zD^9Zg<=>=?RXaDF*_^z7o3z8LefzJyj5*=L+US_Z&g$F$bar0y=@|=C&6n|I-N=^} zVio_G<+SdLrCHJH>92Yw-AG>eVA6!u{|W@`XTEkfVvV<w<Z7L}rFWrF*SR3GPW!<6 z$M@n-D*WAN7v<fvs?8vw@ZIm+^-A)~b_rRO&RA8#@<lbh=*Q;=r<qq5u-Yd)Ei3u| zm8B_FBF}1Pk7qi|w_OIee=dG1p~uU={ZYyxajB2H*j!zAx4qI;wwTN8<Pc(K-{i1( zTD-u5pS%7{{9_$9Rn~aVk3(+^oUYe}?&UnosPLQPyZd>So>~cyp7{Y*pVa<qE$>hA zpP0I1S3du(UkZN0X%E=GYxqC42wA;r-skQ1EIWKpy?c9Xk)20ckEq}071}eCKU@{u z=C4*Raxktuf9ll>%Nr_;pH91ZPxANW&WOH>ZR>Y331;u=xOnL5>aGckPe*=w;^cF= zwzEEU)&rlYj#m$^&YC-?*WOI1)huQI)WuUC{H))^H>;^$bH}se3#ulT$O~oa>#wkU z?YZjxZr&50&NXE;HOa<YOFf$uv^Mnm%;gPUJ6`4g&WLw5m~DHP|IPic?lxPv{TbGu zKUcWcPH#`e+uOf3@_p=N{^Yrzv+3lw$KBf(U2uP}!RJImfxSeeUu;$`Gmp~G?fl(> zyU&}HKAd<aZ^{kkP6m$ar!2$^ZW=zV6t(PmVX$)dJo`)kC++0y^mh+>yd+Jy_@`FO zh0W0ymrTE;Aec30vDBV`Q|<3gr+xSs!}K=(rH9mfb7>KC_kCa4brTe~7JZakd73N3 zbdxqm)=zcg8D8?A?|*Uk5N7-~HSXG@ZeIJFnSSjXGz%-ldJ~R*X8nGT(Kb|Rq1&4I z1>#N5_Xp28&d_@^e@+aqV~iDB%P#GCz2By)F;BD*5LrI+^v$aUF53fDC0Tz@`t-r^ zLZ$fD1yd$xc628Fw_7TI@n_L~{b{PEb~bz#j!82+_vi!|T$uP=i~WD2<lbF>OkDSc zM9lF?zRUmXS$FZVmI)_gBo}RIU%$mwuS9p@a+h6OUawiZXYrfnzRJV0E}R0HZUHhY zu01Wk<l#KO)rn=xj_|q?<JXdz|0Wl>h(FGsyu`z)XU63#bK+FDi`^11zAP>Mo5i8# zQpypjC420`W-T|lE@5u+U$}AMR;f@e#_X#*rINOOjuz?JY_h+}<4S?TwwZS6cjrcX z<g&`7#zfcOdf0!6Z69O#CAp`?OoHFpH7n-7^=$oi{L71zlIuKvuU;@q^WEw50nP8! zj!)UBk$o|_`_^er56-{u<Zj)3S-i?{dYTE-j$Q4Jap6pQ(`92B8ww`7t8bDs|C_Az zlXJO<vA{GlCw6<=*=;+!XIM(sv`gk4`6ZYnD$6u|S$p!AoSa6lKj#>FZnb2551vxa z{OFPV)A>uLhWn|W%esB*L(c7By&B)Jmf3&xX8z&*a`(h1298os*Q^j$gZ!DZg*Sga zckuW==ihs`RQs2QZmQWi<MGW`NsDtmI-mDnN;){f@sh{G&C~Axl<WD-7%cK8LD=)+ zM}-y78JhO&d!hBhFQeG^*5@?|h5z6Fd&`kFcVUElS~ORe$hKYYdDa~BQs2>aw4v<N zM(&_%_pMw?mPfO=yz*2GS2%R7b@q#`*Nx|Eyc19@77qOvr25qJ^XY{<;(R_gnzuPw z>g+dKyfvajjMb(4dt>^_uaUjR&eJaVSt{i__D=t&<u1j;zeYQzX~myKJd7>tUN0AE zwQ;(b`0@0-k7Cm*H-xMV47wO__n4=~&xa8gh2kgZw@%m^nAUZD(&J^%ix#Yu{{MXK z)k5auhHUvC-4&l^#FeBR{d-Jl@gcWwj9Op5-B);F*m_-<;n>rVb9Wo;^KQR1e)b~x z<Z3<XKF|Mqq)%)#N(!!ecs8kjyZrCYzi-y^<mP-1;fycXd&c7Qy|SIlclp^}3}~7D zRDRd1t+}t6!iuG}>Yj8@cz?etWBUJzhgz0JUD*;mUs5JlH-~x4wa818ueJqRC7b`7 zb8OA_THPn}+@F0jnL8)oaL!7`qYBe9suoy?zq(btM$K-+;fS+~b1c^7Tx~H`KI!>M zMR4<@))@T&&gO>oyxlI}*Cs41ovFV-J9%G`*0sM3`rGtmZC~rQMcCQzIUVz^)?_Ig zzr&0L&rJ^QeKIxrV(X>b-9pRXmm6>83;6T(!6mJ)uZp^Uoj!ESApV-XSFz9Sf<LE| zPs<;gZuKF3m2K>9r8Jqx|7HC6`uxr?3#YgT&p#Nc(6P`h!=o(!)v=iAuG!yN%y#}x zNI2eOqG}$$Zr8UN{{!AHlKdBM@&3u4^)H%UoqizsYPE3rQQbo(^LZM2G*0Qh|NK^` z_Rk5v^h+69x*LtIxXtrhD86{vZ=c6}EJ}fUc-bajoAvD4xogiZ%&mO&=l=2ybCTSY zp7&R8sJ+~G?S66fhQ6|lrl>OuE7pFWv+-QiVu$H{yKfcCulmucxoMF?uW_X2suh0X z=Ms;7K6=i08Gq1+$nFE)@j=~;yCfZ%YaS+Rug~Jz#PsTq(XX$!ukD!TqgpFaYT3A( zfj{Y?uEx9#&y&_&DE4CNzH_-`*Ltpx-KTFgm{x~ROvroDd3t-nX2Gf9yngYT)kc}2 z>>s!Ei~a~=49v)J=CfsuHvg|1H}~V`JMRnTP5QGx|InuIyVmWk)V?wG{2@0ZzXRzh znLAY?_X+BpR9$dDsP{`fYvKn^yGiCNRe8)!yZfb99b2lo?TowI+=Sv462T{~>doBK z+^X^IN$Z5;%q?3(#D9K@dtI*3%{Jwf@aop<ySu*l-?$z2cGH&^u@0%nwsO~AE;E01 zK>E8(>DH>B|5(*E7AbFvv*SFlO0*zX`rdoq$UO@0CtVNU<JtD$YyH}ebK93E9Z3j$ zr<=G>=D<h$tIJIc4y<teFqcECPxpxKZjp7}GXIT40=Bg;_qlwcJIg=%+mSP=d<)Af z4K>zJe$(uIY4fgAv2S`>b6)Q}@H#a>qD1z@hH_^0UC)EA>Uusa%60Ubd*r6;?FBCL zE51DDZEEFTw`_Oq>z4=je_Pe={OQn}iUS8Hc*Z>{Wlr);JisoVw*IxjL2aQ2>kGr( zt}dJ%u*KrI?e|of;KzchTUu)kmO3V76(w6o?J6u)pS?PLwn?yl%Z^@|xTu(a`66f1 zk3}uGWI9X##S&?w-3wIj`W(+#cigyP+iveI4%`2TD!zQux3+J}-F-V+JY;-d=DjiA z=P8}2Yq3vWt7F$$_gA96_eG7~M6oz}uG`_azASm3tV6CwgZ1<uPF1`1`y4lrvQ5n0 ze0NjHxvcz!?OTchb7oe!*Vd|k3RJQxVfw6eJ!hHNj3dY6=gges&Z>Adh|%+=(Gp|T zLtI7NZx^rKYr<ccxu#>IeYtL(Z{_5S3#C(C7S8xr(C)Y-H_d|e=82y+F6!}dNA~=U zGE?c(iV*n7zkXG8g6*A0vt#adE~$QFQSq}vZGK#c#OY3H$qAu{_kCC%;x2uF<JY?r zQ^gKHZ_k(+x+3oUe94t}1^hogtz)#5P+%2aU;3@>uYGiQ`q?<SjiDTiHn_eK^)(D! z@ND5pX%?e2#a;W4pO4>p&(mbxq0^ajU;XNpnBXNDw5>^J+Tt1``J|7>-kT>TS7yvP zc<hnro&)<${Im6T?)Y7D$w0$`O_=pc`5XoP!;@!dzC06mT~EL9SOq74c>EMiyCYw= zmAJF9t?la+G!B|;#WP(}{?y!jQ`6R47pLUSzNQ(Rw`@_J(EU8g^I0)0aj|;Kwtu{p zBma43&Z%$94tdOZx#<k6ur*(1!;A}$FRt0}%ji@_&Ggr^qNc5xFZTJA{kPkT4=rjc zli7W?y-f8Lx13s;$==(?&pn%<!&vldjZH@U;XU`oqtE&Fu*YSJy3E^mk@s1r?^BhB zX%k=HKK<6sVCk)e(a%pSh6cKuPq~_X<Wr%*c0rzqV~6IyUhq66f71+RTc!F6lh4ib zSGG&{GkR(5Il5iW>YMuSmtywPS3}o)+R`~8j#b8B#oE@zDmNWh9=UZvW6Q6!oX5SE z!n2lMZ@-uSEXjvKX7)6Ov`N7Q8`re>n@S1u&78bi!Szzt)cl?u`zDHprg*eV#ThMR zG0Zx1+IMTrsaIC6;nsGhe^+%V3%w1k2{5!SKD<42#s4+^{XP%0n_pdhbyt7&HPv@I z22X#T*)pwLb)w;~S7O!1FTYgY`T6|H8-4}#LeI-lTK3+-Dlg*t50`!BF36SL-^}3q zJUoB$3wFydOvXRh+wYf~I7h#nlAvqdXYaZAyMoLFH<P@@=l-M>zqqQdEb?uZ>${1u z8H#F|A00l#xU3G_vua_??B$n^SQaIIDbkj0uv=GW9us)@(Y&bhN<FFDON5u+KJ9o~ z>aJ5`%;zb+ftwfI5D4g7InTWP;DKW;e5|W&^zxdk+$#<L7pmGXJACKY{dtuextSk4 znkUNKW0qxoYq_}Ui<O!eD+M3Ae>7sX$dgt%@;ktPk@hAf-HbKy_x;~(KNu*I#1^@D z>b#K3&<j64&$)EaFe>@vQy>4;=j!kMU%w(UApLpX%?TP3YyPc$X7p$o_g^<92J5N0 z>vE?zG+kWwWZDt;x#m9~1*gdT(v#WGm@Hu7=y_3|duB0@{@Q;YA`&Z9RE7H0wfTQ7 z$}->3y<J8o)5KxLqF)>-e|S&ZTFzS#K0jrbz4^4?Epdxy>(4g-uWBr?$iU6ZbLWGT z+K0SUSk9k5a^%d$(i5%X(ffD)`L$1cQD*N2M|s(Oo>OeIu7>a*xU=+Z>}^(lojFn8 z|5;2aear3JFR_;=;F-^F{go3#&)rIE;E?b;c3tD7Rqy7ljKTJ+Cg|+=ak)TcMG~*l z?%UCQQ<iKsJTl2l<!9&N#!1~Or_#c|Ec$B9oKyPKiOJ38=YE+MW#PglD`%C9x;Q@D z%xNW}qwp|To|ofGN=fRDAPr_4kM+9`o4hYA`o<lRwaW11(vVW#;@|4$zkIlQ!F;mW zzXbu0uP^ui{acm&Msb~Pj_u=((KTZHKFh<^TFaXyB-e)<7EE8%uzP-;m`l)mt1hS3 zpX`6q795`WcgJo&flqlyC$?PR;TNuGofhzYyUbip-s(TPul74=u051$yIwc!n)0zD zVN;!T-}P_r+g2n}tQyAHsu})fF7y7B2T><aM?5NtQ3!YvA?9AwnUTgaqh#);9B+q} zIoou3j!ap1;PUs{o-1ZqjuLURjxXQo<T8mTpnj{5H)nh0ighOLe-9*kHL98#8L#Et zuqyeDw+6%i)hY`^?LFqGes}KC2zk=;?ETRnv30kUKYrsB?D_X@3VW9S2c2DcvMzhy z#Y8GP*ZS6<5k4lDBqRJZb;b#6_nNm?m)-d#&az}pv)TOgC2?~OhH`{%Gjne^qMx_5 zKJr__Wv>IFB@>U{2zed7>W<gRk5)WdM(@qK-dFj1`diG`{~5Nlb@zYytF!E^PS|s~ zB-?Vnp6t$Lmd3Vv`*P8A)vR>c$Ig?z0=PfczcS72>s!4vShHz<Ef0^heAc^=>nlUn zpO-vg-1a(%`-6a>|I|Q#b6vk1I=eQz8*cdg*7x~tfsY^l@+9Y$RL^mpzHIw<r_ee7 zYsKvn^WL4^+<NlmrXAaFO<H5tnZJ2r`(KY8jQ+7QfqHu{reATt`8-&1PuovH2|;mv z2hRHj8{T(b-?V<R*^8>??nS&aE^pql?bJK#N{!#a-BA+f#CXmeP)hkRbuasZm(|mo zzZ-8_ow@i&H-EE@Ti9jO>mAR|M*Is(6Ea%=RQZc{w$>jh)=yi-B>Z+K@6!1bHc!<0 z$YI|lpPu!Lb%}0udwQf@D~e_2f-Clxs!tcb50+XLB`^H!Qu>KAn|AXa+AqYi*vHCo zfoGJN75Crs!LIVw>-JySGV$YON3L5tbf=joFMAMt&}D;qdfb~cYkp01mfv|`a+&#a zSL4OzrB~&JCx&koZe>$_bbDd@+TY?g-bsG?@@IC<krm#jq#^@u&(@o}QE8ioEBEK+ z{qtwci&dS(s95jPKSSzc%qHn&{p(HNuxRi6XQ!gRDQ0`;7WMR<o@=*S)w~mo=ACNM zJz=t8^)2rc=6S3$ja?PLlpe@F<ehn4dHSiq@;Az&jjZ)P_Q@$ChFX!otFs=*=!q4& zoGSRSu~|?&Hn1);-|^h{w24hN$~EpTU3+JINN%td6b^H)yvjej{9u+H+op)G4(016 zY_co7v31(r;`#SN4rpKe&bIJ}`g@H9>c91z*ZXUUYbL!<JtlWim(k?pvxt6;|DQhC zI_&j7aIUyZ)A7zJVOG<LcSCN~ob*n2o_%^<=E45J*(wL0=u152>$fm<d26E5m2A#l zaZfIEvWL;W>d@p<3Vn07tPBvHY-!B;;pmOYTXb)BAAGp#wp;$z4PLk1xC<T|S4f95 zNZiv2SS>8a61>ShMR<mLx8mdC3+*SaXg)Mcy~pXXO2vGw?$@=xQ@-gReA?NuY=)ok z-D|gm&r4;Sg}tv>;G3&INtOHjtIJQC5At7ixz;)7P8EY|hqkKm-q7biOf3Q&Mc*=g z3pzM8HFrn1no!iWr*ePF9&asOQOC0&A>KgvSg@am)_WDUJ&fOvXXd@zWooG1eqG^# z^pSq1D_dtQTU5d)@>_lDi*@mO4RQW9kNz3CZMd|p@414j``L58c|7;BXYB}0ia*=6 z$Z*4)5}!kM&jRPzzFle}R}<cT=hvLFPdybb?CiTjK3fQj8HRiNHr{@A>%iCZhYqfI z7QIO+WTUM0w2iy<qi=2yYKRcLB&%WaaB6qnv6~Wgw;~d^IQwKTyYpVQx~)M@^#u2! z)!jae@^h-HB+hIIjeB-r$H$|($64&QWNKaYk6g~+)|VLNa^A3u|L2Bz-+v1h++Nx| zJGif_fHA&A*E(pO^`XaB>N35yw)dh7gZKOhHd2wz+;#P?@{_sQ_rFBzM$OnFVY2TE zPowM%xl5ii?rqrbJnhu4N6Tb%p31jy`(^WPytd(q?Ct3%&gy2}ox=C$#FRv%(##Lr z9+u`a&yc#d+Fz^U68oetYwwyRWbax3f$O`R>G^V*qKAT;b)=`g@BZ_S>weFsXR<jr z`&WneKb3Z~W4qDju=#PV?B^Z3k6r9}v|XyFu<6kig${}Adqq#1uI}`Eu<P?~muJWP z1r}eOs1!YY?aDvp-?xQs;(c+w>yv-O-Tt+n&1(y<hZ*Yrk6RylOKIzD)x(!q+jp&e z!G7;@WAOKSnGm08b;dd($2W(pI>GXJ`z-&Xk&V{N@-FOkn`slwH|JzlROW-ci-vY5 zmP$0NlfHBMtJa%E(RV-JzOa(JJ+NYaU6ij~^!~?NxDUzn=-;1Qn!2;<Z&&)c3k%g> zD|brO?=M?BLtKe>zaPuZif2D(1^SCl6*c&^!0GAt<<AcubIq@NbwoFm;dbt~+M4T& z8m{hLDz<lqBfFU4*+=)3tXhxV5viXyfy;a4obz4@RxfXFka_)oa~sPYhwHyqXtVx5 z|6umj3D?WdZ!GqTIclrXd?VwS=%R>(mU<mIe^CQnMp>tRfsJ!s`|e-v5zsX6UhCQi zTpH8e+wWu-?)bCxIn&**o6P;6F`VBKwDr)LxMMO?GuMR_*FF38DNmxPJvz8>`UR;C zQ*(TNMD4s4px3$KEJw+?7XJ)$S+&rO2e;He|IB<h;2q21EtW^wY@PSAl)aAe$YQ+v zT<cQg6|=yb&n9TN{Ebvwp5rbTJvnlV@EWDB%}VuYyfexg?=9+05Bj@fPS*WXo1d4~ zU7Gm0V%3A9^*e2gn&01hx^Uy&S0R5=J-1%yxpsKMO5O>L-7c*wcPx`neJHT0^k`K= zziF!Ol{e-kihme3R=>U%)y1JZaf4!6Z&>=#FW=kG&s$e`lt;qp^C9_<>-E@<nC~@Q zp2nx;l=buMo&O62zIFU)Up}icCj4$^pbPgE^SO57fjzh8DW}%&ONf8)GyQ`~oy_$< zKRvUsdA?J3tSoM_^ysLoUUO`rVb|wVd8+Q)rLvyeo|_f8H?#19uKvf|t<Qd_Eu6LH znB9Whds55pr<vsD9g)9Y5;r$oYR=U|xy98@J#4RcT$A4I`~S`MMjr9dD;tg+-6FJU z@9yoVDqg5c>a;xna&&21|K6YL#b@TRw7Yebg{be3XZ@UNzQIXTZ<YPe*y92Fmux@( z<-v8)4<e;IBA%a^d!gX!J9UX$dl@^dg9BPFzYR9ET=qk#$?Hm0E9+I~wtdShYCj~_ zCGNIZ!zOw^_o|~h^PlAf1>C%=rp^kO6{5a>R*BCe=Q5Gh|JT%6etiFOGE!ab#)jvb z@9(Z+nU@gieLd%=(3Sf_F_-*e^G%MMug;0yI_<NO^bx7k8E5!@KD!w-cfm93|1%hR z<vtz^-XjwHal6IR;C8vo*~j?{&fJ>K*kgL|LWjuuTQSo%Bz)68IibBxSH|h$m5E*V z+#mmUUfWYw6)^or$iFv_RQ@(TH10RrYS`7Wpn&DO(-E#~6Jn<@?d9FL-~Zg_BHklw z_Bt(4zj5W#>Rn$dTNg)NSd%gTa>~aW0`7HZ3Vti+#+`WM%xu;1ecF%gy#cc<>iBmk zT2Ie3Ffx;V!r$^OdUx1N`<EQEKVFnH*%3L3`;D1Oo#C&FU;K@3neUgTtHl(qeY-2> z^7iz1&yPQ3P}0?Uw)*`B`JF3rUsk8xvSI4iTG8s?IN59B(UY4u?LL3=qN)2jNrV5N z>VHYpe!rKN`EkST?8e<*I#Wz-WV_sJnC!ML=scL&9QtYro1}c(N7m}we1~kLWNzmq zGW1nWSR4IqrlOtN`FBp$>ieV_l(n6gZa-vpruR{j*YnmzQmP-1DYwr_4A-d=kC<FC zfA^-g<R^u!8*W%}&3x3eFlV;byL!!#%>|4ByVouM<9Kcp1N(kc^%=s));Xmt{QXR| zvU!t6Yj}<ef9>zK1GnwNeBCwK1$$04y+8f$@9bZ?Gg|qo8@I+4J~GX4=I(yn&s+a( zVc0A6*LIUH)IU(MsB>@CaoW7wm;d_x;*H%)mhO3TNpJK0n0fCL7FFjIe=Au1uwurK z;E#b3FQ4x5Jb9eyCX;yWrT@!y!ra48)(Fmg#VOWaV#Igv=A?{f&M#{p8*f&v=XSi> zTd^bju$AdzdwuJ}izZ*+tgXBMN<Qz6Fdju#zyHn#4V)qmt@)#VerO75E_(d`lm0t_ zB@d!Mah|D*34Z(}=lJ^NPjwDYsgORsnn!l2<Ua$|E#I_fo-~_%Z~5N^?0fDl-?4dG zlyW4SW^U0w-$T#O@lO4?ZH@n0#y1J4cO2iGTX^l0R>t$9SA8EAg^Monto*Y}OIc&T zyP_B0+0SqGUA(rkV%e@*;RPG7Z%JS~pm1;Mr|Kn>?f<=2X#TsN;lqRSIp#0+&3P?8 zhtK8ditPu~;yrU0_&gTBbo^`3M?>{v=Kq$=-Vn<DKK9UzPwg#QqDuF@d^wi5dN>{3 zF;Az{HzUwaz;WZB$FpvS$a+8B$9ej@5UX?9%ayAG+XH*!j@2AXO1!&3O_T4-w^WbI z2EIb^GPAzK)n`uHY8TthFTj?1is$5~x2=<(oO>kFd23E|1%q$N<!{rnvp#4Y$Ty8Y zBAO;L^;c~I`>Bq3$r^_y?{5iMBo`p$>R2sODqcRv{YlTYs{-3ze!3Odv1P8-bD;$@ zKV-d*Wts1GLp|;6+^b2ePiFbd30PwLyP4};X~erqj+=i)jlSOIIeO>~+s&8rCjTpB z^trBDw^3QU>p|kP<fFf4uYK((P^HFdymGF?DzB@R>YooSNZgsPx#zvKuCH`^gVUr7 zhYt!K-JKoYlj+yLFX6%l=k+aZ4wJc<)|+z|Ulm+(Ju|qkxJ&LRi)@D0GmQt?aa>m` zdDc(w{Xg%9UqVsMM_Y|ViIk5nt=>P>)AYl;{x|&VG@O+w&n^|Y#8ry#Nw(~^C08x4 z&CJ@H@kd8*!>&it=GB}{DedN#XZ<@5>-q~DXBE}*c}qKM?`>x2IGz=9$NS;7h40r3 zDXf@wL(XhRw@3eedx4|fuRd5G_@EGUzx?-|(4N_8Ufn9e%$DbTrRUk4(>Qu)i^IXg z_c?jJm&n`RG@c^3G9q!x*`@{~t^?VYK@;n&x@N0R`t_kmPkk+y!mQaRjHkU`s{b#> zX~`nyxzDDaV3B$`yG~npLYYOA)rBXzSNmpYrBt{zm%LQrTBc(a9p|(Cw~3zNS%+QQ z?p^sd>nrEtkB9nN10&}zve4O{)U&Oi>X@W;#^Q*@D>c&6Ua!h9_!PAHX`pqI+VAH= zKg-)$J2GZ5oxfk^V(|NAGK0mQ2Pws=rcbN5j6yqh+RyV(`10s_qv^G2>?>Zlzt&tb zQO*DJ*JDLhIlGG;6oux_*tK<=k&J!*%Jch_53S$t&5+6Nr*~UISVq(ST<F64|7txu zGz6M*H%kQ^I}&!%R!a83_q)dKP9LpyC3BqUwo*`>aw+}VLn%9_Ni`3bKDgwr^HTA+ z?Oex2->xn`bS(I)`sB#A(q>+Rey?aFWxWp%Sl3Qqdu}5Uyh-tkruN0XOG~Y}h0hB* zh_Tw9smLh3|2sm?=6A~T(+{dmUi??T8h-ag`Q@iqSB6jD7x&(6Q$FVb=S52^4i_%} zTXorSlYGXx6B<dgN`)_TUO6(|Ea7<E%exbHyLT_zeJnZU>5@A)ADz~hUeggXe{;-7 z9ivTIYXef4HGf|D%H3$neXpuH@Y4jQotj*c`p+}2cxk*j_T%|aj);4SJM|{aTkUY? zMPGDX`oyA$gOlIoh(GK!RK7m_2D^ntj=jZ`ee-%wFL5=mfAXd`aOvW;nm_Do)>?$9 z9;?`Ljo}i9=SI=x&7Yh**Tk?|tE|3!<gG@h6GKDGx_;qBs&4s?r5`pwc{EwSWyUvU zi(Pk4gq``j-^B9xtBgCxE*ID;eEcJ%`CY%J^~1aWesOA5Ri9aP?@aEWa(`uWdY_9y zxn^v!BU4I_D&uP2&V5?vRPz<*-&6fQZ&8(RUF^COxkoOhvik@h`^Wbz<m7pmt0I#k zPd{6|BjjjJyLXZp>rA0fTQrxxJM+Dw>sQmIg^9ECI`=$fx_o1{fRuUo;?(<luiRbv zH~4kD=2nRre-~xOAK^9q7N;tkw9w72Fld#RSfe%jhqM5>?X0;+@5MZ4F<UHDn%Dh5 zH%u(>-3`;MpNo~+JJfYG=Sn8_{avVFJoE7-LkF*>lDY{W1Xl>1TGym!Y_*=}^@D(o z<sBQ|GRmdJ>d72`b=j@{z`y7e{m(hGe1dFxTe;Y{uCj_J9Aq(EeZA&6oBGz;4>On^ zuzXyWZ~I{P_I*V<E7`Zap7b%$Pj5vO_txLx2fQ0YOmp?;gzZ>x#mXhGxaY?8gzVf4 z$yzat`vQ`LuP*IoIFomN)#^vvlG1Mqo_}<MP3_!~#$_LxYCdnWc<FH1&hbs(mcHnd znQ3pY8JS0}>{XV&;1Ke-BC34~hwvZw){pD=P4MLtXz0zncB7=Rv?G6>^P7(v=E0qx zqck36ZC)s1EggP-L79r=#%hH%(^cx`)twKyrO_3yH<PXVeCG7oG6tM%ldkSP`1$Sz zc}~MK$(1b~w;p72mdjuGd~eUnHOALw?t32Gy#KK`-~Ig>j@*$i+$Va>I@h*y<L-U4 z4s5Gty5S>yJ!V7Vs^-bXeoQjc_Qgo2y*Dgf&?)xx+r3>m6T}~_KQH<#Lg)RO$3X|r z#Y{hKGK=9|*NLhJyw@HrWLq!md^?Rr{Lija>?~8o&3DaS@}#`0B<p#cUdi1bY|j*? z&O2S8a>t4zsA^4PSj-#k!|SiUcek4-wqEv3xMIE6gOaQO?UKc*$Gw|g3AG%_VZPMA zFh+K|XS=4R`Gc9uu2~rA{oHpv)BT}$b>ZnO2K!wrDl|^@GbA)W3{tqQQ(n^Wm-*z< zl0Ca^ziwsL^A6wcU48ucnHe^AXD*(KQD1UitfsZ9)JN!ayt27o)8lt4-g0ZKebujQ zzCUwfo0#CAHMcj}^zNKBBkaAT$S0>%rg_(OOmDv1|B|hJ`5bP8@MotOk7iGkl8(%- z=AP^D-lP3Ue5+ll&g&3E#>26x3%93BT$FvDA|Uc5U-Pa|+A57#j~|`sTcW<BV&k<3 zr7iF0`aQX8xi%r~^xkYES;s4~k&_nY3r_cv2;CXrANp!)+oo?fOqEt1+k8Z4*9tRp z!z^v%b0XISH$)dW%-$xZ`Aj@TW>Un78_rQjA6(kIRs7-!p@?}?_p9IBcUt{b%eqS^ zf@aR$y)7bD_w|y(u5AkIA}p(WYorwyRQw9>x*t~fI$HMPg_WnJ*L1y@Z*p2Pao;jV z4*m1dMvay0kE+?NaA+y4D!e^8ZC$G4n$N8_FKe~APTV##LEeAftWD~t|IOsOq^J5u z(c1G>f^7Vft*$rwRE?JXdSA_&_~iVgjzw+mn?A2_*?O<Dd6{_NwaK}ccPyT<A~E8) z(fx#1if%9Z&OWU>Bv>m|{-SQJjfuCEnFHJ7`=5WmF1+z2gX6=GEV~~6i)!-(Yh}}N zm`@n;EGz2ljd7{)u5>QFVJ`9Nx^D529a`x-TLnCA-YD$y^bbxwxhqCzL+_`$zyH4k zl!>2O|EW}$nXxBBt9yUkI#r%4^Nwzh&+6HbGXIIMRP(jJ+QzTvnehGm?s4<r?vAPh z4UK1`Z@$!d*OeM4zwc&1J@2pDzbD=VOTRi>RQ%c{CqK|p;L$-I>+Sl>f+v1z67+S- zu9`NjRPq06rj=8jPG9;Ils;dz_grGo&U{U&;2*PkTJ1!`x-SKMUH{qa&CAQlH<cHy z_@-WaLu;x{0P}Q-O`C-#&lX?3{m{OzyLviT2x+-pdf1%6@ZqhrwzWTt`+@&OXX^`Y z-}XJnl(%QKqyg(*HXG$*=2pt=@|}heKQ~;|`|weDzL@0F$bQ8IbsY<tO#P*HN-gr> zKl|&0Sn`L@j%@s@|8M(wPo8M|ch>F~+vYb)*%rL~dd4RqQzw6U&J}0FO^r+sUDvId z7CH0(RDo%B<$qPTwV4Kd%4$@<yuqZiT6Ll0x6(w1)i;)XHdH+I^8ck`wIx3uwr=Cu zK0$A4hM&BZ$I8trT?!@jmv2tyx9nc<+gG6KuC8W4hlXBi-L+X=`cv1io+{fivv1Dr z>UXmW*tog2@^78s5$F4HVys9Qw~u~J%+>Rsq-XFpZ|h{cdFxHt34X~~11k;o@B}`G zccG4k!TqnSHvQ+`C{w4))vmRKN&7-ts>1q3hvsR8i|Gr^olti%{KoUU8;yGZrytWk zs`}~LG`oE-FKK>{6uz<CuwKRXWa9NBFAo{Me={fh;^JE>A<2C_S%>Z_{S04{v(DY; zT*5zD`=@p#ObfQ2>goSgxw%sGNuy+LmE`dSxu4#8SMAxA&KGQU%&L9YruUY+0x$pK zQSG>Jc75;1MOg>R+A3B4WbK}|aPo>$-G!#xW-BZf=$kAZzRQp${hjLGDYoBlS^K<b z>*?d!aCpIC$Ig8}UcC%1bClLNa4KB)yj`e)V(Q*Z_GRZ~&ihpCKNnw6Wt+RJcmBT# zTi@&xYQD6-_dr;Z)8)c?wZAo2A`Gt1U3K*-&xM6TcW#}CziV+d;@5VAj=Cy`E$5aj zKJZ1pC+A!Lx7PontEZR;9QwLlmTgVn;)N~g&cgcb(smtg&v_2Ml#}_fYVC3zq3y+d z@<p2%>lnOzew-J*Zz9Gl>h1PN=~8Q2(fuFSOQKZ|x?aq@sJ?hjzuVc&N&)9;rsSG? zO<^-vu&%x0J7aRt9{ZnimZ`@dJQi7^b5XB2tX$W30>43@#N4Yrx2@d|_8$1_Q@g`S zJnU1>LCa}#FZ>r=yr1FK6M+uTn!J70r?`60sb#Uge0g2g;{B)V;nx$d-k8p|X}XJX zcd4D;I@QVhFD!k!<JmTatlNU(2F|Co|7Kf!m}WTn@r6~b(_(fDH?Uav+Fi+L&a*8S zz4m*V$#f6v)4XX_;U71MFqHY-*>mO5y(e<bwfR|B-nnmb{AbJa?)`QSE;+lD+eUxS zx>|m(JtHwmxX|vt!X4d1Ow-=Kyz#$9Bzx1<e4U&9+?8xhAs79(E<WXTETuWG$NT8X zvgB)$$2YH@W+s>@Tl<S`<q?(X8IJ^)S#FPF+bG#=J>|hA1y_H6ag7_P{n=6bZu@TP zYMsXMVh*c>y!o+P$5|p8*JRf$-MaAm&sTK?T#HyQ8%^7<I7cp;bNbykt5s`HpJ+Me zRTbm$vy}IXn2mq|7jx{zZbcS>I!>FtKKn(h(%4#V-OW8WTlY%W@f2Q<n3AHS#!DZ( z`<5I(zx0-{WzZDet8bWRTl6zz>|8eUft<`Oy{oD7HZ9qG@ulb_{Z)bA*Du@}a-C~d zi2ch4KVHnZmN{L^W^?H)qb;X5HQLA@SJPSGwl2^`duE-5z+Sn19Wis=mRfQ)n1wBv zwMsp8t>Nq>S6)9=$G(53zI^}W@KH-|uBslNpTIUL1M%Lh(Co=GnsSpop6YJC+p_MZ zV8hK*AH||hwCPWjnEbbCt8?^?-1L9XH@tQ{{O{ez8Ley#x&o(#BHd*xLXKV$awyWB zaihf6*JSxtFRpXT^-nb2%oZ=M&W#Q-&f58&QNDRWS^iQb2HB9KTiR|*#>HkVQg*y@ zA*k+jm*m0~Iv*1!8#A~Zsj;bf8nxkYtK$s4eEa=E-r+u{_4m!2^y6>g;~z7c>%!R$ z9Wt);tQGwoIxF$p{1YP9i!C!R?!5E4_tsp~N$=thdu2)1eq}0o{yX^2zswc8o$i>= zozAr1qV{%fT*r<rnJ#%5tNs}j1t<teL`N1^@$Yau?(cpyFl)na$CtXH%k-DrOPr}@ z^d!JujO)st1*bCn;~v@{{1R``t`<Jm!r}0=<sS|osSy;oV%(D}uTh-&bC1@hS-+b) zCLU4wq;vG&nXanUdfqn|ERNjD(|w_xtt2dj!|A&ARk4GL2kx9wRc0u>m)~||m-C?# zo^8jr&-41o*zjI<dzsA6jo((~7B6V}^)1L!Zrw8>-n#wSlT~u8MC_MZ^)U8Y-CvpP zxI?!4|GW2pMAv<9-Y*g|hw*Pf=kMCuDEH~QX$-kD)1N0_4%w9~D7-24{^BofN0NP} zES&Jvgu#Eo_QQMiV<Tb`kMhSKKRO}g>>2(a+nP6U&%Tkxle=om<|d}NuKgW4qI>r3 z?W>n7X>#^fJ#6Z{oR#@x_BN@`mx~qh_I*f7T^Dn!b#wQknzY7+wq07gcpe3ae)W~m zd-W}TJ@c{~KV;3~O75FXP|=xd$(QtegJRWI`HJ0ZO7c!rFOzP!RNaw#bge)`Tj;c? zFEZM%*!HUh6rTGvo2_8#>S*aJr_0XlSmFBhiphdV$G?}Xe0EPQ&3;l@-W9d?V)N>g z(`;t_=HKWq=o=xr>+G64U*$f^?m1c@%G*^EE-9(=vHeoc%F<Z>9d^MAr{vsptk>>V ze!ZK^yX4B#;9c<>Ukb)7uY6Lad*5uu%4>Yvq;xOtt!-i`KD|1%s;|B(MzWSi+TroV z-9Oyc2(#5TUu;l&H^1H2$#&<D>eK@lLf&8S<2IkFP_~Be@&7F+-p+q@j?vH1{(s<H z<v&&GzQuuhI)9h0OwjrD`m=FX)FXG*1C`e@46bz-oNwjI<0*Xi<FHdA|7pRqdo+$q zKI)Tx?vlRk-y81`KZh%sZ+5e9yzCcRXTM}_gXWs~w<HhAy|EEoe@iI#dcRHT`Km`O z(!!fRN!rOe+jX9i{O)~ZrANnx88ViI-pU)px9cv@)H40cv%%)v4X(u>@4U8saR0og z^zWU$tS8&w>tAe9R$us1#34s5;J_uTCEHg$UHN&-w8u-P?sN%E(D+vSY{QYnCtrA? zvn~aCW%C6{?a!UJe13q~lS1+K^;%p1TwT0)&!)St7!Pb0uspHi#-8i79XsnA*%$0( z?KsB0T>T)!oTZFwmhZZ>sI>9Kg+LP~lM^}?%e5l7*$T@NZ*1tQ?_E*<;^WlUch1-S zxPI_ygQmq>*NIm&MZ6CM+}hOLyL)rXwT5?`KV+8iYG2uQJU1%DJWD%j)w5RnHS@I8 zuSSX+DQ>b~u)QZ^h13zDnYPRBnRwo?YIh5o!_>=pdaBdyDYE88cW>{=Uwd6P_@J%w zh8u#?{)bLYxLqV{cCd9S|Fh-iHB>4t&%eQcUt{g|>-TN=LOmYJo7M<r8h1-n8Wu}P z+DlHgN$=Yl(6u?-l#9h)#cyfR)0z4A|I}JO{GuI~F7y0H+M18i4(0P3_Q@`0*b>ff zw(4)jiP!P@fsUqAW}S_i-QwLTT4b)i$;fbzfx{P$BjHEO?ZR#--e{`Xt5Ul8%9Oui z_VYh9hfcZmd2R3h#3i3DT)VB?_SIU}-Lu1^x-DzdVOAFY(yTO}kgMG<(;q0mo-w<I z^_coreyL(dcHXOYPx5xFCm#)Y^=SJ>$0qKVTGg+QN%J=UV;5ih+{b^<x18VWVl;fV z=iGBnlz#j%O6E&~+fS}m#>bA^TAv+y<djiYmvZ*%(JejCRJ2l_c`QC$<vVHG!vhoR zw&g}Jf2fQ<pq^Ld%)70Hu_i#Z@YUp$!+Ll3c^%I=wvuOY$Yo>wUcv4=xm_`W$t&*) zsb156y{5~z|5?CRu_fCtzFltARr~RIpiNf<gFt}gzqHwEQ<S5YZK*TezdG{f9shOv ze%W@iGT)Be%%XVom0!-+yXqn;qIdElr*IrQCsVh+{+lcV)A>D{?7z&8Uwi*z?}H6y zVawmv?~9vR^r?LIaUqNC54pWvLbbk4<~hCQ5T8_DkVAa$CB^85<xeJD58>MUW9yc; zC7-P&_8SQ~xORC)G;W^H%3<<DC0n55hqOW}-<9I488h~~-<xsjpp;!koJx+?-#><z z8hz*g3UAuUU~x#%al*gFTXW47)@?gIH}j_d^B1y~hF6bDK3u^xdB1+G(4!~Uc_#>S z3eMhnb$Q&mS(gn$3QjTH+{m&vblpp{7Z3Ix6}{YBw$HQmWQhE#eQ)2?h_n3?QD?vY zuqI#dX4L$Exw_Y*e&jpZ&e5IAQoZx1)B87nK5EO<t-J9z_@`L1-GSQ8j}yb~dL2J? ze!L^WU@PvZzDw}VgbNcBX2e_1)tNp$zpRRBMO8+~p#@vLePeG}u($2InjW|J%CzNL z=Fd|$OK(;U{#zTVxP@hf2}g{PcuV(mL$%)%{LjuwnOU!-weH&$&J(OH{6@<-pN9W< z`^~oLg~g-2vs3nepFZ)XmEO^~e|!&_?PSgLCe55S)z>oHE#HgZ`-t<eLw;fp&Ubi; zvdHs>MwRbBvtMAU?*XAlnd=3V;^L<BRNkK=!6j@E)WK-?>;Geo)1FR&(yJalVw=Kf z%Y9&>#P5Gzwrdmgc+XDBXuV!2F5RE>ddoq1bIG%tcogL9=l=YVP&$3Cs+*43-G~2# ze!lvmu3WrEVD<gpJ`whBMcY)jJv{X<@5b~uda}ivHA6*Zin967pWSk_csKhx>F=dc zmz=ik5B?pp|7*}uev1WZ<`Ry=OU~ubFP-Y}x%|hf<@eQB#UA~wDI~Lr?P1fK>c_K0 zRBp@)FgX=#(=@f{^ZJt6dn>YyT5cbopUA%<K2$FH6Z@+PCo=Y3YW-~#b5%C;A4_eQ z@~VVeO@ETz&GYAFol-tu<TC5{h4OrXw^qelcPk&e^NlID|LEpDn`ORzR#nbXkbW9? zq;FlGq<+h?oW^ZzR`o`o%a=D8%(@txDgW?(Prmo3zV+A3d-8)P7clmp3Od<&{G9H& z`z=Sb_UK&Me({Vz&95yRzi{i!d)}X(zhr9pp#>itpP%vfGstV5oG$ZGWeMw)y~m<O zU8kH-z7S~X;_%JmZ=d3mS$*f?6Vm>3Rd_Wz?g*V7>oDEku2hV(;;+OJ*|6nVNtTlw zXK+W~ie9n2Gi--#?E<maK~;6n5+^>J>OSKOyOx&s)N<E<no+x#ee~a-wc-JH#=qRR zAD#OYITP}l7r#5W&FfKq!1I{I^vFEPy^p7@xi6`hUek8e`Oxbp7CJx5cOJISym<8s zf7?BKC!vRdT-UetOggGr^zyib>xLOwGEILsIM{CyDR6Vhx1aQwg(J0eT0qvr<r!18 zJbL9W%f5c)SNQ&sY`_)$^1GHRyQ+SRls>)Kur_>pjAWLQQ&xS@6uC`*9qzBWAu0Y= z$;@Nj4DJuyS4}?czdU(^PL8#w&?mcRvNdn!#|3*T{r@m~e%_az&NJhWZIhm~f6K<} zd&D?Heh1(8S(;n6B<ZDF=rN{A8~fspD}1~7GyW~hj@r|rw{D9>zkT|2e@<im^~4E3 zEwX(~L);a6POqC?@UP<9VzIiv!VE!^qO|!}d^@W3;(Pu-e?5)r+h5swd!9EL3eBCB z!f#xZ?)l==!OVa;-^$j6txU9Wnbu<@9sK9=dAr)G`+bvxPHq0y`09)@+s-v|%1-Of zK3N~oH7)M>znMAnsvI8dVB_hEa`ZGS=}B25D5Q}VA9%sF{9uLWi+GK^&3Bz9ujJi2 z_YV6F`?C$-T6NqeUUUt;yv)$cV}kIq<CZK(7AmwRnnvB^F?WgMnE1cmOX%8tA&2q= z)__O3hTV62y}jLvEwZf7C`JX{>9!2$UnlCd@YubW!*~48tcW*0vscZmXu_)f7wW|> zo_c;MRUuC(BVu3X_xS?ze_LPSVwf8{HRsd=)pa^gdR%&@@7F0`QNEzRVpqy?-pk7D z%<Ph>PRleRoAnZI#P8ht^iP2FL7R&ivhTcu966s!S3g)VZMjXXb+Pl5@{0FTmrin& zoL|58gX=mz?sa>)WEZf=eBqFsHs{=$-7k$#rb{_3`S&gR9f!z$*;cWyYg<wp1b()> znW?>6X%5fBgrd-Qi`>_>`(2)M+cGtx`y|&XNsdJ?<lFPL^TXb8>G?-Z4=d6AUf!*o z7tzkFc<{&qJ)5^*_&Fm!zyCJl`~Po?9y5!(pRM2&&pY^fy^4)S`lpRbsk4J_WEM+2 ziE=rr(%6vtGMG73U}~Mr@~c(%Ef1WVCwQr1t5sOg!l&MA-u@T8-g#qwP+)ZTtC|N| zd<h$GvX}pveA~o)4wIJJ?=An`E^S+2Y`p7=ny;;m<+mR@XIrlM9cZg3w`8f|2g6CL z6K~8FUp7(4cjgWmZJ*#tizD{wzJ9N6<NG7(yws*MEY~mb9(~jq?9^EKs_@IiPbIv| zKbr04U8TjigJp){(S4g_Cp#@>SoQhsf&+>VVy_?F7$laP+UGE3`(Y!8vW>yd!#n<d zc&2&$f%4o_^;W-EJ?0h76Lj!qDKt`g^dLE8qF#1K;`D^D4ik%lDcd)RsrH>&c*Rnr zWj5dW3okBj;&zicc;{Tng#T3%_Tigf=smHzeXYB3KX1ES=*vZ(^E(z;sLp;SXm=}! z-T3iO1BY0>{{~@mmacKpa@!JGbY>=t;`0eo=W8ZzTIcTmP9#TKD70TZ$gNw%>XMA` z=8NVL;n$Bc-u=EqkL5k*{T&5v?e@hf2X+Viw0yfVO6oyy#6<%)c2VKUa()x8J9r)Y zv4=O|t3rL^zJh<P{Ouo^4{6C6UTAAS;cX$wcYMQQ-Tf9@BSmZ1T&wrk9~Tvo81kz1 z_ue^eJW0w6O|3lEYrf;##Sr}YpnABE_MCG{jhh^}ErS<C{a<G?XZMr`RZJ5tg1%MR z<uz5+R7`A$%<r&i)m7MHq;SW@*m&vHB|4r3k}Ueuvkju3?0R|3JghtNVCe#hW#S)R zH(LrtcP7dzuQ&U@?%MM3OG|yKlN>hpNf$)F6xy3|=fe6-z8%M%%xWgyHfS`^^J^=7 z=2!hmKO^emy9%Lq8&n<^@#snJ4F2##VQ;kNdx`4JR*Hvj<fLiMIM~7a?$nl)&ZVc` zU9wkV6gfNV-6b_sYmZBh>=xgeDtYTWQ$bzlH&<<ghu14Ko9}=6nz!TBdHL`kC+q)D z+nZkd+-K@k&j0f{mjBhb)0g*1zx^S5S(r|5r@fR@VCl-P&`)>7?k}razVgKXGkrS> zD+DWFy%F3gyK2+<X$yBB^1B=-Wt74pFj>c8<^R%cE<2k$>pRPDF1mI0V^(QWTWH2@ z1;xdG&Cl-rbIoG;wB=vEYUv!A_1=2(q%W&AZq(ID?3B2>F7U+S4SRk#xZAu6X;x`+ zUAa?;`+omco5st^wSL~B2V_sF6y>^xxpSX(^H1NAQ>|5b&^amiH{bS*x2IT*%RilQ zOZ71R@^tQsV3x{cIVJ7x<io{Bd2UN>U!WQ?%fwyr_8AT)<pU}Gk&>U3-9`TY(Rk6U z8Qb_zN@VIej@LQ=x+NYlbhzoJwzQR<T<ErKVdIRBgBcTTge2-;xZRUJeB3Ie)1zb8 zB&nb8w=TCkc<Pyg<kIKNF9ZX3JkR@mZ2QqiXQF@XE7KNpXUkP_^C)DixxMh-ssFb! zPpzq49r5WH|Nid+2RAe<nivqvy#ImPl&ZriBC?J3Q-9yP@V-phB&&LdAJ<*isZV~Y zZ#yWl(`jD`)33Ojeu0ZGa#bH%ceAJGsY`y7PqXI#*_^@i!xkj3)4pT;IdsdJ(wXkJ z@9&M1cb<KPh52>H+ynf}pYM62wTAio`JS)aI+zvnJWp)6Akls#@uh(J)V04X)z<Bp zx^!a`-^*!i7f(*h+J4@8UG1rcn1g)JGY>3T=ig+<dvo>K4@%V+H|O#GdGP9)(p}xG zE$e2eoqfoA<FM9l|9JH~Gj-PP-nT;kWLoLgPrV`kejT@3{_m{lai=pEr?M6~B(P6g zvb@+`gkkB9L*M2;vfXERgh_PbX9Mv<@k{$#r*CPFaXdV^uz=N5nb*iPIJvP_?KXFJ z*E)@$4N*(jg<SKGuc{C^yeBZ$w%_g2Wv=k7OA8;{mg#?7c5(}!qmAUFYn)XVpTx^2 zB|kB3wOU;K=h@Fqm&*BU4}S_MH`!FhcdY4{;hpljowv%1*7Dq3dO#@Qk<LCodz(1P zwSQ~3yy{3PcfYg4<lSRiZ}VO!&7`HTXW6lYKQ#XA!oOnv=iK%wQ=WbQc`{s2P^RP1 z$=!_y8qAlt%Vha_=w5m<wS85R$mC5IzXnJ0hOC^f>H74<R2Qas=ZZx$7U#Ewop<cH zud=CgQT(&16DEBzVBfqq|F-|;CuSctqLwdQbLnT=Zid^&3w54fSp8r5{PUL+=N3vc z)(ibTA<ebOp!F21jd%Kb--7jplNOz2-s`)A*J0E1uP2YGy?pfavMtL(d+8G{ElsoE znJ$*ATUC{_(Cz5~)!FfzRb>(<vfEk4C(gOb#&P29L5-Lr%Z~G99GMf7#=l&9MplQ! zt?dWyn=)By`~3>q*Phh3!k$-m;^lw(i9OE*w$Axve|t&yo%D(V#ci9WeXHL6QLrso zSeB{R?(EKw$CoOzsLVP&Keqm-#qAvDO&#hY^UW_ZIj?g$ne$`vTi+L(1CvhHWS^+- z4cobB(d+FK3!m!k+<L10riswAt!f$~6%tKRFVikME4DUXp1J3Wp>9M+tcm!a`kC8` z|L<$wFYlRs;pJlm{t2rt>NQSoU0{0YlmGh=XVY?tx-SnjYA3EO$zX0ts%(6-@OYK{ z!q_KFS0wK<JbW9wUaCd7?bJD^iP>G-)I^mZ*<YW)R;5zVT76CCmsXZv#(!TfmIWI6 z=FT0brW$$G*X^6cGPkNBfWxcNg+WWJeTA(K-<R$0ero@EaB}G>zdJMT&NbffeP^`F z%R}o;C+yx?+r`t|_p)EFIa)xghWo~+&q0k_Z;SATZNL5g*A}I>%porP3Wqk_^OdcB zrySPlBUf)eXK$5U)r}2nPi(X*Q%O?z*qtp|aW+>r*h@`x*2Dn&*l7%@4~$>*h|c8G zp5|3B|0dU)VDpBxOTX{$+A`C?{NuyJ`(FzF(>k&Ftx~MH#^GB(dg}`1<-Dh?{j>I> zrQctlaMygjt$Fd%_h$yE8J%QXaADnsfcQCkAL_Ao-q*AH^hLHVDRY8Pnt(XdRGVGl zznMMxChcsW!_l-y{1#JBX7<Z1e>m>Us$9yxzc}!JDtETrDYg#`**EW7KINSCEBb$9 zZ@KBKS+dVo*ci`CyR-Uykk;1Udt+zBz3Wetlhg2-pS$7i(fP-}|8Q9t-@CwS)gl|t zY0Gt&1?6vjwJ&n57{{&;w=bVGKFTpi-Jtu71IyyLjDO~<PPlyDe?rG5WmcWyf8|SN zN6yJtwtp9OpA>0qKj+Bm`fn-?*)uE{6#q^1Nhw|*R41s~&8z(WUg3|qfvKhWN()oh zfAzW<E@RxnEK>C1iu38GZu)GA53b9mJ=zm+MEA5g!{Wb{ofCf5PIWVwc}jWeTNB4) zm%Pus>hJl&VZy6km9Wk||C;u?GO7G)WhvoeCEX@A71xe4Xl!@8<Qnz=!eXn22me2P z5)MA{H09aFr+?R;kvv|RSd`oCTTydPj%9+$rQa^8+m3wRU8>UT8S}HyoSko}{EYx5 z3%?_33lAuFD7tKSdBpq4Wx~tcSTC{5i$YmlB<r#&AI)+s3^Y_vcp-L=`TvfdWd+-K z**nZvU6_BfC_HgxnTo3PZPgXdD-!vX9^Uy<aDCfa#kKB9_Nza7GXLD}=^ec3`?d}f zshhGVR|MbU)b#xl+_~l9Bgteztu>;HPQQ+F`nl;1M^eeQ*@hO=R*EaJ<x9xqZd<%f zCy3?u=`-85xjOrv+kW0dtCZzf-^cGVn?CYRlmC8T@%9xbR~|cFX;yJ~cGBH<bGjxr z)i5jmQmZ<1?$xfkpWj)Y^NRf3I4$Mbe5;cOceb61x_kZPs!x2apTA5kj@h-@L21#! zgtS$Lk;~;%jJaGM3z+mt|C65_nLjOIThFn*OPJez-#X8~Zm7QYRQQ!Uf@bxsGfx|P zUK5jE?I4!v)oz!&lYNn(x<8+sb8``AyCPfBmtEcFr|ar=o$cK)QCq;Xlubha+aH0a z?J~s{w|~!Xdy<h5CCO9SaZpdXEs6P9{v@8}8S2-5PMQ|1@icUSyZ6(BRbHPoUI{$c zT~X1xfF<xzSj?25(vH&7%_a@aUHLm#ipZr*e4e;-rTvo!Jb@E6Z|K==PPD9jvnq=x zx1nuOJ#$~IbQs^{|Gr7DGjjPW4mZez@40eDMfzj#6RqE;cKy-$8luDyzruD(`RZi` z+EciUWOsOb{B=&>JzJ)E{b4<Un>#*N8D8BK!`~%7ZRWXdUv1khb<RyD(<~;%E7@(m zxM<(C8aBq1+3c3fk8bNu?Ek&9ZvFctogF=%mqTZ)p5VLKgw?fHy|(UJ^LD%2%Krr( zJ()ax^+xjs7lFvHPgcD%yS-1RWB<_|jk)E5cFl_>xpMRuPt-3DNwk#ky{<WVrbCdi zbAHqWZN|*fRPpd5rCHqxRxR((K5tp9T)AfIJeAsj;t&%hS)0UF^Bx;;-TkVQt$C}f z&SmG`>H9qkbMOC-n-RaBTS)bh@*9J?6|W~dU+!4t_psE)W!}LB2I;>J70oS4sXS@B zTyUb(MwLpX-P>)K{oHEQC@$ce#8|@1EIQ%DMU}nN*u;N55oqh~@=fxMSmm?a>im%` z=?4phLzq>*ysKxG4-nk@n#=P@>In_a;PBh&g3$-|et&*kRkWC~_x<jPwyWMV{nvhe z$@lgFW$U}DvM$V@_pIC8tYG<`|9t=D9>>T&(dt>(vJVw?J8P#+k^VR1sPRp4vALg3 z9vBGxZIfv*Uv6+*!u;?yoo8XPQ>u-geq}df7h#O+x~UZXJMrP1p1*nuIev#lE#5!s zo1@pdo5gkRf%co{3a$TJ#Yo&{c<lVhRh=#6U$J$SzWeQ85)1um4UDG!pR~m;Jz}PS zb^YC&R~Z)z&1c;-d(LN#Et8!+OdfT}`55o0jrso3?z;~A$JGXF^s}~axO3~}$4SqQ zCGGUNAiM46_3D`ExBqxfQMmT$V*kz;hqR3yvyxx>&&k;O_V<SyJ$sxp9aOBU&LsO! zYIKSCSG!SMH>oY2@$#Cd=Qr_}{S%O5?A!5@%YV}%_hqHCkGTji-wlzsj(L~;jitHY zAo`Y@c!|{Qe-jh5{ssKAcq9FC`9aAwhJBNk=>A$aT}VQ>*FXNT)a}b=-1jujwL}!m z-g2c-OkBWhQpZVN7JvQAnmhjo_dL`~a(P*D`|z6Q@<*ohSaoc$U#E7Mf#Kt<3H290 zE{T7n(w}3*DQX?EljFl84fWXd#g}gEN#(cRGTZk`*W4v)KMy&~V=L^r&TM4-#O&De z3Xf1J%R4c@6kb&?6TTuTkfr;~iFpf8!d&$RpLw%o!#LH?+S_NaK0gtwr1iTn?&zst ze-o8vgB9DeZppUgs4hv*+k0ojYfkMsSAPZY^S3$Ax?>~1zWvzY>8ZWDYTPs5Kiak= zYRdK#iHZ8UD$loCAFThxu-nQpz4w^N)kzzweO<e+YS%uxX}8d;TmF8mnOswRZEo`4 z_$gC4I`r!fU+B6U{3Pq`N=X|-(R;b?DvUlnDmlx4&)RIAtN&pQPRWT0MfMN9pQL<Z z5pTLb;Y$DC8B(ifh3tB_G-&a;ot>)BT+iHaP2zCyI_|T~bC=8gicNM)U4M$cx^dd_ zu<PD%QO6@I4s4s1$$cWFQ+Y*9PD0b&l679!9<$b_W!f#%ijQLcY^Y`y*ZF?o8mGQ5 zffuGR`|>%T4S7F3C)`j>X8v6-P1VcKbp9F`^=zBI@5bKMoF|!M>n9nXdiW#xp>@#d zpBI+rYN;d$ow&c{6gL;Is_mRrEnB~e91MT^yF&X`&h!nR;&qmC{|{L5QU9Q^XLC}- zmEYFa-gvr(he|t7{B*tb+TZjae=OE=>lP>$9a%ZO^uv>N7Bwc9HZ2b4ujsH4d3Ji? z-OCS7ay}?!s<r7de<1UqPgZJ?;n%<Gqhs&esJu@Sd8*VbHu=f^6~Bcp^LLoud;85L zWZ@j{!`xRDm(-{Ky_;&FTI*ik^lFYsRRZH@d670|+aCMxuO0;pE=iJ!30UpR#WuUs zd-vtz<&SmKX2_da&63o1wrl6(+VZ~0Ywy{VH+>AB6YjLSG|ib~uGFn*ugch@-olmp zBhL3qNxAA?5mVi5+#=tfcQkiJJ`T{W_@H%E^Gm-%NXVvH1;_uMlNM(@F65Ui6Pmt) ztLOXw=Gl+z>cu3U@0szTTkY9<PMJEc0~^id9yNLXwLJUIWb65qLl12wFH}rDVbWHA z>IPHAF1dxVdGGWN27F>H`4_F_`PzH(l;*YHR{ghFWOn#|$?0dk<wuh~s<T|4Vd-{o zy@%OS))f*{_|%ti8Y{fnRi+wIsr-!jOvJ^LJUxf6dh4=Svn^QFGw(w2KjEnTXBz5T z1A~_)T3<eV?v%z#RhQ88?^AB8xl~END3yP1+moF2OSI^QWxvG{{z@j^UvI8`Gn*m5 z>G8zhyG#FX*rpxwkFU+AL(BfHm^#DbuElcpsa1P^x^VA*-P-#z?N{E`gr;|IuVpFh z>`R@N@qJ#8+5YR=<vy_zY0Jf?UbGIWkoz(F=uaKHnOhY_H}Pcts9IIlv&++Ke^yd+ z!nvPw*|W`7o&2A^<=js-)|Fb~zXigaw{kyan9ZJ=(sSg%*M0vit3`DidfIaPrWKs1 zk?4DUy0{}++xK8-qxI9X36{py9dCBkO07DXyCh)8hC_FRf*x#RIVUjTq2bvBb#|fA zDLilfZEHPt^TR9!f4!mw2Qp?}xVHXDRN1+00hebo7b^H0)y`1Ve7L_l?QAxWr|_Of zpS+{lKYsn=ad`I3oo_DhdoGr^wBv!v>_ZHRqPa42TyL|@d-!{!!G*QwV#RC<f*4G` z&d5lv@8iGw%|H0mO6FQE-t+I>Eq}N&tbHMHeS*HtW@m>0+g||zlCGaxr%X8U>c!rJ z_dJ`L3}PBjf7|$B+sw;9emr}(=#Tyy$vou;Yqs1pSjyJex2nLL+evwWYt57oKc~I@ zG_BkyRj-`e`dGN%Zaa}nm%cM@2wdK0-kQ(hw>j<eoWQgmF2UdHuS~3X_@{nLl=IQ4 z7y4rb=WSr0Hs4QfL(`W3(MFB8TN~u6KOVX3D5&}P>|~?z+FN&flI3paCLf*|<D#(H z^qSg&Ya69Ivz{MF@tk2dC;!vN)75ih^S14L+<0f@^~G^!d&|yb#*12%U$V(B_;u@K z+zH>`w~Y(8c5okvSYJ5d)=u7p-2NR#IyU9L1zeG#Q;&WWyk~lXzm;L;%-1RnE_-Ya zSF%q_Jn?Dsfy{*&wax-T=P$9aEVzIC$~&{ei#(#OvqQF4eK@==Fx4xqF2Lvh_3+Y@ z$q%z$?mPKDcnjMEh0gT;)b%U#ZXat9dm%D!ZCKre;DcK{Pq(~U@p<vdKfQNP9%eoh zVBxcAyHTRa>aefVo6|3PTk7YUl~jMb&dERNt)Sz*%{_rvA`|W|2@G>{dm{Gfg&L>F zz5i;;Z1>KVcCNmCp4a!}@%eGOZZjK&rZB{8tWoM(nQ9luIJIwa{#TwX>$R_&jLlL{ zeP1nhVB_S&>((*oeRA2c=Fp}ypJyIkbI8Uwxv%QfEwzcOZhtA)bC`K|30L7dy)OMs zhj#+%PiJx*FuT)orF_%jl`L+@+{At{?A&yDoyuO@dH!pypI%O>f6J{pSGI`J`HFKw z$Vnm2tPOv{9zSRMF6YZ=x6bx@K}BI{cF8=(g-%P)#3@SMS^fLj-bJd`Om`o7|5!YI zy<MT@)4Cul&#+xm2RJ@%@870e-f$pc%A4zNx*I%Yw!LRNbTs$b#bnNBEo=0JZoIB_ zT^CZElRh~$s#=Zh6|a<esi|-AzY~rzVocYLFO@l|*<3MGTrDJ7Y3;Nr1sf+Zz6<Zv zO}*7Uf4h3^#h*Hb{O`l}Tw`GPz{;ArHzi8W|Et$^fr5q2%%8;s&OF-8e#GGai>KS# ztlk|64Z6C}QXy%gwXL6z%9*%x*2dvi_FY&RP|ny}#F(7@mG6<oxr13ZL-bavT##_x ztif?iFL~)l`=`$f<Apc6rMU3V->|~(iRHhzMeO{h?tLly9>)hs|Lf=IzhsrBbRfa& zLsh5phKiNUNsD72t17F0VoGudZu(HIvGCs6Gxj2n8gBGF<ucgqzs<H&>{{~C4b_*v z*~QB{v&X2dW#>C$CTk&+$$m{TW>Tci3N!aPJNxb9I#s9K<cwwHxToCkS$6B^lS(V< z%I02pwfEQ_=N3oa;6pY4g!SAmOs`D{KYV3_#59)aYCci-Y~LN3%C+X!{PM|L_^q_m z7APGPy)aK*EcCX8`r!}}ndy%%?`ioOS=`Tck7p7SSMRN*XT;BZkGXVZ>d8}D;;nP$ z9$2%HA*kr>#`uq3r>-_EOlYuacbO(}dRn8a-^a#v_bzTN3@|hOELOyH&0y=%dY{N1 zkDxfO*u73_S1RxCd3L?OcB{q0+q+hasl{|&S#c|>W9Ki9dh6IbnX}T0?B3}bhtvw5 zzZfUVZ}D+e?V|Oy^E4;%q_WHio7J`ApxUKl>Km?ho!Gj5c6Z6~cejFNqxLP6$hn!Z z_s{zi3!7#+1ny}Mo!zXwI(+MvGz-ra)pNwT&2IluIP&eyMnk(-W%As=(iL~Ei)r{| z<t^QBz46=Ia_!w+e=kc%7^JKEo@~_1ob<!B>iVQjD|csa<G#M|PxSFvY45nROEyF* z?L4q=-`%gj^tt}-TV;It-9MiRD>wOhalDfH9B<KH@wM~qtDta|iMd9XY(3vatZ<w@ z-R8#rSkYZktED-Vc{=pAJj<WPBHFUKM((`N8d1GJQ4ij{c=J+n#nG0qZXW*~-}pK! z+@n{n-}WQLdg8M=FH(wrTbvKM!+pK2$ZOBX^YayEaWX#Muzt;I+oJ{jh30Ea4;X9Z zTWOTPQ}{UBW480(SBK{os=RtxF>U=u)^oZsdzB=EUjLgJS0!yFnrE=5G0rdh!kdDZ z-;1`)SJ`Zvnr7~M;p6_r^Uhw>S2YNn7%MvEaiQi5pKLq-YhgV)=j5gH{qN+YEk3+? z>-uPuy&AfiQ#)p_WPElz>Fv?0fno=r<-gqWU8FVhnJ2?S(@!U?zLtrWJzm}IX6EAe zJ@4{@)I&*I*>~9JMjU+B<oaaS?WzDDF0a<D&f8i(uvGteBRJ)weok(N^Yp;~o7bN| zbS0V3wb@Rr=tyyH<<jOYflSJC-ejnT@2L5;VcFVVTgK1EVSZO*lQW-(@SKsh-E{GD z_k4F_PixDUzpgr|N_XvVSl=&gUwPP)OPuSCmEvw2{ry|Gy*9eaZP%^ytIhPTVV!wj zYhjm#P(rNQhbt0Vnog^NcKuaS+-fg7^Lu#hDFf@c$?m?UlLa47FM75>A(grA!iq0H zf(!TRDycb7`@QGVY}tfKPq^l4z5KXN@0Do9Tf6W*9G}F~)n+p5TwM9*Qjb8pOmI=# z;_zFyS1F5cUNyg<LN_nQ^g^Qs!_H{g?M1~6_pSUU9^S;4x%2PrB_SVk1+w+_pSde& z!hB5cym58d%(~z++S4R5MRzvr3rnb6sju|U(c_}`e{BiIyNliSOh1)*r@r-akyT2> z!hfqhT<-r^mtP!lpX*<Z<^4A^r`=PXH_2Y=**qa()fVUXIWeARw7t)__Pmxb;CDVV zzdwJz^NjSJHZ6`Tb@nY3-LgA3e8KYoZpWvuuCL90TV-|meqg?j$VGSc-?O;Ba^>cE z%i8RD(rvhR!@Zlw?j{|(aLqDo)%IH!7AGn;@Bh7Lul%&9-`zeex*)Mlbh3Gg{pJ&m zE)|Ni@2=i8!TM>V?fuWSb9YUi7__NjK0oirrE#f|y*s2>=WJdh*rT@W@zTw!?mAb6 zPp=nJxNZ2L&B8qMqqX=h?iZ%Ec29CLg4DHn4IOVNO?qlIkH0<i)yz}5pHGI>{d;p{ zZ^QNJ`#Jv=FwNi0JmI;Po7twfd~JX0PwqXnxZ%lML4BKeS<bn|c3&J`SvR>U+sdzV zb36Wj(&hiUpDs*V^=rFf_NhpfZ<D>&gsivfy__NPC~5Jr%x79lt_riT*B`X_q`Z^e z*xk&L$!FrBUKt%1@nsJG7?%H<sH5VgWO-nw+m6FmBh4!|pRKy0_qOcg{Kc6a;w%33 zZDaknLLo6d*NrLr%1INCnevGn@68o8cwF&V_fgH8X36FmCd|jKBtQ1pA+|?s^|8hG z&)*l?=ktByWVe6W6H-sj{N(!3_!`S*_769?7v^WbyW<q;7gF>?`C{4rPbaq5-)R$A zq;EG(y<M*4xSLas81GjT{{vrt?LFG3ahZo{!p{&+)hfBE(n^N)M-=C~n0TJJto2~S zT05Or2`2CEoR#U8ai8$yum6T`Q_m_Jn|%&)p8d^ZkI{qnZm!hcg+eQ=ER|M-t<U^@ zD|-30D+d3X&x!w1?@wY6UDK7lVCtX3n3un=MKd}b5_;{|m)y!6A--Xs$m6f+Uk-Sv z`q<^ly_okigHiOUO~KV;)=K#bi^Dd2*<G;oMjM|>FJD-EWu(^6Exac^!d2J(UvtGM zRrJ-SNtNbYl?)FoH`Q@`ZTy%YspC@0wBMvZBdhtw|G4>&nfJ}e-o@)PCHwGo^~bYQ zZzW1(3Z<Od6miuntm;kh_SyQPJWH0#b6#<(-}z}$!u^D(*W3?W*;m%~gdd;4Cw={z z;q8AC(>X%4|H$u&Shw5K;%@#_tELZ+{Ve*Iyx88HGV9E#`U{qgzDwABubuoo#i2g_ zkgrgBK+e~~(!^Sh+dBWx{(Ksi;$=E3RY{8VJNM`B@AjCK6??ykeV&y)>Gmb5uucEC zFScoGI7|FFS{ct|xFze|tjQmy9KXf5+JBjNJ^P8W&hLlYlh4X$R4l%wt}1j#`t`fn zm7Ok=_t~Dj7PM8F^E%s{F4@TarrVU`wnlYbRb}lzA}E-Br}5wZ=zBE}x!-vAS}&S? z$L@_{%Emnlu535uySHnhPLcOy>GwPrdiBe{Zw%|(60<{(Wz9$a%9Vy0{@-Ih2{JJ) zljdV6_`0@lg=WCCxSw*o5*tHRVhT;Qv>yJmY;#;I9wo84Xk+9Lp%t}pQ#l&mvTaVQ zldanqd{=4B?nV~LIoy{Lr{^Wgn|`bLtsXCOy0;);x~fsa8~J{%>x<HF%9?K6EuqD2 z@Im}u<_1&!+i8DfPcP_Le{Yds4e$0fziSmc9{+7NdS~|RUa`<2Klhl!k%HeZE?ac# zO-8z3d760tlIva7F7F(2bImK8^tj%A+~=z<XFYS<#t6o$1IF%Uc|ZMrzuK>Q**s~h z6@$tzt2>je=e}YO*%IhkaZJ|X)|syU@AJBZX3hvyR*XqiVpt?<acJKDDUU9TJX_v; zKrVNhy=qqIkLzDjrg#-9`PnzG-SM(+)1`G2*u=JR8!~^M#yexjk-k6wQVT^nHk^6> zN~3|Dcm8avGc6)q%hRhRZ20f1|CaJ`JYyktiMM34huM3^RA~c)_A+13k59if&XloT z{@G&nErUXqKlQ~K7j`Bq_f>e*<;zS{emliS>a)9!iK|D-vFm?JMbs^r7PUy_&s!rj zH+FqkX=$9^$9LjS#haTJ)P53fR<A9sbNC^!Vd4LpeU_#(mr9<rf7kn`a(e{VYmI58 zOpd2k%+OZ2TW{rT(eCUQDn85oHq-WBY*Rkli#^u){4oED<g;hp8mj#w!ZUA$vGrbg zui&i4BN@;BWBu-PYx7m(7wb&9*>HPKLq*)qq%+s|NR}&anWto`6L39dquZ;^R-&1E zudzoT3v!#Hv$Hq#<;;i2gB{qfM=*R`u`;);fAt&Nk9}Ru%Q|;=sE2Xp#qPRv=cJRx z`xR?U*%tTk_+P!TR)wGQ|NDvhoArOcm6fuq2w}1=?h`#xx$x^Jak=P-HJ@K=U(Nq= z^1{Pcs!I;DZj{kxOwB#E-gvpqf+>Y5zn@76w$?p$+504&VTGTgmH&HX<DVk-e=2`# zg}ii|6zuQ4AggoElM9n(i645p{m!~CO+63Sq#ZX|nZf&W$?lJQ`){-*+;V=j;82ls z@QZicTO>8xFX~GAP7R-+9HA}wd5PkT5TXCx4-Sj<{y4GeairIc{bwfp>V0hDVt&ba zV!reDtan-};)VXYopY{CD!ppT^Ri3#u=jptK~KNU-;U&|W<S@xtkqKZP@wGy&)l_P z7Zl64$CStIwLV|3opGB@l0iIh+8Gn0CEdj_%cfpneD(UdaBbD`=ao`&XN%sPejn7G zCXl=%BxU;IhyQLqpUS1DS-jF{gZ%TfJujN<BMS`7A4V$dJRqE4<h3yMr@rjmEk$m@ zZ=&;mEto!|m2KxrUSr)o_UGkxNZ*)pWzN39r?>N_zI-mbZhPX^PY%-_yx^bn)xuFT z(B~dgy1uQ#l{=rc<L6xAKQL|E6UQr;9ItO*ymhPO)`Bfb)*Scu_%WpQZLlbam8jq_ zN}il0W1IA`|CZh5m#^|T9H)OxxyB~_Bjs4wtd|D+o*6A|pTZru_x>Xv^CRC=opv8S zu`TAWHs|XpseE5Jj|(rft=lLu_hr`C194sFe3sT3ev13??25bS%lidZ+wa9LpP9Sk z_OXxBr8ByhANE}vzVdDNExCQ)W_DLvM0}e6{_g%=&nNF*CuM3|?3F$3h_YQ(uBM)E zVW^G4r&9-2=1Lq@OaHdbAS<%-S5XItj(CW>YNGztuM+1@vc{M_sw;ir&vW@iS%=7n zJ#&}z&zEGGDZ}wBzngWXpI4{V1AP(yt5d!CS9;~&{=3R#+P_o%6H|Wu%a)jIZF%F| z$u@bjHJQ;D1C7#sny1`sJDM_S#>GQnvnsTncke&Xwz<)${m~a@y{O3S%ZDPbshriZ zzR335%kSp1DEl0x-X&?Jb*vRvXK}1q$#P?L+s^n?h40jay;FX@sp@r!&U27_Tz2PZ zmZ*~E(yivUf1)q*Y*SZWf2BL)^4;C~^V_Ok<upjnml1Cf_{8s(e5~reLr9vY3>W7~ zua10!0_pV12S>M@<XXMg{>25`na8hQP@euI-!O1#%MVf0`=8C-X8&6EL(S#yv8uPf zzVGil_f=Ar=lc`GLsdIhNnP!_{X^3w$Yzr8M$fXc9{n|iZxRxPgsy%qTIwwk!@S|d z`=Z0oWCaXgXFZBPv_tE$`tOJKH>Lii9GDs)`_+53&=S={Z(WW}ms5UuJTQ%cqbJIE z&4T}rFCFl`zUyJ&i5rXkW*&K67qhil#xgDXan7$qc_)sCeAUN4{{A6(`ksPb`m%;! zJJkFY%0rZ2&N1EAx2i96!K>XrdYlTqRL-S4Uv>Gcw5>Cs?9A)a6APV!4kfgGENPb9 zW&Y?>{`JED9{(~;=ghL0(!A#8GUd(F+YQ^dy!hd<S|n7OucFds(SEBHCEFAZDca0+ zo;>w`&A&4?U-mV3%RGy6lG@(ByX)iG-CBXAVYB_3&%LtPl&z{6_&A?c>cC#NHPL;J zle@pZKX>~}yTC=?wHDbYuVvqqZCKKhwZ3DA=eFxxD?_&UZhX^p&uI2J?im7mm}}<= z|2o3{E%2yvvB@oc>y4T`OxJ=BD9qXtwVl)O&slpWjd@<X(<iBx{JA~5HUHn#t@V<} z{8!B{4Ziw0rYPU|{=XFqHsADinI-Vczk6YL+Lh$Me#T1&WEj5$i0XajV(`4o#C7;d zG{c+g-_~ooGxKK6@?li}Xta0w)l0M7D*Ym2Ze6@sylVM(t~*NaTtmKmxnsLj(k@+5 z=DO(0{NUSrFW$4+ess^l#Xhn6m))YREPskO|GpYjG4oD!QsaWYPm|yOE^661b4%}^ zDi*D;2eVriF38^d#zE-iZ&q!K!dbb`O=V-(2S)EVU~0TQ?M3l1<qVZuAAir{b7byq zJ>%p!(J(0MeAq5twopdigqdl%Jr}EcZs;5cI9vTSw|1jv(%Xw~AO7psaliVF`R-ok zr(7G`e5a)r2yh4&zLLtA^ZTQR<b)U3wwgYiA+UgRhf$^cw=1^|8l?}<Jz2AOcjdX` zZ-tGvcN8URNfe)GYd`iWT=?aocQ@SMUOllT_C(9)N3AN0CMKnST>U;fWsZyboQ1ab z6|GC{!k>QDd@PjodYSQcR!&vj!f)bsYcK9taBRT`r!f6LR!M)W&n?(yYCJ6~`sI(D zKZ@lC44&wVM9!=^!hE-NK4-+Prh~qnaSR{g-n^a~*w7=a`a84B;G&yA$Ex)GXKo(3 z$RBb2NmlqL({;VoO7iymXC(9Lw*=1#O3#oro0juxmamtD#SVrzy*V0Aj!~PY_nh7M zZF28N#^l{U#2!C9*SoKG=9w)!evA572_E_PL1MZ3jwK6{|9OA0UGsjW4XdA++{43t zxne6aT;+2nb29lkm;O55cb)6^nUnYSA31nXoj-h6cB?qYHnGJAvo3Iz>YebCd&$KT z60!O|(-x+taDKMPc6aXAfl+%Owan@&dikRE+E(>u{u@WHG+Ju;SR@_q{Peh9!*##n z|1)!K?@d`^o4u~$&=2ROhU){><(utWO59eT+#YOr<_o{+yv4s~J$}KuA#w%Ne$!2l zkFtv_Iv5#px+FE{_~&<%Z^=ybIQReH&U<fPy|IndvD#(zFW&K>QHr(GqJ^ox+q3+0 z<h(Y0X>fb==<M#Ag^BZ;600Wc`Ofj~z|yPI(W%ZNN(YQ9yT3^PO6EAf>d@rx%RX=y zY(G_KtLt~riB0&xTuGh&|1L{sC;Wfb9AU0#lCq*P?YvXSpJn^9zP}6Cez12{Z%hA4 z)vt|jbhv}W4|_SS3ETIHbJd?X&8D481*W*J|7x9)w6aW$$M9%H^0AuR9sSII9<gc9 zikWcxcAR^Tr`Tt|^9gm%Uw?3%;O&0z82o1HvG)t?I4WJ-+cv0$By%ub`Oz5kyl9$L zn#{FG=XESR%IR}*s-JQ_To7~l%I@@P4PNgM?W$mFHJM~FC9}^#+q0|n)4WdK(y?E* z?~n8O{SE=82CRl+`EBJnM{e0368`bO+i^~?^d1M!=6}pa`9&)aggn~$YyDB(s3V8< zllItu=uzcQx^gkHd751d!>^xztnX!S^L5tZ+ZGqpbk<?Xj`z#2<g{;@Dn8}a?V~PL zA;-#p8OeL>-%~wr+x9pKF}>E<DU9=~9mBgHZL_%Np?heC&1y~6_|zqJ`8SyVZQaqg zaqqmgHHrcM>>~Hvd{S`8FDhwksPfH?8yllc&L7;={BiB!BdKpIGM&04g*;cd{<G6u zR?c{>b6x1q%6FSxLgzg>bMoMgo645mYXge<)sBB%khJuX<>_s6&h5RjsImQBeD49J zGit@_g`c?X6&AcLcHrQQN1swwsfPOQxbQkn#q!2JC*%1~svqzln%6#!?@FPiSp1?D z6>PdeXZ7W`rTv@fm7E;bf91G%>4vHN#wQu$x7`t1ejy-{jn(X|LYe2jps8C6R~`S= z>5=^@%Fe7vyyLXv#@Ofl0iqw@d@-MBmBwry@mhFWWVFpcIVM)u-<*XOVev_;<C`p= z_eZL1Dl5CrZP7MUHB51l!@tA}1r~zW9@>;$2^RW&Qa<*~*Owc5J?BfGbWq##sfD?9 z@#Hmk8dt9R`RtMH)trtkAKU9StaCodu2#Q$b-H5xF`jVu$eqP8@jM+9jU8?~6<v7p zF8Jq7=3g6sE?jr(H&>REii})m?yD8Y*H*-P2}ZKDT=+gAWMxRU(1wtIReEx7T^S2m zy)Sp9@NfQTtlqui`U@w);=clOdJ?wE+=|xTaP#HSjk~X^+emi(Pwd`Rt#M=C;-F`{ z?i^#?QvL0u+<C{zp&OfpR-XCH#mDjF-kQ93_RC)sojfLelGA?s{XHcHm-KhVMGC0j z5@6C0xV9~aBi>-k_TtMg8#uOexmWg`tJL1$d3m+1!G@X+jj4rFyP5v{KdQ^~?v69( zme1SbzDe$92v)N86=sRQv;F;|j_{U>+H8lsFB8_PRUTNpPQ|2owf)Uvg|(Y?A717A z&gAn)GWbB(o%`7@7j`XfGbuYY`Brb+^rzgSp6e$UPj3_9s?rjcURG#-Lm@QlfMwA% z--^t2=Ury*`Ca?6oNM}S?^dx7m$|v7?`*g;UyWtv`FDRm{Vj}7y?W$L|DDg#O!`}d zb@df@{*w4v|D!wd^!*oC|C|%EzGAn)ZqwsWuFam$>L+evYud2(+SNj{(8~J%H<sF` zC|kb`vdDNLv~Ov*gk=0h+4t!mtmF1@W{6AG+B1DgxFmJ>#LLD<ZC66>P58~d#rOK_ zZ5qM_@<9`I1RuRSy>OcsU)<K!Zys%2qaFJ7m&cJ#U87%W_bt8V?YiHZ*!knA`oxnN zRXdn}s5ADipOidn;pC;$u9zlWncw(o?)oKL8*Edy>{pNTePnJg=%C4Zche=&-&;1U z-V@{(XKa2z#-wP^p3`RXZx`#<ix-@q?v{PPusSz0dGRgpk4H8|tl!l;_W)Nn^Y+PU z-`5*lUaVBCyyWtBLobs@Z(l`ST^_Bk_(b^EfqXv&JH9P$&vyU0=pv&(f#YCqd}YFf zthIms&8+;KQk$6{xWZlhHgE5idSRjSia|U2Z{>fsJjNU{>$_!s)C5k^YSDU4YpWZU z^ONuWdUrp};PZR+)_GT-Z`m{F*}ik7vuX_+X5}y1DZ225e@zA3orhIZR>~Q(J_@Ql z`Hwl{gow~?{Q?tLfdnD-w4~C1fp^!QKk`&|Px7;n$SU_e@8dZAE*LB*UOa#8GOkU# z_M4?mxGt}^QR+<ToTIXZ-=aO|aEm?^*!|b|K<%ELp@)J~{oJf|<kI?u56k(^Fm63B z+%!jNQo*7p5ssx2k99>m4(?1kvmrB0(uD1+&PI#w{Y7^--r8zvw?qB#yUC{W*2f>+ zcqHjQ>-T!=U^DJ7)0FI%3YA{ZVU@W0r$FgZtGVNsGu-#iWT)L{xR9JA=UFx>@v^}0 zP?HQ{#n6vw&pW@KlB?V!e{9ReS*PY@sXCmUD##vm=c!aVpTYIJwgtPNXIg$gbvAm( z)~hQ$UF7C)xOVC#njhzTxbQsFr)vVo8m=xEc6}A^yu;$fwS^TeCj*T7a^!2?@7v_9 zyX{e4u=2Hg@AGS2aw_G+{kP0*b`4sWGI45^#+GAU9#<EgJkUNzFj#u8{)9sdf*sa8 zd-z+bW!60PwKrLPMdj_+z2BEtI_rteeEZ{BJe~Jyc#mzfyz8dv!7yF^(<N5MXPf^W zo+NSNs%J2>x6Jge>f2eGlOGwnnJNDiIUs*KM3QHs;HjQ$HuJJyo>k{r7kr(}ZY96q z`5FD<pl{pRed-x`bLX2hvCo*jeTs3TzpL^VL$?pgEKRZ9mz55j3GR4ud0t1yXS49r zsyn56sxN$(vNm!)+k0%1{0z40O)u8uf0|zS?Rls0(+Pj-7N#$H)4t(DzX9u~p1H?g zYBF7Xx_;4t<*$Eo1umSTCcu86mgDrsqc4L_?kg*wVWx3rSIjJi!rS{R-v4U}Wc643 zVs|ag%9Z1M0h0x9w^-7YkHKf(UTr%5;KTD<D`)+5E}z!-wqlRciCO#KI%Y9nIH0&e zP%i1iF`w5jR3q30w?#Bg>=Sv%v@$Yrs?KF^>zgNhc;omBD>rBFK75`3hhSJybVPpl z2TA7}`{zG!=QC@*HS_1Z<zYXr9r|G#HZ6bJ?tR;HzAdso$ojUpvwWSrhVrQ^VfuA# zuZyhW@^)7|Wxx1%{hPwR=$F=W_WXamMTzxy*sZM{VQorxXT*qeuX3LEd`(oP|IIB= zuI*p?D?|O}OrF%X`yQvSy5|S$%V{`YI>aWtH1@aC$vt9=Lspw-`<x5jz^T@2YBalZ zX4A_L+-cM2tZ`+oVHe{UmwU?+CBMR1H$6h&Q&8t^p9==NE-1Us=-%Z#Yo?6#*Ot6) zF}o#S)1>_MezbG{&pdxK^k<&>i9fRsYrRpuo3LkkzO{Vq9UaZEcA4+;!oiz4we^<- z?bCA>t6+Apb(hpzKgI6Ci{`qmy+4f?ZWp}rY4JPTnFV&23@k5B<Bgv&UypOmhG~4~ zuGjzH|DSXD`#q}{+E-0z3{kD)ot(;+)bdp4Ym=1yr^>8@-!|mBYk1h7zv{7~du4VL zv%LMere3|x>U%?EOdJkhf3a?_p6e_{jw3HaYAV-@JYlX9F7v2(^=ilWu(M$`OE{MZ zKl9phCXM0PjaJd?#Xn1fW6w@;-JO?Zu_f5z`UmaZdh3>*)Y4cZe_8osJNp~k_XgY7 z__Lk8bXoT1Q;$pSXV$B;o_c!8LYd>@uKnzjKE=*Tc-Fg<(azBBbgxb;-`~<{$FBF+ zq~Dreblls-oh$g%mP_Y9o!V9vaMsK2!K}IIfAS^;J@5AwG|%6$DpZpH+WA#8EoMq4 z{IW2VyLxSQ&detVv-dohv-Ot6!rUK^pRO@o`TWrP$1m?qH>qe+Yg@KcOYD92dbwp& z_#NlAetO<Cl}|t3%xUA>*&e~u=DjMt8?@x__t@5|OSvY;&0AAA**<eP&S=}W=vIMj z*r|$poBr2qyWt@t;Ov^PZ{3N!I|3_jXn!@etbLbQZ)Em3W_eP~uJ&Vpmo}}EsBUsP zyY`v)j88_F7hiI|&^>bkM<w$bbuA9%n7J1i48!_zBa_XhN-W>~U&_qqM515ITL%5g z`ViHJFA|h{w_jA>`{0>HLPB@nx+B-;g-!2YBlvdG;Yf|*81;XL<x2P3PGaX_6YZ6f z{jG7c=VyIn!}~|2>7}0%&-r+npRbBv^2_sA=&J0idvmi)^ewY09;F7|+GX9%v(J?! zX>stU1I8l7DGvWR&djzi5pFK{dhNv|L*-q|KYf#JoAFKVcfq!5kHs^;=snl-nPk*{ zD0Jo`@0|BvQWn1nH`qB(TK##%jkUVT?^o-T{6BxbG~Fie#pWwFKCeg#Em*?K@40%3 z!9jUm^BblK9?n*;!cuoLM_g;Pdma5SVdjlHPnZl%@9kHqe=TgntMW)|=7xZ`o3$8j zOn!U6JM`S%sy^4!G=o~%Z%<`yEe|jLvcGoPwgn7v6~{hU7T?Xk(II~{*v(D#np)wG zb<-ZV8EvrS*do$8Z|-u}zn%<RmTLJuxR|zX)y>t4TP<G9oMwN$yT?y>o#ACR_4XgZ zKQ~_LcphP4#(D9ho$iI)nLlmf?SlVBGe1nckWgt?zo2mK*;na>jv0q7mWXrRzyEPN zlV3^)XYuq0pMJlVUoQ}w9KJTl$7|y8e`Pt{Evqzt>-nB8dfWP76L))X-S5*cUMf0r zZisW)wZdothbFrP&+%Eav?m!SEK<(8_)fVaVBwyP-`r&H=|0F?aWV0Fp}6I%k4a88 zar=AEq^_LTboJ1xsKiOT@(zkSJn0sWs-EMu^na9@gjj95BfrS;tGUlj9`4#-Th!!x zS9bC@L)8OYXB_OVY{@x$bi-f8Ez2JSJ?s#8By;8N<BfmX16|ecr#SqW`64o_{)4qw zUh0I@A4j;P`kfBSaA=uz6&ycx+d0^O)4EdWDmN*qibrapImNz@Z(NkJ3(61^T)nil zxUH)3NQL0G*G>gBFPF0X;OV^7`mZ_I^~Bf49>c&!*<i+#ssXn&YRs2-ia*FvvWrYH zyf5!i;D2L6g7t(O`SQ2go<FhGQkeWZ>QGO-H2=vpB6Xj)Y*aD()%3dNztmmX4}Fo7 z9VK70A6hbNT2oKWa`zVp`Mkm>Gl#L5#b*C6y(qu0vVBGAPdCZWpQf>$h)fIlH9b99 z#UVrJnP1@<=31u9Y{k!Nr5G;0i~3%?GR!momXG%?Ayw<DM#0Z~(g}w|h05*k@NYR{ zBk}G=iwi@@xpfBC=PEuPKk#4jve4Fa?p=i}mtroQ5Ls8os?4yqG>Y|{_~UPn7QHU` zS>EKIFDSg+q5XGy#Ebu}JF5$iJGXwGWictSIsb6}Hpi*+Pruls`{fyHP4Zg-<5J7- zA>3ts>o3~g-)^uzsxw;cV((SA!awhG-xyyvR%bpX+2H@q_>%15@VfYU`~?qLH(oe> z`-c7B<~EVpJ)w~gW{Fkks6}tTUFof^>wDgtW7eXLvp&yXwWew=J5Rw?-bJlt{THWg z-PvEKyT?vX`1@lP!Q8Vd#ZzbOniUZ8)=44eN{OC*=p&O|eTyyCL%5CXFCLeORJ-8I zy3b$b=#G1Z9L5im|DC#@5b-7@r0I&#^+$F6{4%DSvOWZFntg4#as0Cno)uFXuI*G~ zo5`V({(IHy3%PyA_wAUK<sVXbN_)0<_3sN`X1wvRQ#tCo<-W{y)#Ju1c5U^xO0!lh z>pJh85&pK|11Ib4o^9;cdn}4OZp}5b{J&^-hT5|Z?uq>WPw;%Y#}WQ!tHnPj-)TLw z4o-<ItBUhCh>Q2V#=X4gK9}CdPxIHO%5B>;G1x<V(%c92*Y;ISY-7CqCwjL>Wq@6r zG^fh~{RL%*7fiMbcJA1|hHvtjb43yE>izpuy?-tJbhqz(u)KD1tg4@XChy^!iD?HG z+9>siMr+o$1$9|HHxZq&(tIitkK}`sM_JD~Oj9zxtIl7Wa3FKKwWEvQx5Py4$NEmH zJ%111Y!VZ7d-AdG&2?2pw+8Qo+!|K*iir6}h4Rw&zmAGMxh(f!^89J@Ce&|EJNNcb za>^#5d#NtZJ^c(fKNjS7iE$LEEv}02mvEOi@6x%aS8Y1Grlj1pv|U6oUSJN>YT4GT z)vFr2c<=7~zELHZdFDU!#yP88B(_HN9uWK;E~3wzukwNI3ER{6EBzJfV(z(q+cxX7 zsIpak*%tl}z6tNzm<(K}uPD0xYKODRDW%JsJDZe0FOO|zt>Jd-Ygc}>Ff9G`$zKoU zyHDxfTYlW;&vq&AsQPJgw$|%U_!J9yT)S~s_+E>(QK7K^v6_Q9eFATPYR(IdH<_fJ z<TE+n!fDFCB^P|$x_<Ap<}#MQP#13WuiH)Mf@iak#=V;Yawj7MtKQ_MpZ025aNX#Z zEqnEssFIVD?`h7QP@uo+Nq~{6hu7xG_Nh`Ud1vjqp!jXc`RN4`K{qa$+pe6o?9a-O z%GWc^UBZ(d-;Vp@ckLD58>O8>*STM>e4oWN-JA8-_jf+ii;rf_dRQx9RP%jy+|PWj z?nsVD0Z(4EfBqcv-N?IcuD|A#zN>FS1Rk26JRWZsVBr_~WuvjN=D7!2K9!jQjO}T~ zq5>O&GH(Wby_==i*!odxWt6ge?6%E^%f();Ja#6c{2<rMKUI5!jrw<#`2Ju2I<fcr zVT<#u_0Rt%gbHl-uxI|TxZX5z#kLF)(X|>*59+ffC^WEG`{rJa5!$?L%dD3rO@^6M zElMlabXO=p)BSxb_}SaY$w$0@Hr5q9U*vyq<IVKdmC?Nu`UKQ8gx0&9*MB$l$hQeW z6FD~ZZ_YaXpG7!E;D`L73pX$2iJ5-><!bYGex-?_S^5<l$@8v7(K)snK6#~w_WGZB znb9RS?cl#z+m3xWV&lfNjVIvzxtFKja4gepW4W{~sUj|p>)rz+x9npn{S2J>Rp;0I z(4ED7+H7K$zl7qik~u%^=NBJ+d+<b(X77aD<!myNAGZC-=JsW7S$9F}``=xg)DknS zKZRKrn@umt?lfC*d*xfZMV?D6cDbo8-pE|JPTM=+_Ss7p=PrwoOA$=`lg^{FiMLh3 z_PIWz)b0=e?pK|-uVG%uB&M=GV<v;}ncuN0DMzm4)ox?f)8c85WX}E}Bp>l>?pX(J zlb7EQJ*#_m@K*K@(+SgSR2`3R`SGBwAt_41HF>MS#!p}4E(G%5HoqJY(Xe@GSW8Mu z^(#q{9gNBy6W?w89B_XB%z8%7l&oBJm+G%AGnPim*@fBl*U!GEawGV!QuMMtIS!uh zU!N{x(^UH9#OrPzyWD1hPL<`(dVeE@_LUD@Gj~sJm}#Z^y7Acc3YFlr+}D!tggaJU z*m7C%)`EZcZc2RJ!OE7LvZ`X&ro^Qu9=^_QUnaw0B%QV=V@u!+Oa0J&S~J?unr+*5 zdpi?zCcnlSd)0d0?@w|ju&>gel{rU6mF0DP{<#@P_FUP`Zg4Zny+7c1==~&#wZA^5 zq}kOzik7<aZnmp5vuTM>lkI1AmkNiFHAbx|`hP`i8XISMA7{I_jQ`3ZKXxJ3ve24; z&$n(-`ZlNLnSSQ%o!_&*2Rfcincv&Cc;jN}gUaGvdr$s2eB<*YR>tcq6PdN$x4xGV z3gf!I`sxJfqkF!6yT5$RL5}}U3e~%2iT6vtvFkeJbHnu1jahM~rw-0|wQS$rBhT4B zomT9OC_mSCyzt=PAMJ{oDdO+C%Tl5gZ@b&=t2{Stp8n}pIoWq^F_)zTE99gKH<g#U zWn9T!<2J+2Ia5nVKlOk9EVpe!ZPM>jdQP>yUTV3>eCNVnkCKm>A25_(#k1g#d??4_ z_Ah2E4`&)Ax2;b2uh~_5tt_F;Sb4s4!v9DAnXhDVgzmCtSpDw=&!Yp^d<?|qcQ&kK znlM9ceX>Na*2jhetVi`O&)M@v)+kukQTSf8p{&xO*UJPKg-dFz*n8yb-F>HLxVNjt zv|szTD)E=L{#MJMjti8uZ6h9gKHR8rqK9d+5O13MCz%Va>lfyjcn21&&}L9QdO`Cb z_hGxT_w2&w%(`nP%Vxi-i@N+}Yx7=b;cCCrt*;%<=G~cX-WaL>RVqZG)MxQQFBOL~ z{70%E6#e6Uu6SF$Fkx12UDnhqSNH3B74Dbtz46HN#l)gW<H#w~u1?*T7wddFY=drF ze6zU0q32(AJzB7F?|v<#i++!z4}VO0dur#WwigP|_pMEk;0ukkJF}k8YHz-~L*U|^ zyxxQ#N7wTnI^?XPS{`&leP&^hGMg`7LFgg7irhE7$5Ir(cGPPxHql(G=hs`RXML+# z<BRUQFnt;6<Im^bdb+qy=y}<m3WmwLealo1_mwTbcO%SMDzH?*cZKQ2BP+wSp8V{* z{fnDHW%Ii^q2C{VH4$1C7Uj$HCtFG+ykL7P$DJ?XJ&w=cRXsm_I$OZbDb4qnS))du zM~2t!>V4ntcQXFv-j}sqY}<m`317}k?VoYlLc=@v;KAsfVR5rpKE9ZC>xXlo_J(^x zmqPPH%{`A8n_f>c{<?d)Q{$thtNt54dwTtw@45hm+q0K$+q3;rP|ub94d=9+|9$7$ zZ|b)^q4N8q^m8f<YbJG>tkSVQKdabmQ<+ok+Na(()`*?@KBfCt?&_s4ZisIW?tdER zb<^|X5}Eu}FOxQA+8K8?xk+>+?^}|&Sn^`WlD(>HmYa#qTi+!&J7B{P8)i+V87q~- z{?Ax2d&T$Myx5guOMG(wuhDvP#G}ZBiFe*MLml(ErQ-WO8m4PS*Is_AZGP#(4($|1 z#g)&udRjcY`?Xmw!7YcmVy(zhEkU+l2Htu7dfh#2O!g{&raU*d+n#g0Jnm3y_AODp zeZEnfBXi$HS2?_28kE1&**VCJaRWzImeA(K{4J>$nz|c>a!+n~-M*CHbr!ex_ggc+ zoo#Y_R1#{nh5b8+<;^d<m2LYg9H;Wta^E@V&8mOq1q++&+Rq`AdG;T^eSY4WKF*t` z7=I`3S;nc|DtMG%Zh=JPLH`wLb+NN6w%bK&vA*P6FnL{0-1+5KWZ1P;-YY4Do;UA| zNt-UeK4E=hutW6Q!j>N077-@@>(a6_UplRObN+>zR(0#MyB4utc9!$D9~axd*fohw zaG~Zy$0~_cRxUjMwKa7+n0IJS^8LRj{-SL9WmnO|POJYi*08Yf+smB1W&hLu#1FRf zp}CEbHzwZ?)#X|DVe?;pp5P|)J-kWcDWys64>D(Zy-7b96BJx_FLleFGk;ts%wBW8 zuH$+8tx5Y-7``^_SiRP{_f*>6x3jlBSR?vwmuG|I8E+2V<YzBk<~tc^mB;lrH#i*; zmTir!_+a|~>co>O&0ClL5j1?vGg~(=-@JRPKa0Sw*<ULvY(CXDmxZ*M-`)NCqw4fL z(VoK&ve(nnY^rv9hiI4;%@$H^WMnYmy4fe|b%D#O=GunnyS?{a*M`5nmz<JZ^6BTK zJzZJ3n|6F_;_{OWt*V=`YRY*{TV*%Hhoz<$4t*&+&p$t3Yubg|Rj>DJZ}=Lyv#4s@ ziQ?UzUtJgWxxAh<=eBp5+9RE*^L|9WxH>ue{WrbMOEwm9mdq*XK57*4uWiPIO@DKO z%a0uVcO=J#A(o?F?%%vc*LkM>x%cVr4xLSpS(>(O{q_3nGagpXID_CDZE16sOi2i- z{=73Y@Qcu+3z_f!nQ3X9|0WmQI`wU0K%digf15R}PE!5r@A)ld*b{l-k<8DN^N&0{ z!C>`eE&CKp@3>vkT?;O5yx4uOr(t@|RfWh|Pj@a-y!*b<A@g%Z`h)Pjnb%w0r5o6+ z_##41&WSEQ*sXd+#4mXX_mSdvOnUrEf0iYyNj_MgSJwZttu|TbaHd%J&Xnu?+;1aa z=yE8mtYG;y`EQ<u?}10J&i%bwF==Y8pk}e~rOgK-cRiUTv-*geTh)xPzlS^i22GCo z!0kBkriS&58zyC}yjDv(PIXD`+0m9#Chrt;=3H@<W!aDa+#A;j?fI@=b&UCv1;^Bl z#~W9^n{PjXhSSJbQT_g@-KJC^P_XQ|ER``-FO&h2f#;sTD%h<k3Z+~cC-s%7(U zsU4L(y)ZUZx2T9Qmoc)r$13`ugwluX+3rpkBACo?w@c~ADeXvzocDm^%e_CR?_Sxy zX-c)yqKKxN?T>01Q#NfpaCFo5*I&=}9=xSF<!kP|O<(74&wk4+)0eq&<y(!Z^_{-) zb~mORPFTP_*S6#FpNh_Nj1C`umVFh>-K#0|q+|1}+j;q#YqrOjY;ZT@H(tdx=jZN@ zZxNab6>l$zo(s8t{M9DuYvyw;?=e2ss<+#>EN9x^x*+)%&+^lRTDud(RSx|Ncf02# zBzx>cWbf8Pf$ouf7dVQy^*GNz)8%csZsmr127=CanL{@5+%cQmw%e95D}3(sr;)d+ z*?wM~H#;T!c(zRH)1M4$ejQ)%!+*bv_eEDhJ<YJz@AYMR)30XOY|<}h=h4;q9FlWv zhWwjN;<t3CEZzQR7xQkbjXaB{F+XF@Shl(QlZSr}<H8F{>n-yb9y)EbsSCJhWdCE5 zde%`r3#JvPM5_b?{|6WU-QH!x_J-|GvCE=YV$WCf=&oP9`_aY3A|vGl?%9n7&(j6{ zf98Gn5#fuAU%hzZvWq3Xz8}`K&7WOy^X6J--&Qu>jJjR#w4dA$a@;3&Q2pGxr;UI9 zE-$~UDb!#7|KImG`}%gb*hHo^8ynLiZ0(kB^P2X)U9*eFRBUSh6`KhUJ0Jgeyu~6< zc;VaV2T4im*~_gq*0kQ9SP~auwROU^yAto`%CqOGM{I1^(z7~zs=*0^K5bpQmH$dV zyU1s4KH0#U*Ku?nt9s(~wXgOcI2C<u?Gom{96=Hvs(jxWO<mX?lzsZuoMYK*u4hWU zTU8}ExtXs%^~tR~BbGDor%%6B=&>l9S=+|oo#otn4!a{RIo>Lp@^k9%eW^meFROye zEjL_kIj~`|`xlEUv9w!1cw+tp^sw)J{bH-tN4va5!BT(Cl>8=dc=9R!<Ns-U5^93W zxIH)<G%q|C|H{>G@@3V-e{~!8&X8FiFCqCb`VzyD0%6&S<<Bg)Wt3bpJw0t*;sl{B zpZB<=eBl36srS6@<<hWA?_apRd%}G6qsO71gMw3YvPx&4_%WsX=Q<XxTAtG^YgtU= z%Fb7FetN|H;i}p#>G+*}$)2yLKU@8G-=hc5mbR{3`XF&rLWAqdSO0RYmE<gC+RblW zcjxkxDE?=*Y}w5l5B+-UU+ou>k*;M6DKNQUmtcPH(v>2k<{O%A6VsQyU8A`BPyCd> zPmhK82;IN5^40U3OtbVEo+xfvz&}w-$Y#U0kjWcV@_ug**}2bs@`|gs|D0rVZa<rO z|Bgf5Jlo~-=d%hHilj<b|JW74XwdgbKTYcaUq06cOTA>}sQN#*rHYlT<`gwAeD%O| zlg*9pZmpkwec|g17tcACD}T&?<+ate_DN5=tn;4U+?>dIdI_g~x1tp*fAOEijwSP6 zt!6fqm~Y7Yv--i!>SCT3tJYRr`#fuHTd`c+rgGlW(6*Dyo>yJg-+E|G-S_xiI)&yc z(ymjVb9~v|nNblW(qz+D`b_%J%DpbdTr1g2&Xzi_nwBN@@jtt-f`W0pN4b3LS<h)% zCNI9u6%3hh&Zq2LP~MJNCp`HYK4s56GTHsK-vyUCQ={~KAL7sMEi}0swDDju@Be+T zR{eX@vTF4=#ydZL$Sqm@cf%XbiGuqN^R1i^{)|;`!J!Ac82Ch{zVTGstz6lzy*%o{ zQ|DC)j|^naTR8F;PJJyFFnRJ8>wDd1p=$SZ8to<6*8d8<G1VyHz}ZFS{CjsdzS7z; zaqBGI{V~n?UKP)uM6C`IX7*#<8vmkh@7!g#O0;U)`894`S^gtHM|=7c!!rpoXA<N0 zI9vUDy3L=XQ>ngOq+&1sivQa_)UAkll*Yz??c?l<mkZ3}4mGEmNcgV2bJ<_i^YI4$ z`f{ZuPhGeFP39E+X|yye@_ycy54-=X@h_K}xNiROo!c0>HYHDK&T>uPv*cr>=OH!` zQHk`OkN@%rAHFPImUYpH_0wGW`txrKf7+<BD9vX$wrR)lTe&M5Co#M~6S=6#c=}Gk z+LqTZKKr?|au?`!2)E=+aWPBXnXTTedu;aQ=RFJauFqqUTf}|*N4ZLZ<HDzJ0!%VP z4_f@FwwGc&`PU=t!;(Ap`E^G6SJIcM&N^lu?3dg0Lwwf}i)pX6ut^1b&1iMq`Sf$i zw>4I&s);8&7H+oYT@|H#OumFaX7@G6mY8{7CXU)c6K|Z;UUtDE=SKKKclGHi>x-H= zv;qUG8bglQ9kko@<kBan@7GzE)cn}DYlfnXSJOYy4#Scgzh=C9GVM)w<(@l9R_{+7 z`xn}Hd}XS|dnqNQn(&WRI~J`t7JF=wS;y2(5A##2^WL|aOgS?7@T1AAgKodfc<On_ zxkp=9U<UiFk^>?Vv)6|&O1QbhDvdifaAmIS8rAGftH*z*to45U=y)Bk?C;dlt;!!P z8)yGCdgr=mU-rK?p8L}sl?6BNtW*d{SY@EHIXHQCyXssGmf|W~7AH5=`5%t%SzSCy z{j^=V+=3@nT|RMQPW6BPhHOqgRR3+&vrW-rXQPx}S$q5u4eoC~^fG0)xyXWjdJVQW z!;&u595+~h&Z4W^$L=`C3+Dq>kG4&kZuRTtH|BV@l5^V_mA5}X>~u7_+npnwRUsvQ z!}HyJdUNh~Ueize_%GX7Zef~T@#LLfnI-G`o7bM@wUTyR|N6my<8-5*NmC{4j&AMq z*{SDQ*H-+=ZNY!hm%EtfHA@Lb9lYSaAw|}%bgk*~XpT)!6!;ywzNm(;m{n&cy=g|T z$J(NDo|R6j$+xZVvOE?}koy)8|LFP>Hm)t#dFNa47EfT~h?Kq=x2XMYuf_>}h1fu$ zuPY~%HSCXbYw!NNKWNq8e>-@!R-JjZbbqME<(7WiM*#_1>Ie5^_&WJry=bPrpqP1e zqob0O$C;U~ZgISyK3{y2GtFm{MYWyBm3!VR<gH#L{jd96IO*=sHJlf<JfnYGO23G? z9^7TMwMFK(>?F^F?{A%ZR%79;m=?E`q3n8k*k!|l+e??8*5{GyGZK4k(U-hbH*Jya zjhB99hQ}}8_j2KOKD<<{Ch7jn+~$-$#j_<o^<R<ZT2Xqph4n)4<o$gYLv(##F1?@> z{X+1gQN9`5nxpLu%j+N1G6q#vTF!0TY5e7r`x@i5)=#8TIybEUc;@$OtGJ|ir7-Eh z&hC#7Q@3ZWbQc!dZr!@L?}aGG>{*9$ZQed#V#Da!c~v&)l=30R$M<qO&G$DyzF-t~ z`D9UKgOrn7$C-vF`tNT{et0aq_n7@H-kI%l?dQET`h7x3(fO*<v)9Q%HD(u=a4eOd zCAXxU@sfefv2&NIR3H7^n8_+A7pr~nv%TEJ8*k<dYv0w`bzC^pnr%(^!UvqyX1!;G zFDN&yZC%s3sQC0vdwbD!%;!tq=*?Nw*naNjMcJE=BMl2XHXLy7o*`_cY}wi2vwM-l zlJdQ?rNr|ikE>f4?8qtIv-f@2OhY59&t^fB)Ba57Sh?ZJzqd=9uH5<gsW&k#psVWU z&a|gzdlqhvnE1A;`G@1&cQI!e6jIG(|9w;zH{9_5NWJL8BeO;REv>41zB0Ti$|~C` ztnbEzRqNmPAHK-yW#qc*;DKbv$Vct@l3T@=%C6>G^XairM1#VlD-4mE6O61m|0K>7 zeU>w=_3QpPrOR!%cb|F1dgj{X-o{F?o19IpTU$b>CheU$MJXq0%7OYrH7|Ok%VZ5- z#GI+KHx^(>c2m!9T-GDfWARc$U(Vq%!>j0@p3^_btjrUdVH?u9WJBM2kM;{!BNV!~ zb**x3eVe}WzBog5y+>^R+E=nuujO&BXJD6*_#iXW&+om*qE;RKPg_JQB73(_-F<xO ziHaA!;X55NWEoD*D*1Qt)^&BwhC7b@2j}c$&?(neUCZNsKlSEKpEcS(7w=`YDEYUo z-@$VFOvs!2*O*cY>$M%V(!V(U3Oc;T<-rHFz?`-95BmcDHnf<Wb*g%P|Nn=7JX(F5 z?@oJBsra$(c#r#%do_|u$K%)9Xztkf@tL@@lGB&iB(-DT6py<e%T&_L^t_@ekhI#{ z<x#p554(<5;loQ#f{aq<`JBF8)LgZ6`tr06#m)cy{TbOdu78m1<JWzC_d?$%ho|l+ zw(?atGUx1$Y8k85TX+A^-)!91{dAr1znsinNz6vQbIQ#Y+9`3Z&{)N<Gq>PyRY2`q z_u?Ss2}%3*i>TeSI&@3#kM{f&cBxCj;k`mPmPu6y`%m4Rv-Pryz`rZ4%Wis2`P6+N zN2Ia)t*a<&TG*`krgcB>DpmNJ#rr!SP@N^|)*#2Ue(8II<$+x;UCOS3JI*~?so#B7 z`u-x$&9)(BH+W3noZ+qiStU?l@_fOW9l_FDCYAi`v8*^}vU+3ei;m7WOMit0o3d6P zsd&2RV!uUzNXl=4ou65KL)TjBTswbX+W+gF+4l;*3tTp8+qfxh&-r)9{<OX^m)y_r zG~eLi$_>}v@?>Sz7U|#l(Qt7o*Jjx{S$PQpoc|IdyeHnc&~#0D$&vTEZx?;6%3<13 z(x3Hw&eeYxZ_cvc{YKnE{79{ssL}+-0E5duSx1(6+q7#ZML#=vCFs7R{vUs#quo=D zZfyvh>uOrnJpI@fAI;0DXBpOh>lIr1F7MrMC4uFyu8BDD#BE`aj=Re4q#kNNHC<TI z>&B6qsRDA(RvYFl|5E06Nwxgu$~iwvj;=oQW8$H&i&aI-+BeCIsqgMd&D5^0D_iB! z=CCqNGF;Y($-8Ej(E;nvCf-|A+7|gGui0+nm^f+X<U<FJyx-aSnZc5;DCNRuuFxcv zM{{45rmX(5bNUjq@D}Tn;_<(q31)iiPCxzq^P8ZHOISG)Ob+gue{7o0`mf5<9?mTe zlF<H}ns24?>3&c}_~aFTk8f~av79w;S@QL_-5RC>{?ld(Y&bSaUAEcemb!z(vx%Zn zexZR2@{<&H$G&>w%X#VF!IY+b_YTa}Qk~c`xoXR^TVelR%B{T8ckI>k-+E1kd)X$N zKk7-omC>QMV}I7iopVCZA7}CBsdwKym*M!Lk_i)*ty})F+n~B^{*Jl@2kz@XH|)Ql z7wkVjOsZPwg{s!om8#QRG(wa9UYPh_;n!lG2Lf@`t%849--*lT`fTTPZ+YW8P1k<T zp3SS~Bx_|C_gydTdEzEv*eEWR6L8mJI`hrqB|=xYw;yDg+WtwtE^WCp?{CNaz+K;2 z=c%mx7Gf$oS)ll~N&n&c(l{HV?}@J!+OAmj2(~<4!FoL3`0nv@ZPqRSf-+xOyjs?D z>t*4dw^t4;>M7+#&slz9b)37S=$=mx7Dq45Tp$@D`0Mt!)LYJ5PNb9zPKlVwzQ@Nf zcIBjunGQ$KdtZC+bU5v^UijvUS1)y#CokKq6TyGnW$`kdUu-hdKcAHS^W}i9N`Ruy zd?DRm`=5VKk)L$ysKN)mtd(}BPHE-GC$(_L%@A55{!ULiEOLL&XQ^!wZ{qaC-rc!3 z$-w!R-H~~#ujH}+bYN$kY^gJ;oG;-~eB9Kzq8C~7N*SxpzdE=*#`%2Sv|CpT#dk?L zw+DMAUbtiHBk)Vl^}?Rit$xyPD>6AgY?~agVav^phFjN``mPOs8}^7RT=}}T*2kd6 z<4g>;VH=*ipK!3^3flba;`%7NSh;5s3agX%AB`2_J?6WgC9vi6&GbuGXIx$A8(_ZP z?Vf;#)``H0{W4bZvu;a1$T!l?^1QY7g7qp@W}zLQ4o<O)zpI=cp5c91Cx?IYeF44i z%>BwMbMu+bg{1CQet77v;=?!jvGG}<?|A%!V-kOzN!8z@bYEu~=jE)9K(De_heg(` zSReOw_k-`dO_rvgKKk?Y(>$vN??vCHOOz-~-_!ea%ih>$2~9$|OLnYGJnqDQE<-Bx zMa<z%XO&MrH9qfUQI*A+pQ~^sET8B4XXfQH+)q;`6r5qH^gG^eF!Q^P=Az$PPgFAs zzI5lUxLDQK^t$Z*)!OG%xs>lIY-*b^iA(Bk{P#~yihm_ux9M6bS0y>-a%o4fS~y=@ zVsUm8!<`4|jioaVUgj3gSG{f&=o4WPvShOT#<Fn6c`CEFI19TJWt|WbmE5nK9ulQ| z$+7D0s-G9yH<`^6i?ro=#4}k=eJ|H-p?H?t@6Q%aDm8HK2`s(EX!0rfb>YXo*V~e! z{&THMkGUFsxPQ$A(>#Nyq=cQl8=hp{`{TOOd8yrtKbpUawj1_ar|nFPn)|PuZJFwl zM^nphrT?GtdBMB8;ydT6zU%3DH&v$L*IWlj1D4lYSEp(2xWmzPwB!Gt<k^+=7Y;sD zQ{QmT$aBg31M}Y>_$K!(AaH_E^Fg`2Co0Y@4N<%!9{MD`O0e*2bMof3G7L_q-mdbw zm%jSA<oor4lfP{7JMboF!_#VB?!K3KPs`g@q$fU>Uh@2pGhf}^M1c-DcJrg+Gn}`_ zfBo0w^6o_J!`{~Fjs4YSwfo=CmyIl4#FXF^mU5x+{zlW2^KITXeP6Tq%f@uy$Xh$| z7`!jP3pl?~X>PJr-3||%3lFS+O|j@zlF1a9(I<GOZQ=2!^`VY>_uh%TyZ%M|iT6Ay z2d%>s`8VwMnDI){C#vbJ;`&LFewXI%yehc;7@ufqeo5Y<dQQG4v3ndBq`mufdi`co z_w%t24|Hffxtj9#m%*Fwzn?KZWnu1=_*3=h5?9{UKj+pmDzQJ{a94AEUMo9wj?B&X zt8Px5`QVQJ?5(G_2k_PYlF_=YB7KE*dQGOy%B`0q&&n<+V(fd&;w5mnUuSRaG$p2h z6N#;UOXb3X78l5|wKjdoma#D0X}h0k)!Tg5Pm=>TFaKQa$Ke)IeX3>Ntf`ZxEwzr{ z@;~=L@cd_!y;gl$oo@G}u4ZQE!F{P7N8=e~miGlUJZF3T@UqOYfb`XAi;q~W>#nVo z)^Rk^p70~v(6s*zf5qH;9Vbug-A_sVP;&YI?0YMUia#w{7&3dU=8O8H_s`6%(N(E` zv@WvP%(G-|d+vLty!D)m6sKBMo@{Tqnz%x|Z5B)Y-_-nhT;JxHe)uR7+W!5YsD{6; z@v4Yg%SSuATmB}iuDGK2>`?Vhz5L$nXHhSccBjj2s6U=`E$l+7hReR~uQr*f{arQp z+jqB<rp+_995Y$HZT|k>M)OnBFLrrevlHF3b;>@Cb%OmRHCdarZS6Dul$mHfm8kx> zcJ5D?-jZu`y`*P;-(2&U`xUFV|4Q}+eEU~T<+-W0pmbqI%F$HkQ!=a}`%9lLd6BMb zlI3}tb*VL{`J;gI^HUWbF?J|#ychcDQvWlyN=HT?GncigS10gn75(PMF3B*dYR#?( z4boqZZoLvv@X+w^qz@%E>my8@&#Y@+8KC@j!`vf_H|lafyJ)mvQuD@3i)#gfyL}o$ zn;u@vcV7PfcUstn9D%tp(^@m@--mn5D=kRQolr08vaa^n;c}H-Ci{FmUO41<-!Ayi zy}<YBt<o1ix0sj}RL_ZxcG6UonKyI3qFvh;i_eyB*R|Ge+Get-;7V#_TIX`B)n(HH z4#fCN{Zh!?Xsj<0IyKw!eUSUSP5Uo9=I)r)?(FNZq0x1l8|#e4Q?ATfnQ-U$nZ&Qt zFEus2ytZiBEt@SnKZdmE3h3^yy|HiNcHYqa_6PsndG)$X{pC3}mw%^u&*{9fvwk0| z(HWdLU9ElkuX*Vz$5!8y&ouk+THSB~$K!yb3mFbBt4n{n(2oDONuce5@^g<a{R~il z>TT6N`)gzDB!l&xT8DN1s1>a6Gief%;=IT%{BNZKr<mJ>uzAkE*FH9Qd+pO|(^~t* z7w-2Y?YST`<8Ec4-pn7jkDGpIx1I8RqUNd8;05_D<_`nBeY!4p>jnMYlHS#w;`HgQ z?py7*`cL(xt<<Cb&6f*4dF;mu{)$}_zTEyLvDSQ>*Y(H$E?&CavU-Nr(OON#;xnta zO*qOlhjTGcMf+2a{Nzh)>lLzpe>m}F{hFB8sz<(ZOMY(LW_2{{o8*W44C-4M&h@99 z77^nyHcRiCe4wZJ!pSF_6dM+*lq)`{)n35Ecd7sP&m3c&%j~Zk_m;o961G*otn9$< zx36>SHQnUiW<EFI<#YM`pk@AK<$dW!yCsrpR&u;hJe@kNfthKe@7Z(7dl&r5GR;dm zvh<+gj9G2hwkn-_#l0>{+worM|C7?nA=7k)4m{dYCguA1erwkKydS#KPf~-NEdMyM zSU9fkoLrHAO6b;n!Ffg3X5aa}KH}4YA}>V?iKe1!&o9X6pW{?K*|T=S)?2E*76)HR zCcOKc-L#|MZOS3;xXY!R75?Z{tG)CrSGdx$p;B`1|5>{ahp+Qrqx^AK?NgCCI+1(B z{3m~PR8!6KJ^G`LY2Le**(MXSj<SX>Zs+~>oMGV&rB0UkJ6}v^WgR%Q`^iZ!4m;<6 zb5kbCzCXI4=Z?ca@jafhD?7il->cf`x>54RhKD`h){D1D2d>)Ydg`#G$%%9$-9<Xm zMXgOenr(;QN@mv{aq4;MBvo<wR0E&qX^E3pG&vRIqJ2z4tHXtj*m=(F=;p9sN^I4i z$rfaFwO(VM=yKKBy8qvOZ?fqZ{JGe2Yny>@$23(5&hJVKKRA6m9&^-Yl1ka{Z&O?O z{>vvn(VlA=9<%Sj<$ei?dlO9UUhlTBN`3Y5I`2}of(<8~6+1N&PS?LrSh1{H_K3%q z{>JoweQRQtZoa&MN6>5Sl^_2YCxqTqU*T~@<YD>jO#6jZrTsmjSKnM_ec~&0d~cUP zXpC9oS+Tu`m#5qi$yLfe?$vni=Gz}v6@tT=R!>wB+Qs-aa@h-+n1wxm!n4^Nz0?|3 z>%Q-eICd(&tETs+w~o4L?~~xQ8{)3=UQ>U0-d;wlw)+3%lJ`HatEukbjQ8W)|H1k* z&x^|DxKNAgJ?oFL>Azdf_JWzi;EHQhx6h}<{$+Q}#HY+`-m~}%k4%Q;Qmzjc|MUc# zy>pANnO|G?J4<fO^{t*a-0vtjblM!bQDdc7_a*D)oFm_~;${{Evb;WfuIJo25if?1 zCz$4Zwf<(xHaE<fclwd8h_K%t51QO0x5)*bnb=<Jaicpr@%o!8efEl~eD?kNC*z_P zZCt^=;pcyj{V#GDQdSG3O$_-E;_ND^ID6}*Q>sr~FWpO9vn*!WREroFD~tD{{aR|u zZ~NCRueQH(SYA#_h)q>YZnv>gbeUx$7hmPY#rcdItnRnp-spdG)5-qnVRLRAGkKVQ zfGsOM^;~9%`?a>C>y0^tCin17|8Ub*np5(_?Gw4%7@M`XZR1VW6hBk`CjVl(z0gvz zi?`n`=6G+VaM{h_^LYjL9m|Wj3%2~@5}5X+CVnb^e9~VNuI99iso%<1e%oKVGd}9t zy?-Y!oV3YVvFhx3W@rAztL!!(dVS;2zoT6@HmRNU+-O!7VxaKyti92^xX!GUzl$or zIQ)IW!vC}~v>`~PndOA3xqtcL{?jhM-mST+b54#c^1#`3sn0+Ek}ExHJmZ3=(Yfrp zxLQp<i;8N-=KR~vZJR<GJ+AN2YvPONVXE8db@K6s(p7V}Op<vrF-dOQ-Q}AYy*OsI zoE83Zo2y1=FIU2ySra-hg|p9U`u5Nzu%lM>jO69KbsRUBT1q+Yu6?v{^{iJ5udBYu zaXWFFfxY}^lFIqV{$g43S3=UCM_g<=ccav8rbD=r<tkgl{BOdgn=iy%FjU}hzVg@K z$ZE+^tIQ_$|Hkp_jYE5ExV~<??b9l=`NR31=Ua+D$8LF<X*I`_^-{66?R2)gSJtkp zS=rWVr`~rg>FfSa7lY$Y&P@5@@3>h=N~vS<#Z@0Nt#fz%a5HI_=Fw~|woX!?F+HSC zOZWKtg4a4dwajx?Y-pT3U1;x)^kWfIk00|3Kf1!t$@7iH;WpiOCwBz0cI?kJ{GpS7 zK$NvZJNn|uCowWYmg_!oN-um8Ajf&_j!6mspZ?INjcKNrA1%)flvtc~WWUs;$)?Kg zma8pxndL27e(P~+@Ld-!-8MDz&YB%3g$!@mNGkgrl>YNF-MLa>g1SuNl{G&Lymqv% zw&6Ty!|jmFwE4njzX=5ziYnWVu39dC&CtGyVM6>=zD`Y-)(N+Q#Y$X^-#iT3Qy}sA zkk%&6Cb9Qy8<bysHHc^Vw5a_a<3i5X6UQ6bxOZyuX-e^#T)U>)X>#J&SJQKgb}+8n zZ=Tg(eOc-O+gy1GQJa`2@-x_<2p>@0Q5bdSO@8U-r4n0r2qdOR|EaR-?AsD#VgJ{+ z^QlD_gYCTPDw%Ar<<ob`=oUzyJM(*i_{H!gMiWoJ{HNh{EyJ2;ljXOn=yZt#U&^f3 z%*?)HxcRMmF1Ow5l9>m2o$q(Ntxu?qoPAUFP2$<)+LA}%vy_W2WlQA<emeA8bynh* z#dbmq!*q&^KP2oHS>$G3apKFh>C-1E?^bo1plq#^?s1<h;?1r4XYQ%@w|B^9UO)P$ zy`-b~x<chL*~yo}THTeHR@6Ifh`7F>`QQBF4|^8}ESgxACEPyc?t7u=7alEVD)KM9 z^R37)UM*WN>)qs8k!61rpD)wYRc#k!h~GcwjMpcweVG#s{{2^QpO6(fL$x&NZ|EX7 z=HwSs_8gh0I@OwgpJCMwlQX6N(yTxK(wFzSup%iny|}QvJnY+^JC8E74>+~03+&-| zm$>HI<Mlpk%a+8>J9Pa*=g*@2d3X6w=&{`Gn-KQPZf4d_omn}qk5(kaEr{_G*cT#| zen6t0=jPs&wXdosb4-@W?#U{+#uJ`@&YIKnHT#B1X?3ydLRS1@%E|qF^W2oly*JcX zbvv2~_rH`~bpN@TuN5=<v`x1}1<xJvVpF<n#J9+*T0~WXp=lfcG~>!S5vvOWRSw;l zsVpCKr6Yo&N?30HTHV9j0#@v1ZMYSy_Df1fJO7=k%l9<K^FmWYrv>_Xx0?n?t+eW@ zSe#e>|6)#CL#+NabxC8Ly?zCzEq^8%xV%a9_^>1`I!a}+kLz!y?LQTrMXS@k9(HMM zS-9xEkebbpDf9RAtX})}?CXUm3Ocu@&YkUZZH07{R=I28DFq#kXth@3Qo-j719_}> zwcj#Vob<ljG`K@L<;ySGu&E^ndKtPO?QPn0k@3a<UDXngJ<MZXbM}8f@bTQf*((_w z=bM@wmi!i}=;L_tz|#0@7uH{2Z<4rFNS$-t{qIj*k1XWm<WXU8;COufd##kt`6~~% zuZd@3Fy2#jKq&R`-_?IMsdJ>~Dt}o2_jB4#-h2F~AAY=i$#6#XjKDpwoiw<%PIj3n zc4YnSxN5exu0xEggP(QGd$(TQFR%UWSLNN4<c{;$s9v90Yo~VPUyR`VeM~R(66eLw z+2<_q=i-`Y6}NJyeScAOrs4C-P|sUZ_a(KeS4K;G);w$ctA=&!^_kbrLKgpXQdXGR z7VA0rem%3nKbPY4(7;)n*W`S-v(&or{fuSFR^@2|^Hf;!o*gRO@bR_tbo)h~Our}P zy4~Avd_ZfV!Ra51meh(?7P4#c>?nB_d8mBt+5JBPuB}b@;n-Qu$+A{l;jG6*2Y$Di z7xE@7J861NCO!N>v1vR1?CFk6y^52|zq<aPr62bCIoIc&n@OuL3z!~!n^8FF4AaDV z{ota_{d{xIRtfb!)Us2sek!LO-yvSC$85H~BP8$Bvd4R8asGLjd;YF#hJEzJb%*zM zt~${nWELErs3F~VH$cB}v#r#gr5C@fyngwR!2-2=5A5ShPRx1VeUV|J#^l#I*KYC8 z_&Hr%|G>tuYnxhxZs$m<9o4LSv^K@=MgNbTk{i~q={lv<zekIETCZ!dW24mytqWF1 z9tCfD*STJ}vAda7@1pCJYcIDiJ(^uudSmWX37I;!OIC^!cNAT#f1SAS$7siPr>=R6 zew>TFU;a<nX+na_o(m2A>73eYHi@f0`u)1vbI<%;waF<TN*5V!Wij1uv15+KgFQz> zc}{mcy=a(rikb007suwg4zJ?U|D=f|PW4dPD(v^Ye&4x;+mrTLt>Lo#z9C$wjP)(! z-0Q1n9saByTI6t4uApo4)sMx^Ue0HVFBiWwaXjh!aK;W#vjxn{TPDhtH{URnH2f>$ z&C`Bvy6IEz#8oYE8G>;^9l?ydX19G=SCn(@#3jq_>0aSdk-zol@6CR^+UwdayBBPS zXGNRt+kM<%zSxvf%fjWa-)6luF|yFw&-5^4XN)B~+r`rB(-*)0zxG`Zm(}XPB9pk5 zdI3wtv$g;KY@H&x=|;6;Om208vyg6h@V?XDkzcsmR>`vnDDAIpKFF~`Z|VF1L80gO z6&7)6F*^R~T6lcPUGZ#*_NPymuILSO*3*d9=~&Jl{bK6P)xQK)?@qaOB=_{g?-fQB z3~y9xmK%w(r4}phlG?VUFw$e<w*BJL8)X)G#BC4pY)=;X)v~$$?n+%Fsi_T``nx4r z&YYONVTx%+V~p6DLkS%%=l6;|$Y5Q`Rjt7*BE4+G^pdTt8A3H7t_B91ucq7VOyDY? z%^mje@a&>%H!gj?`#0cbU=W{ooy+VA7x<sF$$q`(qB{G|<+<-pid^~p;$+0`JDWN- zNauRX^*di|&f$Gz<&fv<aQ_=qK|r-y38O>GY>wwgudWNztk*cBe0rbXLshP;J3m*P z*<~7ZbZgeerIWoEuS<H6S#W*3tLNKKWkITvGwPGeKZ@8%X&S${7ASK&Mos%`iofau z!<kp!pSgXexsyeD{co2I{GImpZ4WMS*UntIc9xh#@$TwF!iy&dGN+%6+PcH>Q(v+4 zfz|B1LVo*JzZR^0C3p1t@1#RJboWiPd~x;nwe)qGebbJgW_z1=&c5m0<gI~gWqR3N z)U&3lr~D~je8DOGzlNn*#0HzH#oel|$F}O6{<Wg`47ae`Vm)d7tyTYclmCY-Kg50P zpju*OslfZj7iwM{lCANp3dOt@8isw=sR`-$zF^CdD;v2qwymjnd|rl0;B?=@&lwAA ze4hPqPQSTX-$|^Z_5DYI*$q2SUR&+{Gj!+CQx|@nII=LU;&J7Q$wplaE(-oO{wq9< zW8OSt6KKrXk}hs|T*mt7m)dh0J|~lIePjHpTIdl`Q7rBF?$oI#zs<MsX*ATDly7?w z)${wj&!dmG54Qc&|7bd+XUX~7H#KTF*ZHZ`DgB!5;L$bLO)_%!D)U!wJ0?UFDz3J) zQ|;={zx8}g>JPd6&(711&XjD+KG%2K{>JC3AKFje{n3(~p!fO0agHbNwbQI-STg6Y zP{>USt2@#CHRQGE*Yk>2-FzimTqO&?2)^}du<>SDS+2k3z@CHGjzw?JiV8U(u(9;f z2hq*1_NzVHkdeCUwcqQ7lb*#T@g}!AIqi9}w~-^rq|5f^cex)|Z0B5lAI2av<NV4C z!AXmD6`$h^bE$r|ZCk|i$cpa*GG>h~%Jt7yB>C(}Jstj)<roKtvrydz7oj%g?MwB) zu3R3zM%VM7Q2F=Mo5IRYHQbrmu-=+G-KlxC|I~E?{>QJqS{)Md=~VX0YA@xRACq#b zi*u`3J;U0MTzI0Ea_?$v6i3v;lF3u1#O{@;^^B0)x;A#&*9v$2usSu(CcD+5b>`Jt zlAW`=zWeQa8hYVs<;gcb-2%IP4>oTI70nWp5DdQ5vfA~NhoME;3V~RzrkUc3lMd-U zd%kbK<h;jI<CAvfPCLZ&I``AVb&nFa8O>{IXZfM$S}eIiCt==J*PGI8|J6O0{rpnO zd@#yMa^HI$|8*T_3nC-<3|?%%e_}#T{L0svR`tuz>HR+#uch_!w#Op5lA867-y9<N z`&~G#9#3a(xP9X%f1^b7Zru}mWDDFcOyGYZ*{pFYCp3Vw{?*F9HtRE4oL?9IkO`Q> z)o@U)XZlJ@gZ8Eg=hcEF5_4B=c|KX|^oPf;&fWzo;o7&~JDibm|M>p(49RUVe^14I zysui5P|GW2u+#SJje-;t8SSY7FK-0iiSYe+rT^xH=w&A#Hi>nIKki&9sG{6E<w*9- zg?V2!k2QRMxctN`;Z3}k9&IaCW!@Qmx<^xazs0436AZfwe$SV=V^hU;KKaR)ueLAu zt*N}}K0o|5-!5&VlxwT57q46z5U#bWS}XF`bt|v4tm|qL3_i`cny8`Y%)8$Cf@at< zk0SZW>R#MGkHlMiXJab-J8?Vbi}+4Cga4P7#XYN<-OAWznfzPxL$Jwe+Y?(pdVMc{ zc{WEQV^!R7ot-kqPJWXsmTW0CVKwhl{!sAmiOxGd$&4!x+M}wU`F`55W9N*-MLD{c zwWid}exE*Tv5B;;+ivx(j=R{b*tKj#wsB6M*<I_MGEHvJ<MRHV`%4U0IC>>2#Oki& zE;FCEsqNld_Z@|fDwgL~r8Ab^`LJNR;FMPR{=}1A$3;H9*RxOkSkox@UCVLjY{CCh ziQBHEzOY?2cdlCQa)nn@8TQ*sx7%f%Etu9U;H2M~D70Z>Ti)e|EGO2zo9=aSd-z8? zB}tdYSAR_9R3ty2f4K7SblKm9alHE$*2_5YX}(~dX&PCuG%owkChZL^=X7_T(ERp$ zdwBh1Pm|dFyB6QtR^xD6soU*cMG*VccaNT}^WN-nIw&aG$L%wl=H`N`33IF%XD71P z^uOJ*Wcj4H<lo#9$2Q*+^3<=ff8XCAzq#Q`uSs9u?Y^l=t8^0{K9|^C$o%Z++zd`F zj*{keYfO&@3Wa^%ovIacaQ^?7OSe9s|5L#61#`>hhl_qEn6B#n5I==&!_8L@oDapx zz4-EDA<K)M$!jM(<^3WMYOZ|XW{~!ox%>_VMji#4@?k|YYUGZJE86EMJMND?Bia9B z_v1)i5Ai#Uym1#Assp{uZZQ;`nf=XU=jJwpt;bWVlsC!mzkDS;?iuG&0l7E7><{&7 zt~?Sad0lf$=&7WlMvIJ+srs8ZkGz+BaA~FOw>caKRXv40g!UTM?U3x+8uam1ZfE3` zFlD2@!aWtor}{GAo>3#d_;v!f4tMU?ce|njJfu^q@3F7CQ-A49rNabfi7kx2fkjpi z54`)@)~C_)XBRh%pm?>C_`>U(HfhuxKCOD3k=0G+2GgM%<vbJCRv!{lRG<1-|C6xc zQ$DA31MjI%KEM0nyXBLA<@1EDfY*#KInK>wJf;*e^|)UA6y{L>s`cFUHxC7r@&ET+ z&{`UF^3TN^=b9cb+h#FW%KCeyqS5O=i8G2hE&qq#mD7JPb%sjqo$92>W2-gw_%yD0 z-|pJE<6e%K?oZt<(M9|kYhwDEr?O02=V-XUs4uX?$C~Z5MZt4(8!^A<JIV`=e_Y)b zV4~t)=3%oaDfD^eQr?(%3w~-HG2C<~XNK#$zI~l?Q(3NP-2M^9FK)_UD%UIV;JD<* zH(wS$|9P%@-}$xtdLNjs#V+3}!_xe2b4$<F&sy`gX*1X_JvMn)#Gh8%;1J>72<5r8 zmw$8`<f<)9pFLxX^qxQBG6|<IJoY-+;uR)#z2JyLG@Dh_RsUJXr8>hkc|*CYg8pbq zGidMMopk2N`~8OHEg??b$|jwQmAKVsWQ$vunD~W0mB_VnyuNeyO1Al@a(>?LsGd=m zBR3=Drpb28ll_U)N_O6vx+Q4GotQYEiMKOjf6uatwhSxDnR|KJtzH}H4L6gP7=2Cs zR4TjsiP@c)I*y(5&wuZ5eHwD;TYUSb$Qe(I+|^~-b}d&6w^Whfd%2cP>T^tjf6KK( z+bceHX;;gSncQP)D|KFLoAU8v&Xa?yT|YReD!WGrDeVrpzxdD7gVT2_U7Wm!drI|6 z&!WGju38lr*j*;1$crjCWJD?IZ0g-qB)#Y1Dv6>;-r5gSm5&GJ$Q7!(s?;!^)0Wt# zvTjD`&DuRv7tfsi>&gBw8*7yh#@t(W?cOp~OG~&UT4+(z>5iP~{^e(8{e34cZ1(!K zL;rd8>pj|n8{gfi%ey_va*5uy_bg6qL6hE}m0(zXVmo6{V!`z#w-|hv>shRAx}f3N z*I)nV{MIjGQhm{E#hcEAY+v=~!GtMV{Bs_*TK2DLk#=QjeiQ9hr|TQ>*6+ghmA@y} zsudbO%@&I0c%rm-nO3Evm|^vnuh&HPYF?Q5%2@4r@P-A!5AX8b;?Qytk-dJh|5Gwk z@2q{bD_VU&tyXc{GpEccve@cXtrDyJXJO6m{l6!z`Mhc!OT5<mi2gJO4Y!0n71q<G zjMqO@m5DU@t9MDJe_7k{82eP?9}d?uW(D7B++cZFOEqGBa$kVVTA6zXQ@UC5e!s|5 zNlkZ@YRHV+ea-XMOR<UNdu+`*jdDsZ&XGu(Fx#cHY18UwNBMs$tQD7zb8g~^w{i(c zydizItn=)*I{gouj+?z>=koAX+tG66bLgKIL8Vvf4rgPxEB%uDY`pn{z!CM^6Ez<$ zm-E##j(C2!V8RFaUct*!Ds36py6)=T`KFqzaoo`_HTz3@(mttY+G~7cG=D_|+iu%v zaIz`a=h)LXk#3JBzMSK6LBOKRe7Wd`@<iRbWkt`8Kk;?#`F8Txp@1bXgtrwrNt~2b zy>~unY4UuLDN^b08kME>TNmAOzTh_1am~A=Ahph^^QMSgw<$|4+?R0gjQ2kclgAq7 zN=kiiwPTFZy-P%$9{h^k>#^*KK*rL@6352QL+(#g^visk?oXP%|Ml5}?E1~R2iM!? zA68MQDO8v$_jQT%#C=b{?^>~OO`zjWxx4OJ%dY=3ikusuxRbf-<^x5p?%k90w+8K2 z){nNhTQzyvtSj%H3ZAc5e6Bn>>-}EiBO-6Cxz;yn)y{TRz2mV;{;XZW<yB9jgqeG` z*@-PX-g)}hmDZxHdk^A7%ti9|DBXzF*!c3a(@l?iou$IUN((Lt&d}VTp-^bnHs{rr z%mp{=w(soxAa2Fk{adF!te@rKS*FuVrm_j|m2ZmqXFkXE<NV5_4?T?Te>9qU(K)gD zWA@`aCRaVqiHiDJbzNk?tD5&ESTlB?apP@=1*g_NUoz$C?tR~wCmZ=oCT`hyjAfDx zS8LV=<`x^dCnna`b&Wc=zHXklaND`PhP^%oubO{-XWO<<^vGY$*t!NI(X`XA%jdIC zxZAaVW=`trAR`Xp_5M0JS)ZBeMQ^6bznwhcmV^&yh>`KB&*8gjl#{<aI?FllkwvT| z$Bgx<+qZT5ZBNL}k=~kJxkYG~)~n3WExxAbK9`^5XDe(Lo>TJCBHl+|?2xYF2j`i5 zy}JxFIRCR;{Od2}$6~p`_%3gd@c)!GOfkuyD|Q+dHHjrPnpm%WQT4wdIys`sb!&G} z)w6S}r*b=o)k|&u+j(s9iOMy*cvc;`&O1wPUwq2%gU4UodE9B+F=Kzsr-k8L+!jXp zMA)q5G{03_X2E3I)UNy7{iK*JC;$K8e{Xo@mTpeT+4XvBvrf*vHCfql9=pU<xWw9L zye*nMG1*hxWo{~KG|SvnneAQ=g(YWJT={JFwDXeET9c;Q6+53D;y29dwaSl)?C84p zPR#NBb7^O_PMv>tK3f7RH%~Zv{#V%cUvd#w16S2FwEFK|ar>qibNXUN)o&j=E=*>B z=_4g`+|i}DEjIUB%&~jEFWvUv3%<i&93-Y(lem}3+`DAe>*XiEB!2(unJ>QX+fBP` zTYtWMa$@U_io4Bgqdd3Q$K}bqIuv;)kz?z}SPsj-TYgNoJmW9Wd{;zXVPl%$HigrS zF<U23ns!0`o{!@<^?A2*w_hr<n>%Gr!Of<6#!4UdjOF1QMLooi*p_*`d+<c*$)_h% zP4paZ`tB>3_28?_k!P8#Jd2gv)g|6cQ`Eh@v2X9YkFHJOzG`XnBezJu=t$A=Grn=+ zhU~MZg>S^16RM*9?dI=1Kf&`$7*AQW{|vWlZ>#&uV;LB3Zr^iu_o)=F^AFY=`!6#I zdSfr7fBs<p*Du0Od#`6coz@|HF!a>+ug0<UpCY!GW;(pyY?u2j=}%E&@<!_$vwpZX z?cq5xm766=$z-C1xk`%6GO=)x-s9^ZYj9m$BW(QN?R)Ly%I#KF3z8Xik8?c!ozW^g ztKYA3W0m;qL#o>H>*cpbtxJD*p7GO#1>4VEx^XLWZPU}@Wfu46ubA>`<IKHpXEwF? z^fKwlYOeVAJnFBHP{TRC`Rw;z{QqX9uHn|bY<|X;mxa?(*01CX;chGEo3QVT?Pftq zPIarrulSFMZ~q_D<KFDuuW7Jk!vBvCWxbc{<+E(_VW0Eot<eFim#q!Yy-PMMdcn$b z*W!hF$6WOZUyuCH`V>0-(zXRx*-g~^ygN%y@7Wg>;gxc(u6NSQH|v$(Ol>S&@vS<l z+bXthn&hqC>a-q)t9+@-WsO_TTzmA;>59R`d4XT|)o+cTRehk)W1hY8ll%Xp8H6PH zk`tDB{=WBoFW*z2*sk>tPkzwcAhV;@d1)w<Y_odiyc;ibl3sL+`|7hii!U<J;4RRz zO)<E?KHfU+@MU#_@I9U{U--{q`?0#<%-he;E6N{FG>`eeM<hK|X0x9u!*P#K&u6|p zvhZ45Xw%+~i3eW`FAjcsV#2qB*4MlLMC>{19p))-o0xmImY3D^lMdU={jU%1ae8hw zhxuR1gTw68m}Z}EU-oB>RyD8t!b1fwjN~O3{8781q>!y8ytP+Q>cjD1w)1D+g@5|_ zH}Y-sZmksNRu`#dKlfJ1EU}n%;o{qk3zKJeo}9@S{a^o5_c8wMSAVPeX4@&;db96G zr+k-*{GF<qT1!*v1EzJ>NknNMG2~7D+By0BC%NZK^bVRao^>s(Rj;hS=vXV3^t!O= zh?e23@*Dg0WmtHA25#{dtEt{?vD)po_+@?%*5}Oz`>$x-a5z5KYW973uY<J-KYiq4 z_B$T@Hg$Q(8g51D>ZIDoJp4Q=*Xn;2+xK;Ci8FRT>|$uJ_$$Z6>c<Z{@9g{^xBQpx z+2aMSzr<^=pIgox$C-3;|1G7WU6T#`FQmWPRIzwN)QRYOSszw?F^}X<UwLAe(4Rkw zvfH0s3~ANW)F{;aenR2=lO48U_r(uNd`#lynO<EazVhN@S@YG(%yZO|7rDD$xy^F- zYEYAT!?uUVL#0+Pp8EDwvEK29xf2U7PUbI|TzJVpdh7BX%X{~`1zm0p;oy@zZW_02 z+1WJ@_&gSACOGLHSy&$bE&B82`BVHDk`|U6UFLtTHBC@V$WF*gJmWy0arD+Re^|R~ zo(6NRXOO8Zb_z=mFh9i5$jO-e?Cqz!k7Qhny{@hGy8XsFVV1_;)d!^Yj>z6yRsP<& z*5uO?Vd06XR~H`GdhQ7OKWF0=8EV(<C;WT!)y=Nx1ta@!QF#rAWAD^tb_Bf5+7Vr< zox3bs?`puI$iKIZdsvITBR5J0N)<d;VZ5y~-$dt?S<XVPqb&SRuh+NLtai*jJ1=DA z(z^jXsc*AWc|zNFtrLoU{(j}jx6&KcHWXaEropo7{56-B$@Ax}>+0BI9H+O@-ri)w z@gRZt^8q2TE#6#Re|UZTtWV{YIsHw2wBW%8p1u|N;#L1`9b2yYpSb!gqvLeY<x@J> zx9P>4{`u-@xf9E|q=wEUYX;6==S<%vZ@IHk-!3+~sqDr((c7A?hD{=Cq_46~E_nUP zZeieuEt@BmJUaYJr+d{GzqeBw&$9L9eYC${?D*it$1Rp~o5NTyu0PlwaC-j*j$K?X z7h;p&mcQDmw7*ZZ@mHuqoWjG^HFpkjFn!&+cUeoxEU%3kPCnHSYF2mW{>fpvcI@2U z-pAY=9I`X!^gVmMI;z`&?dR90OLWd_Gw&DYe0_!I(c<&BYu7)Bj`T8p@oC2HH`|&S zVrn$v)UD3`Pf2`xW!06*c0~fY{yUd?{rje&7jL`m-p<Kd>!v)I!0|h}W$n$!u1{?1 z85eBp&i6d^p}^_Y7OwdnPh0OU>M`p7(%ewM>F2nPY1hkS8-L4!7M|aig_L<NB+opy zg1c*P{=T9=Y-c_{)!yqj{o0<+3x%u9m$IGbS!86kUD3#Kq1Gzr=qJA>syv_bOmp%t z{p(>T3+DD~q=m1oS-xG$_2<Uh-}Z1Rt>P%z>Da7zNn!FgyVJWj?1<j~p~Cl8l+CJ{ zr*^4Mx~s)8BY|hu!R+#vc_QlySCsueT9NwZWN7MxiX&oDd($*_$sajd^sdyQak84I z!M5A8<_6cuze>xS)G)bB#cpcRP5Ypv^sfi|I@V5@!{XiWRC3*m$-mY!XDy8PwoZ0V zot`DxqhsCCGX2fHNNKS{Vw1$Zr=6?FTcUC2N8Xp+59NHL>epva%jLe^sMbFHG+SJ= z#P(B(l^U8SPG9&|tJmkc>P2H{$A8_A#s!OI?pQqE^Ze+t4W<cVaq3I`KB?U0tx39Y zf;nXI^b705az(QqpL}BVgMFvU^+#fpcL;`R+n!AMe%aQg&)2#|;J9bHHH%fIQZ8HZ zgLkWLBqwyvcMANp_QT5TbQ3GrAU*eW&40SwnFQKR)fW01t?~Kflv)&ExGx}R(wfD# zGc1<0xgOvA>B_OXu-4aqZYis`TRy1^o#UUjJ$<Qeq|LblYbI|oTW8*N=G2Ac`;9t_ zzx!pZk(Ulz?IM`l5>fqawOYw*Lw=Tvi~lQruAfs|^kLc#(Z|e7a_-Ic)SUfl(&LHI z{<|jpah&>jN~rglty7;*Tz05=-#xj7MNbdU4pE%CuIK6MlRIZ@`{m=f$*Y%n4Tn*d zv4;7X#h?1T#N@Ot8>+v^naI3EWasS3jcaRMGNO2U_XseC^p?Kd)Fo(fOYF*ahXq%^ zTsm^gQ^qT#*M6pvy5Fp-uP<4j7w>HS^2e+w>343!=ab66r|r60aAoobr!^@STY>~O zeDVEQduPc?p@k1Wtjp?2t6WyIui1*DZIe;JZm#D->*UXRavSVjFCBfv&~kHt;WLfv z*Nbz+<h}&`$_ugeDPZMUTd!Lsp7Y7$<j-@L+{|zHJ<i>`z4K4>%d=<Y0(T!}KdARH zEUUFPjpw1)Be{t)x4gdQ7<Ers?s3{?Lr&*Ud+cVfYxa70lC|CM$l@7ZC5dhZ41whr z*Xy&`SxD<?v<9VB^@vVYfA?PTLDp&47rQ6FbA5lrots^D&rc4I-AB)QmDW6d5*b<X z!%|!0`IA#8D>Ip!&&53VS|2edYrB}ROQ!bk1m*f23>u#{|2udtoMXw2FHfGUtXs#X zC%vXbl~;$|`H!dOHD;qLr<d*G;L>~ht!TY{64yk9^?{=ETISAqQ8ROXM(vtK%okSu zNYp-=`SVC!$i6Q@qP)vuT<`NAEYA4Nw0aY_y70_Osp8P(Nsl|k7`f{UF5KHUQBv)y z{fez~L+ocg_vZ-TQ!Lm&*Y6Ay<38cVQl}c$iQSWRZ?f7UXxY>Mo4+{kj91SV-S4OR zf6qK%UMs@9{+(h<*zQh+Q`}}+&UQw!{8j3b|1zaNvu*BDnz+0zJAFq;=!7Ogot1XV z|GxeVVfp;~Wy8uWGeH*xqej7ZOASmTFI<+a(oo&_ykT{o(J_CO)~#U$buTR%=G<fY zs97)iRCBZCp~@q_4ryMhbr3AMYI<&>=*L};SM0m(?h*OyGJ}=ZtD~ObKT|%=x#wlF z<=kt%XOE^hUz~L##W{gjY-_8y5wCjv+Fd(l_rx4|cBk_4R^<g7&gSw=kT@!_#wx+b zWB=h>%O5Pi>>sa@5@N8iV^`J5t<pDpk52hxC;znb+9r>ACz>7Y)2>}On6EB&$=>IU zoY6W)E%996+j=ftrcYz_4=-EXelz`F^{KWQa&x>6M!mH0njk&j?!14|v8+XrD$}a> zbnnUJdU_yBpzENq_A-~JhXP7nwu=SdtABrX)ubP#$(agkzDQobTKni`hVqk1VU~|u z?9VM|-(VRT7VFq}?UtXsa%shkNi1<wy@VQGy_(XSuqso&<8#>$$76B-t}hL|bAj=! zhOnI9zP-HOS}qfh-3?IKq<-{F*sTfub87tqH!JQcp22zZ$sd*VS-x*s<Yqq7nW{A9 z{G)|OjtOsnn=(mm?S7sbV}-|ytt5A(^*e4m%RAR!@8;&S<z1{Q^M5+ZAG~9;``UNM z&a2)3%vn|xC^5gbo1Vm-6T70~YOTL-g0^@@>h=iPN%}@k2e$a{b&*t_=@1yOXBPA9 z6XELJa)<w&@oL!`7Nel7?;tO`Aasq7<&XNR%zoZTfr+d3x6Mrs2~GDr(^0taPH>=` zzZ(a?!-15;KNL#RqfhwTJ=v4AIr{&`P1O~9U1xL8JT`k@&UVu~8`mteT($YzitTB< zdZvr>Do!4H@!;YNq1d#kF1ZtgO*ib{VP5O}j=i<0wV}~LMD~_=`lKc{Y5hNE&0k*& z=+5D*So0-eXXCNk=Rzh|`9_P(7n|epcSWOTWVnjL>bx7$(=7U0I_5qoYJAyWHs|Y~ zlY1tHAN915Us>_}{@v#}%0JGT@BOu+q4SBW(CNUw6Dlf3f8Q*;8p3ecajV2%?)Bm9 zEn=C;CB0Ku<+MEXyu4zf#`edbzOPoh{qJZ+`hC~UIewA$`n6T%uWx=z_;vi%#`0^4 zulGjUwC-Kikt7@PJEbX{Cn$9G6szlDv(Lw<G?%2NK07HPQhoVL{FVLnnXd%IZxy6} zwvSgRe3i2Fq-Ru$9ozln&mO&xr`(?upJ{q}(iz4lVkL&xEIdz(9s0>OJ^QWy-`XDi zB|RGMT&levv@b6XE12fixT(8eC)LgW>GU?oO#Y1-FT*wete#`JWj;fJi`Uud?cG|+ zGbe?g+j1>SDoix#+0-@JFW*+*p6#`D|G{(XE=}$~;u2$H)SH@dSwBRq-lk~XhgAW> z(U*D`KhcqDm(PDDZ2YU$?58!;zG+22f3lo;`prdJEAeU1nb$uQG;DN?cG@Xq@m;j$ zRAks1w(Q!cZc$ya1?jENLhE=JfBzkP_ptQxuOYSptTS!i$Q(*~<b5-y_v@*x3tP6o zou|F)jC0b{S6?f?T`|euov&;8=<JCVl`PI)aXD+$_I@ya_Nu;g-J#FiE!^i6ekO0( zz3jT<ou2ylFXmXXy`Q!6>o&eatT}h4t4;G_Ty{=p*Sr@;ineXPQ*hu|3QKBr%Cwx$ zuT|AsG``s~T-Mnv#;vEH@$Ikdan`RVXLtNQrg`A6LGaXu9nPF(PcGfAaci7#%KFAV zp%i<Gbw<&FtUpg#Kd{>?%x0kQiZkO{T-U|M-`93{#ZB@q{1kB_ad-RYwEu}>$3AD? z*_nCn?W_XveztkSlhp5jeIj3S{$Z@dt`l`TUWWR`URO$RX8$`|gI8%^!t;d6ZH*7h za;u)+d4E<qsLgl@&;E^OtfkspivGOgXj*9R^0(~j<x5rUpU!?#d-T<IdGDq*%;rlx zm`}K=ig`QTI?S}k(eGW(=R*7Y-PI=^X!IJHF)rzg<LQz&Pd_<L=vTn48=sZ-U%Z+i zJDE?>Wn%oIpbg@mVov>ZG+R)ybS_6Fhk(4X^+&g<LOyA$UR*Jd;GYqwoHms`Ezfpq z`3`kfo#=InH-25rm{T8~tp07~gqHPxj|6fYKeKqV(%K@PQ~XD!^SU$$$)q2s<eIAU zcB)skM6iBB|LgRPbr<V6wz2OhcM=q8^5yYf`#y}Nh~Xs1wb!*wr(RFd<4sVRE8EP% z^&(0rp|Skk2Pf`x&PEHCpZ(-^r@8&elenbg<_{O14Lgx`+$6r4tM=puSFcp@sjn1% z+HMzqsFm{9FYadN60cJo(QhjoHl4NW+sM3b$-l}v&M)T<FK{@2HDyBLle)zGi?`ls zPU`S;tEp9)by0Bh^4{$g+%Gn=vUn_6nl2g^e^4jzdGEW*FCYHjP2QlM+PUba^2+VI z+02CQ&MJ2<iej$f{PE^*=Fv-kMZXC0F4Ma=t)c2wan2o$EeTtA8JC3f^1oQ4lCq;d zY|`6}M`BA-=Jmd-Qd-|8eb7(clWl!c!K~+UE*Wwumdm`Jx;~FS9VfRiOXEw)*I8d% zG8meiCKew2wchH?xztL9G7rU;e`?nb=5x<Jawa6x*=Y0UV;L)q_U*X7r>@@Q#kp3F z1)4ukl<BN^zisEbn~$H~XnlBD^xTap@AoR73%?_=K+5-3(mU3d^IA0}OJ{fgv`FCD z^=*>k?%HYZL$2KDyC>D%*fv$G)#{4c=}l2TUoX=&IKkzd*#2wv(ft<|>Are7ZBwlJ z=l}a>J8fmz|1m6-<xc<0bSLpmmpfJ7E$jI4++AsE(MR^_{Ap2%|6EoXx4(;4__kqL z-JjA<`=1&sHob3Lf4TA->(ZZw3Qo_@8muVl@|?c1?^;sK$u!rRE#Xh&@3^<m-Tf<= zRcZfR7as3P8#?3;*Rb5(xNIN${hhte+5e9ll-+ruGcEbjo2IGi3~QuRxmlNAeEC^N zeT$q=!$BS6i_f&=%GJAPJZruiu%c2$Zfn_@n`ahq9(0@W%ak{?Fk8lD&+j=`t^dAz z;2zR)@nV1A)gz)NW{laH%?opXsNCOw`PQ~V3E4Jz;}R3C{l%;Pu6z}FuRO@Lr})>s zHwjlitu$Jx{MxnZ-FlTR-#4&+lAmz%qhHhBeJKp*7`k**lrL}Fpi-b+S5>hj*>uUF zi?5s6?0OCg8}9fx_fvlJLiMZ+&7;-Lyh|2;oh$Tx_0K4#kihPm-<M<3rEEo{*UgQO z$+@C$8T?=-tI)o=Ou{954?X^08vf+i&Feuy0!7T`y)`@XC#D&H^jLU#Dueb(ryU{; zO8T-J=h+rj+mz0knCcS$G(1>`zs;U8<ovnt*Gu?fIfbQ<sD#;`GOM{LWxO;u;(n>& zmcJYtz7MA!=91-(_}daSv%BVuqGsQfZTlA)*@m+peBN+GwV?RcWXZ|eRg*Q79bbF= zc)r`qO(bB2(8O(S@3i?9Cp#|*+q9DV#`Q|8b&KTpH(hl&Ezzi<sXk}^+cfLLO`i^h zzIx}e^wG`@HMO<=A@kCw*rv~X>LU33D3|h&-aIX#_SJW{guZz1-+yIcFN4QQF~*H{ zb?#Z5NA~)--cLX2dUW;SHujTi|GT^mDF5^5-oZMbl7AV(Z&h>35ByKG%usskQ1fWd z_17+qTITZc>;IZLd9WI;`(P)$Qu~496{VSCx#AZWe)uX}8L|8A)MJqW(>a-xG+#|O z`qnPE_fN}*RkLEedD?X@FOiym?f&i$DND1f-YfEL6{_7K_t!sFVY1BA$@}EzuYNl- zYFpt`newdOGA<#toBJ)lnDRG?ZZe7rT^EtcH~Cb2ho?+u_#eZLlHU3MZ=CR}ZPe9F zZTOK@Jk93D4|j#LL2YM#KdJkETUzhHUJnU2>k{uT{eJ?oO&)KbF8^@OCX3ZuK23-} z$a`b|oOZvcPyCw&8>V)-M6av%Zr*rT$7e-o_ghETw_HCaTt8l2$n#HqqUSaF$P0X5 zw}tzc*e1lZJ#r7xnB95VELSw_r%i90Mf&b-%sWedI7i4f-PL$iD(M+gcrw^#D&NlC zA3Tmu6xq6Gwyf4BR-ca#t}jZSux_hnw`t77_*VWrq0J%&fu0Tb8M{>FI3+{ZG|ruR zdBOTL_DG>cK00qMJougR^=uNi^v{#~{;)6G=-HN-X0_yUMa7E{vCEy44%aN4v*uo& z#^!Xtsq60Q2kSW5PEMH6SmGN0<bbuE;;nVp)c8BrebT$$9A<uO^Gaji{er<~3YG?` zot-}8Hh&6>NAT2R_ha{^={`Hz)qXlwVN?75^IPv+bhbEamHhv_>Du0kN;#8z*5_Jw z{9yI^^iQ=i@N>TMdk4MBz0BWyUDND$a4x-mOlyiwiDH=Jt}5ei3HuN3&|1F2wtG%k zPhZk4lV>wCs^3HjoS*-HYweD`m7#Nk-vpHAPJeLD)Q{`&%7?u*!YRAuSe9+l&<JyI z7s#Fy%Amn4d3*lOtfC2#{PFKkJTJ{ix&MEH>dnh@R<%^fr<`#Xsb9dD_grSapyS1w zg>t8#*M>fmZj8vi|8tdlFsE2T!;R#cGrO#|Mtk?HaF^&iA^Uj3xvNuz0_J?++y7}Q z&-Rs~4vVfX*nQ5ytJ#kK;n}Fgk1AK|i(L?jd!ia`{bR?HU-gRWTc;TmR<T_?*?iE@ zJNHwH;{NxSzfUgUILSES>f9SgrfVE>>ubI+)8y(kC*vExuNbD?+s=?OC5fT1l+UNl zaFR(l*L~p)D*DUnG;P)g=+$kQoM5{DUyn<eXPa@W{lbD$?skRnNro&Z>fUX7sI~3u zdi}K$8=CA`ew}o!-8uOt$8Al~ugk5wj<#5`Sy#@O_sKWs`U&TL78wT#gWY#^U9I%0 zWCF6cZ%))o&41@N^-uV;n?HkX*{&-)yjb^Z^0WS9IRgE@TsK1a^rQAKNq_xn7enrb zCHEvAZPVANx%c6~wZ$1;;k$m-el^&(q|8I&xA)=+J8tD2V2&+HJ-u$4-O4pA)6Z_T zY@8|Q^tj~em+})*yTbR2NoYUY;LKJ!t9|w1)i<Ylch!F1rEL2D^Tr&9nNwu$zxgt2 z_Ed=!CM`#;e_OZTTe@cM!nzsvmMVWp`x0<&<+H65!u6JKj@TijaIwRXt8sUcm3c$| z-5c@hyL(>;xJq=Vu$gV@&zr1RD$XW&SaZvZr8|{1j14DFHZf=y@^o0|z|wH?M!u@* zw#iRZjXBe$#r(2Ox7=A$Ii+>YqKhBTg#SNPXxhin_PJQ-k14}97q-HXuuBbXh8uU@ zzVaaLdnt!b#HV^r{|6!`Zj{TXS-7%ox|II#=F&5Y8y)sc)$QGVF<xfw5<lrPPa6LV zB@0UZ&E%I-{;!$w#jD};l!Jm3)b3VCu}!wL*^#rs?xBi#l!ABtqV+vBXYXy>y;tna zj^~H!KCl%0Nle@#D_q2FU8R2F;qyNhi(Is9ocwE|ZSOYJa9`<Qd?6=N)F-zmaMt<F z%jQK?xhe+VJNH_KjpcHR`;nIY)jyxjFxm9NXoc|qoL$0>Ob&;Ref&Os0^8P)B{sVY zwYgP1>bPI4>NZ?Vdf7iA?Cwf_muoZr>ggA}zi2Kt*{<4fa(US7_09(w7@Lo5=Qq%9 z@7?)uyCZ+I-Us#tp{p5R{ht^rr+m=PMx2%7tICFFFKujt^+hsbAJ67&n)&r%P;+Q# z_pcyxUpo&a%irON%35{>TAi(FI*m>8OcR<WKC#)t^mCv7QJpZ3?1C6)^Lb}ncfK<} zG;_wi4wHKK^rFZ`9ZN-`_;&K8zmK+wx!IF5_t(PZYd-6Q1@3l<Nm)B3q-Jf$^^b=# zdN}@m-)YyJqv@o1r6|j`($oIur^x3fVJWW~cU#vKJQWmAo${|Oa_TXa4rZm<KQ1@B zUHx1-CpgBV_Ce<A&QII8;ufBb*`abXVdk}zuInKtrXMHuM@Lp!+-Ure*QM^CC}>)C z&aL_5XPv9jVVwu2EN&H8C&;IB{;P5SzcXofK5oDJmob^)j<Eks-Jq%Fuhd&Ue0g*E z(&Cg-TZc%sRi|#x-Lpa4Y3m(F7qjC+VOy52Q@+2sd1JYgR8g^c-k;VAr8f#pN>9Ik z)K4f@$~z^M^hn_@*E@CnLpQHid9J)J>;A&b?nm4EpJ$`yP3FAtQR&;t5X;F~?{X7` zm?zwMz2&yi-_!uLppCPt%fz)^-X1nG*=3Qwq9-_iV<Jn&e0SM|37O_W)6H)A{&wdT zS+mJ<M*FGY=c*4@eB6KdqnCW%yWLd=v-}plPfogP!T6+%Q-sCW!q~D>ac8FSj_eig zGS6Bz);gsc1wVFvu$8r8-Ns|fEq%7T-MM?{+f%bN-M_CN9+r1{ELYXRcX6%G6W+or zwvjw;yRXEm-hDmyWQ+6Dhwdw#^&eGMpW3qfVSdcp<@3tF`H6}o9R9<goAl)2_2+My zlyn`V9{kZ>G`Z=RUft3u3%6e5ILvNyHz>#}P_q4DE7$)O^SIh?8$9ihah?0<NLi5j z-CyTcyC&FQlAjP=y^&LUg=|po{|G0p?WfK6<Vn;`2va+}EMd|0`57yBf69?KueJ4` zZ=mw;kG@~lY;^Bu?@-$qu!g(t;Twz0^YYc#CDx0qkPCNP+tvT^j&f<j!n=;|4#n0f zEBBq4K8fR8sF&1VcBScSude8;y^%5VU%mC6ivRgp#YIo<uiKTX@%r?O>Hj}4uUo9> zviwQ!wpNXaUM3<&fdT88#1eOH_Bo)ha#F0@Gwqb$!@!ewY9qGH^qKg#_D{mc{g3YS zPAOck;A@)rwr%Ey*SC2Y*Ppmq&(vb%z<&9lz=Air9xIZc)pK&)W%aoHV!!uV56$Xc z!%LZKPS@Y%(3s7(GkW{Q@AtC4EZ5HYGxO(M9Tn~$|2~Qvaok;ZE&Z4nLu#StVt&ts z1^Q;skL7!}9@g1EZyU3*uVQC`ZOJpiJf%A~?#3tdUwByR6L9;4L|ltPXf-o`FN502 zPY308-7HtV@pZZCqfq|Km$e1v|G)O9a?d)GGG#&aPnlcHd<DH5V`nU%BxN(jAZY1K z%O^K@Jsy<#ywB<sV}2p@`ty$v9-ppmSrhY?zLrfV&vRcYHF?TbulX)RFL$NsmwcU= zj@7!MnkTlju2+?@%du?8no;x8UrOlOyIG&}|NV5YZsKa&I_tWo@`JurIg7vTn$Gvh zH#2L;+6DGJ@rm`tYH?SW)iJl-)!54s8-M&7d(@Jm50Oz;Q@pm_f4ywY6qoLMVs`}f z`|qv)e{Fwn*h1y=st<~?dW{=Z7o~UhbTz#{{v)M2`Bd>jUy;kEH#G}Ok4v5_FD{!M z+vBik)3lYn<}a!uHU_ms9rRcH`1fqg->E0c-`jBC{L#>Id*!j0MISs=y<~PSE8sce zy7bg?-xk|7r>yjO7i`T*3uD|9b9Gs~+>6A|X|peL?9-Q6FmYPvp{u=Gsqf04hpgD9 zWnezdIJ4;FE}kP7`K|tHzGB)n)j)T>w(UQ?8M1s=CQk~9VLKUr;Xz^PJ;B3SLfl;y zu5<Mqw+OLR?O$m&BkdUDQuk<Ep5o_ob52WcS!yqzdimkXbJum7vRCRA&(U8ySMx<x zId}2v??08N<|l=)TPYvU5YF!C)tcv^visMQYN6|`eHJXsuKG_u>5{vR?Uh)7jzGvU zMVn(=X3EVB|1!;zr~L5&#eL=uOJ|)w8T?#hS$bsKkC^LCPr`0kGBqkSxo`CeuAj0| zruVek(a(aBR|_Q)(+d|DolrNnEZ@{K%liC9ZFha;X4_p7(QSpt|1?{e%w?&S?4H-5 zr7fBE;P3pGdJmpW|0c3CD9`g+b`ayWYYr)&)WoLr-4N4r|8>n^ZIk%cbsuKVJo$Q# ze1t-?#o>ed_G@3L*_VBc-MKPKZ`(&@hs|zg#v+D+rOV8}PZ9jQJC`AU|LMJvo3(<@ zWF7jd8J;NNwAHBf*TtzfD_W-M1+RN@@z3GO(>W_nYMXayEaG4~RT*-nVRoU~EP<rN z<8lQ$%6lBFR7+J4b~3RBE<EV`;rzUVFOOJ1WH1n}?dR@~WL~wscTvEKId{D5tF2u; zOINJo=VdneYJNrc>54nuTeG(7u`^eNU3_%*%;Mt<c|X36`_b*}zjei#@Xyb;&siS9 zu{n2n@vg5Xn@iQI3V7}Ze+$2A^5*DjqxJ9lr-*M@ym;@jhfA;hVQs3OxOKXd=)M^r zO9NMK(0CHVqn^@#yv20?!WAp_Chp3*@Mu{<zEWrSM}a@VdiNh+;bvJLd}dYH&E1^g zqMs_~UwvtlZ8PCzx7pt}0k0QXId!=?t`Kn)SR82kVDi`OAhvf-VL2+F&%E}Gn{;$? zf@<;2NtaC{jMCMcLN6Y4?rLaOtP3cwERMN&i~Zo^jSp8@uhxIG`pB=dB?7#ayPoYm zqa@$@xZ$qe>=U~_AHVVMF6Wc=>YdX{mhU)`eER!8jV+tD7)+hLXPpe|ikbH}c-7Uq zavq;;bF}PQ^Xx@p%P*<!6`iZZyK+94T$=O`#@1~XI(po<TEy(uPffkU5gl8*&RhIr zVbm1q-s*>|C9;LTuJ1g$@xbS<!e0x_zi03H^2%$Y8k1(jEp_9IXCA4)XO-E$WKZ*( ztquL=;cLq^ZT6gqcHC&cm+Q)n?dJ^j>$3k?O>?xGQS(%+zRhyJ+o2}jdu#0WFr|OC z&@W<^nJN9WM~)%uXKvV!u+IM;<#F8WvW**fUhbOve!g6^^3R^PjoOE~4~o5%{AeY% zn9t}(gG*fCgasdW|9!gn2FH!m*QK|@49f(b>|W_EY5UOY+PAe2LXV#GOwB8-v(537 zC|5jqwCMQat6o*FUeu;cy0BxDk+E#pHx}!_u-UP-u7d6sb3Wbs@~Ve}bvnmcTiv=I zz2e@qH3s+f*XO;lc<_&V#v?br&4O!#|N3?$Z`|PCtf?a@=y_v9=dNwrqZR+}z0q3l z@Y8jTao^w81&_E5<4(@+2+OrxDfw{Gn*P_FQx`VeJf<STw72#C&N&PkVc{DLkD1#p ztJij$Ep9if+R@>J5tG;jJ@Klk())Kxo!$MhZO)45jmuiokMGIf$nvtNj=_cN&T;lR znyK2`*uPh)7tPmtBDZSJ?QJg(EV(>+r5H!qEs5P#p^FoE%)fP7t<SFD`2Sg&{mZ#5 zll#YIdviU%wr<`0Ddn8nW+nZJvtn<Ug-`q+ywvI0t4_~j3qvIBeiZhLv3BfcSBgjq z+_ZzE=#;ZX!5%rAm9ww8l&NNAEZRD4&5y~a3TA!$Jn{5})LkF%YJcpQVpe?i-R}2u zZPRzup8IGe+o6`#)LisBZK+Jxm(TX`@q6z)HtxT8=VhGq^Fsma8|xQaTddx;TxWx~ z>lH(H-8D<z-<NrL?D0xtN9||XFC;UxIIi<t@Z`@6yPm?#cct%W-(K6d#&0-eoFv+Q z9?-LY<)sjFaic+BX!LB$*@yYBu({R$te1~aEJ?Zi`uPFY{oMa8k_9ai=BqYtz8u=D zbx=q8=9(>z`CdH54{ezK-O%rPSik2X_f?h5^PfxY^7`j_-c)B3&gsuN@VQ%I?hRX| zJ4aXEK35eOoSyxf{f~k%!&#%{mTjUtw`{n1<MG=k)u%gVr`=^znZYZmof61!C*`Wq z3H^uczTQ?3d($p{&cFX~4hQc}MvKieYdKDBmM^eBXu%${^&RV+S*anl(T1knKDJ%a z`L~?r)k_ICG43$g9>b7-YtC9_)17&qL4AK3e1$ef73`b0_J6d~+kGh$Sc6?9!+*;h zfBQ2zx^J<UrR&-3*<0#+eOI^#1)9D*`B?AIv)Qt|ef5zq%HIZjZMLe{XU^=o8@GOT zT)4IVMfZoZJZhhpHtRfl#M5=})c$~FS2bfF-o3c;boP#0`OlOSs+`pBEu38DSN5fy zk%{r7_-v7fm&J?k>!d^<vX4rZtyvl^Bc^3o&h5+7TYai|{d4WPdahfNuia6y?EV$& z=Vs+F`OJ-^>5F!3yr-y9Aac$7ML=YM=oEvp_(QLbzqs)G)%iEy(suJ%=gv;vG*QE} zHeDr7OHK158)NkQtuxR0M0PL!{qU#w=d8OypWe6&7s<(fo>Xvj{pElk%GDd*?qr@) zb!3_CQGLnO1#fn2N)k2BXI)}3yUU^Tx!hcHL4T&~{-U_{Oyj;|Io)>*{6jWBTRqi4 z<HA<s#sgD$HC~o2DoF9D{!^&3>I>fuse>z`FKU|UrOOwel=!eU`b2XlyM|EAgu7Wc z1S>fH6=oL2J)R`_B7<v%(YerUZC(FgA>V)REL3#4Bq_Ub_Q%rZ$=lB7p6F-M{Tjo( z;ra9W&qW#{x#Go6hJSx7D}R0YB<ofE>aCMEdM(?(_+RCLErn`{>9Rs+<u`LZC|dkd zy@9tUb!x&UiGZUwUR_?dYMY42)dj4|UK>ta*t7Jyd~{Ex<&m<N3${9*sooX(vY_@z z`bC$;9M->-b~P(}dN=>O7yo9ae4z_Bb>|;_mEN)N*RcnmOf+r!bhbW~dtqO;cB^cJ z%U6G^)uxY@A6c%^@S;@TYlpYV(yI7S)~k~=HZs;cJAUZD)YLm)MWr4KA3q#*dXI4N z&N(m78qS&<|08x;%`5RKOT2S_Y@AlE9QFMBHUFP75mt4YjB3|**VIi&ezH|waSG!( z>*6+B7SmlZ%N;FGWPB2z?Xdi+T^ZMls+~HUCxxtS4~|RkO-;4j`R%)UD);V>?^eq% z6<nvrV^NTp!PmC%o|xgZKYvbC1xvDQFgzB<)hF8jBgJBO%%}Bxx2yL`bj4(wZ&y@% z?sE47^Gp9d9W3+DR4!t#u-`D}Y1TtKPe#qYJNt_6yE!*5Kl8?P`vESt^}Urx%y)fk z+|A;B;+<<~+|(~_EE5_T*Go;CSmv^wReI5rsTbPbO2o~7`1(TLtcKP9PpAgo$o2i; z7bLy)ZP}cC?pc$>+<pC}g^%B#VY#8THT9hEfh@7p?m~0UfBq@)XpX4^drM>78&+!_ zJJaatUC;jC<y|rP@8-{`ja{F8u75qheRBMqQ>~NM#7%s~@%4eklsAkidj*%pY<qsA zW1nG~%t7Y0PH(PXb+Eq`b696_O-PYJe_h-rA8DQ~fo-n!(E|BbCKz1^Sh>#Vw)$SZ zhg_>>JdD>W^*O?DF=dnd*V7kg%x34YT-|eb(YiDF=bD<feGD^_>^*54cwxhL+k;PT zDztkjJo%pB`}T0k^S^I%j@&p@D0?`8r;a1x^a73G%ZpeebZ#*Ii0yYd_x|It#WI20 zXYRAzSY>^C-9Bf>y5JWM2FHxP8vGNv@4e{0XyPBE{JG|N|5qv32F5ncGk#hALCbso z^cBUAV}gEueKt2dJ4^kjMdYCjmgT$Hmdh~wT6V(usnBGGdr5LjRx^m^eC|jOn=Ct< zwPgO$%S%j(=W$=?et)^<!lAdSjlC~+|D4p&a_+ZW^U0fa3Y9snyJhx%S@11pP1&sf zF`g4T?DclJ-LK*@6aN)cb?a<ltjM#Tqu)IXd*k9i1uYhFy(rf9XIb5q1poV`-Hprn z->>hr{`x=v-h_SOiq-QQPt>Id&H7wfX*uf+|Jen1gd?RMI2oFp^iqB0zOMh@)M`Ut z-)Hmg3aK@=>bkb|Z#~kR;C^G~<z-jDE^8~k+<8mSF-_;g!l>8<BF%a4CRA!qJ?OZ? zK*($N;+GXX3Bmlw0+{Zv{>5^%x;;|D<M*9S;?~R(udeeZXKd=^Kk1onx7+09w>;^B zuj`^G&3wz?`|h&I!e9I2nr*m_l^>ZhRoDN0$xZ8?%2&mP)AHEk!@DD<|KQT7k8f4l z5b2a|viba>b7E({m)V>;ZL!cyz-^-!d#|pW(SbKcybcyj0z77ntcqm|zg^$;FZ%55 znueb-###RjAAj!LF(tD1+O8tQG;^2zN?Wf5KX08S<-H@b{*|Ki(F^g}|CKJJ91DEM zFk@fg(j^aaxQrG*vc0shC+@*>?o*6x%mS}v6o15b&b?pR|7QEbqtiERSh|I$)ts^8 z-lF<LoB8duJA^qdt1UWpwr7dT;**)XjjmVmFF)Gzqu%7kuSa^KpF=&5Bwlk}dm`=a z<`Z#iZvHG!VCr_h?`<txC??tJ#y@-C<3)P}9{)aLvG4h$9|j+1T@{(P{_Uv>$HZ+% z%Sr`z#L1<udY^JZonz1Lr$Qggo_*>HFVbQ6Q)}mLdU2&La&|0ZLzC^YyTUnAj;6u8 zuL(c=IHRy|4aeam#jO?(b7fsDV^8%uZ<IX2D!rS1X|l<O&+{ubKb-t#7E@a3_s-2a zoo!6g$F{vS^KC1gf7gJ~b;_={>rT35wVimu6KPt1LrEjJb>aPIR}X$)-aY@#A#G{J z6R%x%OK!QpeD4}X0W&@G*S#ywa=zTzyz_&8Pw}!c%iFPy7OtvaA5P+m=jRbkk*S#T z^b`BOowpuG?veL1aXqcO{@2DCxAv6A=BHf$cq~q|PBT<%*N<2>h8a5?r|&$u_sMhd zTly}wymv}dU&huO%dvY+nyYH}rvGYNVt`(RcI9WLz1|Ny_vFlWN?WvR)?2wOHQnuw z&y*K*E9)+Do7}TH$GfWd&JpL=b0WGA2^GB8Id{o>$7IePWt+rI??1{)qNV#|8SIu$ z$?rBcGN|BMKC8{*X676&4?U*$V&;5WRoOor9=2x2q%%kyKQ?WSnbwwrr|vH)S^i7r z)ED=yEH)RKbeKOhzA5_jV|j*FRm5GPfBD`&THTgORlfKWcS}I~(A3Mn=jz;(&@5>< zU*`9SC3w{pkNUjZi%Y6@p8e6_Y#OcJ)*s#-Y(4qX#9M1BfBQ~&F5Nd<%<s18Rp(=c z!CC>+Pjy|45w^;no^Ywmfj>~qt90+yRmY{|?x<M3`+nesfDPxB?@x5xHu8B)FBh73 zFXeK8)E)1B_uXfUGaTI)Ci%4n92fIB@h9kWi|PAI`$XM$&93$R+-KE0|J~+{wgYpR zRsK&{E74?>neD$cS-AgvuEfqt9ldSeqg-Y^oS!12|95Tg9p@KY&vd*p{PIp`(W$37 z%B;qfF4HTHn_N!wJKbD-<`}bSzYE*LcI#<O49y+W)Ptj@doi-Oq!sT!+tT`k|HI?P z>U+T<mv*YA{ha9KD;gGA#~L1y+?vl=yDDtQ&iC)sy@h-wXUHDuKKgaZqCacWc6H9t zepfuxY~8*h+xfGKf9lQh-|g{1aK~%AjrFtHHzeG8Et+eS)8DhQbDD&#-z7e~{mZH> zx|<{a?S105!){Nx;-;`KPjYXHzK>ZSms<9~sK`M>sIYvUg+QVUQ+ia%>?dnVH+9Sp zUC2D~d)JomdqvxLri&K7w9oI%TK!ug>6Y)ImWeN|EzAn8-B|SE!oQBX={66hmgTKj zApAV|1<$kFH|mYoI5lY9W@Wj5F<|Ce#sA*kw~j^m-+wyach~xF3r=6Ne6dQ+m`7h+ zB75C(`Mh1Cem;5get1SpO*^|YHln}CxbKT<YWkKlp`PDDuJvp@w9`_gO*JbibNf%< z%->DLRul5NF22h&_UwOA)_2S^&Q8O9((z_9-=jtr59OHqH@{lVZIQRW=hyCQlW!(F z9u~UnvdWon^Srg3Q_3Cc7A)3o%3EdIEFbSu879i9Gl{cmY4V(ZlRA~RxGYR~Y`y-+ z_A9a(z3YGKf1b_r^sKtO-0k9hYg5+lGEVvbXd}-9rAzY!FHdq&=Gxtqv_L&-zFJQk zx95&m6(>)bKN0)5Ub1M%gx!f2($j<9UbOmKyeN!$l7o+6yfm*f_b;Q}yVUu&Gda(> zy1RMn_wa~^$99D*<-O-TJBQ&)#fq7iJ^WeMKKc8_|M>kd>p#Dyap*0&8*7zqXD*g9 zT`y$s^?%QgoRZsVCbK2oZJ+G@-Rzb>gZo45y;_c)zByCi=e|ts=b3NLvl=^y2e>Ef z_b)xF_}T67^~5<W2iLgu?>4w(5gT;%j=lP)gqMeWpX^>{@8$g9l*}C2M@)*d^bS5{ z^%k%?E}tp0dJ)(C5biU#lH=amTXLOZ^_y}^V)+B5&AWBtT_0LmEeM(CyVBZ1D`$c~ z*J5kg%6mVpbCYIm-lOC^bIz`SH$SdlQr|sovhkC9)v8x2GInJ}P1KYQ_%wY&vP;O! zxg2NB&&9pJ^<10DzBwX(+PfRyA71@mb8gQ!otXy~>xFF)V-EYI`^BSYo8;cW%C&7m z)0-t{^v$aG)?#jESlRTUxFm${gm<x2_l@Lm#bo!uT~j6=NWA+!Ps*6%ap+sSOG3=c z?*+|0_LOhSu8*^Bh?Y)xx~<&xbpD!e<%bFyeY!GE9=SF9tJEizYUjlp0yRuqbaMn} zD(F0$x~lAqW6RO6jQ1v5UHks&8MAWb#zv7z@_iS)6EjzJZg(%8?wJwyXL8+(gt{Nu z{E|Tjd{(h{*0V15x@s=Zo%?#~lH+0-%+uDL;0!R{prDwr@T`#dS;=?(TaN9q`*ioF z?Cv#%`)tFtTXZGYJTY0d|ElKoWd4ow>VNy|X|~)v&zaS_@1?KCuR{z+q{<90${5w> zPY%Bkb5E{*bwc1Jwcs~b-!$C)yZ`jO1zRe9O+M?yoaNf7C!A}_ptty@{iY?xJQuGu zr_O3onct+NzPhUC#MQDcrb9pP$4{S8yf=Su@Vx~&p&fG^CS?_9-4m|S-nMM#v2P1n z!(UXh9i8)Y=Wm-6=Vm0D%s<-pYsDg`?3(Ex^;OR7%~>b(^5jm9&cF6Xn^sJWOuV0R z&TZYdX0fYcX+~*(Zbg_e?>O*&!m~5WWGAh4vK4S!c;wzI>8$fishj;6--_@ZofRG* z&UEpJT;)C8DxrVeEWQ`xwU#ViKU0;{Mqj%6<@%5F4jf|D2+FfN?kbgh@6f*miu)aS z%<@?-9(^l%O7z?WMw^en#bW<Xx8;8Q%;kr7rJqGj_KW1XEA}rge=EK8-zK}1{bCKi zcDL62TV~O=SZrg^i97d|Ga`%Cb6Neuvh1VZNlw$t%lu~XfW2tls{KD24i$CtEobla zy%imo9Hl3wp;0zv$*HC(2YyXqOr3v-Tj}fh1wZ(<icVbnF5DuxV`9~}aLWaoHwkgy zG8I@}`0TBekmai=i~YNqn*YmwUiP*2=2Dk!>tg;%{#5aKIy?QC<IS_7H#^NtzCO7e zvHQvN`ULKaGc=R#hQE%|TeRoh(%IGz^H%bny>jM44TJ32YqPieZZ6yB%~I3i`uc9h z{CQXSd%oRF6ux$1LhG7Uv#(Dxz4`ugpM{S1ghv(goHXmyg{LpNlNpxS$*`f1_2UZH zTF$VN^ofqQlmj}Ixy5JyQMel(mG^3o+xfj(*QYC-F1qUZ)VKS8f$>zk15@6uKJ{_M zhE~=U-_?I#H=krS{SniifW@mFLQQY{G38xmA5<gxr~Ulnv>!pd=PkuotG*3+6QZ~$ zeQAu>g?E2%-L!j?(q+1D!=abUiZ`h)7udwNt^L%@2d{bVpUC%D(t3C%`sVBp<x`ul zbY>s;5%!z8-d8Elr?hX1l&jhbx!1X7yfX`?%vDW&*8W%^VZr6-)i#=Yn)gT9SaUIX zoRM78VZ$l3?f3+PT=R3fUYbU-j%5Pt_2<>{HcV(gHf_cd4xLrDb3Sflsy$V6sp|Zk zIM?5gY#x6UIu)*R>0{yF_r57->Y{Dda%&!W3p%uJoBt#CSKU9ayq*5-vr%7y*T>nr zMZV4CkWdJ;GWR>Woh9L%wVUoP)|D$~T;}~!n4+J~ce-WyOvUDvR-0HnCflkdr2jvy z;jlj>M@y_{%1))g(w3Ea;-{tfZida`4r>dj?7lQRS8R8c%yot3Z{O5^o!eyf&3*3r z)0%RUt&BZM-xke$f7E`iY5n47uNYodANTA0zeHl<`!tb_ySMQ#vOfA}(f0+b7ksFC z82WA9s#7jUjqln0TyWWvt8vA$nuT|c7Fsygp4(SGW8M^r&BgNC^A~P8w=>ag(Zs$b z{*LEZlufi^m+@{m|NZL)oy+$&?fAW`dVgwdbgb7?nPfShB>#6^Ub+FAZB`SUJ9q!6 zGGM)S=XhdqT~aOk`~!QARR4+17crXn;_w8!ZsiN}9NyfU|8ifHv$2z$m*n!IY1M_d z-e-QixM_7%uA#AR!-vT|^DU$<+3%kcbkSkT;TKXHB(fUzEI7zI)%e<!f~b~Ix%p<1 zDjX-y^W2|po1)Eh?t}hM*2HrjY^HoneYZ{?vUXGZ_$szysop-R{<}99o5p@DiCI)U z=R!i!mKA%{CUI$$&oER{pHb);^v&0Y;WP`U`qwuFSEHZ4=N4tI%-y}@!`bXh%YEFt zELdcBOYf5S<ypFVzHDZ)R9yG_rmgP;F4oK|^O|z8A~zy?W(wc#Nw;iw++ScNVSVQN zYwn&YqA6YL76>x@Jg8WHzwDx3QTCy&6{}w{-`45swQ8TcYVyN-@5_AJM7K;ov-ODl z88+oG1u6A8TlrjgYaQS3pQ9=$VEsLJb<Gy55X&dCxQ;NrYxu3>cVfGOYMQI@&%MSX zDvuX%uUT9AW3&DPmZ$s|e0FlU+NE{P?&AmzV%vSI>-wBo`(|_B72H?GmMrJWkpF2X zW8}^7lW!$gC7onFpL6>EPPzEAE5Gjip*yR40sGAA8OB+57n4eh9yQK)`^LtZc{<H3 zvT(AaF{7<m)<+TJJTc~auT>mo8EQctl^@McK7Ddy?cWX&UE>wvZ<O9nfALnmvD0(@ zrFsYVsDh;$<wlRn4_qzJPyV~IY`?~4Sq;WQi#6ZwMC9E6*f4F%(<PEikG`_5J!>&P z^u&vX0^5euhvu}ZYI`gzVbiKU@~gK|YWk(?W(7-cFPh2oltnCeU1U&9_od6u-;Zu( z|98B#)a19vSH-<N(lYyV*DgJ~xj}pK+NwLc56uNWmh0%vabj9wC8pzXWcy>K*>ggC z#5%Mx+xur)x|$spk68A>rC%(+wAsa>@XNG|bJS0qec=&!#`dBdOR(U)T<`sls`}Nu z_x-#V<l4k>#BS{*nKx^eRmMGa&e+0mNZ7`3#??OznL3A-T|8pFa*DO}m*#3#br*xi z2{L|ib@B7$J}$H0^z*qH$AtVXxpnQED!xc>-!@_ACnbG}Jtz0IrW@L;O=SsZ|8=dq zK*;HLpu`^gzoGwG=6^TcD_z#4xbn)hi~Z}L6!1mJpUR(PeWpys+^=zc&xCHSs3pgq zX8aGgdUo!}|HHmvv+Wk#{Nhq*<{Ho?_3|yBH$zOg^n;RPRkuznCkoiSQ%gDf%=x)h z&yBh{4Zn6zlJS0Mrxtu*anecG^~r)igEk*A70}vkv2r7eqxG?=|05I%F0z<r-(DyA z^jeAhww^;1{xl{l{oKIyMz-&}!vU4Txo2-4?V7hu;StNJ*)5lTeZKSDZ6OO=k-$>@ zP$_{4I;%Icefr*RW%%IBq8BAmq4)FFmW8PNzoQ$>@^jWn7wfbKs`hQUb7v+9h($Em zA8(9l@;{<n^d)<rT>b^i|032iPhGjbpfW#-_siEPhU1K(a?3bpP5zi&I>~10RzZXH zzkcc{1s;>ja${v%=o!vCq26fqdsEN6zT)*!kvhu+znMAmT~pPY^|wGeBxZ@=$)I<W z&VQ<vYtUJJZkw<B)tb|1?N(grty;Y<Z1Sm3bC!2Bz6+^RW2~#KF#Eo<uxaA0d!`d# zDn_npnE&EN<eE)7ElIp}3f|TUS`ib{jPw(QZaq+Fut_@9!z&aZo*%GaQ>&?cf)U39 zV+9MpycR3w51ns+t+%*Zk@kDio;R7_EcmDAT{C#McNxo<vW3Djv9UG*3$-UOq&W7> z@;#ND`d4e^G}Y(Vo&635GVhUFaM6O(`$O7<<Vg*39OZTUWXo^l&3|6|obgb~qGhK{ z#CIAwtXR3MsiUdDwP)7h+b1PCOt?e^G~fT7ccZy>uHt%~iN|s#q_1c?arp2&CjB!f zz8+Y8TDvXCKYp2{ze!5F#XVb*qF|MsAD6z5z4>x=$(>~7iNayMX1~5f_-yo9#p5bp zp0Hq_iPYykLFrkW)*gvsObiH8a#Fcpq_LjuM&qi`=aU5sCYA~8Sf=y+?X6dj3;x6z zy}Wzw+p>H67t}tzU%5l@q<d=Xp^tu{55y%a3VeE%_lRuWsc5j?<>ICH`Pz%$t!{s^ z%%<%J-^s*Ra>8X5O={}FzIVRxE2;cx?LNm?qk8+v<|p3lFWO@7sHZYN{p8>KRrI3j z*ADkx^3{Kv4~9P~_I7w$Xjjni)u-hK|7%}suE43{EMGoHhtyY|GYYbsqq$qfRwC)9 z@Duj8Wd|0$HORSIc~*B>@W+cjzMIdhYfU+9|Ge(?QW1yv>8GR|3j?^K1SI9VUR;?s zagXlNNt5NzJe8QdA^u&i6c_jA*WMG(=1tH}ee*0QVw;bg(%I)_&5nyp`g*^vzaMC} zL98d!D(+8#O64`*>1|v8%Y~f(qN6y&bFqYmX!Wm(qbHd6t(d%3iaRpYTj=1ajKI^D z^Rn``tvc>L{eo?KSJQnr3%1&?FAf{0-=6g(-($|}*PkO2HusguoVrl@%-g|t@k!5^ zmo<uyRNhEvYkhR<RqHSQ<C0_iqcHz-LhU!LxNs>ce$|F_;mp8K<))rFXO`}=6Kv%C znQGKjd;OmT<GSd7oqO8K_WoXR%A_IR#W87(&-&sw{SUXgKVbjr*8XmJVc6kfg$BD2 zW0Ogn9#8U4HTuVNF@xuqeAkW2nCvO*N_{q7UvAS}DJ*yWT<L*J@6Gfs23%>If990d zyq{11n;hPs`%YX)<GuTAK9Rq7^tUeg+xt?|^ti;5qjP_^-F%qt^&sK=5wEKnF}Kd0 zyT<*ZDXhA1TiCQ`+ds33ZSKn#QJD08q1as6F7+##u5S*MZ0*03^P}Xy-pM5{|FRqo zl_kG=prIjUno_~J!#&wKebUilE&tOg+YKLX&Gwx#dFtn~Lys@8`_Af`?CNb}x$b@F z$BmCoFLBzv6qMTBYwWzLx#Zd|<{KCLntK8sbM9y6x4QP=gA3af);$}&miz2k&XTRE zn7a1BO4H&;r?<B09`hBb`_ilW*5%S&QIk(ImI`FEH-*bZOmgO#^v2WAV}jlEpeu!z z&wX6)e3^36sHfwYY5MQaoVs^Pf_Z<YIH#I8&kb$8`&H=g-8~Y{=^DWyrvFP;eM<Jd zt0`D`n$Kav`XBdQa!mGq6e&E&&N!8K#gQ)Fdq0=|eRB2K3iXA&XZQV=`0cLdBj#87 z|Mxl@#a%z%N<WS{cPUV9+Ed@lK@47BntvW<mfY|Eu=e-HhRu>vpC5k;X>2*Qm-*2e z{~pOE#zu}Q&dQPpGM{9a952_^TRUybxr%lM&xmu!Tkgm1d_PsGPvG$Xc=yA<UxZBB zy+*F<2*U*CW=5w+pFdjZ{p_8QzH&i8`!c={`=_4UB*ypj&I$2<4WX-hM9;rlvnWNo zy;MzmUv;Hb@R5|McLf^m^KIQ2(?9E=#*>FxE$b~NuP-h+7i1+<<oa>$R2P|rk0io* z?`sM9e)o*8^5k-M*LvL|S{XKN`!w$6ZO{JgX_r=d)?`uR^VxF$$FhBfM(@|gtdI4m zs1`ClnKGm2&v~xrhl8H}UU|N?_r<Lj7WJ(q<?ZLLc6dfd7<JCH`Whi#b*-kPOjgPx zPax--uXOpk9~-VasLfBicq^}W*R3P>w3j4*`+4w9y|#RK=eAE(o}0WCM5Z6>*{jxl z?zY}1{z=;m=Lf7cKU7-WEY_-3keJr?>GAD;zw!f%^zBPlPkZ8#Q0ctGl6$jx+JYbE ze?t70bA{OX9zEZ3v1H<diZkx_FHP9|L`CjreOJlaK!1kU;VxRrt11>gbUKi}D`$7v zPEn?3caAMR9isGFmhZ)}y;l;pX0KXsCSt$IvE;ZZEUFbB{%tAX**-b#{>!c$Hmem} z3ekL8D<`!jvF=x?VlJx52=9w;G4y`re_&6&l%e-ZzxfgVcMsNusD9Ubd5P`VvE7IA zzb;LGQ26ip%ELR_x6WDj=<MuSJ#v%3ef?FR`EkMexu=C5&E{ledF8Y)=24pP<7-N@ z>_WC%+f_XXcx0EgDlLa^my(*&mld;WmdKdC<e0v~Th5-x<<0Tsrqk`N9+LWDp}~3e z`CqR{eHI~^@aapFxss;6H9!1#%fk8(lWcz&@85E+?fQ*3lTN+v^`16GW1jq?MkR(5 znsF^Gl?!k8%;3G}pSy%@cDet|f6`t-Uwrrr>zXF1FKpCyS#|p4)Z;Jbue<nT9q;<E z_@Divin2c554FynnsxrjA%+G+!<;}~4snjFc?&d@+d@?43w>G18_3KX(sljphs)K^ z1C{?>4`1{7_f9LGgRVP|b3AHTdQE?+OVjH8eha6b5U4&ez4jM>ClgEXHT9egtD3YX zN@#CXTwNOXKR#kkR<xV>&Ik69tvtUu>fZmD7IpJQb-_33c@yp(3p#q@RH0&w(S&lv zl@qQ$dU9gY>sg;Rzh}uZ?=LQUQ78Q5pOxW(L+1=Em6^C2KV4pUPxfn~dxx{_ORgtE zt>@ntm^a*9cd}TzbMKxN+dntNg=fv?{QM-s+|4-Ebph9b_JwVn9+Uqckyn{4{pl7* ziQ%bzT^pUno&4vODz>XOPmeE^Po6BwCw1=Fj}2}GZMQbtZ%bCrV)=L=OeBhZf6?U1 zhp$Bft!wJ5*Sah3WeHAo6FA9o<g<6dt}nG8^1`=%NUvG)NN&%juV(XF#BVYC?AmzZ zynT|zgYwMFCsqm`lUY!-xVKXOLF)5A_s{Nlo@2PQ`tYR&!#Ry1l3g1g*er{FcRaqk zFK)sAR^1HA8{chv0u&-ypPT8hM{?FJ&serj&;Ci3NTXS`;Q~R8*iAbbSJ#OyG=6YG zosl>6Q_<>85r5SFCidRka8uZ*^w*P;<vp6-spr>n8H%sA=(t#y@*`M-FI*>iLzcy~ ziMfk(Rxi^DQ!Dveb-@4ljQ!c4#2WJUJmh-x*~Rs`*)rKz&%@YE`QjAL2VE0?a@?P5 z;T_4=ll%KNedTH?6`qp*YkK4B%q(Hq$c$?rWFvy*dc01W)y#ULv-G$6syfd_0+W_K zf4ydxp`%KM^qJJdq3;j=2r^sByX=v<v<LHHO}^)6R1Sq~-*)jzcZGs*_*F)pkLk~t z=ZdO7w0FO^(mHv6-_lvF244?w>8Z^*xM{2I&4^WP9~q@SMybc{S^xNV_Oj!lSDS>E zFrNF#T6}h+U00f2;J4*pG=%0WOqEts3DS+T6HPba|9*n)_e(vl|EGS;Hgmod=3w>L zL9Q{Xyj1n%{hRsgH2bFYEcV&7ZO?<1`8&KVclU8{|5;tLz@zAi>ST}DS(BJg&p7<+ zB-6UXb7$-Q-gLS)_-~x4rej?N*QPW3o^>3Z_heyM-LV9|)OowJKRa*SnYoUim-Xg8 z=TmtLn$9xLG|s#d^_%Z<Mq=EO^!0ABY>}5^eyA(w#>;Q-yz#s?Y}Jl{{#qB#3;Zps zCr?U^+3w{KkimEI`R<DBFgvzs>0dRgl$V}caz?qz$I06Hbxo_<qK|C)0^9RElU&Z6 zTp4@*M@(>?OU%37uX5)H1kNjaTqoJRhE*)$_wq=?t>M${Pvl&fXHj2mzc%}hKIf!g z0<EEwc!aW*yuLVIee7#fS<$_C`bj~5wW$nplExV)gWtWL)mYijoWt;-j!Efm)$umT zluch2WwEMfn9q3-dGzSl{ZVx+CLfn6ZhGh!%)$9PVb&hEV;|o+H@c;j)=!pS@9>#> z?}Bq5A6g~7=RDTnTYJzwwNN#`@~M^Shy7CpT5lh)w3sQGJ%7f@Yx7?G*m~&m?vBX| ztY4*kY^nZbsJC2Wsj1oH)!TjF?R=tNC4ReJBlYsfbWzP9*@W<UHXP5t?%NwDE)ll; zzV!Y{zEeDw-LGt%#AzI~B`op$-Jr~po>vK_GtNG`uiSfQljQmw?aezr_E;Ki(!8u; zQq}osR*$s&$)a;rkM~V4bw2)s(<_QsTixQ}<%KG~5}R_<gjdAB(wlqGe`?+Bi%UJr zZcdL3G`{*iNWAW{N8XMrJ@v~<KYjQ4)v5VH)+kiz<FB;DNj;6yXB5A-aXxldnR4Qn zR-~H8gUim6#t})2zjzm45$WK)(AemC!|n##hnu0t6q@g4JghFcaNyj|<ebC{TPD0a zf63ipo92f_W&s8tZWtW6dTB0K-|w?47ES-t*lyKU@ZY+4y87osLJ!YxE!a>Qq1!8% zP~ZELfn&OZ(PehOkDLtlIj+w-UdO!Z{n7Gd@dI6-(q%?Je~A5-x{x9HYul0Aiu3v| z8aN!>DID4G%IV72^yUZ+X&x8mGyB$;?whp!jsB5;er(fu5)2L7#SEN8HI{NMN=wmC z-Zs0m<(|<}MP8$)|F5$yw&UCA^nQni$=~VKT@&J!rmrj&a!`LJS~zRccTop<PraYK zXP>Tpq&n%)qlaHRUG_ci>u<hssUf53#PxqSZl78%?)Ez9!%J(OC(2vpR=PTtWmp;% z6}!t{-kKPp_;kkKFt1vxKe<|JuQmk9$hIojUb^>FL~-dm_fyxy{`?d8t!A*;F8!X4 zTRJP-K7WtCLrP!87JvWz$1>G>%W9!tPj|81Ox~$qV1Giar8syk+g6!UKCTTXKZY*J z`hL9g-SrE1jRN9Y?tMLaJ6R_sQ&(Z*vWOK$;(5<vE?qxAgCQwm)+W9umsy#<we6BC z<^Il>RBF7`E%aEq!>cC~j^Ae8Roi*J;pdM(oqRI;{Jow`xtpysXRDWQVU~g2vDl@C z%r|YmslQ!XX?xXY%}?>?Z`6x_GWD$r+}5ZxalP?kEy4YF!_16)U!RFe&i&FJAG7ZS z`(yQVg(WevM%n9IK6uX;TYE<(E!j|^FCr-Ea9qNZ<*N(A<2D<!SFwuUj66{M;4gP( zJ6qkXwlj<O$^KT^yDIngEUU7QZ{&j(KYsq6@27yQyjZ__;`LYWU0XjbNjhV_<^EHn z@QS|=vlcNY+)ZMevh4cnV^?Mxm7h1`+4$$V^9kOESphe-)4ijnbe)#odOy{~e?{)| zJPwZgW`?t(4}OV%TOjs&#o=_`^W5rP>6^0?K9xR{p1RO1<h%0oEjhE;FIQ>x+z2l@ z;KuiT&&IBV6H>1tFUsjnoZNC+`j}hi*#hyW=fCYdaVj7x@u9cVt<aFlx%G*HZDwXi z9_>n!Ep1))%hST+8Q<Q$Wgo7{T+{w+DS4Ie;rD<<_v+Qzr<&?dSBaLpZe8@Z+3Tk? zxBZ3cWtX)d-PKVEk`7qO&%(3BOX}>dg_p7>94I`MUF~$wvHIwC-V^(d9O>H>;k~d; zGGgZGnCW^io>uO7KBYC6JL=j~u?}{Pgq7RFBj0W_O{?DYebK?6f9ms6^e#<||Gn6^ zVZqexFY5ExZmI7ziHow>c5!aX>-SF6r2ZD4k6SZu%?V$Y1jCNN?HNoTGSb5HXUaQS zxSp+hrg@r2;nwpb%O?kB+$nmlnB#92<j~0Le5y3-zwXAP61tz({tnot`bj^FU9`F? zU|LI+G`l!s0cY&oMX$cF|MvbM7GPBzzTuAN<Kv4yS~2E7k>A;+wvRntxA68K<LfTZ zSm#I`TQuYQnW<G0Va^pvyG-Q#dS|9zKJ|Qxvc&@H2Nj2ResJHW9dx-xw)I)1=eDJ0 z^2uIt=E_0Zm(nWlpZfAB=;yJer!zBjCItUsl5L&f9(#4#vJ3J-MO^vy(~d51fBXD< zzz;#+V|`vdZOS{kHTN6z?^~X6D@-x?V_u2hk@k-Qw!aUBFi!tp-C=zA{|_}ix0O<p zWSJCIwv?@Veda08B0iVxu9p*DgiSV_z$+m0hjH>eSCzTfY8}@5s6CL7`*E+X`R*>K zed7IMuB+Bq+}rNU`LJeYpQv9o@3FUH-8K&n3LmPGiED3ITj&4zo^Stii$&W*MU~&m z?2|4E(CKu%XMdw&M!>?o6N9HO6_WYMYja0>LD!w2>xX5+t`yk54i4LYl;KhK{>;Ob zg^$Yfid3{2y|>+1^HHvTTaL2jw_o><K8{)%q}M!OLG|nW^IBVN54PVg7Tb9u++kC) zNtc$;YV~RM*M5q|a%oIF_0l&XN?niBTI<}6fTQhCT!h=c-u$NKGG)fB>Y_g%TT9*7 z>BmpHaj`GVLHLJp>h(!UEImRk#u0}Ny(Z{<-G0ngWL4?ElDj)TAG$2AcmDkz_PQsz zs=-s_4=A~8P)vMh@nhcadvWKz&8P19@MPA;^B4B3oIRgvdqaNt-}~nnx5?(OR48gl z$uORAi0c>U#GIEqd!{d$dszP9g!hr0yz3iPq^mURr`g2+6An53>ag4QPm}MZamViw zQdu89k<%hOu-j{OieW)%>DB+|7-P?c<R}-G2WqX5Yv+*2IcTgmeQMhyn<soW<?og+ z)%@LNYZIieedqe>)vPDE?LLa1S+_Iy0MD#F@gMv6+>;kaycM6D%X}nw_mTT=S6*0r z^mWlar`eesGLwU&ZV9fjTQaNdmY#t75owRtjq6txdTUSEV{=*Q-ae<4mz_HTe{OPS z&$uB{m~5H#DECKZMZI5B_siEmbngA{nQmloWKZ<Y?|*-)i>Sst*ZyN}8Tni8sDsPo z)#<^S?Lm^&{ZF-p<m+tzROdXfImeguv~s`E=|igy1v^c%KCmZ0S5!pDcyEkJL!6Av z^=DtX6s4y$bQPW#59O^4jd@ja@ArhQT@(IG@k#Ri&;9FTBA<S|R$4f>O2V`GnNGV| zk<;$j<MATh4s$M@FFJZ)>GJ)bWiu`BMt`;Rl&qMNG9yC$bx_Z%YYXB9w98YQtk<y} z`{>4Fu8{NVlH!wBJ_fZj<sXD5KG=Nx(7zkAS^2&PCe^JI(|1{LNBO?0?C}N5&;Nh& zrH#dQ>j%XhMn(OT^1I@L+>bopF!9Z{#lhC6j9*XqwlRWf<-e3yTwgbf&Dk#9!FcQH z6<zaB+#R<j6wlpv=I?|>ZZmh8o&LzBZ=bn;hJ}{+;gD`y37h+wFL^Fct6d)58yUQA zg-p}T+z`KAYgDgE2i7$k9KIeiCFD4Fyy4YFogMOWtE?K<hSnVTki+?FrfisYshKnP z&nM<3LHXt{CVsdt?^yfc!1b;AryOQ1T31t5Ftcy+Ci&tsGDTlB+|w29j2t=&=EavB zOHci}+=)+P(X0L(_eob`4IN*f@tY=^V;Ebz`{uWa@1|wDiQbLNdUc*Z*lwbI-i>V% zy%{%E59zw7{<)<6SbceR=bUSandQqiGAI<WJl*=*IZOSY?Jn)j&0HtbFEqGF%HMd( z>G;(4Osdz07yip`_y@50a7{YBDNu=L)uO!;hR-K>_O3`Pc@%p^_|Vag1FDKQ56<fj zmr>lcF>K@HLraf+VVP35a)WoU*IOmV(0TGKiJE&e3!AuNn#2SrA2OS?L04t=Czcx% zUQdkPAsA5}7~L#t^XB#bZe}s|HT}N(ZZxuJJ-)&yI%~1@t6!1lWEQI5oFAv)ICEyW zxR>xJo)<H6xEBRC%sBE(Zu>(AUpu~?&Q}i_tiI2!{#SUhZ^G5BTUGiDq@%O;`b;cg zsY+__kqAF_@UNqEOuAj}yDL#|<$rIw(YoaBs@f;tHl|ID`=DQa|C`QHSKV)!JO7s1 zN9?!Is;p1{S}U44(RS~vySnb)8Dh3O3gc7`*O^RQ+*eWcP$W4i?$64TUfcQl?6uQ^ z8<w4reJZwonVMWfXvK~VOLz{=Sha3O&1tci6@9zq4Qd|zTO5_QYlB^iT*j((pG{Lc zZ+>)8{O<VlWmfzVBOM>r;B`(@E_g*e6!q_sJF_~7tzezmk8`TWFa8YQ=DjOkc7fEC zfcDe>HTmDz#q(T#^HAF4?tZ<=Muv&nhY#%BAM{dK{6k?`Yx%J@7gq_74f}X_|IL#% zyAj#5)P6@3=l98N>TS23FRAAFeJWCs+GcWS&*QZl8xCwWTK_WFCU4(__iMLIW&GfL z*>t7I{z-@Sg}stHww>w8yu$BGZ^~wdvo~b3oSE^{>XD7eO(Exxy2tc3EC{_^P~zEQ z!7OQO(6mCkL(}wF_^e}sZ{2)4{}mWSU%hqn?S00^s|81--F`f-zV}9dUa#dbM(Hy@ zgl9Gu-S}6zzrW|avfHW@RR{Tu^fwG5pN=;^t9(B1&bj`pTK$V^7k@ElwrkewOA-8K zVl>l!xj6I3=R5SSJTc};YKha_HZMk;hhc(QVefj~71wTCt!w%E?(y%Q&yFi^XjSfT z*nHNtljG0=)=Ak<-fFut{IPh~ZBx~)aPPxOr9A@98)GfEa*23l?Km^(%OQuWjVqr` zpDfzB-Ldan*kS{IpKktL?^~<Ac2D8TQFv_2{qonDDKiC6Xg}D{o5XxK_jJj+72GCQ z7HyJRVjtnyXM6U$LhPydeqIj^Nnh(#$EKf{&6#ODr~VAPyL$HD!`oO2e*JO#*0uSE zZP3)oimfl2<)S||Z%z5m|0aXQp0Dk%#qUEibHpn$UTxmXS9vi~ZsPA*COjtD4RN;u z`i?%+bE#5%Rh4&Z=gyz=o1U_TRSP>AKU-Aw<ZDpC;ZWnu`87tjzTHr~DUfxwt6P4< zrP?V??{+8V&Hwy7^v~r5dw=N5ZJ66MSvF$Iy`59Kj_r~9kn8xN)V6ExddKsBEEmZ0 zs#%to%W1@GzrP$jo9o`ynYWJ@%NBBE1(_y>I$oT+;OddeX^EEWYD`1}uX!hk&B(g- zE!-mGY~Ng^G=Ghz1Kal~Ec%gSvVT5T>0y~9+dhU_$$X!VZ!Op$pKt&D6N{v!t5oLo z_{uNroK^oPZ(1$5!jyBvofAJ?zu!Cl`@#;}y6LBs6!?EG5|HIl*~ql~ruTW1=(I^@ z2P4D2XkU+AtQV&KarM5VJ9~T8Z#uFiH|z*M!jrC)T(L>~b!OTmnWLF|*z0`tHoi@L zG)0T|OqPfIZtiVCoO3H?S1zlOnd86Wg509{&qKFz%(yCYCf)T{Mb7u4!nM;wo~`<l zm*u`dqqOCLty$02)V)2|YwrGci~72v`D^l-h&OKU`jg*ZIK8m*H^Z%7y;FJROIW<j zHKc@1@4j+g;@~t_I`G!=a7RN;m#(BZ)f35zyLUWVbjmqh`unz(Un?(UM!ja#$t%+5 zOJLt;5w(c-(;~Z1T&_%|SzEgU?n_CwO^^6F*)ryr#K|*re>|UY`~A5;T{movx8)pZ zlq`*`xY+Fz<+n6#MoIOF=<BR{nLB2GZP=oB>4YTTcb1b2+kUyN5_Ow4x#p+0>+9Fd zI+`<HdhYA}`ha<k@!eP7qTW2Ze?E0C+Z>G#r<Y9?@SZn;&D()BT>h(mm~8GO%jZ^? zJWKP|#4NncT=Dpi(Ts@SnrZcZ-!504F+KCwC~l$Yix8W6tM179PhZuX!7?@UV1%V_ z#^a@TzHO^jPAqF!CaUOE%kCfHVRNQWnDgx8%a!`F=0csFavv{Wm)F0Q8yzs!?w<Iv zHHByO6ZRC&SCdMpU01Z?rf#w&&-BH$tC#SpTz}+rEy(rwVUsAe%DrFfy0#ou<Ue&- znfpuTK?_Tk_S38TmvN*m-Oc{|)4o7sg&2Vg`p5gzZp~XVyDZAsM{BCa{vD;~KWn^X z5>(!pVr*OAX8-H+j*SzpZ+iauZx(w*zGJ|1L6?B08Eq_1E=s?7Y?CglYLpb$B`y@K z{rBQng{-T_lhvWR^P?9Ezvc+N*R>(|^0wz%8Q;IlcbeYnTGG?JjG_GD_01-%8vTnd z<*ti(r7oG?_<9Y8<?kHJh|?=nZRXc1DNkBy_-D=6PxqEPx+ca+b<b(&+Zwvr^T9@$ z5aYFJA-;tYg|8ZK$*C?*D_U0-`+w=fHrMr)I!k3+s}H*!mN9<4HaXx(qVxUm1NC3! z!dicQeZ4(#((?JGhvxj*`k8x;#hZ=y1h2Q}F37c;{&<tYoTpmd0wrG$_Ald4*W1tf zMa9T_N<h<;_?b~G%m?yU9{2j>Et&Rvnm~n>zon3sNNAN{LR;tdm^L1*^8LFlCZ=V( ztnd9YGd_jO+3`km#KGyNng$_)Z!$9UR+uf=9m3wa>~%5I{i`-{F;4Chje607n@=co zZBXau<zFJwTjTS0{>0FQvzjh{s$IWvZtSNj<;mG+x4Vd^a5Y4S+BGM>6Z|5%Bj#fA z4f6nb{`w2d;hJyi4D%NyRo&l_b)1!Hp;r9e%r(p3Dz0G?jE}VO*<^g%^NEV@l2y}| z>^m}B?|IPK#{%CNm5ik8x+m%%^eAF7a_o<g+-h(@W^wn%h}ZYMstY)_EbQX%E>h<D z#p%w^;lLl7E@^k)ocp@OA$5V7z48Y)eu~|`-uCrDu17A1Gxbj&JQ7f#+*0Rlf7vX) z^Qf5ivptL|d;WfT`?4kK&gJj}KaQ*qTg)u&b8V+o(5aru3l0U<Zs<9*aOo!h7hBAC z=@`oYVV<1Tx=CGY@^MSSeXotbef;uuzF6Jty#?8RFGZIbGBAGL^l`0Io5&0Wo?M3# zRe$kypH&)KpViI1^}1`RsQji_w)NNen>TPeo;NuCgXzf=UC$gNrWsL_+19W4aPB@o z%Ytmn9qkOJ>r5BjZ7|KTo~$uH^0%LpmY29*^~sv^f$^Ui?nsyZv8w0@UDrSVA_Hq{ zjBKR<YikyB{()-IolB?QyM6b^8?~KI;*Z`PyZR!rVVS|9y=>*)YyR~HpU-6C74w>+ zm*S+(_5081y{6NQcEst;uQ4+>G+&#_&k<!U@@dn-7gB<ALN2f_n&(+DO`hT7bE^Yg zR#&^ZCKf+CzgpJn0{_HWJ91hj)>Vq1&X!isnfIfbdr^*np<4INqpEL2H*K@bDz#Ny zEq36<N_WrP#?&w#6T77MTcj&Cu%FQqtmVG<qISJN*=6sYMnZf|*Fqmyns1+=^6~W5 zUpE65PrGvFxYpx_==-V@T=izJ;!E5u{<Al|uI#qsX6D>K!5<i+|L%(|*6EVI=dqq8 z_=dyh@NW;BC6wYnto+`^_i4p1#$Rzkzpg!7uDJ7A=9%pda;a;d7DX*u{-8+9Q*8a} z0|keK3bJee9k!Qz#r@iT^VQYq{FRf;!d2GTR-CzE`GEPb?VPyZyWOYll09Rz@$?i| zrckH7i5s2x&w8n!)L}feztU*onT6UH%~&>g2kZ%7&vI~`|G%?_=WZMF9J?BSHHv=< zBb&m@`4iPW&#n8bceqKbYh}gWEw5D8JBl`!u`-`#?mKX@bJmt#eYR`8k&X+s-$h*1 zo@X*ibnC-yCudfA-I`uDd*eHsMGwo~&e^H4bKjBX?5Y1>DCd1IX4PC;s@~bg7}*eC z^q+a=tNpVJ#b?ykThD6|;rJ(il20^Ec7wp5yy)|OZVLm~y!rGo{aw|mn57+I&lfms zQki;jw)l%<41KMgAA?Hw?MP$hyycO)h3lk{e)pmC!2#1R9BvoiW#Lqv>+JT&el^$O zwU+;`G-n-`;{P=5+fm(6qmXBR-CCV*K7IN<_*Wx~?Jp}!v#T6gm;ZAgXekk%FyltV zQeLKq+3TJ#`Zi4a9~x&Gq*u{bxcXhZ*+W)t^-D)SZfq8Im7b#J)&BYD*L0=rD>u)p z)p(cn_SP<!S*03Zu8VCt@ig>U_u_@m6r|NY+Rx3uJO7+%#J!H+7yM+6SF{R9cZs{K zHCm!St$xb6mqCGXfp(XVPg>VAF|&GV=JyQuyolC~bDsOGh?lv_ea&{4SrqrwOOqE= z%$fH2o_>$!weos_JpBp#O*A%tk<?O;6lZlYyli%x{jW{`d`@1DY11kfMepCtq!*ju zG{x}Xl<(^WvN*&h#kDzoe*3|}aOGY_u0Q_g*79xo@bSV0z5GX~e!OgrGDvWqwe(41 zIosKUqLn+>wEO(qZnmk5ZQ30!iESTiwuCSLq|@B~VA72D3#&?VBKw-U_r00c@%6_6 zajpWM<7!+{R<mtSi|&_kt(tQplczD2kw2w9j<vR|cFsJ-r))`oPiIz~OD_HWt@ujI zyWe(<&)eqib5wZEXKLo^()41k(QFmjI^lnHtJ_q0C8n%6^?|d%rH_+gw`JVg*3;`3 zoO0Hc^u6`_%cWv7+t9@CGtKO|PCC6bysCS2anc3BaR2T9a;KhLq<hHvq4WAiExX9$ zA&$k)*RH-(<=gyob+bCpe9@IRve%ewzRy+=+M{M5-O*6uZfdh&fog@9Q_6%dOuug~ z6W{xnE9m8??&KvWFKYXEeYvx@T79Orh10Z8&tLKCXvRKE-{!HXr)rP*7E7U((G$x0 zZ5Yl;iR<TPCq4Y?TClcOx_{?RR<)iFrWdu8Z&@t8%<;*$Y3(fg%e9k|R>@vV?()A> z!f;|bhi|f1qQ@=9S5}pGn)hzH>uq^%x@zbeE|<Tu?0Wy34hQjvS={7I4eHrC@35H3 z_5h(R&v)N8ZYbIIKWOqDi~q8+t1h_y@%%RP^(tZMaQ33J?vrjWjPg13Y4c76-v6A& zv&&+_+n=@WTdJ%(HDl_&3Qv9G$Qkb~#k|?}KVwk+u>a$$3Ynndm#2Tn<?5|WvH!X7 zR?zd~UGw*rE?lCfl3Th)Fx_L<#jWR9e#pE#zh(EVr*5$)Q{Fe9Rjj+aZ^nkn$3ylM z@2pi9vp-!ccyRZO$SF?+H+lR#R(;^+wTll6`a)$hPRsb&s>=t6P6-QJ{Zd-Z<x=Ki z5mAk||L<Su-yvov|2zE0bgxruUP~GF?J(!g-<!iI%cQ=(pe$(XE6$$knJLTfG7HLF zm0&C3JEOU!=+Z->&HA&FmputtU*8_3XChN4T_|#1z1!lR?+Y*I_(dJpf9mc|p1f~! z^rZv$*Eao`y}aa{yTj}2Au_k7%=-9L<x6(`{*#U~xT>sf3Zy-GyY~GFSL*`@^vV`W zBphT8TAMTf`^SIJ4WF;R#CEB#^u(qgYr8rwJ~!L8o^PMdx}aTab{qVgaEW2z?zrak zbs9DWkM<@+ui9Gba{tNW=<AQ4w}u~DSMjO;^qml|mAc2hB&V?1YOdsT+`mN6+~2c7 zH=<f6rT>+%>z}JjSI-FbxOC7xG|hd*?EQ-CyW(_bU;5A4_|N6jvVUEsC+;R+*HD%U zeywmRGFr9w*~@@KTav8(^nU!k8Z4^u{&1Yr_0``$H-zTRi&-4eZ@;cPLFJCt;iM#v zgHKm1-Lqk>=kv;c?4~EDS5zO+K3adYOzzaouO3x9O{P9s`0mx&kE<4VUf+FKXv<}T z7N&B$-th2#$1We+YpXm%w<)LSusqk@@ngPBjR<4Ix*sRsZ@3ZY<vq3k=Ej>hs{Xt# z3jF`@TK}Sg11EQX|9tmDXp!dPz31O~Px!j*RA)2)gV4f|7u~k!3mdkr7WZ26{zJo? z3Y|P9?;0_u6SIvB->1bS-93}EyVGe^__mhdmrIx<r-*$wmleFXZky!KsF^C;RQ`$l z=V||avb9_P3IEf16ZRckxZzifWi6v$&R3=e^<Pu}9gEoeVdvrP6Lr@1G(D*^uQ6Tu z(<)p`sQJdNo-1;^FU9!hR0wOv2u|wEQW9jB4SM)kVAb!d*OPKL+}t(2raNv<J%>wg z!-oet8)ilw+_UNA`G*GoS8UQTk_l&<%W>ttT<HI{1yvd~0$zP9QeK+sMJ`BRt#Y`) zK=MliC+D<v>!<rIQ|gnrwYt=_Zpycr-o5uXf1d92A?YfIKIh_nelnY)t4`Lv<l*CV zt-t=#<Y>EjUviG<g_&Y%=ihHPVXWI{<$34SCoQox-nXun8N>!{EclwznDTK$sTyC= zkByg9B--rsFE`1&INVeB^w)3w*uWi$M^;xS_hxvv-v4=vXSz+)S8)k8_K#it$IGLB zE&S%XfqQC@l}6hSj(-PkmM8O^{imw={9}vI^an-;Df>5WvZ?ug?Ok_OWcs8-w^^n~ zo!+M}JFUE?%6V1vddW!>Kj})He6BY=(DeP(PZrrLR!kJro-1?1n^DwkVuZ^r)>3<k zn}UxMyZ+nA%5yP3`7NNKyZiC(Egg5ZYs|_xcJy$aRFjqu!y{jN&a&m&>G>ZFI_>SQ zsvp@fZOeXzZO@uYraiX&RrkPeS5dP<WuSesjeU6K1FnZcPwqEP`nkPU;TPYgB_A60 zdU5nWeDM3_gU4(ar%Bk#JTN%WRwWjH{Z^a!g=nGBe>E$-f15x5c34_ROl0-?i$5M{ z&pj=XyJo)N)&Knyr%PRP_DOQOey>?r`mflDx=ta#6+wM|S7trzYWMQ#nP+&jEp=6| zz4oOC|4&Ym%oa(1Vc_yQx+vG|?&Q2rYHu<!@1M@hKb~?!n^nz|YfqPH<-LE4-Y=c@ z$R{Dx#^%eNd5bGb^e!4qOZhc#_A`?M9}Y8qewf0%U}xov7fq)>%rQKfzu?);X~oG; z?UKyGZ?;X|A)w*%(xh17w7|3I%DIo#l;Xwfy-ap@MhPgacMj@K4-b9Rdg{g^qdcaX zz)!pxzV`Op#4dBETb4i1Q#!!EX?gyAsW;d4eonjM?OS%{X~W5F9~^o@Y8ZQuy|Qk} zIj#9?=Yr3?y1kxDC)BOko<8m4bMwdlkNP*v*dox~%beWU!lx@e<3fqY57h({ug#C& zUgxcly07(PzuxT06U2*;Z!<P=e%`f~kNI)fmESM^P3YY4AZ+KA-EXGJzjmy)<u?y| z=cUt9x!CmXP3GRIM(?jbZr@mDykqu1pBtOc?Bd(Gt<~%Fmz(R%w;c>wnsr~)xMxnz zvHu4v*WM22N-}x++2Kmh;_Br00R?WUPP13WKVbiH?Qy*NFZ(tpK}M-<yFP8*xj38m z`^*xn&8qHe9A@`Dh|5n-JKd;dYs6z09VhbPkzy>LpV_>XznPW?CK_s<+xlknEB_gj zt{GTPa7p}Zu%O*b_Vxa)*N*?<RA%y4nQ?u}#}m10o_~6?UrK7ehJK=`s^e|p!>L{0 zd~dUUnrk6+SeEPgJ|Vd}q5LT`_4Aj>DE-)O{A!kI+?2|>bF7<mMb_HbyjI?%tNJVZ zY+7I3Cwto+(|mgmHVZ{D*G}=;Ao6UFotPc#?cfuxTUy_ht-ay*Zu`u#$(AWA9$9@= zx^_KLEbWRFlZ^s<*{AZL``167OJz8>EOYPfBeL(l_Pfs&FxvU-K*N{FsV5V=OMWTt zJpQVOQ&W6VNKbY5zk~d{D?|j_cxPLldgpYl&zaXlM7-m=ioAKMe7H)|j+n&N(=X0s z7Pz*hXXWk4GDpALAIlYQ8VIPQJktIgH7(h0)+@>PvfKA8aD5imy5zyW|DRUBkZyRq zLFK2sIpZ_-%Zcubo!&pLcYfc?Ey4daZ5fwJVL>bNKF8;7+xPUbh5lsC)ZP4Y3G2+t zRVwELCn-E>n7P`fq)<wu-dNmc8*A^@O#<3~Z~Xi9N_F3#&ba4?g6}7WpZQ=og^Nvb zYGPZ)uBxf#nxQe<Vqb6wrf1ksif|Nd7nD+Px5;j<d2nEA_T8e6=I%GQBOm{r6+5rQ zPpijqvb4AJvNaDU>^1)(exG^AWbqxQRa!HGY)`5SovwB&w%q#RTcz?`kLES`Y(FNh z`ut-r%hQPD3v<K6G;Oz?3oe{-d%4Q*y@o6QDE>(;*R@#ttH0>-YQc#W9(nq{90lty z8eVZzZ`u+s+*7sin<DR-!&fxshIw5-J7KoP>3vO~HvW6F%ah|vvrYd5$<<2kO9fh! zs{?CFZa3uqGMu_}Q$+of6W3((Tnru*70i7+y@@S!eeTo8Ve4ws*1WhS;9AkF`#@xV z;>Ky;x17$Co!55v;)_qQQ@*YJ-@sD;s<S?8=@y0u4%fFWWLEs8HlwCR>Imau#(K#W zk9dTBY<zLAWDAd{_2ySQywg86u>U&qRiUr!PYlb`S=;ntA6(I2$niMd*{I~mS=*Jz zUIo}*d$R40#k#_Y9FwjE|M{{mqv+L=)Y!#dCm*t}UiYc-{M8EY?+ZEd(_$4)IomMz zh&wC4mEGVa<1;DGa&fWpQ^nY+TQxWoombA1z2lUopK<8yY0fJ(U1lG+-uiBNv*XxB zou1(MO&524U8lafFFqyWci7i9E{~LV4IBZAr_7kL3YPeKEa3nC%P#Ak{Sv#LW{)># zmRI>&PY?N`oqBKIm6O}mFRpGnH-j<S`v+g)>P0`l*OkPF?$cZ5%xf!9a6|w2ZtwDm zW;{9G6_K_k;icSj6{k+0&sO^XeRT5dW!EFa-|auOXRiBe4yT#jkK8Y&3k1t(%utv5 zd?hquOZI~^A0-|BojjInJK+;cOL4FM4ksUWwnd+X<qMQ6Mc?Gx{%n;ysvf+TedAV} z3G4Ouu++3%cbdrbW$jJ|X;vfV{w*C$R=@0R^QM0>Y7p^ose6B{<>fNJx%@0HGdG=D z_2ASGqj~>U$vUej&KFWnef?oNSAXWxd*ANpKRWjDvvqR(TJ9|zS<1T(GX6Bz-CX-` ziv5%&$$QfI5^Tlh{M|QsOHY4zp?5p8nakP@0T+yZ&fF|p$;KdKrV*y8V0xtEsZ-Z# z;s5{AGYyz-|Gd0J?GIB-V{_1a?<^g?X|0jnfi}7Y_usgjTOH#Zvh!P-!P2fjO23w# zXnpB=CG-9MmX(d0i|0Rnc(%CVv<Xk>=N$(23e4LQ<iCAs3B7jc`7h?KEX|cG|E3E> z2^j2q#1O3VYVD;;?FY}E++%()-!W{P?NqG?KQ>qF64!hid*sDZ+qSuSX%00vCZ;Sc z?O)b-Jeog$Zf3XgT}i1MpXSXnS~b&Rio)z^n>Gi&P2!(z$&mK0nL&78X409!%@ab} z`2Ib+fAqwjn4Y4kdLKiw9b;y<l@+PQy6xWjMcTIKbI!v(3sa9yd+OdU!}zW&GHAn@ z*?Vq?vsu<1Ikl{>^kdZBL#=zJ2=y2>r3VE)Vimsi<I8q~*VBzGx7GAXeCXiKoxW7D z`rT6bhiCK|dwUOm{_88yvMwlB@YfaQTMHXHx(coS9NAZS{zhN7^p9ymUtTEO{rPVO zlgEZt0jt-<9n0So`z5jME<^sS&o>rXXm{{DVUgLMe_EnNc)Ru02i_q+Jb#5=Y`(t7 z!)0mWqmzauQEO^HF7Y|`Scf^pc#Vtj@nX)Bncuj#oxZcu;_iY)w|B&>eLq)zmQptR zF8j*h=72|`wl&_Xl~$b*m5=$qWYNxp-@Vh5R$A;(^*sG5?ab5N_b2b$D(gD?z8v?X z)&p$JDZhCdwgg|gt@a}IWOUgkUT$HvBOYOHM{}D*G{x`V>@5~}vFtqC<{ke;-JFYO zGdZ+*UyHr0DSmHf(M3ZMv$wwbw;i@jFqmgz*4^DU&F8M6W)0)4?QdN&A71K|y?o|` z(<!^}f9^8xh~rIGUwOtmn3YkrV1>e*y}O_CufCkFT~VH+!uXb>e)<|!r}xh%h^si= znVAwa!~aajT!s4oud`pyTroM(=<x|>k0O~}OZT&=FtByrS)#;$_TYS#+i@b!>;(zZ zKFt%8{uW1U-Fo@wbET(WdLmZM<K+?B@>leQ)RU8fEZ@DA>}%J*GYopSRbFG;AGIJ8 zj=c)a?qN=Svcfh8RG!K1{WUW$a<zVhOjg&!U+<Wn$v^RUvFhRnhaC!c|0{lGHqkh7 zdE33FS*s$CGjuHf^w&15(alY3W1Z2zUv*1fbcekW(LVoZ;-i^w8jeJY2}JA*s+oFf zQ!>joi9&9x{gXYqLYfVW-|kvDO($%HNy^GE2`L=H*^veBoK&1%t|-k5bu*66du3Gm zdWz-c7A?`z%Bdd~Ek3#KP*}X>LNQaRYfCrXZ|jWkUs0&-yICy2tReck<d;|VP1nxV zn(=bKzqwc<PW*cIkMJgjx$APj3qSbSuubiy!~Jbv9t9+<*ydB=ImJlLY5#J=rO}<< z%*U>7*b+QdPkeq^iH*?SYeg;Pe(!Hz+IH3ZUdC+3C1q(m?!2ejuRNZ9PH%zA(M*9! zy2>$~y*?LsKCM6e`MZ13v&&yAZr#q#*b%%p_Qa)sOCnU;4|L2}_Va0<?4Nb3e)9gl zdT?*Z>d-ZE-5%LLUd8{&xjXam+psOWUY%q3UKY??6R&%Dz1z9mt-nRCZcJ-ZC|Y3i z|LduZHn&O(N-ut@DL(XEwdsRmrZL0&z&7Ee0QncskLa7bO}0Cpv*7x>>WuQg>%U1^ zJ?U;abkqJ<qjA%XncKK{IAx=q*c)^@)mNv6MXWP;_4Cr+4_z~g(~P}l8<%>P?~uPG zu*7}(`H-(By_w5?q-fs^j&4qydB<dr?=ts>j+*E*E>~QBwl7`rvWv~`1HaYYV>~fl zjUS4>GP-P%mWnYrq;;;d!FN_v)yaq!#xjw}%!3CquKF(herDQsF19tz8mUpyXS)u4 zDPGiY=diV0SYC_9c3(aN^J@n8Zm)^3GJm!!{joLg?S38Qp8NLYKNpJM6}uRb7j(Zo zsONpk{AjUg^@am`qq5@q%Cgt|@R-~lGVN8|uIKuG+uPJ8Uth?#jPLZP7h6S|LxOZZ z3P*Idm}@_IS;IEDYJ&21mJ=(rJ0||}o3rg^DeI1lPrcnc3?-}h3YM-qE0AfI8u`4T zwb3yCxoKDf7wcS+&QCl1923KrynH|R#HC2HjNjc4s_TrLcb=MK{6Kxpl&^IXQWJLD zMLbNrGwb+-;PdhtFHh?oSW&T9zTWW5yqA%?>lyyfD1KjS8od6bg^+ttywv$y3BOBL z1}tl3h-RH+qtv)aTI=fR?^hgotoC=;UcQqtlRcjA4zKwthpIMbaYb>CyjdIPPPjBD z<Hv=G?AI6RWS%it_r6#~Utv<%jPvI{zgqv9)g|)m(XQ}?%51DPj=kE?ef$0-?tCBV zbnS};_uH!`wh0QhijC<`u6<mcx2H|{@o(APSGS}?TREFbg#UbN*<dCz&sT<ttN5R2 zFyAiidoJ$^9UGqsa5^8ewZ7MCn!j_)bSC*Pc4v-RSvLm$^V4csUw3d)w!W*X!0W^P zTv<G=N*9z5{$M<v##g(&TIGJD{;TM_M}3d|5buBR>ZXml?>qO4jCVK}b<GQ4e{=J; zc=)!DE|o{W&PdvP{VtQU+6JxZ_a?~he7IcNJM(<E#37DI{pqRc0*97eoq8p^<YQ>c z-IoISJ!abR+rA%tA2VM@WimTU`M-x<an_y<R>y;mH(g8Ul`@<m)+xkt<^P$)xB1Ji z^%N!vZ}=&H;!(L}#mws+RpN5#({J+gzTdNDhR9*nRZiXOHaIgrJ?vr8xl(zmc-rEM zBX?tRS#&SDE`9Ffe6ww>;nm1q>;DYBjjcu*FLTaq@0R>t^5WQUZT+9sUzAqVe{=X@ zF(<*I*-XxSUZumb%&*-y)>x!ZsJXzb<h^34dZU!n_hKGHhJ*g|`c`YIEnxQh^?L<# z9e3Co;V;jO%MR|^A-Sbv#!c03k8|hpZ7LqGId#uhc2#w^$?d?x8FDYy=l%(s{$i)g zfxdZFeD;OvwPj*%S5|R_hQ;YA2<$B~H#bo6`NVr5kc(S3W1jYT4%uG{bEUU@`Ex5= zT{=cT<!UJBA|5NFh2kAE`UT~_WXPl*Jo8_ChC<zL=G1}`SM?_M7rFiBSuS%vv_#9k zZjyXzn*Bz%{`AdRuO@E3ov{1wyB^Dfh1xOfL6NI?1-@L`ykdTT)w4+Z2H|{7r>{Y+ zQgz?jL^tLhxa8@$%Q!*bgS%AYiItWZ|5vjMxm$be7RO%s`Qq)t^s4!uqP8k;_1&f^ z<s06y^3)F6*Ez>8@tYg3#qM^+?=Lboh~@4za$K=$sy$OU8?TLx_N*DrkE2CqZZP(I zy2R*vKc9n_WN19g2R$)f$sb0qPumLe)of%-N;-e9XTd3zvn={a^~W>Pr^<D>Oxsq} zXIz#3^;^FTd&Jo*7h;=BTK-+!C06~x_4UiO(-Yj2KHrYWJZSzxoa=M8gPpr!lXKb| z_Q(|uM^@%A-?Xw3PMP`i>yo@{%4b(wOmm;~XrbA(D~~UHln8&U-V(6F*kq2>uZzpJ zZVLY;sC=|;<<;QJZyxY2iLQEP`i4p6aZZiu)R0K_uK!-#x9!U2YR1b=QQ-}LE32|O zK!4w#wd{LVuH3TYThN=m%xrt_Jm$&?*gkc~tiIN;B>}&zzV6d4xb<l66Q+XmQ<-;m zG;J=8kGpzu-z)CW#NcJ$yZ11iUbwVr_1v8?KkRPuRn7=?%V~?8T3#?|b}iTWDYyT) zEe_;Mv@1@pRY~=D5%P`QyFOs@u@~#CrrmG*A(g(gx>mNGU8PHt_pqngJ^4pJQ#n@u z{(C0&(~Imp{W+Zq8y84F+ahV=(sNvMcT4KMf)y$kyw`BepM5%gk+DU|iHsYoVk`>O z-_7j}x^;J7$IQ%=f3(_?^i=AD&+7aOxxZI->w>Am{ufqVTCFVC$}G)(Dcb#6j`jJ) z&i6!@UW$-#tqNc$v*WueD4g*~aZ|>`Z!3*Awk@_xw`~#HIa|l&Y3_!~94?-1cFWEk z?&)34zWi><^hIr-f0a!wdw<nUtKeYj(`mv>PWbNm&iBiEm6X-fr;B{ghBt|ssIFei zez?e+X_bZH_G=HBf4{xJ@nW}h{i99!-T&o1jrY2Jp89#oY~7hRS8Mr-9q-#184|qT zj9uta6;r+Q!A}of`fpM=xRrl_=)ZqH2RZ|@gr{x&8Fji?Q(C$D<)Xg#ylZcs30%6q z`IEM}&4zXRVq*gjy$h9I`g4JPeuhxBhp$}7_i5ITLk!k)oS*r~aB`y06M5stg)55K zCtv){EAwi%lU}XH>CLyTlUAMy6Z-hcf8nN!GT&2J3wS;Cg?hf3na;H?yZQgPdz0eE zEnlvOO8>tRsN<x`^k~ZYxMiC*Wbw|(YiZMI-TE)<QJAyVla(J1?|zlzE61mM@kUhS zUrXNYHM}=}uXpi}Uzc&KrPlX*)8WQ5$t6KWU)1N^-S}cv>Pp^)N7mT<ZY*%hHg`&$ zwA5y4_*+GeZS(Kuoca3d{Pe$<Q-5ZOT+Y4sdEeC%soN4e)MKV<X*El)+$r{Rhr-!~ zMm!(g-B_ly)J=Z!Qa(lSrDac|+r>4#9(f<vcm=t}74H7``^>?rkk~CLm*z+>KFG*% zbZza@xP`*2c&)g0U6Az@x%=$)_uskocRrU3*aRH8@8~Kg?(i{V&9WPkOPGZGKkIGY z6EtDgt+P2#&j}fS3{tCbxcp`H1TnU|OZr}i&o?&djLcv7`xJ-gt4SM*t==vWP+8OK zy4X?i+17m386Q4W{9Pm2UmwHY;<A5k;@cP}?ob)Ol^0k4=$O4YL6Kp}ov2hRnaO37 z3kxIGPw5w6m-1gMw>ph8#e+rS_XWAi!(PROEA_lneGUJLPxU)i(m%)hTGltmrE|-B z_1UEsd(Zi6${_65oO}CAXzCr$Gcx~P73uaooi07?>{LrOg{^mVpZ;9vVe+;>JFDWy zk*ISYqn^7>&?>uhBPBytz@zgwgZtC$chgqx=ZY*nZQre}&U-gEHKljkM%JYoQD0~I z8=g}r`uUi7^8bCg->Y9{H*IKBn=0|qe7obxFAU$-GX2qG;9veCJo5OLLm^jg9=7|^ h_#|>Uv0|*sCzyTTD0^2-vRhE=msRui@5u?NsQ?2`%4h%p diff --git a/wiki/src/torrents/files/tails-amd64-4.4.1.build-manifest b/wiki/src/torrents/files/tails-amd64-4.5.build-manifest similarity index 99% rename from wiki/src/torrents/files/tails-amd64-4.4.1.build-manifest rename to wiki/src/torrents/files/tails-amd64-4.5.build-manifest index 9a4acb94c95..37640ebc3ab 100644 --- a/wiki/src/torrents/files/tails-amd64-4.4.1.build-manifest +++ b/wiki/src/torrents/files/tails-amd64-4.5.build-manifest @@ -1,11 +1,11 @@ --- origin_references: debian: - reference: '2020030101' + reference: '2020032503' debian-security: - reference: '2020032203' + reference: '2020040603' torproject: - reference: '2020032002' + reference: '2020032503' packages: binary: - arch: amd64 @@ -877,16 +877,22 @@ packages: version: 1.22.4-3 - arch: amd64 package: grub-common - version: 2.02+dfsg1-20 + version: 2.04-5 + - arch: amd64 + package: grub-efi-amd64-bin + version: 2.04-5 + - arch: amd64 + package: grub-efi-amd64-signed + version: 1+2.04+5 - arch: amd64 package: grub-efi-ia32-bin - version: 2.02+dfsg1-20 + version: 2.04-5 - arch: amd64 package: grub-efi-ia32 - version: 2.02+dfsg1-20 + version: 2.04-5 - arch: amd64 package: grub2-common - version: 2.02+dfsg1-20 + version: 2.04-5 - arch: all package: gsettings-desktop-schemas version: 3.28.1-1 @@ -1336,7 +1342,7 @@ packages: version: 2.20-7+deb10u1 - arch: amd64 package: libbluetooth3 - version: 5.50-1 + version: 5.50-1.2~deb10u1 - arch: amd64 package: libbluray2 version: 1:1.1.0-1 @@ -2195,6 +2201,9 @@ packages: - arch: amd64 package: libgnutls30 version: 3.6.7-4+deb10u2 + - arch: amd64 + package: libgnutls30 + version: 3.6.7-4+deb10u3 - arch: amd64 package: libgoa-1.0-0b version: 3.30.1-2 @@ -2422,7 +2431,7 @@ packages: version: 2:1.0.9-2 - arch: amd64 package: libicu63 - version: 63.1-6 + version: 63.1-6+deb10u1 - arch: amd64 package: libid3tag0 version: 0.15.1b-14 @@ -4406,9 +4415,6 @@ packages: - arch: amd64 package: linux-libc-dev version: 4.19.98-1 - - arch: all - package: linux-source-5.4 - version: 5.4.19-1 - arch: all package: live-boot-initramfs-tools version: 1:20170112 @@ -4508,6 +4514,9 @@ packages: - arch: amd64 package: modemmanager version: 1.10.0-1 + - arch: amd64 + package: mokutil + version: 0.3.0+1538710437.fb6250f-1 - arch: amd64 package: mount version: 2.33.1-0.1 @@ -4768,7 +4777,7 @@ packages: version: 2.7.16-1 - arch: all package: python3-aiohttp-socks - version: 0.3.3-1 + version: 0.3.4-1 - arch: amd64 package: python3-aiohttp version: 3.5.1-1 @@ -5045,6 +5054,18 @@ packages: - arch: amd64 package: shared-mime-info version: 1.10-1 + - arch: amd64 + package: shim-helpers-amd64-signed + version: 1+15+1533136590.3beb971+7 + - arch: all + package: shim-signed-common + version: 1.33+15+1533136590.3beb971-7 + - arch: amd64 + package: shim-signed + version: 1.33+15+1533136590.3beb971-7 + - arch: amd64 + package: shim-unsigned + version: 15+1533136590.3beb971-7 - arch: amd64 package: simple-scan version: 3.30.1.1-1+b1 @@ -5111,9 +5132,6 @@ packages: - arch: amd64 package: tails-installer version: 5.0.16+dfsg-0tails1 - - arch: all - package: tails-persistence-setup - version: 2.2.1-1 - arch: amd64 package: tar version: 1.30+dfsg-6 @@ -5266,13 +5284,13 @@ packages: version: 2:8.1.0875-5 - arch: all package: virtualbox-guest-dkms - version: 6.1.4-dfsg-1 + version: 6.1.4-dfsg-2 - arch: amd64 package: virtualbox-guest-utils - version: 6.1.4-dfsg-1 + version: 6.1.4-dfsg-2 - arch: amd64 package: virtualbox-guest-x11 - version: 6.1.4-dfsg-1 + version: 6.1.4-dfsg-2 - arch: all package: webext-ublock-origin version: 1.22.2+dfsg-1 @@ -5284,7 +5302,7 @@ packages: version: 0.52.20-8 - arch: all package: whisperback - version: 1.8.1 + version: 1.8.3 - arch: amd64 package: whois version: 5.4.3 diff --git a/wiki/src/torrents/files/tails-amd64-4.5.img.sig b/wiki/src/torrents/files/tails-amd64-4.5.img.sig new file mode 100644 index 00000000000..beeb6fe8277 --- /dev/null +++ b/wiki/src/torrents/files/tails-amd64-4.5.img.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LlyYACgkQqLD05Fsb +UOKO6hAAsedP5Y+MoyWLAhX0xv40i3cnpsLUDmNUfcZvcKeFR2OLDEO+6ZcGZW0q +rEOLx15guCst4JnJQ/shD9jyOpiy00AD5df35KYYpE2dgR/ZG+HMHb+YpXwld/Nm +aP9TGvUg6SGTuPGcurcjOMqcUGSseUFJWV9lpnHhyEH63MR/DJkuTZ6HdFkEGWCu +c57T3eLyfVmsovNWWy5hRrJD14hBOSU4vVNweUYUBF+xgWAs+QaynwqZl4CNJ8tk +vMZ9VR6NG+JaQSI6/8QtwL4Sd5MbbhbCBUi5UB6zUPfmsGbIgSd3X63rWD5Gbv6+ +MUkpmi5lKyTxrWFW4ohVTUACtTILpbJun74Zg/hXE4vVZscqoI/UfJ4sMTgfjmi8 +oRi6FqM7WBdnKZ7zc5C5v4uGlorjCTOi8mZubgAT4esRQYyx4JsQaYJqd1Q1NqPP +Szq8bYXSBijGNsD+HNPpmOUOwdvhUbSC6ykPvWGPLsGAuVJ0XCUgs7Xev+IYeJU1 +CzAF5W6z6fBhDBf/KevaYmGhcWoHHsUtANDr21RwM1BvfUZs3HxApTppC5y91LKk +uHdwDEx+htXVp9QEgShM6xq2e6qE8h+kZXWismq8Tl9vzJaFp9gA/jSMjUDIJ8bt +W6FLYIaK8uGX7Tr7L8tQk4MYmUJ0L0g/cKPB9AMkgtg0ToidT6o= +=/7yU +-----END PGP SIGNATURE----- diff --git a/wiki/src/torrents/files/tails-amd64-4.5.img.torrent b/wiki/src/torrents/files/tails-amd64-4.5.img.torrent new file mode 100644 index 0000000000000000000000000000000000000000..ab1f5faf48901c60cc6ea4eea57c957653c54574 GIT binary patch literal 90241 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 literal 0 HcmV?d00001 diff --git a/wiki/src/torrents/files/tails-amd64-4.5.iso.sig b/wiki/src/torrents/files/tails-amd64-4.5.iso.sig new file mode 100644 index 00000000000..b61f69619f3 --- /dev/null +++ b/wiki/src/torrents/files/tails-amd64-4.5.iso.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl6LlxMACgkQqLD05Fsb +UOLwTg//eU8jicbhtXHzbt13lTT5hERtIUGBDZRYTPnLY7Fpknj4D156ZutaJP4s +6Z+bQQYT763dhQSApqnK9DZAKwffMTsisVQ9Xee3IgDgCHuoYfj09fF5HoCOMd6r +iSMV2RptgHWC4k9g4ECfKeLCkfAkwGEEHWOMPu2r3NrlPDWmVFSRT7qlLN9x/8mB +i99dOu0PYhisJ/5tGAc7QB5Q4eX42YOxy4wFvuSns0eLpEfLf4Qnu7URmdCQ/oMH +RdYfEVKo9X4Rq6lX2YdnPagy6JcIUiEdm0qfCT4rK2f8P/SZ8cgyptUikHFSQTHO +79HwcHOWLrj4+XeJdzSTHwcif0nk2Uvr9rQNpMkwt/+uJCtGTpeQnasaG8Nc1XYj +DfvkZgpHio37h+yDHZ4N70vEssEjFkAEmjNtS0f7o2IwS8+6eJtU+k2Y0y0f5CDz +vzeeQCrs5l3Bco+FbBYTAk1k4Bs9Qeq7UtJF9CyUktD1Z5RwBo75wtPeMsq8ePQo +Re8NZYhzUmcJctRufY4dUtxNjuJtUC8+V0G1WU7yiBdVbSvGZ905HiYsfGGMQJdV +sprW4THYbTHgSVd7yir1jw25LHbqPhbN/4lu77wzbkrQMc5CIAoPLeISf7kblcAw +ab119cFojFZN17VyAuHIpRMhpNbfao6dheRhG61chL/uYDP1jDU= +=Kn3H +-----END PGP SIGNATURE----- diff --git a/wiki/src/torrents/files/tails-amd64-4.5.iso.torrent b/wiki/src/torrents/files/tails-amd64-4.5.iso.torrent new file mode 100644 index 0000000000000000000000000000000000000000..4062d35c33369a2897f18ac65d1754d7314610ee GIT binary patch literal 89501 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 literal 0 HcmV?d00001 diff --git a/wiki/src/torrents/files/tails-amd64-4.4.1.packages b/wiki/src/torrents/files/tails-amd64-4.5.packages similarity index 98% rename from wiki/src/torrents/files/tails-amd64-4.4.1.packages rename to wiki/src/torrents/files/tails-amd64-4.5.packages index 55692a30b24..64d8bcd7d39 100644 --- a/wiki/src/torrents/files/tails-amd64-4.4.1.packages +++ b/wiki/src/torrents/files/tails-amd64-4.5.packages @@ -120,7 +120,7 @@ ffmpeg 7:4.1.4-1~deb10u1 file 1:5.35-4+deb10u1 file-roller 3.30.1-2 findutils 4.6.0+git+20190209-2 -firefox 68.6.0+fake1 +firefox 68.7.0+fake1 firmware-amd-graphics 20190717-2 firmware-atheros 20190717-2 firmware-b43-installer 1:019-4 @@ -266,10 +266,12 @@ gpgv 2.2.12-1+deb10u1 grep 3.3-1 grilo-plugins-0.3:amd64 0.3.8-2 groff-base 1.22.4-3 -grub-common 2.02+dfsg1-20 -grub-efi-ia32 2.02+dfsg1-20 -grub-efi-ia32-bin 2.02+dfsg1-20 -grub2-common 2.02+dfsg1-20 +grub-common 2.04-5 +grub-efi-amd64-bin 2.04-5 +grub-efi-amd64-signed 1+2.04+5 +grub-efi-ia32 2.04-5 +grub-efi-ia32-bin 2.04-5 +grub2-common 2.04-5 gsettings-desktop-schemas 3.28.1-1 gstreamer1.0-clutter-3.0:amd64 3.0.26-2 gstreamer1.0-libav:amd64 1.15.0.1+git20180723+db823502-2 @@ -411,7 +413,7 @@ libblockdev-part2:amd64 2.20-7+deb10u1 libblockdev-swap2:amd64 2.20-7+deb10u1 libblockdev-utils2:amd64 2.20-7+deb10u1 libblockdev2:amd64 2.20-7+deb10u1 -libbluetooth3:amd64 5.50-1 +libbluetooth3:amd64 5.50-1.2~deb10u1 libbluray2:amd64 1:1.1.0-1 libboost-atomic1.67.0:amd64 1.67.0-13+deb10u1 libboost-chrono1.67.0:amd64 1.67.0-13+deb10u1 @@ -670,7 +672,7 @@ libgnomekbd-common 3.26.1-1 libgnomekbd8:amd64 3.26.1-1 libgnupg-interface-perl 0.52-10 libgnustep-base1.26 1.26.0-4+deb10u1 -libgnutls30:amd64 3.6.7-4+deb10u2 +libgnutls30:amd64 3.6.7-4+deb10u3 libgoa-1.0-0b:amd64 3.30.1-2 libgoa-1.0-common 3.30.1-2 libgoa-backend-1.0-1:amd64 3.30.1-2 @@ -745,7 +747,7 @@ libhyphen0:amd64 2.8.8-7 libibus-1.0-5:amd64 1.5.19-4+deb10u1.0tails1 libical3:amd64 3.0.4-3 libice6:amd64 2:1.0.9-2 -libicu63:amd64 63.1-6 +libicu63:amd64 63.1-6+deb10u1 libid3tag0:amd64 0.15.1b-14 libidn11:amd64 1.33-2.2 libidn2-0:amd64 2.0.5-1+deb10u1 @@ -1369,6 +1371,7 @@ mesa-utils 8.4.0-1+b1 mime-support 3.62 mobile-broadband-provider-info 20170903-1 modemmanager 1.10.0-1 +mokutil 0.3.0+1538710437.fb6250f-1 mount 2.33.1-0.1 mousetweaks 3.12.0-5 mtools 4.0.23-1 @@ -1456,7 +1459,7 @@ python2.7 2.7.16-2+deb10u1 python2.7-minimal 2.7.16-2+deb10u1 python3 3.7.3-1 python3-aiohttp 3.5.1-1 -python3-aiohttp-socks 0.3.3-1 +python3-aiohttp-socks 0.3.4-1 python3-aiorpcx 0.18.4-1 python3-apt 1.8.4.1 python3-async-timeout 3.0.1-1 @@ -1544,6 +1547,10 @@ secure-delete 3.1-6 sed 4.7-1 sensible-utils 0.0.12 shared-mime-info 1.10-1 +shim-helpers-amd64-signed 1+15+1533136590.3beb971+7 +shim-signed:amd64 1.33+15+1533136590.3beb971-7 +shim-signed-common 1.33+15+1533136590.3beb971-7 +shim-unsigned 15+1533136590.3beb971-7 simple-scan 3.30.1.1-1+b1 sound-juicer 3.24.0-3 sound-theme-freedesktop 0.8-2 @@ -1564,8 +1571,6 @@ systemd 241-7~deb10u3 systemd-sysv 241-7~deb10u3 sysvinit-utils 2.93-8 tails-installer 5.0.16+dfsg-0tails1 -tails-perl5lib 4.0 -tails-persistence-setup 2.2.1-1 tar 1.30+dfsg-6 tcpdump 4.9.3-1~deb10u1 tcpflow 1.5.2+repack1-1 @@ -1614,13 +1619,13 @@ user-setup 1.81 util-linux 2.33.1-0.1 vim-common 2:8.1.0875-5 vim-tiny 2:8.1.0875-5 -virtualbox-guest-dkms-dummy 6.1.4-dfsg-1+tails.fake1 -virtualbox-guest-utils 6.1.4-dfsg-1 -virtualbox-guest-x11 6.1.4-dfsg-1 +virtualbox-guest-dkms-dummy 6.1.4-dfsg-2+tails.fake1 +virtualbox-guest-utils 6.1.4-dfsg-2 +virtualbox-guest-x11 6.1.4-dfsg-2 webext-ublock-origin 1.22.2+dfsg-1 wget 1.20.1-1.1 whiptail 0.52.20-8 -whisperback 1.8.1 +whisperback 1.8.3 whois 5.4.3 wireless-regdb 2016.06.10-1 wireless-tools 30~pre9-13 diff --git a/wiki/src/torrents/files/tails-amd64-4.5~rc1.img.sig b/wiki/src/torrents/files/tails-amd64-4.5~rc1.img.sig deleted file mode 100644 index ddb3c8d8264..00000000000 --- a/wiki/src/torrents/files/tails-amd64-4.5~rc1.img.sig +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59OrUACgkQqLD05Fsb -UOLKZA//TuXxeisCtGRgqHOBZyblKLcDGAdjpXXkQUps4bcsaukekSIh2KippMMo -bpg0ua73qaSEGHtc1KbrqV/kb6QTDCTJuKREjEVG769Ggz8bqqNPhhx2P+qzQ4ew -V82izQiOcedAXc972PAQWKESI5d3+fKf/xO8bB6yb4TkP2hD4tfWDge/3duXA437 -TlXAPHEMhV333VJ3qioB+j1h/3ATwoI78R7m1R15uDJRCfCSaU03FVZffUIV5TGJ -BOrcFe+MKPpA30tgoOfLr6NxtfnM6RzC7E3cDwjvaSLgcx64SztJ+G9STR0EVI6Y -9YMV5WmVSKzntGrTgO1w6UieWWcaNWFcvA1NCdmEl3vSwSz2vEfqscz6fm54s38L -nZ5LE/4Rzaz4ptnkLgiiGKetFpQ9IcE9g+3hcKP9imrO0/ZU4XF5Y81M2uw1W07H -FFVaxb7Rhj8kxAZ230J6MJKli5pIvMTvNiZrrDOM2VU4qzIAgjmPy8jznafCV5Hu -Nb1QanyiPjn+NLYkcZqe0rm5lp2t+5rfQGtdnEmaJSM6p+AO0E3rJZ9kMHvJkwRm -iOLpAoagA6fim+LoYYRv5N7odYpp9uGVmAmt7YPnyoMVSbbT1mi247R8VTfqi9wS -FIOTuUNtWHh5+wm3//FN4Dcwean2HBGpiscx/EA81Cl7pVf8YsY= -=4ZyU ------END PGP SIGNATURE----- diff --git a/wiki/src/torrents/files/tails-amd64-4.5~rc1.img.torrent b/wiki/src/torrents/files/tails-amd64-4.5~rc1.img.torrent deleted file mode 100644 index ba8dfe4cc6f0106b5ae501dd13eb84dadd7f9d66..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 90253 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Ξ^!T(+5W@la&?%f{c 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%0D%6wYw~f%)-m8 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%0AMsf$ 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svL=~HYRo*5Zvy;vj<1=@r1GNP^xc|e75@t# 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 HkJMBEk2VXB diff --git a/wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.sig b/wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.sig deleted file mode 100644 index 4b69e2a5e21..00000000000 --- a/wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.sig +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl59OpoACgkQqLD05Fsb -UOJuLg/7B1A9vivJ2kV8TTpklcxaqmYEjzF5PlLvrvBiNy0E5SL/7ba9rDsXvNT0 -TEvgqET8ZwhccvfG40S0bZvRNu8sALr1DbExMQ2ER6rm5fi1zQryqTkZrJgpQpU0 -x1vgUR/omZMkroXhdQzO3+yKZQUEzRbDTFSJBGMUXKF1RiczOPB915lgOvCxAtxY -5xX+6NvQ27aGw7Cddqar1SzfaUnvUASxPQw1IZfh8fDQ4sAg9QaKGWLFgMVFBZdW -eN9eeTHAABiRdBhVB8FirbPxMfQ6AjnoSNq/B8n54Dfu5/RrXJArTpwroHUZuwPG -IOL+LZvGE/WI1EDxnLTMZsPd2E8EhTRJ6zIqghzjqa30c4yWWQ9kxDBdxzXRnvoD -PL29U8NJOeljotgkp9p4te1yoFzojSgbe7z6K0cEJ7/do/9wCnShe792bOP8ZJK8 -G/osJ9YzDeiZSx1P4ahVc4OlgHXahsM3t6io6Nejk8pxQyaH3Cd2izLWp2DAdAQU -fsU8g574FjD2htCUKYANM1DPmzXcjOE58gNRfM9aD5jEG966eegZepbD1np876b4 -Igp2puElU7/0MjadJBp3kGzNrfrwISzwCxVB67q0u0SM4PZcvvThb40UJAHzdHaK -YsqoEMw5/bywWVahUVx5DcTjiCrjwD4iQjjuPq57uIrHEuGPB5A= -=0LR0 ------END PGP SIGNATURE----- diff --git a/wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.torrent b/wiki/src/torrents/files/tails-amd64-4.5~rc1.iso.torrent deleted file mode 100644 index 08209312cda7486c0eac9d5862525081c0edbb1b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 89513 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 -- GitLab From 7136e06ac400623bcb03b442985da11dbf2499ad Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 17:09:17 +0200 Subject: [PATCH 64/72] Be specific about vulnerabilities (plural). Also, this has been published: https://www.mozilla.org/en-US/security/advisories/mfsa2020-13/ --- wiki/src/news/version_4.5.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/src/news/version_4.5.mdwn b/wiki/src/news/version_4.5.mdwn index 9f8645b363d..12b4dde0f46 100644 --- a/wiki/src/news/version_4.5.mdwn +++ b/wiki/src/news/version_4.5.mdwn @@ -26,8 +26,8 @@ starting from Tails.</p> - Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-tor-browser-909). - This update fixes a [[!mfsa 2020-11 desc="critical vulnerability"]] in - *Firefox*. + This update fixes several [[!mfsa 2020-13 desc="vulnerabilities"]] in + *Firefox*, including [[!mfsa 2020-11 desc="some critical ones"]]. Mozilla is aware of targeted attacks in the wild abusing this vulnerability. -- GitLab From db48f1c9e9ee9ce9fd0fa10711aa54a468dd4628 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 17:20:02 +0200 Subject: [PATCH 65/72] Write security announcement. --- .../security/Numerous_security_holes_in_4.4.1.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wiki/src/security/Numerous_security_holes_in_4.4.1.mdwn diff --git a/wiki/src/security/Numerous_security_holes_in_4.4.1.mdwn b/wiki/src/security/Numerous_security_holes_in_4.4.1.mdwn new file mode 100644 index 00000000000..efee0b20e66 --- /dev/null +++ b/wiki/src/security/Numerous_security_holes_in_4.4.1.mdwn @@ -0,0 +1,12 @@ +[[!meta date="Sun, 05 Apr 2020 15:15:15 +0000"]] +[[!meta title="Numerous security holes in Tails 4.4.1"]] + +[[!tag security/fixed]] + +[[Tails_4.5|news/version_4.5]] fixes many security issues that affect +Tails 4.4.1. You should [[upgrade to Tails 4.5|news/version_4.5]] as +soon as possible. + + - Tor Browser: [[!mfsa 2020-11]], [[!mfsa 2020-13]] + - BlueZ: [[!debsa2020 4647]] + - GnuTLS: [[!debsa2020 4652]] -- GitLab From 7abdb9fc9d9a341b38285efb22650f4f549b9399 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 17:21:10 +0200 Subject: [PATCH 66/72] Comment out call for testing. --- wiki/src/home/testing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/src/home/testing.html b/wiki/src/home/testing.html index b2378131b68..13d8d5c4e8e 100644 --- a/wiki/src/home/testing.html +++ b/wiki/src/home/testing.html @@ -25,9 +25,9 @@ purposes.</li> <!-- Content specific to current calls for testing and alpha/beta/RCs starts here --> -<ul> -<li><a href="https://tails.boum.org/news/test_4.5-rc1/">Call for testing: 4.5~rc1</a></li> -</ul> +<!-- <ul> --> +<!-- <li><a href="https://tails.boum.org/news/test_4.5-rc1/">Call for testing: 4.5~rc1</a></li> --> +<!-- </ul> --> <!-- Content specific to current calls for testing and alpha/beta/RCs ends here --> -- GitLab From 45e38b3dbdba4d973bf99790408dea085606d373 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 17:22:08 +0200 Subject: [PATCH 67/72] Releasing version 4.5 --- wiki/src/about/staging/about.de.po | 6 +- wiki/src/about/staging/about.es.po | 6 +- wiki/src/about/staging/about.fa.po | 4 +- wiki/src/about/staging/about.fr.po | 6 +- wiki/src/about/staging/about.it.po | 6 +- wiki/src/about/staging/about.pt.po | 6 +- wiki/src/contribute.es.po | 15 +- .../doc/advanced_topics/boot_options.de.po | 34 ++- .../doc/advanced_topics/boot_options.es.po | 34 ++- .../doc/advanced_topics/boot_options.fa.po | 34 ++- .../doc/advanced_topics/boot_options.fr.po | 34 ++- .../doc/advanced_topics/boot_options.it.po | 34 ++- .../doc/advanced_topics/boot_options.pt.po | 34 ++- .../persistence/change_passphrase.pt.po | 13 +- .../doc/first_steps/additional_software.de.po | 15 +- .../doc/first_steps/persistence/copy.es.po | 9 +- .../doc/first_steps/persistence/delete.pt.po | 61 ++--- wiki/src/doc/first_steps/welcome_screen.de.po | 95 +++++--- wiki/src/doc/first_steps/welcome_screen.es.po | 105 +++++---- wiki/src/doc/first_steps/welcome_screen.fa.po | 129 ++++++----- wiki/src/doc/first_steps/welcome_screen.fr.po | 96 +++++--- wiki/src/doc/first_steps/welcome_screen.it.po | 112 ++++++---- wiki/src/doc/first_steps/welcome_screen.pt.po | 144 +++++++----- wiki/src/home/testing.de.po | 8 +- wiki/src/home/testing.es.po | 8 +- wiki/src/home/testing.fa.po | 8 +- wiki/src/home/testing.fr.po | 17 +- wiki/src/home/testing.it.po | 8 +- wiki/src/home/testing.pt.po | 8 +- .../inc/steps/mac_startup_disks.inline.de.po | 12 +- .../inc/steps/mac_startup_disks.inline.es.po | 12 +- .../inc/steps/mac_startup_disks.inline.fa.po | 12 +- .../inc/steps/mac_startup_disks.inline.fr.po | 12 +- .../inc/steps/mac_startup_disks.inline.it.po | 12 +- .../inc/steps/mac_startup_disks.inline.pt.po | 12 +- .../inc/steps/pc_boot_menu.inline.de.po | 79 +++---- .../inc/steps/pc_boot_menu.inline.es.po | 79 +++---- .../inc/steps/pc_boot_menu.inline.fa.po | 79 +++---- .../inc/steps/pc_boot_menu.inline.fr.po | 107 ++++----- .../inc/steps/pc_boot_menu.inline.it.po | 79 +++---- .../inc/steps/pc_boot_menu.inline.pt.po | 79 +++---- .../inc/steps/restart_first_time.inline.de.po | 4 +- .../inc/steps/restart_first_time.inline.es.po | 4 +- .../inc/steps/restart_first_time.inline.fa.po | 4 +- .../inc/steps/restart_first_time.inline.fr.po | 4 +- .../inc/steps/restart_first_time.inline.it.po | 4 +- .../inc/steps/restart_first_time.inline.pt.po | 4 +- wiki/src/news/achievements_in_2019.fr.po | 86 ++++---- wiki/src/news/celebrating_10_years.fr.po | 134 ++++++----- wiki/src/news/version_4.1.fr.po | 21 +- wiki/src/news/version_4.5.de.po | 208 ++++++++++++++++++ wiki/src/news/version_4.5.es.po | 208 ++++++++++++++++++ wiki/src/news/version_4.5.fa.po | 208 ++++++++++++++++++ wiki/src/news/version_4.5.fr.po | 208 ++++++++++++++++++ wiki/src/news/version_4.5.it.po | 208 ++++++++++++++++++ wiki/src/news/version_4.5.pt.po | 208 ++++++++++++++++++ wiki/src/support/known_issues.de.po | 43 ++-- wiki/src/support/known_issues.es.po | 46 ++-- wiki/src/support/known_issues.fa.po | 43 ++-- wiki/src/support/known_issues.fr.po | 82 +++++-- wiki/src/support/known_issues.it.po | 43 ++-- wiki/src/support/known_issues.pt.po | 50 +++-- wiki/src/support/known_issues/graphics.de.po | 38 ++-- wiki/src/support/known_issues/graphics.es.po | 54 +++-- wiki/src/support/known_issues/graphics.fa.po | 38 ++-- wiki/src/support/known_issues/graphics.fr.po | 94 +++++--- wiki/src/support/known_issues/graphics.it.po | 38 ++-- wiki/src/support/known_issues/graphics.pt.po | 38 ++-- 68 files changed, 2577 insertions(+), 1206 deletions(-) create mode 100644 wiki/src/news/version_4.5.de.po create mode 100644 wiki/src/news/version_4.5.es.po create mode 100644 wiki/src/news/version_4.5.fa.po create mode 100644 wiki/src/news/version_4.5.fr.po create mode 100644 wiki/src/news/version_4.5.it.po create mode 100644 wiki/src/news/version_4.5.pt.po diff --git a/wiki/src/about/staging/about.de.po b/wiki/src/about/staging/about.de.po index 41141954c2f..f1229032446 100644 --- a/wiki/src/about/staging/about.de.po +++ b/wiki/src/about/staging/about.de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-28 02:22+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-15 08:35+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -438,7 +438,9 @@ msgstr "" "fingerprint]]" #. type: Content of: <section><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor Bridge Modus|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <section><div><h2> diff --git a/wiki/src/about/staging/about.es.po b/wiki/src/about/staging/about.es.po index fb7a50da03f..b8cd7add031 100644 --- a/wiki/src/about/staging/about.es.po +++ b/wiki/src/about/staging/about.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-28 02:22+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-16 17:35+0000\n" "Last-Translator: cacukin <cacukin@cryptolab.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -424,7 +424,9 @@ msgstr "" "[[¿Puedo ocultar el hecho de que estoy usando Tails?|doc/about/fingerprint]]" #. type: Content of: <section><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor modo puente|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <section><div><h2> diff --git a/wiki/src/about/staging/about.fa.po b/wiki/src/about/staging/about.fa.po index a2d9073fa27..a3beef33793 100644 --- a/wiki/src/about/staging/about.fa.po +++ b/wiki/src/about/staging/about.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-28 02:22+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -346,7 +346,7 @@ msgid "[[Can I hide the fact that I am using Tails?|doc/about/fingerprint]]" msgstr "" #. type: Content of: <section><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" #. type: Content of: <section><div><h2> diff --git a/wiki/src/about/staging/about.fr.po b/wiki/src/about/staging/about.fr.po index 9b2eb1e95fa..9ecf45065c3 100644 --- a/wiki/src/about/staging/about.fr.po +++ b/wiki/src/about/staging/about.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-28 02:22+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-21 14:35+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -440,7 +440,9 @@ msgstr "" "fingerprint]]" #. type: Content of: <section><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor en mode bridge|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <section><div><h2> diff --git a/wiki/src/about/staging/about.it.po b/wiki/src/about/staging/about.it.po index b80318c9f8a..de403bdb593 100644 --- a/wiki/src/about/staging/about.it.po +++ b/wiki/src/about/staging/about.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-28 02:22+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-12 17:35+0000\n" "Last-Translator: gallium69 <gallium69@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -430,7 +430,9 @@ msgstr "" "fingerprint]]" #. type: Content of: <section><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "[[Tor in modalità bridge|doc/first_steps/startup_options/bridge_mode]]" #. type: Content of: <section><div><h2> diff --git a/wiki/src/about/staging/about.pt.po b/wiki/src/about/staging/about.pt.po index f8b1e03d235..29bfa5c4a76 100644 --- a/wiki/src/about/staging/about.pt.po +++ b/wiki/src/about/staging/about.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-28 02:22+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-02-28 16:27+0000\n" "Last-Translator: drebs <drebs@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -435,7 +435,9 @@ msgstr "" "fingerprint]]" #. type: Content of: <section><div><div><ul><li> -msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +#, fuzzy +#| msgid "[[Tor bridge mode|doc/first_steps/startup_options/bridge_mode]]" +msgid "[[Tor bridge mode|doc/first_steps/welcome_screen/bridge_mode]]" msgstr "" "[[Usando Tor no modo ponte|doc/first_steps/startup_options/bridge_mode]]" diff --git a/wiki/src/contribute.es.po b/wiki/src/contribute.es.po index 82e9459fe00..2843436bf9e 100644 --- a/wiki/src/contribute.es.po +++ b/wiki/src/contribute.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-21 09:51+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-31 09:34+0000\n" "Last-Translator: emma peel <emmapeel@torproject.org>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -410,17 +410,14 @@ msgstr "" " - [[Gestor de bugs Redmine|contribute/working_together/Redmine]]\n" " - [[Tareas iniciales|starter_tasks]] para nuevos contribuidores\n" " - [Tareas](https://redmine.tails.boum.org/code/projects/tails/issues) \n" -" puede filtrarse por tipo de trabajo (mira enlaces en la barra lateral)" -"\n" +" puede filtrarse por tipo de trabajo (mira enlaces en la barra lateral)\n" " - [[Compilar una imagen de Tails|contribute/build]]\n" " - [[Compilar una copia local de la web|contribute/build/website]]\n" " - [[Configurar Tails|contribute/customize]]\n" " - [Nightly ISO builds](http://nightly.tails.boum.org)\n" " - Debian packages\n" -" - [[APT repository|contribute/APT_repository]], para almacenar nuestros " -"paquetes personalizados de Debian\n" -" - Cómo manejamos y actualizamos el [[kernel de Linux|contribute/" -"Linux_kernel]].\n" +" - [[APT repository|contribute/APT_repository]], para almacenar nuestros paquetes personalizados de Debian\n" +" - Cómo manejamos y actualizamos el [[kernel de Linux|contribute/Linux_kernel]].\n" " - Cómo manejamos y actualizamos [[contribute/tor]].\n" " - [[Glossary for contributors|contribute/glossary]]\n" @@ -490,7 +487,9 @@ msgid "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" msgstr "Sysadmin: [[contact|contribute/how/sysadmin/#contact]]" #. type: Bullet: ' - ' -msgid "*Tails Greeter* (Python): alan, intrigeri" +#, fuzzy +#| msgid "*Tails Greeter* (Python): alan, intrigeri" +msgid "Welcome Screen (Python): alan, intrigeri" msgstr "*Tails Greeter* (Python): alan, intrigeri" #. type: Bullet: ' - ' diff --git a/wiki/src/doc/advanced_topics/boot_options.de.po b/wiki/src/doc/advanced_topics/boot_options.de.po index ef4f48c33df..08f02717c5e 100644 --- a/wiki/src/doc/advanced_topics/boot_options.de.po +++ b/wiki/src/doc/advanced_topics/boot_options.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,8 +28,8 @@ msgstr "" #. type: Plain text msgid "" "You can use the Boot Loader to add *boot options*. Boot options are special " -"parameters that can be useful to troubleshoot or workaround hardware support " -"problems. For example, our [[list of known issues with graphics " +"parameters that can be useful to troubleshoot or work around hardware " +"support problems. For example, our [[list of known issues with graphics " "cards|support/known_issues/graphics]] document boot options for different " "graphics cards." msgstr "" @@ -42,10 +42,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " -"Loader disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this " -"option if you\n" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this option if you\n" "think you are experiencing errors related to hardware compatibility while\n" "starting Tails.</p>\n" msgstr "" @@ -77,14 +75,13 @@ msgid "Using *SYSLINUX*\n" msgstr "" #. type: Plain text -msgid "This is how *SYSLINUX* looks like:" +msgid "This is what *SYSLINUX* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " -"('SYSLINUX') with Tails\n" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen ('SYSLINUX') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" @@ -96,8 +93,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" -"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +"<p>If your Boot Loader looks different, refer to our instructions below on\n" +"adding a boot option [[using GRUB|boot_options#grub]].</p>\n" msgstr "" #. type: Plain text @@ -106,9 +103,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<!-- Keep in sync with " -"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgid "<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. -->\n" msgstr "" #. type: Bullet: '1. ' @@ -138,7 +133,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If you want to add more than one boot option, type them one after the other " -"and separate them by a <span class=\"keycap\">Space</span>." +"and separate them with a <span class=\"keycap\">Space</span>." msgstr "" #. type: Bullet: '4. ' @@ -156,21 +151,20 @@ msgid "Using *GRUB*\n" msgstr "" #. type: Plain text -msgid "This is how GRUB looks like:" +msgid "This is what *GRUB* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " -"GRUB') with Tails\n" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU GRUB') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"<p>If your Boot Loader looks different, refer to our instructions on\n" "adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.es.po b/wiki/src/doc/advanced_topics/boot_options.es.po index ef4f48c33df..08f02717c5e 100644 --- a/wiki/src/doc/advanced_topics/boot_options.es.po +++ b/wiki/src/doc/advanced_topics/boot_options.es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,8 +28,8 @@ msgstr "" #. type: Plain text msgid "" "You can use the Boot Loader to add *boot options*. Boot options are special " -"parameters that can be useful to troubleshoot or workaround hardware support " -"problems. For example, our [[list of known issues with graphics " +"parameters that can be useful to troubleshoot or work around hardware " +"support problems. For example, our [[list of known issues with graphics " "cards|support/known_issues/graphics]] document boot options for different " "graphics cards." msgstr "" @@ -42,10 +42,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " -"Loader disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this " -"option if you\n" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this option if you\n" "think you are experiencing errors related to hardware compatibility while\n" "starting Tails.</p>\n" msgstr "" @@ -77,14 +75,13 @@ msgid "Using *SYSLINUX*\n" msgstr "" #. type: Plain text -msgid "This is how *SYSLINUX* looks like:" +msgid "This is what *SYSLINUX* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " -"('SYSLINUX') with Tails\n" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen ('SYSLINUX') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" @@ -96,8 +93,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" -"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +"<p>If your Boot Loader looks different, refer to our instructions below on\n" +"adding a boot option [[using GRUB|boot_options#grub]].</p>\n" msgstr "" #. type: Plain text @@ -106,9 +103,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<!-- Keep in sync with " -"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgid "<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. -->\n" msgstr "" #. type: Bullet: '1. ' @@ -138,7 +133,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If you want to add more than one boot option, type them one after the other " -"and separate them by a <span class=\"keycap\">Space</span>." +"and separate them with a <span class=\"keycap\">Space</span>." msgstr "" #. type: Bullet: '4. ' @@ -156,21 +151,20 @@ msgid "Using *GRUB*\n" msgstr "" #. type: Plain text -msgid "This is how GRUB looks like:" +msgid "This is what *GRUB* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " -"GRUB') with Tails\n" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU GRUB') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"<p>If your Boot Loader looks different, refer to our instructions on\n" "adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.fa.po b/wiki/src/doc/advanced_topics/boot_options.fa.po index ef4f48c33df..08f02717c5e 100644 --- a/wiki/src/doc/advanced_topics/boot_options.fa.po +++ b/wiki/src/doc/advanced_topics/boot_options.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,8 +28,8 @@ msgstr "" #. type: Plain text msgid "" "You can use the Boot Loader to add *boot options*. Boot options are special " -"parameters that can be useful to troubleshoot or workaround hardware support " -"problems. For example, our [[list of known issues with graphics " +"parameters that can be useful to troubleshoot or work around hardware " +"support problems. For example, our [[list of known issues with graphics " "cards|support/known_issues/graphics]] document boot options for different " "graphics cards." msgstr "" @@ -42,10 +42,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " -"Loader disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this " -"option if you\n" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this option if you\n" "think you are experiencing errors related to hardware compatibility while\n" "starting Tails.</p>\n" msgstr "" @@ -77,14 +75,13 @@ msgid "Using *SYSLINUX*\n" msgstr "" #. type: Plain text -msgid "This is how *SYSLINUX* looks like:" +msgid "This is what *SYSLINUX* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " -"('SYSLINUX') with Tails\n" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen ('SYSLINUX') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" @@ -96,8 +93,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" -"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +"<p>If your Boot Loader looks different, refer to our instructions below on\n" +"adding a boot option [[using GRUB|boot_options#grub]].</p>\n" msgstr "" #. type: Plain text @@ -106,9 +103,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<!-- Keep in sync with " -"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgid "<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. -->\n" msgstr "" #. type: Bullet: '1. ' @@ -138,7 +133,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If you want to add more than one boot option, type them one after the other " -"and separate them by a <span class=\"keycap\">Space</span>." +"and separate them with a <span class=\"keycap\">Space</span>." msgstr "" #. type: Bullet: '4. ' @@ -156,21 +151,20 @@ msgid "Using *GRUB*\n" msgstr "" #. type: Plain text -msgid "This is how GRUB looks like:" +msgid "This is what *GRUB* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " -"GRUB') with Tails\n" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU GRUB') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"<p>If your Boot Loader looks different, refer to our instructions on\n" "adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.fr.po b/wiki/src/doc/advanced_topics/boot_options.fr.po index ef4f48c33df..08f02717c5e 100644 --- a/wiki/src/doc/advanced_topics/boot_options.fr.po +++ b/wiki/src/doc/advanced_topics/boot_options.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,8 +28,8 @@ msgstr "" #. type: Plain text msgid "" "You can use the Boot Loader to add *boot options*. Boot options are special " -"parameters that can be useful to troubleshoot or workaround hardware support " -"problems. For example, our [[list of known issues with graphics " +"parameters that can be useful to troubleshoot or work around hardware " +"support problems. For example, our [[list of known issues with graphics " "cards|support/known_issues/graphics]] document boot options for different " "graphics cards." msgstr "" @@ -42,10 +42,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " -"Loader disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this " -"option if you\n" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this option if you\n" "think you are experiencing errors related to hardware compatibility while\n" "starting Tails.</p>\n" msgstr "" @@ -77,14 +75,13 @@ msgid "Using *SYSLINUX*\n" msgstr "" #. type: Plain text -msgid "This is how *SYSLINUX* looks like:" +msgid "This is what *SYSLINUX* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " -"('SYSLINUX') with Tails\n" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen ('SYSLINUX') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" @@ -96,8 +93,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" -"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +"<p>If your Boot Loader looks different, refer to our instructions below on\n" +"adding a boot option [[using GRUB|boot_options#grub]].</p>\n" msgstr "" #. type: Plain text @@ -106,9 +103,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<!-- Keep in sync with " -"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgid "<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. -->\n" msgstr "" #. type: Bullet: '1. ' @@ -138,7 +133,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If you want to add more than one boot option, type them one after the other " -"and separate them by a <span class=\"keycap\">Space</span>." +"and separate them with a <span class=\"keycap\">Space</span>." msgstr "" #. type: Bullet: '4. ' @@ -156,21 +151,20 @@ msgid "Using *GRUB*\n" msgstr "" #. type: Plain text -msgid "This is how GRUB looks like:" +msgid "This is what *GRUB* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " -"GRUB') with Tails\n" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU GRUB') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"<p>If your Boot Loader looks different, refer to our instructions on\n" "adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.it.po b/wiki/src/doc/advanced_topics/boot_options.it.po index ef4f48c33df..08f02717c5e 100644 --- a/wiki/src/doc/advanced_topics/boot_options.it.po +++ b/wiki/src/doc/advanced_topics/boot_options.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,8 +28,8 @@ msgstr "" #. type: Plain text msgid "" "You can use the Boot Loader to add *boot options*. Boot options are special " -"parameters that can be useful to troubleshoot or workaround hardware support " -"problems. For example, our [[list of known issues with graphics " +"parameters that can be useful to troubleshoot or work around hardware " +"support problems. For example, our [[list of known issues with graphics " "cards|support/known_issues/graphics]] document boot options for different " "graphics cards." msgstr "" @@ -42,10 +42,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " -"Loader disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this " -"option if you\n" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this option if you\n" "think you are experiencing errors related to hardware compatibility while\n" "starting Tails.</p>\n" msgstr "" @@ -77,14 +75,13 @@ msgid "Using *SYSLINUX*\n" msgstr "" #. type: Plain text -msgid "This is how *SYSLINUX* looks like:" +msgid "This is what *SYSLINUX* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " -"('SYSLINUX') with Tails\n" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen ('SYSLINUX') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" @@ -96,8 +93,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" -"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +"<p>If your Boot Loader looks different, refer to our instructions below on\n" +"adding a boot option [[using GRUB|boot_options#grub]].</p>\n" msgstr "" #. type: Plain text @@ -106,9 +103,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<!-- Keep in sync with " -"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgid "<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. -->\n" msgstr "" #. type: Bullet: '1. ' @@ -138,7 +133,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If you want to add more than one boot option, type them one after the other " -"and separate them by a <span class=\"keycap\">Space</span>." +"and separate them with a <span class=\"keycap\">Space</span>." msgstr "" #. type: Bullet: '4. ' @@ -156,21 +151,20 @@ msgid "Using *GRUB*\n" msgstr "" #. type: Plain text -msgid "This is how GRUB looks like:" +msgid "This is what *GRUB* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " -"GRUB') with Tails\n" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU GRUB') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"<p>If your Boot Loader looks different, refer to our instructions on\n" "adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/boot_options.pt.po b/wiki/src/doc/advanced_topics/boot_options.pt.po index ef4f48c33df..08f02717c5e 100644 --- a/wiki/src/doc/advanced_topics/boot_options.pt.po +++ b/wiki/src/doc/advanced_topics/boot_options.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -28,8 +28,8 @@ msgstr "" #. type: Plain text msgid "" "You can use the Boot Loader to add *boot options*. Boot options are special " -"parameters that can be useful to troubleshoot or workaround hardware support " -"problems. For example, our [[list of known issues with graphics " +"parameters that can be useful to troubleshoot or work around hardware " +"support problems. For example, our [[list of known issues with graphics " "cards|support/known_issues/graphics]] document boot options for different " "graphics cards." msgstr "" @@ -42,10 +42,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot " -"Loader disables some features of the\n" -"Linux kernel and might work better on some computers. You can try this " -"option if you\n" +"<p>The <span class=\"guilabel\">Troubleshooting Mode</span> of the Boot Loader disables some features of the\n" +"Linux kernel and might work better on some computers. You can try this option if you\n" "think you are experiencing errors related to hardware compatibility while\n" "starting Tails.</p>\n" msgstr "" @@ -77,14 +75,13 @@ msgid "Using *SYSLINUX*\n" msgstr "" #. type: Plain text -msgid "This is how *SYSLINUX* looks like:" +msgid "This is what *SYSLINUX* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen " -"('SYSLINUX') with Tails\n" +"[[!img install/inc/screenshots/syslinux.png link=\"no\" alt=\"Black screen ('SYSLINUX') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" @@ -96,8 +93,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" -"adding a boot option [[using GRUB|boot_options#grub]] below.</p>\n" +"<p>If your Boot Loader looks different, refer to our instructions below on\n" +"adding a boot option [[using GRUB|boot_options#grub]].</p>\n" msgstr "" #. type: Plain text @@ -106,9 +103,7 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<!-- Keep in sync with " -"install/inc/steps/restart_first_time.inline.mdwn. -->\n" +msgid "<!-- Keep in sync with install/inc/steps/restart_first_time.inline.mdwn. -->\n" msgstr "" #. type: Bullet: '1. ' @@ -138,7 +133,7 @@ msgstr "" #. type: Bullet: '1. ' msgid "" "If you want to add more than one boot option, type them one after the other " -"and separate them by a <span class=\"keycap\">Space</span>." +"and separate them with a <span class=\"keycap\">Space</span>." msgstr "" #. type: Bullet: '4. ' @@ -156,21 +151,20 @@ msgid "Using *GRUB*\n" msgstr "" #. type: Plain text -msgid "This is how GRUB looks like:" +msgid "This is what *GRUB* looks like:" msgstr "" #. type: Plain text #, no-wrap msgid "" -"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU " -"GRUB') with Tails\n" +"[[!img install/inc/screenshots/grub.png link=\"no\" alt=\"Black screen ('GNU GRUB') with Tails\n" "logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.\"]]\n" msgstr "" #. type: Plain text #, no-wrap msgid "" -"<p>If your Boot Loader looks differently, refer to our instructions on\n" +"<p>If your Boot Loader looks different, refer to our instructions on\n" "adding a boot option [[using SYSLINUX|boot_options#syslinux]] above.</p>\n" msgstr "" diff --git a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po index 2acc8b0355c..58441eec2fd 100644 --- a/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po +++ b/wiki/src/doc/advanced_topics/persistence/change_passphrase.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2017-05-16 14:03+0300\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-04-05 23:29+0000\n" "Last-Translator: drebs <drebs@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -26,15 +26,14 @@ msgstr "[[!meta title=\"Altere a senha do volume persistente\"]]\n" #. type: Bullet: ' 1. ' msgid "" "Start Tails and [[set up an administration password |doc/first_steps/" -"startup_options/administration_password]]." +"welcome_screen/administration_password]]." msgstr "" #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" -msgstr "" -" Não ative o volume persistente no <span class=\"application\">Tails " -"Greeter</span>.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" +msgstr " Não ative o volume persistente no <span class=\"application\">Tails Greeter</span>.\n" #. type: Plain text #, fuzzy, no-wrap diff --git a/wiki/src/doc/first_steps/additional_software.de.po b/wiki/src/doc/first_steps/additional_software.de.po index dca4d2870e9..3f0ab959c8f 100644 --- a/wiki/src/doc/first_steps/additional_software.de.po +++ b/wiki/src/doc/first_steps/additional_software.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-10-10 11:28+0200\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-04-05 23:29+0000\n" "Last-Translator: Muri Nicanor <muri@immerda.ch>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -58,8 +58,12 @@ msgid "" msgstr "" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "[[Set up an administration password |first_steps/startup_options/" +#| "administration_password]] when you start Tails." msgid "" -"[[Set up an administration password |first_steps/startup_options/" +"[[Set up an administration password |first_steps/welcome_screen/" "administration_password]] when you start Tails." msgstr "" "[[Setzen Sie ein Administrationspasswort |first_steps/startup_options/" @@ -71,10 +75,9 @@ msgid "" "span> ▸ <span class=\"guisubmenu\">System Tools</span> ▸ <span " "class=\"guimenuitem\">Synaptic Package Manager</span></span>." msgstr "" -"Wählen Sie <span class=\"menuchoice\"> <span class=\"guimenu\"" -">Anwendung</span> ▸ <span class=\"guisubmenu\"" -">Systemprogramme</span> ▸ <span class=\"guimenuitem\">Synaptic Paket " -"Manager</span></span>." +"Wählen Sie <span class=\"menuchoice\"> <span class=\"guimenu\">Anwendung</" +"span> ▸ <span class=\"guisubmenu\">Systemprogramme</span> ▸ <span " +"class=\"guimenuitem\">Synaptic Paket Manager</span></span>." #. type: Bullet: ' 1. ' msgid "" diff --git a/wiki/src/doc/first_steps/persistence/copy.es.po b/wiki/src/doc/first_steps/persistence/copy.es.po index f87106b4d17..92a7f2f14ea 100644 --- a/wiki/src/doc/first_steps/persistence/copy.es.po +++ b/wiki/src/doc/first_steps/persistence/copy.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-18 16:35+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-27 15:36+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -127,9 +127,14 @@ msgid "Create or update your backup\n" msgstr "Crea o actualiza tu copia de respaldo\n" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "Start on your current Tails, set up an [[administration password|doc/" +#| "first_steps/startup_options/administration_password]], and unlock the " +#| "persistent volume." msgid "" "Start on your current Tails, set up an [[administration password|doc/" -"first_steps/startup_options/administration_password]], and unlock the " +"first_steps/welcome_screen/administration_password]], and unlock the " "persistent volume." msgstr "" "Arranca en tu Tails actual, configura una [[contraseña de administrador|doc/" diff --git a/wiki/src/doc/first_steps/persistence/delete.pt.po b/wiki/src/doc/first_steps/persistence/delete.pt.po index 46a82932dc9..2958749e932 100644 --- a/wiki/src/doc/first_steps/persistence/delete.pt.po +++ b/wiki/src/doc/first_steps/persistence/delete.pt.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2019-08-29 15:15+0200\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-04-05 23:29+0000\n" -"Last-Translator: Halley Pacheco de Oliveira <halley.oliveira@protonmail.com>" -"\n" +"Last-Translator: Halley Pacheco de Oliveira <halley.oliveira@protonmail." +"com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -38,8 +38,7 @@ msgid "" msgstr "" "<p>Esta técnica é rápida, mas pode não impedir que um atacante forte\n" "recupere arquivos do volume persistente antigo usando [[técinicas\n" -"de recuperação de dados|encryption_and_privacy/secure_deletion#why]] " -"avançadas.</p>\n" +"de recuperação de dados|encryption_and_privacy/secure_deletion#why]] avançadas.</p>\n" #. type: Plain text #, no-wrap @@ -48,10 +47,8 @@ msgid "" "delete the entire USB stick|encryption_and_privacy/secure_deletion#erase-device]],\n" "which is a much slower operation.</p>\n" msgstr "" -"<p>Para apagar o volume persistente com segurança, você precisa [[apagar de " -"forma\n" -"segura todo o dispositivo USB|encryption_and_privacy/secure_deletion#erase-" -"device]],\n" +"<p>Para apagar o volume persistente com segurança, você precisa [[apagar de forma\n" +"segura todo o dispositivo USB|encryption_and_privacy/secure_deletion#erase-device]],\n" "o que é uma operação muito mais lenta.</p>\n" #. type: Plain text @@ -68,11 +65,10 @@ msgstr "" "persistente." #. type: Plain text -#, no-wrap -msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" -msgstr "" -" Não ative o volume persistente no <span class=\"application\">Tails " -"Greeter</span>.\n" +#, fuzzy, no-wrap +#| msgid " Do not enable the persistent volume in <span class=\"application\">Tails Greeter</span>.\n" +msgid " Do not enable the persistent volume in the Welcome Screen.\n" +msgstr " Não ative o volume persistente no <span class=\"application\">Tails Greeter</span>.\n" #. type: Bullet: ' 1. ' msgid "" @@ -80,9 +76,9 @@ msgid "" "span> ▸ <span class=\"guisubmenu\">Tails</span> ▸ <span class=" "\"guimenuitem\">Delete persistent volume</span></span>." msgstr "" -"Escolha <span class=\"menuchoice\"> <span class=\"guimenu\"" -">Aplicativos</span> ▸ <span class=\"guisubmenu\">Tails</span> ▸ <" -"span class=\"guimenuitem\">Apagar o volume persistente</span></span>." +"Escolha <span class=\"menuchoice\"> <span class=\"guimenu\">Aplicativos</" +"span> ▸ <span class=\"guisubmenu\">Tails</span> ▸ <span class=" +"\"guimenuitem\">Apagar o volume persistente</span></span>." #. type: Bullet: ' 1. ' msgid "Click <span class=\"guilabel\">Delete</span>." @@ -108,10 +104,13 @@ msgstr "" #, fuzzy #~| msgid "" #~| "<ol>\n" -#~| "<li>[[Format the device and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~| "on the whole device. This step deletes both Tails and the persistent volume.</li>\n" +#~| "<li>[[Format the device and create a single encrypted partition|" +#~| "encryption_and_privacy/encrypted_volumes]]\n" +#~| "on the whole device. This step deletes both Tails and the persistent " +#~| "volume.</li>\n" #~| "<li>[[Securely clean all the available disk\n" -#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~| "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~| "new encrypted\n" #~| "partition.</li>\n" #~| "<li>[[Reinstall Tails|install]] on the device.</li>\n" #~| "<li>Start Tails from the device and [[create a new persistent\n" @@ -119,10 +118,13 @@ msgstr "" #~| "</ol>\n" #~ msgid "" #~ "<ol>\n" -#~ "<li>[[Format the USB stick and create a single encrypted partition|encryption_and_privacy/encrypted_volumes]]\n" -#~ "on the whole USB stick. This step deletes both Tails and the persistent volume.</li>\n" +#~ "<li>[[Format the USB stick and create a single encrypted partition|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "on the whole USB stick. This step deletes both Tails and the persistent " +#~ "volume.</li>\n" #~ "<li>[[Securely clean all the available disk\n" -#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this new encrypted\n" +#~ "space|encryption_and_privacy/secure_deletion#clean_disk_space]] on this " +#~ "new encrypted\n" #~ "partition.</li>\n" #~ "<li>[[Reinstall Tails|install]] on the USB stick.</li>\n" #~ "<li>Start Tails from the USB stick and [[create a new persistent\n" @@ -130,9 +132,14 @@ msgstr "" #~ "</ol>\n" #~ msgstr "" #~ "<ol>\n" -#~ "<li>[[Formate o dispositivo e crie uma única partição criptografada|encryption_and_privacy/encrypted_volumes]]\n" -#~ "em todo o dispositivo. Este passo apaga tanto o Tails quanto o volume persistente.</li>\n" -#~ "<li>[[Limpe de forma segura todo o espaço disponível|encryption_and_privacy/secure_deletion#clean_disk_space]] nesta nova partição criptografada.</li>\n" +#~ "<li>[[Formate o dispositivo e crie uma única partição criptografada|" +#~ "encryption_and_privacy/encrypted_volumes]]\n" +#~ "em todo o dispositivo. Este passo apaga tanto o Tails quanto o volume " +#~ "persistente.</li>\n" +#~ "<li>[[Limpe de forma segura todo o espaço disponível|" +#~ "encryption_and_privacy/secure_deletion#clean_disk_space]] nesta nova " +#~ "partição criptografada.</li>\n" #~ "<li>[[Reinstale o Tails|install]] no dispositivo.</li>\n" -#~ "<li>Inicie o Tails a partir do dispositivo e [[crie um novo volume persistente|persistence/configure]].</li>\n" +#~ "<li>Inicie o Tails a partir do dispositivo e [[crie um novo volume " +#~ "persistente|persistence/configure]].</li>\n" #~ "</ol>\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.de.po b/wiki/src/doc/first_steps/welcome_screen.de.po index 520e38537c3..a6614b14e56 100644 --- a/wiki/src/doc/first_steps/welcome_screen.de.po +++ b/wiki/src/doc/first_steps/welcome_screen.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 09:05+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: \n" @@ -19,10 +19,17 @@ msgstr "" "X-Generator: Weblate 2.20\n" #. type: Plain text -#, no-wrap -msgid "[[!meta title=\"Startup options\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!meta title=\"Startup options\"]]\n" +msgid "[[!meta title=\"Welcome Screen\"]]\n" msgstr "[[!meta title=\"Startoptionen\"]]\n" +#. type: Plain text +msgid "" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop." +msgstr "" + #. type: Plain text #, fuzzy #| msgid "" @@ -30,8 +37,8 @@ msgstr "[[!meta title=\"Startoptionen\"]]\n" #| "basic functioning. The two ways of specifying startup options are the " #| "following:" msgid "" -"When starting Tails, you can specify startup options to alter some of its " -"basic functioning." +"You can use the Welcome Screen to specify startup options that alter some of " +"the basic functioning of Tails." msgstr "" "Beim Starten von Tails können Sie Optionen auswählen, um einige grundlegende " "Funktionen zu verändern. Die zwei Möglichkeiten um Startoptionen anzugeben " @@ -39,21 +46,35 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!toc levels=2]]\n" -msgid "[[!toc levels=1]]\n" -msgstr "[[!toc levels=2]]\n" +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Willkommen bei Tails!\"]]\n" #. type: Plain text +#, no-wrap msgid "" -"The Welcome Screen appears after the Boot Loader, but before the GNOME " -"Desktop:" +"To start Tails without options, click on the\n" +"<span class=\"button\">Start Tails</span> button.\n" msgstr "" +"Um Tails ohne Optionen zu starten, klicken Sie auf die Schaltfläche\n" +"<span class=\"button\">Tails starten</span>.\n" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" -msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" -msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Willkommen bei Tails!\"]]\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<a id=\"additional\"></a>\n" +msgid "<a id=\"accessibility\"></a>\n" +msgstr "<a id=\"additional\"></a>\n" + +#. type: Title = +#, no-wrap +msgid "Assistive technologies\n" +msgstr "" #. type: Plain text msgid "" @@ -74,15 +95,6 @@ msgstr "" "Symbol, welches wie eine Person aussieht) in der oberen Bildschirmleiste " "aktivieren." -#. type: Plain text -#, no-wrap -msgid "" -"To start Tails without options, click on the\n" -"<span class=\"button\">Start Tails</span> button.\n" -msgstr "" -"Um Tails ohne Optionen zu starten, klicken Sie auf die Schaltfläche\n" -"<span class=\"button\">Tails starten</span>.\n" - #. type: Plain text #, no-wrap msgid "<a id=\"locale\"></a>\n" @@ -407,24 +419,32 @@ msgstr "" #~ msgstr "Benutzung des <span class=\"application\">Bootmenüs</span>\n" #~ msgid "" -#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first " +#~ "screen to appear\n" #~ "when Tails starts.\n" #~ msgstr "" -#~ "Das <span class=\"application\">Bootmenü</span> ist der erste erscheinende Bildschirm\n" +#~ "Das <span class=\"application\">Bootmenü</span> ist der erste " +#~ "erscheinende Bildschirm\n" #~ "beim Start von Tails.\n" #~ msgid "<div class=\"tip\">\n" #~ msgstr "<div class=\"tip\">\n" #~ msgid "" -#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -#~ "Linux kernel and might work better on some computers. You can try this option if you\n" -#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some " +#~ "features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this " +#~ "option if you\n" +#~ "think you are experiencing errors related to hardware compatibility " +#~ "while\n" #~ "starting Tails.</p>\n" #~ msgstr "" -#~ "<p>Der <span class=\"guilabel\">Troubleshooting</span>-Modus deaktiviert einige Funktionen\n" -#~ "des Linux-Kernels und könnte auf einigen Computern besser funktionieren. Sie können diese\n" -#~ "Option ausprobieren, falls Sie annehmen, dass Sie aufgrund von Hardware-Inkompatibilität\n" +#~ "<p>Der <span class=\"guilabel\">Troubleshooting</span>-Modus deaktiviert " +#~ "einige Funktionen\n" +#~ "des Linux-Kernels und könnte auf einigen Computern besser funktionieren. " +#~ "Sie können diese\n" +#~ "Option ausprobieren, falls Sie annehmen, dass Sie aufgrund von Hardware-" +#~ "Inkompatibilität\n" #~ "Probleme beim Start von Tails haben.</p>\n" #~ msgid "</div>\n" @@ -442,12 +462,16 @@ msgstr "" #~ msgid "" #~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails " +#~ "(Troubleshooting Mode)'.\n" #~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" #~ msgstr "" -#~ "[[!img boot-menu-with-options.png link=no alt=\"Schwarzer Bildschirm mit Tails\n" -#~ "Grafik. 'Bootmenü' mit zwei Optionen, 'Tails' und 'Tails (Troubleshooting Mode)'. Am unteren\n" -#~ "Ende befindet sich eine Liste von Optionen die mit 'vsyscall=none quiet_' endet\"]]\n" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Schwarzer Bildschirm mit " +#~ "Tails\n" +#~ "Grafik. 'Bootmenü' mit zwei Optionen, 'Tails' und 'Tails (Troubleshooting " +#~ "Mode)'. Am unteren\n" +#~ "Ende befindet sich eine Liste von Optionen die mit 'vsyscall=none quiet_' " +#~ "endet\"]]\n" #~ msgid "" #~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " @@ -481,7 +505,8 @@ msgstr "" #~ msgid "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, " +#~ "but before the\n" #~ "<span class=\"application\">GNOME Desktop</span>:\n" #~ msgstr "" #~ "Der <span class=\"application\">Tails Greeter</span> erscheint nach\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.es.po b/wiki/src/doc/first_steps/welcome_screen.es.po index b21905381a4..16a2137ea49 100644 --- a/wiki/src/doc/first_steps/welcome_screen.es.po +++ b/wiki/src/doc/first_steps/welcome_screen.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2018-01-30 21:56+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -19,10 +19,17 @@ msgstr "" "X-Generator: Weblate 2.10.1\n" #. type: Plain text -#, no-wrap -msgid "[[!meta title=\"Startup options\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!meta title=\"Startup options\"]]\n" +msgid "[[!meta title=\"Welcome Screen\"]]\n" msgstr "[[!meta title=\"Opciones de arranque\"]]\n" +#. type: Plain text +msgid "" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop." +msgstr "" + #. type: Plain text #, fuzzy #| msgid "" @@ -30,8 +37,8 @@ msgstr "[[!meta title=\"Opciones de arranque\"]]\n" #| "basic functioning. The two ways of specifying startup options are the " #| "following:" msgid "" -"When starting Tails, you can specify startup options to alter some of its " -"basic functioning." +"You can use the Welcome Screen to specify startup options that alter some of " +"the basic functioning of Tails." msgstr "" "Cuando inicies Tails, puedes especificar opciones de arranque para alterar " "algunas de sus funcionalidades básicas. Las dos maneras de especificar " @@ -39,21 +46,35 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!toc levels=2]]\n" -msgid "[[!toc levels=1]]\n" -msgstr "[[!toc levels=2]]\n" +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Bienvenido a Tails!\"]]\n" #. type: Plain text +#, no-wrap msgid "" -"The Welcome Screen appears after the Boot Loader, but before the GNOME " -"Desktop:" +"To start Tails without options, click on the\n" +"<span class=\"button\">Start Tails</span> button.\n" msgstr "" +"Para iniciar Tails sin opciones, haz click en el\n" +"botón de <span class=\"button\">Start Tails</span>.\n" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" -msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" -msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Bienvenido a Tails!\"]]\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<a id=\"additional\"></a>\n" +msgid "<a id=\"accessibility\"></a>\n" +msgstr "<a id=\"additional\"></a>\n" + +#. type: Title = +#, no-wrap +msgid "Assistive technologies\n" +msgstr "" #. type: Plain text msgid "" @@ -73,15 +94,6 @@ msgid "icon which looks like a person) in the top bar." msgstr "" "icono que se parece a una persona) en la barra superior de herramientas." -#. type: Plain text -#, no-wrap -msgid "" -"To start Tails without options, click on the\n" -"<span class=\"button\">Start Tails</span> button.\n" -msgstr "" -"Para iniciar Tails sin opciones, haz click en el\n" -"botón de <span class=\"button\">Start Tails</span>.\n" - #. type: Plain text #, no-wrap msgid "<a id=\"locale\"></a>\n" @@ -386,30 +398,41 @@ msgstr "" #~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" #~ msgstr "" #~ "<a id=\"boot_loader_menu\"></a>\n" -#~ "<a id=\"boot_menu\"></a> <!-- compatibilidad con versiones anteriores -->\n" +#~ "<a id=\"boot_menu\"></a> <!-- compatibilidad con versiones anteriores --" +#~ ">\n" #~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -#~ msgstr "Utilizar el <span class=\"application\">Menú de gestor de arranque</span>\n" +#~ msgstr "" +#~ "Utilizar el <span class=\"application\">Menú de gestor de arranque</" +#~ "span>\n" #~ msgid "" -#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first " +#~ "screen to appear\n" #~ "when Tails starts.\n" #~ msgstr "" -#~ "El <span class=\"application\">Menú de gestor de arranque</span> es la primer pantalla en aparecer\n" +#~ "El <span class=\"application\">Menú de gestor de arranque</span> es la " +#~ "primer pantalla en aparecer\n" #~ "cuando Tails inicia.\n" #~ msgid "<div class=\"tip\">\n" #~ msgstr "<div class=\"tip\">\n" #~ msgid "" -#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -#~ "Linux kernel and might work better on some computers. You can try this option if you\n" -#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some " +#~ "features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this " +#~ "option if you\n" +#~ "think you are experiencing errors related to hardware compatibility " +#~ "while\n" #~ "starting Tails.</p>\n" #~ msgstr "" -#~ "<p>El <span class=\"guilabel\">Troubleshooting Mode</span> deshabilita algunas funcionalidades del\n" -#~ "kernel de Linux y podría funcionar mejor en algunas computadoras. Puedes utilizar esta opción si crees\n" -#~ "que estás experimentando errores relacionados con la compatibilidad del hardware mientras\n" +#~ "<p>El <span class=\"guilabel\">Troubleshooting Mode</span> deshabilita " +#~ "algunas funcionalidades del\n" +#~ "kernel de Linux y podría funcionar mejor en algunas computadoras. Puedes " +#~ "utilizar esta opción si crees\n" +#~ "que estás experimentando errores relacionados con la compatibilidad del " +#~ "hardware mientras\n" #~ "inicias Tails.</p>\n" #~ msgid "</div>\n" @@ -427,12 +450,16 @@ msgstr "" #~ msgid "" #~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails " +#~ "(Troubleshooting Mode)'.\n" #~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" #~ msgstr "" -#~ "[[!img boot-menu-with-options.png link=no alt=\"Pantalla negra con arte sobre\n" -#~ "Tails. El menú de gestor de arranque con dos opciones 'Tails' and 'Tails (Troubleshooting mode)'.\n" -#~ "En la parte inferior, una lista de opciones que terminan con 'vsyscall=none quiet_'\"]]\n" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Pantalla negra con arte " +#~ "sobre\n" +#~ "Tails. El menú de gestor de arranque con dos opciones 'Tails' and 'Tails " +#~ "(Troubleshooting mode)'.\n" +#~ "En la parte inferior, una lista de opciones que terminan con " +#~ "'vsyscall=none quiet_'\"]]\n" #~ msgid "" #~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " @@ -464,10 +491,12 @@ msgstr "" #~ msgid "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, " +#~ "but before the\n" #~ "<span class=\"application\">GNOME Desktop</span>:\n" #~ msgstr "" -#~ "<span class=\"application\">Tails Greeter</span> aparece después del <span class=\"application\">Menú de arranque</span>, pero antes del\n" +#~ "<span class=\"application\">Tails Greeter</span> aparece después del " +#~ "<span class=\"application\">Menú de arranque</span>, pero antes del\n" #~ "<span class=\"application\">Escritorio GNOME</span>:\n" #~ msgid "" diff --git a/wiki/src/doc/first_steps/welcome_screen.fa.po b/wiki/src/doc/first_steps/welcome_screen.fa.po index 234060a0660..a17b3185264 100644 --- a/wiki/src/doc/first_steps/welcome_screen.fa.po +++ b/wiki/src/doc/first_steps/welcome_screen.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2015-10-10 06:50+0000\n" "Last-Translator: sprint5 <translation5@451f.org>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -20,10 +20,17 @@ msgstr "" "X-Generator: Weblate 2.4-dev\n" #. type: Plain text -#, no-wrap -msgid "[[!meta title=\"Startup options\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!meta title=\"Startup options\"]]\n" +msgid "[[!meta title=\"Welcome Screen\"]]\n" msgstr "[[!meta title=\"گزینههای راهاندازی\"]]\n" +#. type: Plain text +msgid "" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop." +msgstr "" + #. type: Plain text #, fuzzy #| msgid "" @@ -31,33 +38,52 @@ msgstr "[[!meta title=\"گزینههای راهاندازی\"]]\n" #| "basic functioning. The two ways of specifying startup options are the " #| "following:" msgid "" -"When starting Tails, you can specify startup options to alter some of its " -"basic functioning." +"You can use the Welcome Screen to specify startup options that alter some of " +"the basic functioning of Tails." msgstr "" "هنگام راهاندازی تیلز میتوانید گزینههای خاصی برای راهاندازی انتخاب کنید تا " "حالت پیشفرض تغییر کند. دو راه تغییر گزینههای راهاندازی عبارتند از:" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!toc levels=2]]\n" -msgid "[[!toc levels=1]]\n" -msgstr "[[!toc levels=2]]\n" +#| msgid "" +#| "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails. More\n" +#| "options? Yes, and No toggle button, and Login button.\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +msgstr "" +"[[!img tails-greeter-welcome-to-tails.png link=no alt=\"به تیلز خوش آمدید.\n" +"گزینههای بیشتری در نظر دارید؟ دکمههای بله و خیر و دکمهٔ ورود.\"]]\n" #. type: Plain text +#, fuzzy, no-wrap +#| msgid "" +#| "**To start Tails without options**, click on the\n" +#| "<span class=\"button\">Login</span> button, or just press\n" +#| "<span class=\"keycap\">Enter</span>.\n" msgid "" -"The Welcome Screen appears after the Boot Loader, but before the GNOME " -"Desktop:" +"To start Tails without options, click on the\n" +"<span class=\"button\">Start Tails</span> button.\n" msgstr "" +"**برای راهاندازی تیلز بدون گزینههای راهاندازی** دکمهٔ\n" +"<span class=\"button\">ورود</span> یا تنها دکمهٔ\n" +"<span class=\"keycap\">Enter</span> را فشار دهید.\n" #. type: Plain text #, fuzzy, no-wrap -#| msgid "" -#| "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails. More\n" -#| "options? Yes, and No toggle button, and Login button.\"]]\n" -msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<a id=\"boot_menu\"></a>\n" +msgid "<a id=\"accessibility\"></a>\n" +msgstr "<a id=\"boot_menu\"></a>\n" + +#. type: Title = +#, no-wrap +msgid "Assistive technologies\n" msgstr "" -"[[!img tails-greeter-welcome-to-tails.png link=no alt=\"به تیلز خوش آمدید.\n" -"گزینههای بیشتری در نظر دارید؟ دکمههای بله و خیر و دکمهٔ ورود.\"]]\n" #. type: Plain text msgid "" @@ -74,20 +100,6 @@ msgstr "" msgid "icon which looks like a person) in the top bar." msgstr "" -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "**To start Tails without options**, click on the\n" -#| "<span class=\"button\">Login</span> button, or just press\n" -#| "<span class=\"keycap\">Enter</span>.\n" -msgid "" -"To start Tails without options, click on the\n" -"<span class=\"button\">Start Tails</span> button.\n" -msgstr "" -"**برای راهاندازی تیلز بدون گزینههای راهاندازی** دکمهٔ\n" -"<span class=\"button\">ورود</span> یا تنها دکمهٔ\n" -"<span class=\"keycap\">Enter</span> را فشار دهید.\n" - #. type: Plain text #, fuzzy, no-wrap #| msgid "<a id=\"boot_menu\"></a>\n" @@ -334,13 +346,16 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "The <span class=\"application\">boot menu</span> is the first screen to appear\n" +#~| "The <span class=\"application\">boot menu</span> is the first screen to " +#~| "appear\n" #~| "when Tails starts.\n" #~ msgid "" -#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first " +#~ "screen to appear\n" #~ "when Tails starts.\n" #~ msgstr "" -#~ "<span class=\"application\">فهرست راهاندازی</span> نخستین صفحهای است که هنگام راهاندازی تیلز\n" +#~ "<span class=\"application\">فهرست راهاندازی</span> نخستین صفحهای است که " +#~ "هنگام راهاندازی تیلز\n" #~ "به نمایش در میآید.\n" #~ msgid "<div class=\"tip\">\n" @@ -348,17 +363,24 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "The <span class=\"guilabel\">failsafe</span> mode disables some features of the\n" -#~| "kernel and might work better on some computers. You can try this option if you\n" -#~| "think you are experiencing errors related to hardware compatibility while\n" +#~| "The <span class=\"guilabel\">failsafe</span> mode disables some features " +#~| "of the\n" +#~| "kernel and might work better on some computers. You can try this option " +#~| "if you\n" +#~| "think you are experiencing errors related to hardware compatibility " +#~| "while\n" #~| "starting Tails.\n" #~ msgid "" -#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -#~ "Linux kernel and might work better on some computers. You can try this option if you\n" -#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some " +#~ "features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this " +#~ "option if you\n" +#~ "think you are experiencing errors related to hardware compatibility " +#~ "while\n" #~ "starting Tails.</p>\n" #~ msgstr "" -#~ "حالت <span class=\"guilabel\">failsafe</span> برخی از ویژگیهای کرنل را غیر فعال میکند و\n" +#~ "حالت <span class=\"guilabel\">failsafe</span> برخی از ویژگیهای کرنل را " +#~ "غیر فعال میکند و\n" #~ "ممکن است روی برخی رایانهها به خوبی کار کند.\n" #~ "در صورتی فکر میکنید هنگاه راهاندازی با خطاهایی مرتبط با سازگاری\n" #~ "سختافزارها مواجه میشوید از این گزینه استفاده کنید.\n" @@ -383,16 +405,19 @@ msgstr "" #, fuzzy #~| msgid "" #~| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At the\n" +#~| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At " +#~| "the\n" #~| "bottom, a list of options ending with 'noautologin quiet_'\"]]\n" #~ msgid "" #~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails " +#~ "(Troubleshooting Mode)'.\n" #~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" #~ msgstr "" #~ "[[!img boot-menu-with-options.png link=no alt=\"صفحهٔ سیاه با طرح تیلز\n" #~ "فهرست راهاندازی با دو گزینهٔ «زنده» و «زنده failsafe».\n" -#~ "در پایین صفحه فهرستی از گزینهها میبینید که «noautologin quiet» آخرین آنها است._'\"]]\n" +#~ "در پایین صفحه فهرستی از گزینهها میبینید که «noautologin quiet» آخرین آنها " +#~ "است._'\"]]\n" #~ msgid "" #~ "Press <span class=\"keycap\">Space</span>, and type the boot option that " @@ -425,18 +450,24 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" -#~| "appear after the <span class=\"application\">boot menu</span>, but before the\n" -#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how to first\n" +#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs " +#~| "that\n" +#~| "appear after the <span class=\"application\">boot menu</span>, but " +#~| "before the\n" +#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how to " +#~| "first\n" #~| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" #~ msgid "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, " +#~ "but before the\n" #~ "<span class=\"application\">GNOME Desktop</span>:\n" #~ msgstr "" -#~ "<span class=\"application\">خوشامدگوی تیلز</span> مجموعهای از نوشتهها است که\n" +#~ "<span class=\"application\">خوشامدگوی تیلز</span> مجموعهای از نوشتهها است " +#~ "که\n" #~ "پس از <span class=\"application\">فهرست راهاندازی</span> و پیش از\n" -#~ "<span class=\"application\">دسکتاپ گنوم</span> نمایش داده میشود. این تصویر نمایی از\n" +#~ "<span class=\"application\">دسکتاپ گنوم</span> نمایش داده میشود. این " +#~ "تصویر نمایی از\n" #~ "<span class=\"application\">خوشامدگوی تیلز</span> است.\n" #~ msgid "" diff --git a/wiki/src/doc/first_steps/welcome_screen.fr.po b/wiki/src/doc/first_steps/welcome_screen.fr.po index 6acfc676c6c..9a08b176c52 100644 --- a/wiki/src/doc/first_steps/welcome_screen.fr.po +++ b/wiki/src/doc/first_steps/welcome_screen.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2018-01-24 17:42+0000\n" "Last-Translator: amnesia <amnesia@boum.org>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -17,10 +17,17 @@ msgstr "" "X-Generator: Poedit 1.8.11\n" #. type: Plain text -#, no-wrap -msgid "[[!meta title=\"Startup options\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!meta title=\"Startup options\"]]\n" +msgid "[[!meta title=\"Welcome Screen\"]]\n" msgstr "[[!meta title=\"Options de démarrage\"]]\n" +#. type: Plain text +msgid "" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop." +msgstr "" + #. type: Plain text #, fuzzy #| msgid "" @@ -28,8 +35,8 @@ msgstr "[[!meta title=\"Options de démarrage\"]]\n" #| "basic functioning. The two ways of specifying startup options are the " #| "following:" msgid "" -"When starting Tails, you can specify startup options to alter some of its " -"basic functioning." +"You can use the Welcome Screen to specify startup options that alter some of " +"the basic functioning of Tails." msgstr "" "Quand Tails démarre, vous pouvez spécifier des options de démarrage pour " "modifier son fonctionnement de base. Les deux manières de spécifier les " @@ -37,21 +44,35 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!toc levels=2]]\n" -msgid "[[!toc levels=1]]\n" -msgstr "[[!toc levels=2]]\n" +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter : Bienvenue dans Tails !\"]]\n" #. type: Plain text +#, no-wrap msgid "" -"The Welcome Screen appears after the Boot Loader, but before the GNOME " -"Desktop:" +"To start Tails without options, click on the\n" +"<span class=\"button\">Start Tails</span> button.\n" msgstr "" +"Pour démarrer Tails sans options, cliquez sur le\n" +"bouton <span class=\"button\">Démarrer Tails</span>.\n" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter: Welcome to Tails!\"]]\n" -msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" -msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Tails Greeter : Bienvenue dans Tails !\"]]\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<a id=\"additional\"></a>\n" +msgid "<a id=\"accessibility\"></a>\n" +msgstr "<a id=\"additional\"></a>\n" + +#. type: Title = +#, no-wrap +msgid "Assistive technologies\n" +msgstr "" #. type: Plain text msgid "" @@ -70,15 +91,6 @@ msgstr "[[!img lib/preferences-desktop-accessibility.png alt=\"Accès universel\ msgid "icon which looks like a person) in the top bar." msgstr "qui ressemble à une personne) dans la barre du haut." -#. type: Plain text -#, no-wrap -msgid "" -"To start Tails without options, click on the\n" -"<span class=\"button\">Start Tails</span> button.\n" -msgstr "" -"Pour démarrer Tails sans options, cliquez sur le\n" -"bouton <span class=\"button\">Démarrer Tails</span>.\n" - #. type: Plain text #, no-wrap msgid "<a id=\"locale\"></a>\n" @@ -390,26 +402,35 @@ msgstr "" #~ "<a id=\"boot_menu\"></a> <!-- for backward compatibility -->\n" #~ msgid "Using the <span class=\"application\">Boot Loader Menu</span>\n" -#~ msgstr "Utiliser le <span class=\"application\">menu du chargeur d’amorçage</span>\n" +#~ msgstr "" +#~ "Utiliser le <span class=\"application\">menu du chargeur d’amorçage</" +#~ "span>\n" #~ msgid "" -#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first " +#~ "screen to appear\n" #~ "when Tails starts.\n" #~ msgstr "" -#~ "Le <span class=\"application\">menu du chargeur d’amorçage</span> est le premier écran qui apparaît\n" +#~ "Le <span class=\"application\">menu du chargeur d’amorçage</span> est le " +#~ "premier écran qui apparaît\n" #~ "lorsque Tails démarre.\n" #~ msgid "<div class=\"tip\">\n" #~ msgstr "<div class=\"tip\">\n" #~ msgid "" -#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -#~ "Linux kernel and might work better on some computers. You can try this option if you\n" -#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some " +#~ "features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this " +#~ "option if you\n" +#~ "think you are experiencing errors related to hardware compatibility " +#~ "while\n" #~ "starting Tails.</p>\n" #~ msgstr "" -#~ "<p>Le mode <span class=\"guilabel\">Troubleshooting Mode</span> désactive certaines fonctionnalités\n" -#~ "du noyau Linux et peut mieux marcher sur certains ordinateurs. Vous pouvez essayer cette option\n" +#~ "<p>Le mode <span class=\"guilabel\">Troubleshooting Mode</span> désactive " +#~ "certaines fonctionnalités\n" +#~ "du noyau Linux et peut mieux marcher sur certains ordinateurs. Vous " +#~ "pouvez essayer cette option\n" #~ "si vous pensez que vous rencontrez des erreurs de compatibilité\n" #~ "matérielle en démarrant Tails.</p>\n" @@ -428,11 +449,14 @@ msgstr "" #~ msgid "" #~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails " +#~ "(Troubleshooting Mode)'.\n" #~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" #~ msgstr "" -#~ "[[!img boot-menu-with-options.png link=no alt=\"Écran noir avec le logo de\n" -#~ "Tails. Menu du chargeur d’amorçage avec deux options 'Tails' et 'Tails (Troubleshooting Mode)'. En bas,\n" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Écran noir avec le logo " +#~ "de\n" +#~ "Tails. Menu du chargeur d’amorçage avec deux options 'Tails' et 'Tails " +#~ "(Troubleshooting Mode)'. En bas,\n" #~ "une liste d'options se terminant par 'vsyscall=none quiet_'\"]]\n" #~ msgid "" @@ -467,11 +491,13 @@ msgstr "" #~ msgid "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, " +#~ "but before the\n" #~ "<span class=\"application\">GNOME Desktop</span>:\n" #~ msgstr "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "apparaît après le <span class=\"application\">menu du chargeur d’amorçage</span>, mais avant le\n" +#~ "apparaît après le <span class=\"application\">menu du chargeur " +#~ "d’amorçage</span>, mais avant le\n" #~ "<span class=\"application\">bureau GNOME</span> :\n" #~ msgid "" diff --git a/wiki/src/doc/first_steps/welcome_screen.it.po b/wiki/src/doc/first_steps/welcome_screen.it.po index ac94334f521..542d8d0a036 100644 --- a/wiki/src/doc/first_steps/welcome_screen.it.po +++ b/wiki/src/doc/first_steps/welcome_screen.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails italiano\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2017-05-30 18:09+0200\n" "Last-Translator: Zeyev <tbd@tbd.com>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -17,10 +17,17 @@ msgstr "" "X-Generator: Poedit 1.8.11\n" #. type: Plain text -#, no-wrap -msgid "[[!meta title=\"Startup options\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!meta title=\"Startup options\"]]\n" +msgid "[[!meta title=\"Welcome Screen\"]]\n" msgstr "[[!meta title=\"Opzioni di avvio\"]]\n" +#. type: Plain text +msgid "" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop." +msgstr "" + #. type: Plain text #, fuzzy #| msgid "" @@ -28,31 +35,45 @@ msgstr "[[!meta title=\"Opzioni di avvio\"]]\n" #| "basic functioning. The two ways of specifying startup options are the " #| "following:" msgid "" -"When starting Tails, you can specify startup options to alter some of its " -"basic functioning." +"You can use the Welcome Screen to specify startup options that alter some of " +"the basic functioning of Tails." msgstr "" "Quando avvii Tails puoi definire le opzioni di avvio per alterare alcuni " "aspetti del suo funzionamento. I due modi di definire le opzioni di avvio " "sono i seguenti:" +# Più opzioni? Pulsante Si/No e Login #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!toc levels=2]]\n" -msgid "[[!toc levels=1]]\n" -msgstr "[[!toc levels=2]]\n" +#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails!\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Benvenuto su Tails.\"]]\n" #. type: Plain text +#, no-wrap msgid "" -"The Welcome Screen appears after the Boot Loader, but before the GNOME " -"Desktop:" +"To start Tails without options, click on the\n" +"<span class=\"button\">Start Tails</span> button.\n" msgstr "" +"**Per avviare Tails senza opzioni**, cliccare sul pulsante\n" +"<span class=\"button\">Start Tails</span>.\n" -# Più opzioni? Pulsante Si/No e Login #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails!\"]]\n" -msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" -msgstr "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Benvenuto su Tails.\"]]\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<a id=\"additional\"></a>\n" +msgid "<a id=\"accessibility\"></a>\n" +msgstr "<a id=\"additional\"></a>\n" + +#. type: Title = +#, no-wrap +msgid "Assistive technologies\n" +msgstr "" #. type: Plain text msgid "" @@ -71,15 +92,6 @@ msgstr "[[!img lib/preferences-desktop-accessibility.png alt=\"Universal Access\ msgid "icon which looks like a person) in the top bar." msgstr "icona che assomiglia ad una persona) nella barra in alto." -#. type: Plain text -#, no-wrap -msgid "" -"To start Tails without options, click on the\n" -"<span class=\"button\">Start Tails</span> button.\n" -msgstr "" -"**Per avviare Tails senza opzioni**, cliccare sul pulsante\n" -"<span class=\"button\">Start Tails</span>.\n" - #. type: Plain text #, no-wrap msgid "<a id=\"locale\"></a>\n" @@ -397,24 +409,32 @@ msgstr "" #~ msgstr "Utilizzare il <span class=\"application\">Menù di avvio</span>\n" #~ msgid "" -#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first " +#~ "screen to appear\n" #~ "when Tails starts.\n" #~ msgstr "" -#~ "Il <span class=\"application\">Menù di avvio</span> è la prima schermata che appare\n" +#~ "Il <span class=\"application\">Menù di avvio</span> è la prima schermata " +#~ "che appare\n" #~ "quando si avvia Tails.\n" #~ msgid "<div class=\"tip\">\n" #~ msgstr "<div class=\"tip\">\n" #~ msgid "" -#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -#~ "Linux kernel and might work better on some computers. You can try this option if you\n" -#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some " +#~ "features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this " +#~ "option if you\n" +#~ "think you are experiencing errors related to hardware compatibility " +#~ "while\n" #~ "starting Tails.</p>\n" #~ msgstr "" -#~ "<p>La modalità <span class=\"guilabel\">Troubleshooting Mode</span> disattiva alcune funzionalità\n" -#~ "del kernel e potrebbe funzionare meglio su certi computer. Puoi provare questa opzione\n" -#~ "se pensi di stare incontrando errori legati alla compatibilità dell'hardware quando\n" +#~ "<p>La modalità <span class=\"guilabel\">Troubleshooting Mode</span> " +#~ "disattiva alcune funzionalità\n" +#~ "del kernel e potrebbe funzionare meglio su certi computer. Puoi provare " +#~ "questa opzione\n" +#~ "se pensi di stare incontrando errori legati alla compatibilità " +#~ "dell'hardware quando\n" #~ "avvii Tails.</p>\n" #~ msgid "</div>\n" @@ -431,11 +451,14 @@ msgstr "" #~ msgid "" #~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails " +#~ "(Troubleshooting Mode)'.\n" #~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" #~ msgstr "" -#~ "[[!img boot-menu-with-options.png link=no alt=\"Schermo nero con l'illustrazione di\n" -#~ "Tails. 'Boot menu' con due opzioni 'Live' e 'Live (Troubleshooting Mode)'. In basso,\n" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Schermo nero con " +#~ "l'illustrazione di\n" +#~ "Tails. 'Boot menu' con due opzioni 'Live' e 'Live (Troubleshooting " +#~ "Mode)'. In basso,\n" #~ "una lista di opzioni che termina con 'vsyscall=none quiet_'\"]]\n" #~ msgid "" @@ -467,19 +490,26 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" -#~| "appear after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" -#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how the first\n" +#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs " +#~| "that\n" +#~| "appear after the <span class=\"application\">Boot Loader Menu</span>, " +#~| "but before the\n" +#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how " +#~| "the first\n" #~| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" #~ msgid "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, " +#~ "but before the\n" #~ "<span class=\"application\">GNOME Desktop</span>:\n" #~ msgstr "" -#~ "<span class=\"application\">Tails Greeter</span> è un insieme di finestre di dialogo\n" -#~ "che appaiono dopo il <span class=\"application\">Menù di avvio</span>, ma prima che il\n" +#~ "<span class=\"application\">Tails Greeter</span> è un insieme di finestre " +#~ "di dialogo\n" +#~ "che appaiono dopo il <span class=\"application\">Menù di avvio</span>, ma " +#~ "prima che il\n" #~ "<span class=\"application\">desktop GNOME</span> appaia. \n" -#~ "La prima schermata di <span class=\"application\">Tails Greeter</span> dovrebbe essere così:\n" +#~ "La prima schermata di <span class=\"application\">Tails Greeter</span> " +#~ "dovrebbe essere così:\n" #~ msgid "" #~ "**To start Tails in languages other than English**, select the one you\n" diff --git a/wiki/src/doc/first_steps/welcome_screen.pt.po b/wiki/src/doc/first_steps/welcome_screen.pt.po index 2dfa662cf96..d4e4b3d02ee 100644 --- a/wiki/src/doc/first_steps/welcome_screen.pt.po +++ b/wiki/src/doc/first_steps/welcome_screen.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-12-22 21:03+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Portuguese <http://translate.tails.boum.org/projects/tails/" @@ -20,10 +20,17 @@ msgstr "" "X-Generator: Weblate 3.5.1\n" #. type: Plain text -#, no-wrap -msgid "[[!meta title=\"Startup options\"]]\n" +#, fuzzy, no-wrap +#| msgid "[[!meta title=\"Startup options\"]]\n" +msgid "[[!meta title=\"Welcome Screen\"]]\n" msgstr "[[!meta title=\"Opções de Inicialização\"]]\n" +#. type: Plain text +msgid "" +"The Welcome Screen appears after the Boot Loader, but before the GNOME " +"Desktop." +msgstr "" + #. type: Plain text #, fuzzy #| msgid "" @@ -31,8 +38,8 @@ msgstr "[[!meta title=\"Opções de Inicialização\"]]\n" #| "basic functioning. The two ways of specifying startup options are the " #| "following:" msgid "" -"When starting Tails, you can specify startup options to alter some of its " -"basic functioning." +"You can use the Welcome Screen to specify startup options that alter some of " +"the basic functioning of Tails." msgstr "" "Ao iniciar o Tails, você pode especificar opções de inicialização para " "alterar partes do seu funcionamento básico. As duas formas de especificar " @@ -40,25 +47,44 @@ msgstr "" #. type: Plain text #, fuzzy, no-wrap -#| msgid "[[!toc levels=2]]\n" -msgid "[[!toc levels=1]]\n" -msgstr "[[!toc levels=2]]\n" +#| msgid "" +#| "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails. More\n" +#| "options? Yes, and No toggle button, and Login button.\"]]\n" +msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +msgstr "" +"[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Bem vindo/a ao Tails. Mais\n" +"opções? Botão Sim e Não, e botão de Login.\"]]\n" #. type: Plain text +#, fuzzy, no-wrap +#| msgid "" +#| "**To start Tails without options**, click on the\n" +#| "<span class=\"button\">Login</span> button, or just press\n" +#| "<span class=\"keycap\">Enter</span>.\n" msgid "" -"The Welcome Screen appears after the Boot Loader, but before the GNOME " -"Desktop:" +"To start Tails without options, click on the\n" +"<span class=\"button\">Start Tails</span> button.\n" msgstr "" +"**Para iniciar o Tails sem opções**, clique no botão de \n" +"<span class=\"button\">Login</span>, ou simplesmente\n" +"pressione <span class=\"keycap\">Enter</span>.\n" #. type: Plain text #, fuzzy, no-wrap -#| msgid "" -#| "[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Welcome to Tails. More\n" -#| "options? Yes, and No toggle button, and Login button.\"]]\n" -msgid "[[!img welcome-screen.png link=no alt=\"Welcome to Tails!\"]]\n" +#| msgid "[[!toc levels=2]]\n" +msgid "[[!toc levels=1]]\n" +msgstr "[[!toc levels=2]]\n" + +#. type: Plain text +#, fuzzy, no-wrap +#| msgid "<a id=\"boot_menu\"></a>\n" +msgid "<a id=\"accessibility\"></a>\n" +msgstr "<a id=\"boot_menu\"></a>\n" + +#. type: Title = +#, no-wrap +msgid "Assistive technologies\n" msgstr "" -"[[!img tails-greeter-welcome-to-tails.png link=no alt=\"Bem vindo/a ao Tails. Mais\n" -"opções? Botão Sim e Não, e botão de Login.\"]]\n" #. type: Plain text msgid "" @@ -75,20 +101,6 @@ msgstr "" msgid "icon which looks like a person) in the top bar." msgstr "" -#. type: Plain text -#, fuzzy, no-wrap -#| msgid "" -#| "**To start Tails without options**, click on the\n" -#| "<span class=\"button\">Login</span> button, or just press\n" -#| "<span class=\"keycap\">Enter</span>.\n" -msgid "" -"To start Tails without options, click on the\n" -"<span class=\"button\">Start Tails</span> button.\n" -msgstr "" -"**Para iniciar o Tails sem opções**, clique no botão de \n" -"<span class=\"button\">Login</span>, ou simplesmente\n" -"pressione <span class=\"keycap\">Enter</span>.\n" - #. type: Plain text #, fuzzy, no-wrap #| msgid "<a id=\"boot_menu\"></a>\n" @@ -336,13 +348,16 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "The <span class=\"application\">boot menu</span> is the first screen to appear\n" +#~| "The <span class=\"application\">boot menu</span> is the first screen to " +#~| "appear\n" #~| "when Tails starts.\n" #~ msgid "" -#~ "The <span class=\"application\">Boot Loader Menu</span> is the first screen to appear\n" +#~ "The <span class=\"application\">Boot Loader Menu</span> is the first " +#~ "screen to appear\n" #~ "when Tails starts.\n" #~ msgstr "" -#~ "O <span class=\"application\">menu de boot</span> é a primeira tela a aparecer\n" +#~ "O <span class=\"application\">menu de boot</span> é a primeira tela a " +#~ "aparecer\n" #~ "quando Tails é iniciado.\n" #~ msgid "<div class=\"tip\">\n" @@ -350,19 +365,28 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "The <span class=\"guilabel\">failsafe</span> mode disables some features of the\n" -#~| "kernel and might work better on some computers. You can try this option if you\n" -#~| "think you are experiencing errors related to hardware compatibility while\n" +#~| "The <span class=\"guilabel\">failsafe</span> mode disables some features " +#~| "of the\n" +#~| "kernel and might work better on some computers. You can try this option " +#~| "if you\n" +#~| "think you are experiencing errors related to hardware compatibility " +#~| "while\n" #~| "starting Tails.\n" #~ msgid "" -#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some features of the\n" -#~ "Linux kernel and might work better on some computers. You can try this option if you\n" -#~ "think you are experiencing errors related to hardware compatibility while\n" +#~ "<p>The <span class=\"guilabel\">Troubleshooting Mode</span> disables some " +#~ "features of the\n" +#~ "Linux kernel and might work better on some computers. You can try this " +#~ "option if you\n" +#~ "think you are experiencing errors related to hardware compatibility " +#~ "while\n" #~ "starting Tails.</p>\n" #~ msgstr "" -#~ "O modo <span class=\"guilabel\">failsafe</span> desabilita algumas funcionalidades\n" -#~ "do kernel e pode funcionar melhor em alguns computadores. Você pode tentar esta\n" -#~ "opção se você acha que está experienciando erros relacionados a compatibilidade de\n" +#~ "O modo <span class=\"guilabel\">failsafe</span> desabilita algumas " +#~ "funcionalidades\n" +#~ "do kernel e pode funcionar melhor em alguns computadores. Você pode " +#~ "tentar esta\n" +#~ "opção se você acha que está experienciando erros relacionados a " +#~ "compatibilidade de\n" #~ "hardware ao iniciar o Tails.\n" #~ msgid "</div>\n" @@ -384,16 +408,21 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Debian live\n" -#~| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At the\n" +#~| "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Debian " +#~| "live\n" +#~| "artwork. 'Boot menu' with two options 'Live' and 'Live (failsafe)'. At " +#~| "the\n" #~| "bottom, a list of options ending with 'noautologin quiet_'\"]]\n" #~ msgid "" #~ "[[!img boot-menu-with-options.png link=no alt=\"Black screen with Tails\n" -#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails (Troubleshooting Mode)'.\n" +#~ "artwork. Boot Loader Menu with two options 'Tails' and 'Tails " +#~ "(Troubleshooting Mode)'.\n" #~ "At the bottom, a list of options ending with 'vsyscall=none quiet_'\"]]\n" #~ msgstr "" -#~ "[[!img boot-menu-with-options.png link=no alt=\"Tela preta com a arte do Tails.\n" -#~ "'Menu de boot' com duas opções 'Live' e 'Live (failsafe)'. Na parte de baixo,\n" +#~ "[[!img boot-menu-with-options.png link=no alt=\"Tela preta com a arte do " +#~ "Tails.\n" +#~ "'Menu de boot' com duas opções 'Live' e 'Live (failsafe)'. Na parte de " +#~ "baixo,\n" #~ "uma lista de opções que termina com 'noautologin quiet_'\"]]\n" #~ msgid "" @@ -427,18 +456,25 @@ msgstr "" #, fuzzy #~| msgid "" -#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs that\n" -#~| "appear after the <span class=\"application\">boot menu</span>, but before the\n" -#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how to first\n" +#~| "<span class=\"application\">Tails Greeter</span> is the set of dialogs " +#~| "that\n" +#~| "appear after the <span class=\"application\">boot menu</span>, but " +#~| "before the\n" +#~| "<span class=\"application\">GNOME Desktop</span> appears. This is how to " +#~| "first\n" #~| "screen of <span class=\"application\">Tails Greeter</span> looks like:\n" #~ msgid "" #~ "<span class=\"application\">Tails Greeter</span>\n" -#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, but before the\n" +#~ "appears after the <span class=\"application\">Boot Loader Menu</span>, " +#~ "but before the\n" #~ "<span class=\"application\">GNOME Desktop</span>:\n" #~ msgstr "" -#~ "<span class=\"application\">Tails Greeter</span> é um conjunto de diálogos que\n" -#~ "aparecem após o <span class=\"application\">menu de boot</span>, mas antes que\n" -#~ "o <span class=\"application\">GNOME Desktop</span> apareça. É assim que a primeira\n" +#~ "<span class=\"application\">Tails Greeter</span> é um conjunto de " +#~ "diálogos que\n" +#~ "aparecem após o <span class=\"application\">menu de boot</span>, mas " +#~ "antes que\n" +#~ "o <span class=\"application\">GNOME Desktop</span> apareça. É assim que a " +#~ "primeira\n" #~ "tela do <span class=\"application\">Tails Greeter</span> se parece:\n" #~ msgid "" diff --git a/wiki/src/home/testing.de.po b/wiki/src/home/testing.de.po index db797a4ad7a..a8f77fb389f 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: 2020-03-27 18:21+0100\n" +"POT-Creation-Date: 2020-04-07 17:21+0200\n" "PO-Revision-Date: 2019-05-24 09:49+0200\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,12 +51,6 @@ msgid "" "testers@boum.org</a>." msgstr "" -#. type: Content of: <ul><li> -msgid "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" -msgstr "" - #. type: Content of: <div> msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]" msgstr "[[!inline pages=\"news.de\" raw=\"yes\" sort=\"age\"]]" diff --git a/wiki/src/home/testing.es.po b/wiki/src/home/testing.es.po index e6a429156b7..fec245a9d89 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: 2020-03-27 18:21+0100\n" +"POT-Creation-Date: 2020-04-07 17:21+0200\n" "PO-Revision-Date: 2019-11-16 12:11+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -54,12 +54,6 @@ msgid "" "testers@boum.org</a>." msgstr "" -#. type: Content of: <ul><li> -msgid "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" -msgstr "" - #. type: Content of: <div> msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]" msgstr "[[!inline pages=\"news.es\" raw=\"yes\" sort=\"age\"]]" diff --git a/wiki/src/home/testing.fa.po b/wiki/src/home/testing.fa.po index 19cd7e5fdd5..6079739adad 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: 2020-03-27 18:21+0100\n" +"POT-Creation-Date: 2020-04-07 17:21+0200\n" "PO-Revision-Date: 2020-01-22 15:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -54,12 +54,6 @@ msgid "" "testers@boum.org</a>." msgstr "" -#. type: Content of: <ul><li> -msgid "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" -msgstr "" - #. type: Content of: <div> msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]" msgstr "[[!inline pages=\"news.fa\" raw=\"yes\" sort=\"age\"]]" diff --git a/wiki/src/home/testing.fr.po b/wiki/src/home/testing.fr.po index b7a5b9a989b..a25676ee03b 100644 --- a/wiki/src/home/testing.fr.po +++ b/wiki/src/home/testing.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-27 18:21+0100\n" +"POT-Creation-Date: 2020-04-07 17:21+0200\n" "PO-Revision-Date: 2020-03-29 07:36+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -61,17 +61,16 @@ msgstr "" "Signalez tout problème à <a href=\"mailto:tails-testers@boum.org\">tails-" "testers@boum.org</a>." -#. type: Content of: <ul><li> -msgid "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" -msgstr "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" - #. type: Content of: <div> msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]" msgstr "[[!inline pages=\"news.fr\" raw=\"yes\" sort=\"age\"]]" +#~ msgid "" +#~ "<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " +#~ "4.5~rc1</a>" +#~ msgstr "" +#~ "<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.it.po b/wiki/src/home/testing.it.po index 715fe8e51d8..c64f9ab91bf 100644 --- a/wiki/src/home/testing.it.po +++ b/wiki/src/home/testing.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-27 18:21+0100\n" +"POT-Creation-Date: 2020-04-07 17:21+0200\n" "PO-Revision-Date: 2019-05-24 09:50+0200\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,12 +51,6 @@ msgid "" "testers@boum.org</a>." msgstr "" -#. type: Content of: <ul><li> -msgid "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" -msgstr "" - #. type: Content of: <div> msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]" msgstr "[[!inline pages=\"news.it\" raw=\"yes\" sort=\"age\"]]" diff --git a/wiki/src/home/testing.pt.po b/wiki/src/home/testing.pt.po index ed590188387..85b64037766 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: 2020-03-27 18:21+0100\n" +"POT-Creation-Date: 2020-04-07 17:21+0200\n" "PO-Revision-Date: 2019-12-22 21:03+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -54,12 +54,6 @@ msgid "" "testers@boum.org</a>." msgstr "" -#. type: Content of: <ul><li> -msgid "" -"<a href=\"https://tails.boum.org/news/test_4.5-rc1/\">Call for testing: " -"4.5~rc1</a>" -msgstr "" - #. type: Content of: <div> msgid "[[!inline pages=\"news\" raw=\"yes\" sort=\"age\"]]" msgstr "[[!inline pages=\"news.pt\" raw=\"yes\" sort=\"age\"]]" 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 0d3ea86b418..127f9a2c2b0 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: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2016-05-08 10:42+0200\n" "Last-Translator: Tails translators <tails@boum.org>\n" "Language-Team: \n" @@ -127,6 +127,10 @@ msgid "" "inc/steps/reporting.inline\" raw=\"yes\"]] \"\"\"]]" msgstr "" +#. type: Content of: <ol><li> +msgid "<a id=\"startup-security\"></a>" +msgstr "" + #. type: Content of: <ol><li><p> msgid "If your Mac displays the following error:" msgstr "" @@ -138,8 +142,8 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Then you have to change the change the settings of the <em>Startup Security " -"Utility</em> of your Mac to authorize starting from Tails." +"Then you have to change the settings of the <em>Startup Security Utility</" +"em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> @@ -203,7 +207,7 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"<strong>If you forget your firmware password it will require an in-person " +"<strong>If you forget your firmware password you will require an in-person " "service appointment with an Apple Store or Apple Authorized Service Provider." "</strong>" msgstr "" 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 440ed12f860..1633a567fa3 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-08 15:39+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -108,6 +108,10 @@ msgstr "" "toggle id=\"report-toggle-1\" text=\"\"]]</span> [[!inline pages=\"install/" "inc/steps/reporting.inline.es\" raw=\"yes\"]] \"\"\"]]" +#. type: Content of: <ol><li> +msgid "<a id=\"startup-security\"></a>" +msgstr "" + #. type: Content of: <ol><li><p> msgid "If your Mac displays the following error:" msgstr "" @@ -119,8 +123,8 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Then you have to change the change the settings of the <em>Startup Security " -"Utility</em> of your Mac to authorize starting from Tails." +"Then you have to change the settings of the <em>Startup Security Utility</" +"em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> @@ -184,7 +188,7 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"<strong>If you forget your firmware password it will require an in-person " +"<strong>If you forget your firmware password you will require an in-person " "service appointment with an Apple Store or Apple Authorized Service Provider." "</strong>" msgstr "" 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 19a99953458..a8f8cbed33a 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" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -87,6 +87,10 @@ msgid "" "inc/steps/reporting.inline\" raw=\"yes\"]] \"\"\"]]" msgstr "" +#. type: Content of: <ol><li> +msgid "<a id=\"startup-security\"></a>" +msgstr "" + #. type: Content of: <ol><li><p> msgid "If your Mac displays the following error:" msgstr "" @@ -98,8 +102,8 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Then you have to change the change the settings of the <em>Startup Security " -"Utility</em> of your Mac to authorize starting from Tails." +"Then you have to change the settings of the <em>Startup Security Utility</" +"em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> @@ -157,7 +161,7 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"<strong>If you forget your firmware password it will require an in-person " +"<strong>If you forget your firmware password you will require an in-person " "service appointment with an Apple Store or Apple Authorized Service Provider." "</strong>" msgstr "" 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 28a7b7a60b4..e4d1a9c7fda 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,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-02 13:25+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -114,6 +114,10 @@ msgstr "" "toggle id=\"report-toggle-1\" text=\"\"]]</span> [[!inline pages=\"install/" "inc/steps/reporting.inline.fr\" raw=\"yes\"]] \"\"\"]]" +#. type: Content of: <ol><li> +msgid "<a id=\"startup-security\"></a>" +msgstr "" + #. type: Content of: <ol><li><p> msgid "If your Mac displays the following error:" msgstr "" @@ -125,8 +129,8 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Then you have to change the change the settings of the <em>Startup Security " -"Utility</em> of your Mac to authorize starting from Tails." +"Then you have to change the settings of the <em>Startup Security Utility</" +"em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> @@ -190,7 +194,7 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"<strong>If you forget your firmware password it will require an in-person " +"<strong>If you forget your firmware password you will require an in-person " "service appointment with an Apple Store or Apple Authorized Service Provider." "</strong>" msgstr "" 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 e8d6a393490..447642aba73 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-24 10:40+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -133,6 +133,10 @@ msgstr "" "toggle id=\"report-toggle-1\" text=\"\"]]</span> [[!inline pages=\"install/" "inc/steps/reporting.inline.it\" raw=\"yes\"]] \"\"\"]]" +#. type: Content of: <ol><li> +msgid "<a id=\"startup-security\"></a>" +msgstr "" + #. type: Content of: <ol><li><p> msgid "If your Mac displays the following error:" msgstr "" @@ -144,8 +148,8 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Then you have to change the change the settings of the <em>Startup Security " -"Utility</em> of your Mac to authorize starting from Tails." +"Then you have to change the settings of the <em>Startup Security Utility</" +"em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> @@ -209,7 +213,7 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"<strong>If you forget your firmware password it will require an in-person " +"<strong>If you forget your firmware password you will require an in-person " "service appointment with an Apple Store or Apple Authorized Service Provider." "</strong>" msgstr "" 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 baf4ebecf60..b73bf0ae2dd 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-24 10:41+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -132,6 +132,10 @@ msgstr "" "toggle id=\"report-toggle-1\" text=\"\"]]</span> [[!inline pages=\"install/" "inc/steps/reporting.inline.pt\" raw=\"yes\"]] \"\"\"]]" +#. type: Content of: <ol><li> +msgid "<a id=\"startup-security\"></a>" +msgstr "" + #. type: Content of: <ol><li><p> msgid "If your Mac displays the following error:" msgstr "" @@ -143,8 +147,8 @@ msgstr "" #. type: Content of: <ol><li><p> msgid "" -"Then you have to change the change the settings of the <em>Startup Security " -"Utility</em> of your Mac to authorize starting from Tails." +"Then you have to change the settings of the <em>Startup Security Utility</" +"em> of your Mac to authorize starting from Tails." msgstr "" #. type: Content of: <ol><li><p> @@ -208,7 +212,7 @@ msgstr "" #. type: Content of: <ol><li><div><p> msgid "" -"<strong>If you forget your firmware password it will require an in-person " +"<strong>If you forget your firmware password you will require an in-person " "service appointment with an Apple Store or Apple Authorized Service Provider." "</strong>" msgstr "" 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 65bb966aed0..a31c17a869d 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: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 08:55+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,7 +51,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>GRUB</em> looks like:" +msgid "This is what <em>GRUB</em> looks like:" msgstr "" #. type: Content of: <p> @@ -70,7 +70,7 @@ msgstr "" "'Live' und 'Live (failsafe)'.\"]]\n" #. type: Content of: <p> -msgid "This is how <em>SYSLINUX</em> looks like:" +msgid "This is what <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> @@ -280,54 +280,15 @@ msgstr "" msgid "" "If none of the possible Boot Menu keys from the previous technique work, or " "if the USB stick does not appear in the Boot Menu, you might need to edit " -"your BIOS settings." +"your BIOS settings. To learn how to edit the BIOS settings, search for the " +"user manual of the computer on the support website of the manufacturer." msgstr "" #. type: Content of: <div><p> msgid "" -"Search for the user manual of the computer on the website of its " -"manufacturer to learn how to edit the BIOS settings:" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://us.acer.com/ac/en/US/content/drivers\">Acer</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://www.asus.com/us/support/\">Asus</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.dell.com/support/home/us/en/19/Products/\">Dell</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.fujitsu.com/global/support/products/software/manual/" -"\">Fujitsu</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://support.hp.com/us-en/products/\">HP</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://support.lenovo.com/us/en/\">Lenovo</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://www.samsung.com/us/support/downloads\">Samsung</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://esupport.sony.com/US\">Sony</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"http://support.toshiba.com/support/products?cat=Computers" -"\">Toshiba</a>" +"Take note of the changes that you apply to the BIOS settings. That way, you " +"can revert the changes if they prevent the computer from starting on its " +"usual operating system." msgstr "" #. type: Content of: <p> @@ -336,13 +297,6 @@ msgid "" "not apply to certain computer models." msgstr "" -#. type: Content of: <div><p> -msgid "" -"Take note of the changes that you apply to the BIOS settings. That way, you " -"can revert the changes if they prevent the computer from starting on its " -"usual operating system." -msgstr "" - #. type: Content of: <ul><li><p> msgid "" "There might be an option in your BIOS to enable the Boot Menu key. Make sure " @@ -362,6 +316,23 @@ msgstr "" msgid "Disable <strong>Fast boot</strong>." msgstr "" +#. type: Content of: <ul><li><p> +msgid "Enable <strong>CSM boot</strong>." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Enable <strong>Legacy boot</strong> in addition to UEFI. The computer might " +"not start anymore on its regular operating system if you disable UEFI " +"completely or if you only enable Legacy boot." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Try to upgrade the BIOS. To do so, refer to the support website of the " +"computer manufacturer." +msgstr "" + #. type: Content of: <div><p> #, fuzzy #| msgid "" 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 08a9e45950b..ec832b794b5 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: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-08-16 12:46+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,7 +51,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>GRUB</em> looks like:" +msgid "This is what <em>GRUB</em> looks like:" msgstr "" #. type: Content of: <p> @@ -70,7 +70,7 @@ msgstr "" "'Tails' y 'Tails (Modo seguro)'.\"]]\n" #. type: Content of: <p> -msgid "This is how <em>SYSLINUX</em> looks like:" +msgid "This is what <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> @@ -280,54 +280,15 @@ msgstr "" msgid "" "If none of the possible Boot Menu keys from the previous technique work, or " "if the USB stick does not appear in the Boot Menu, you might need to edit " -"your BIOS settings." +"your BIOS settings. To learn how to edit the BIOS settings, search for the " +"user manual of the computer on the support website of the manufacturer." msgstr "" #. type: Content of: <div><p> msgid "" -"Search for the user manual of the computer on the website of its " -"manufacturer to learn how to edit the BIOS settings:" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://us.acer.com/ac/en/US/content/drivers\">Acer</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://www.asus.com/us/support/\">Asus</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.dell.com/support/home/us/en/19/Products/\">Dell</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.fujitsu.com/global/support/products/software/manual/" -"\">Fujitsu</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://support.hp.com/us-en/products/\">HP</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://support.lenovo.com/us/en/\">Lenovo</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://www.samsung.com/us/support/downloads\">Samsung</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://esupport.sony.com/US\">Sony</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"http://support.toshiba.com/support/products?cat=Computers" -"\">Toshiba</a>" +"Take note of the changes that you apply to the BIOS settings. That way, you " +"can revert the changes if they prevent the computer from starting on its " +"usual operating system." msgstr "" #. type: Content of: <p> @@ -336,13 +297,6 @@ msgid "" "not apply to certain computer models." msgstr "" -#. type: Content of: <div><p> -msgid "" -"Take note of the changes that you apply to the BIOS settings. That way, you " -"can revert the changes if they prevent the computer from starting on its " -"usual operating system." -msgstr "" - #. type: Content of: <ul><li><p> msgid "" "There might be an option in your BIOS to enable the Boot Menu key. Make sure " @@ -362,6 +316,23 @@ msgstr "" msgid "Disable <strong>Fast boot</strong>." msgstr "" +#. type: Content of: <ul><li><p> +msgid "Enable <strong>CSM boot</strong>." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Enable <strong>Legacy boot</strong> in addition to UEFI. The computer might " +"not start anymore on its regular operating system if you disable UEFI " +"completely or if you only enable Legacy boot." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Try to upgrade the BIOS. To do so, refer to the support website of the " +"computer manufacturer." +msgstr "" + #. type: Content of: <div><p> #, fuzzy #| msgid "" 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 e116d4ead61..e6f6656d651 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: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -50,7 +50,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>GRUB</em> looks like:" +msgid "This is what <em>GRUB</em> looks like:" msgstr "" #. type: Content of: <p> @@ -61,7 +61,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>SYSLINUX</em> looks like:" +msgid "This is what <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> @@ -263,54 +263,15 @@ msgstr "" msgid "" "If none of the possible Boot Menu keys from the previous technique work, or " "if the USB stick does not appear in the Boot Menu, you might need to edit " -"your BIOS settings." +"your BIOS settings. To learn how to edit the BIOS settings, search for the " +"user manual of the computer on the support website of the manufacturer." msgstr "" #. type: Content of: <div><p> msgid "" -"Search for the user manual of the computer on the website of its " -"manufacturer to learn how to edit the BIOS settings:" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://us.acer.com/ac/en/US/content/drivers\">Acer</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://www.asus.com/us/support/\">Asus</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.dell.com/support/home/us/en/19/Products/\">Dell</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.fujitsu.com/global/support/products/software/manual/" -"\">Fujitsu</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://support.hp.com/us-en/products/\">HP</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://support.lenovo.com/us/en/\">Lenovo</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://www.samsung.com/us/support/downloads\">Samsung</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://esupport.sony.com/US\">Sony</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"http://support.toshiba.com/support/products?cat=Computers" -"\">Toshiba</a>" +"Take note of the changes that you apply to the BIOS settings. That way, you " +"can revert the changes if they prevent the computer from starting on its " +"usual operating system." msgstr "" #. type: Content of: <p> @@ -319,13 +280,6 @@ msgid "" "not apply to certain computer models." msgstr "" -#. type: Content of: <div><p> -msgid "" -"Take note of the changes that you apply to the BIOS settings. That way, you " -"can revert the changes if they prevent the computer from starting on its " -"usual operating system." -msgstr "" - #. type: Content of: <ul><li><p> msgid "" "There might be an option in your BIOS to enable the Boot Menu key. Make sure " @@ -345,6 +299,23 @@ msgstr "" msgid "Disable <strong>Fast boot</strong>." msgstr "" +#. type: Content of: <ul><li><p> +msgid "Enable <strong>CSM boot</strong>." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Enable <strong>Legacy boot</strong> in addition to UEFI. The computer might " +"not start anymore on its regular operating system if you disable UEFI " +"completely or if you only enable Legacy boot." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Try to upgrade the BIOS. To do so, refer to the support website of the " +"computer manufacturer." +msgstr "" + #. type: Content of: <div><p> msgid "" "If none of these options work, we are sorry but you might not be able to use " 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 3c19370e4de..1cb04ed276f 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,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-03 14:25+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -63,7 +63,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>GRUB</em> looks like:" +msgid "This is what <em>GRUB</em> looks like:" msgstr "" #. type: Content of: <p> @@ -82,7 +82,7 @@ msgstr "" "'Tails' et 'Tails (Troubleshooting Mode)'.\"]]" #. type: Content of: <p> -msgid "This is how <em>SYSLINUX</em> looks like:" +msgid "This is what <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> @@ -358,77 +358,14 @@ msgstr " ### Modifier les réglages du BIOS\n" msgid "" "If none of the possible Boot Menu keys from the previous technique work, or " "if the USB stick does not appear in the Boot Menu, you might need to edit " -"your BIOS settings." +"your BIOS settings. To learn how to edit the BIOS settings, search for the " +"user manual of the computer on the support website of the manufacturer." msgstr "" " Si aucune des touches possibles identifiées lors de l'étape 3 ne " "fonctionne ou que\n" " la clé USB n'apparaît pas dans la liste, alors essayer la seconde\n" " technique décrite ci-dessous.\n" -#. type: Content of: <div><p> -msgid "" -"Search for the user manual of the computer on the website of its " -"manufacturer to learn how to edit the BIOS settings:" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://us.acer.com/ac/en/US/content/drivers\">Acer</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://www.asus.com/us/support/\">Asus</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.dell.com/support/home/us/en/19/Products/\">Dell</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.fujitsu.com/global/support/products/software/manual/" -"\">Fujitsu</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://support.hp.com/us-en/products/\">HP</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://support.lenovo.com/us/en/\">Lenovo</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://www.samsung.com/us/support/downloads\">Samsung</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://esupport.sony.com/US\">Sony</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"http://support.toshiba.com/support/products?cat=Computers" -"\">Toshiba</a>" -msgstr "" - -#. type: Content of: <p> -#, fuzzy -#| msgid "" -#| " In the BIOS settings, try to apply the following changes one by one " -#| "and\n" -#| " restart the computer after each change. Some changes might not\n" -#| " apply to certain computer models.\n" -msgid "" -"In the BIOS settings, try to apply the following changes. Some changes might " -"not apply to certain computer models." -msgstr "" -" Dans les réglages du BIOS, essayer d'appliquer les modifications " -"suivantes une par une et\n" -" redémarrer l'ordinateur après chaque changement. Certaines modifications " -"peuvent ne\n" -" pas s'appliquer à certains modèles d'ordinateurs.\n" - #. type: Content of: <div><p> #, fuzzy #| msgid "" @@ -452,6 +389,23 @@ msgstr "" " sur son système d'exploitation habituel.</p>\n" " </div>\n" +#. type: Content of: <p> +#, fuzzy +#| msgid "" +#| " In the BIOS settings, try to apply the following changes one by one " +#| "and\n" +#| " restart the computer after each change. Some changes might not\n" +#| " apply to certain computer models.\n" +msgid "" +"In the BIOS settings, try to apply the following changes. Some changes might " +"not apply to certain computer models." +msgstr "" +" Dans les réglages du BIOS, essayer d'appliquer les modifications " +"suivantes une par une et\n" +" redémarrer l'ordinateur après chaque changement. Certaines modifications " +"peuvent ne\n" +" pas s'appliquer à certains modèles d'ordinateurs.\n" + #. type: Content of: <ul><li><p> msgid "" "There might be an option in your BIOS to enable the Boot Menu key. Make sure " @@ -486,6 +440,23 @@ msgstr "" msgid "Disable <strong>Fast boot</strong>." msgstr "" +#. type: Content of: <ul><li><p> +msgid "Enable <strong>CSM boot</strong>." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Enable <strong>Legacy boot</strong> in addition to UEFI. The computer might " +"not start anymore on its regular operating system if you disable UEFI " +"completely or if you only enable Legacy boot." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Try to upgrade the BIOS. To do so, refer to the support website of the " +"computer manufacturer." +msgstr "" + #. type: Content of: <div><p> #, fuzzy #| msgid "" 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 43b0de5e2e7..ea8ff62d7de 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: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 09:20+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -51,7 +51,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>GRUB</em> looks like:" +msgid "This is what <em>GRUB</em> looks like:" msgstr "" #. type: Content of: <p> @@ -70,7 +70,7 @@ msgstr "" "'Live' e 'Live (failsafe)'.\"]]\n" #. type: Content of: <p> -msgid "This is how <em>SYSLINUX</em> looks like:" +msgid "This is what <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> @@ -280,54 +280,15 @@ msgstr "" msgid "" "If none of the possible Boot Menu keys from the previous technique work, or " "if the USB stick does not appear in the Boot Menu, you might need to edit " -"your BIOS settings." +"your BIOS settings. To learn how to edit the BIOS settings, search for the " +"user manual of the computer on the support website of the manufacturer." msgstr "" #. type: Content of: <div><p> msgid "" -"Search for the user manual of the computer on the website of its " -"manufacturer to learn how to edit the BIOS settings:" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://us.acer.com/ac/en/US/content/drivers\">Acer</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://www.asus.com/us/support/\">Asus</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.dell.com/support/home/us/en/19/Products/\">Dell</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.fujitsu.com/global/support/products/software/manual/" -"\">Fujitsu</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://support.hp.com/us-en/products/\">HP</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://support.lenovo.com/us/en/\">Lenovo</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://www.samsung.com/us/support/downloads\">Samsung</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://esupport.sony.com/US\">Sony</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"http://support.toshiba.com/support/products?cat=Computers" -"\">Toshiba</a>" +"Take note of the changes that you apply to the BIOS settings. That way, you " +"can revert the changes if they prevent the computer from starting on its " +"usual operating system." msgstr "" #. type: Content of: <p> @@ -336,13 +297,6 @@ msgid "" "not apply to certain computer models." msgstr "" -#. type: Content of: <div><p> -msgid "" -"Take note of the changes that you apply to the BIOS settings. That way, you " -"can revert the changes if they prevent the computer from starting on its " -"usual operating system." -msgstr "" - #. type: Content of: <ul><li><p> msgid "" "There might be an option in your BIOS to enable the Boot Menu key. Make sure " @@ -362,6 +316,23 @@ msgstr "" msgid "Disable <strong>Fast boot</strong>." msgstr "" +#. type: Content of: <ul><li><p> +msgid "Enable <strong>CSM boot</strong>." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Enable <strong>Legacy boot</strong> in addition to UEFI. The computer might " +"not start anymore on its regular operating system if you disable UEFI " +"completely or if you only enable Legacy boot." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Try to upgrade the BIOS. To do so, refer to the support website of the " +"computer manufacturer." +msgstr "" + #. type: Content of: <div><p> #, fuzzy #| msgid "" 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 e116d4ead61..e6f6656d651 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 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -50,7 +50,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>GRUB</em> looks like:" +msgid "This is what <em>GRUB</em> looks like:" msgstr "" #. type: Content of: <p> @@ -61,7 +61,7 @@ msgid "" msgstr "" #. type: Content of: <p> -msgid "This is how <em>SYSLINUX</em> looks like:" +msgid "This is what <em>SYSLINUX</em> looks like:" msgstr "" #. type: Content of: <p> @@ -263,54 +263,15 @@ msgstr "" msgid "" "If none of the possible Boot Menu keys from the previous technique work, or " "if the USB stick does not appear in the Boot Menu, you might need to edit " -"your BIOS settings." +"your BIOS settings. To learn how to edit the BIOS settings, search for the " +"user manual of the computer on the support website of the manufacturer." msgstr "" #. type: Content of: <div><p> msgid "" -"Search for the user manual of the computer on the website of its " -"manufacturer to learn how to edit the BIOS settings:" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://us.acer.com/ac/en/US/content/drivers\">Acer</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://www.asus.com/us/support/\">Asus</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.dell.com/support/home/us/en/19/Products/\">Dell</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"https://www.fujitsu.com/global/support/products/software/manual/" -"\">Fujitsu</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"https://support.hp.com/us-en/products/\">HP</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://support.lenovo.com/us/en/\">Lenovo</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://www.samsung.com/us/support/downloads\">Samsung</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "<a href=\"http://esupport.sony.com/US\">Sony</a>" -msgstr "" - -#. type: Content of: <div><ul><li> -msgid "" -"<a href=\"http://support.toshiba.com/support/products?cat=Computers" -"\">Toshiba</a>" +"Take note of the changes that you apply to the BIOS settings. That way, you " +"can revert the changes if they prevent the computer from starting on its " +"usual operating system." msgstr "" #. type: Content of: <p> @@ -319,13 +280,6 @@ msgid "" "not apply to certain computer models." msgstr "" -#. type: Content of: <div><p> -msgid "" -"Take note of the changes that you apply to the BIOS settings. That way, you " -"can revert the changes if they prevent the computer from starting on its " -"usual operating system." -msgstr "" - #. type: Content of: <ul><li><p> msgid "" "There might be an option in your BIOS to enable the Boot Menu key. Make sure " @@ -345,6 +299,23 @@ msgstr "" msgid "Disable <strong>Fast boot</strong>." msgstr "" +#. type: Content of: <ul><li><p> +msgid "Enable <strong>CSM boot</strong>." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Enable <strong>Legacy boot</strong> in addition to UEFI. The computer might " +"not start anymore on its regular operating system if you disable UEFI " +"completely or if you only enable Legacy boot." +msgstr "" + +#. type: Content of: <ul><li><p> +msgid "" +"Try to upgrade the BIOS. To do so, refer to the support website of the " +"computer manufacturer." +msgstr "" + #. type: Content of: <div><p> msgid "" "If none of these options work, we are sorry but you might not be able to use " 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 680792e07b5..dd5d8069c47 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 09:05+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: \n" @@ -464,7 +464,7 @@ msgstr "" #| " <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 " +"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 " 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 6157512dd0c..423dcea76c6 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-11-19 16:58+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -441,7 +441,7 @@ msgstr "" #| " <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 " +"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot " "options appears at the bottom of the screen." msgstr "" " 1. En el <span class=\"application\">Menú de cargador de arranque</span>, " 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 cc9301f9ddf..b11eb2c6df5 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-22 16:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -361,7 +361,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Press <span class=\"keycap\">TAB</span>. A command line with a list of boot " +"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot " "options appears at the bottom of the screen." msgstr "" 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 b56fcc1c6eb..05c09b2cd19 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,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-03 14:25+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -440,7 +440,7 @@ msgstr "" #| " <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 " +"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot " "options appears at the bottom of the screen." msgstr "" " 1. Dans le <span class=\"application\">menu du chargeur d’amorçage</" 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 26c0176496b..7f2df0fb12f 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@boum.org\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-17 12:26+0000\n" "Last-Translator: gallium69 <gallium69@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -442,7 +442,7 @@ msgstr "" #| " <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 " +"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot " "options appears at the bottom of the screen." msgstr "" " 1. Nel menù <span class=\"guilabel\">Avvia Tails</span>, premi\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 b533449bd04..20b0ee8c77d 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 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-25 05:24+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2018-02-21 10:55+0000\n" "Last-Translator: Tails translators <amnesia@boum.org\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -364,7 +364,7 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Press <span class=\"keycap\">TAB</span>. A command line with a list of boot " +"Press <span class=\"keycap\">Tab</span>. A command line with a list of boot " "options appears at the bottom of the screen." msgstr "" diff --git a/wiki/src/news/achievements_in_2019.fr.po b/wiki/src/news/achievements_in_2019.fr.po index e1b0d7cafbf..589680afb6d 100644 --- a/wiki/src/news/achievements_in_2019.fr.po +++ b/wiki/src/news/achievements_in_2019.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2019-10-31 13:06+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-04-05 23:29+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -39,13 +39,12 @@ msgstr "[[!tag announce]]\n" #. type: Plain text msgid "" -"On October 7, we started our [[yearly donation " -"campaign|news/2019-fundraiser]]. Today, we summarize what we achieved with " -"your help in 2019." +"On October 7, we started our [[yearly donation campaign|news/2019-" +"fundraiser]]. Today, we summarize what we achieved with your help in 2019." msgstr "" -"Le 7 octobre, nous avons commencé notre [[campagne de dons annuelle|news/" -"2019-fundraiser]]. Aujourd'hui, nous résumons ce que nous avons réalisé avec " -"votre aide en 2019." +"Le 7 octobre, nous avons commencé notre [[campagne de dons annuelle|" +"news/2019-fundraiser]]. Aujourd'hui, nous résumons ce que nous avons réalisé " +"avec votre aide en 2019." #. type: Plain text msgid "" @@ -58,8 +57,7 @@ msgstr "" #. type: Title = #, no-wrap msgid "Easier adoption by new users\n" -msgstr "" -"Appropriation plus facile pour les nouvelles personnes utilisant Tails\n" +msgstr "Appropriation plus facile pour les nouvelles personnes utilisant Tails\n" #. type: Plain text msgid "" @@ -99,10 +97,9 @@ msgstr "" #. type: Bullet: ' - ' msgid "" -"We explained better how to [[troubleshoot failing " -"Wi-Fi|install/win/usb#wi-fi]], an issue unfortunately quite common, " -"especially on Mac, and documented which Wi-Fi USB adapters work well in " -"Tails." +"We explained better how to [[troubleshoot failing Wi-Fi|install/win/usb#wi-" +"fi]], an issue unfortunately quite common, especially on Mac, and documented " +"which Wi-Fi USB adapters work well in Tails." msgstr "" "Nous avons mieux expliqué comment [[corriger les problèmes de Wi-Fi|install/" "win/usb#wi-fi]], un problème malheureusement très courant, notamment sur " @@ -146,8 +143,12 @@ msgid "" msgstr "" #. type: Plain text +#, fuzzy +#| msgid "" +#| "We also improved a lot the usability of *Tails Greeter* for non-English " +#| "users in [[Tails 4.0|version_4.0#greeter]]." msgid "" -"We also improved a lot the usability of *Tails Greeter* for non-English " +"We also improved a lot the usability of the Welcome Screen for non-English " "users in [[Tails 4.0|version_4.0#greeter]]." msgstr "" "Nous avons également amélioré l'ergonomie du *Tails Greeter* pour les " @@ -183,10 +184,8 @@ msgid "" " KeePassXC, OnionShare 1.3.2, fixes Electrum, updates to Debian 10 and\n" " GNOME 3.30, starts faster and uses less memory.\n" msgstr "" -" Tails 4.0 est notre plus importante version de ces dernières années. Tails " -"4.0 ajoute\n" -" KeePassXC, OnionShare 1.3.2, corrige Electrum, met à jour vers Debian 10 " -"et\n" +" Tails 4.0 est notre plus importante version de ces dernières années. Tails 4.0 ajoute\n" +" KeePassXC, OnionShare 1.3.2, corrige Electrum, met à jour vers Debian 10 et\n" " GNOME 3.30, démarre plus vite et utilise moins de mémoire.\n" #. type: Bullet: '- ' @@ -211,10 +210,9 @@ msgstr "" #. type: Bullet: '- ' msgid "" "We removed less popular software and localization packages, which you can " -"now install yourself using the [[Additional " -"Software|doc/first_steps/additional_software]] feature. Optimizations like " -"these made the USB image of Tails 4.0 47 MB smaller than Tails 3.6, which " -"was the bigger release ever." +"now install yourself using the [[Additional Software|doc/first_steps/" +"additional_software]] feature. Optimizations like these made the USB image " +"of Tails 4.0 47 MB smaller than Tails 3.6, which was the bigger release ever." msgstr "" "Nous avons enlevé les logiciels et les paquets de langues les moins " "populaires, que vous pouvez maintenant installer vous-mêmes avec la fonction " @@ -239,26 +237,32 @@ msgid "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" msgstr "[GNOME](https://gitlab.gnome.org/GNOME/gtk/merge_requests/263)" #. type: Bullet: ' - ' -msgid "[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-source-into-unstable/)" +msgid "" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" msgstr "" -"[Debian](https://tracker.debian.org/news/1062740/" -"accepted-apparmor-2133-5-source-into-unstable/)" +"[Debian](https://tracker.debian.org/news/1062740/accepted-apparmor-2133-5-" +"source-into-unstable/)" #. type: Bullet: ' - ' -msgid "[OnionShare](https://tracker.debian.org/news/1036041/accepted-onionshare-20-1-source-all-into-unstable/)" +msgid "" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" msgstr "" -"[OnionShare](https://tracker.debian.org/news/1036041/" -"accepted-onionshare-20-1-source-all-into-unstable/)" +"[OnionShare](https://tracker.debian.org/news/1036041/accepted-" +"onionshare-20-1-source-all-into-unstable/)" #. type: Bullet: ' - ' msgid "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" msgstr "[KeePassXC](https://github.com/keepassxreboot/keepassxc/pull/2593)" #. type: Bullet: ' - ' -msgid "[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-source-amd64-into-unstable/)" +msgid "" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" msgstr "" -"[torsocks](https://tracker.debian.org/news/1037418/" -"accepted-torsocks-230-2-source-amd64-into-unstable/)" +"[torsocks](https://tracker.debian.org/news/1037418/accepted-torsocks-230-2-" +"source-amd64-into-unstable/)" #. type: Bullet: ' - ' msgid "[ikiwiki](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911356)" @@ -266,13 +270,13 @@ msgstr "[ikiwiki](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911356)" #. type: Bullet: '- ' msgid "" -"We had to temper several [[!wikipedia Denial-of-service_attack " -"desc=\"distributed denial-of-service (DDoS)\"]] attacks targeting our " +"We had to temper several [[!wikipedia Denial-of-service_attack desc=" +"\"distributed denial-of-service (DDoS)\"]] attacks targeting our " "infrastructure." msgstr "" "Nous avons dû faire face à plusieurs attaques [[!wikipedia_fr " -"Attaque_par_déni_de_service desc=\"par déni de service distribué (" -"distributed denial-of-service – DDoS)\"]] visant notre infrastructure." +"Attaque_par_déni_de_service desc=\"par déni de service distribué " +"(distributed denial-of-service – DDoS)\"]] visant notre infrastructure." #. type: Bullet: '- ' msgid "" @@ -280,8 +284,8 @@ msgid "" "fine people of boum.org. Thank you! As they were reducing their activities, " "we had to migrate our services. Our website is now self-hosted and our " "mailing-lists are taken care of by 2 experienced and trusted autonomous " -"server projects: [autistici.org](https://autistici.org) and " -"[puscii.nl](https://puscii.nl)." +"server projects: [autistici.org](https://autistici.org) and [puscii.nl]" +"(https://puscii.nl)." msgstr "" "Pendant 9 ans, nous avons compté sur les services d'hébergement fournis par " "les merveilleuses personnes de boum.org. Merci ! Comme elles réduisent leurs " @@ -374,9 +378,5 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"<div class=\"donate-button\"><a " -"href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" -msgstr "" -"<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-" -"achievements\">Faire un don</a></div>\n" +msgid "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Donate</a></div>\n" +msgstr "<div class=\"donate-button\"><a href=\"https://tails.boum.org/donate/?r=2019-achievements\">Faire un don</a></div>\n" diff --git a/wiki/src/news/celebrating_10_years.fr.po b/wiki/src/news/celebrating_10_years.fr.po index fc41f95838d..cb9dfd73db9 100644 --- a/wiki/src/news/celebrating_10_years.fr.po +++ b/wiki/src/news/celebrating_10_years.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-03 10:46+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-27 15:36+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -138,8 +138,8 @@ msgid "" "paved the way to what is Tails today:" msgstr "" "Quand nous avons commencé le projet *amnesia* en 2009, d'autres projets " -"avant nous ont construit la route qui fait de Tails ce qu'il est aujourd'hui " -":" +"avant nous ont construit la route qui fait de Tails ce qu'il est " +"aujourd'hui :" #. type: Bullet: '- ' msgid "" @@ -167,16 +167,15 @@ msgid "" "2007 and based on Gentoo, pushed the concept of live operating systems a bit " "further by focusing on security, online anonymity, and the use of Tor." msgstr "" -"[ELE](https://web.archive.org/web/20050422130010/" -"http://www.northernsecurity.net:80/download/ele/), né en 2005 et basé sur " -"Damn Small Linux, [Anonym.OS](https://web.archive.org/web/20060212030338/" -"http://theory.kaos.to:80/projects.html), né en 2006 et basé sur OpenBSD et " -"[Incognito](https://web.archive.org/web/20071213084719/" -"http://www.browseanonymouslyanywhere.com/incognito/" -"index.php?option=com_content&task=view&id=28&Itemid=41), né en 2007 et basé " -"sur Gentoo, ont poussés le concept de système d'exploitation live un peu " -"plus loin en se concentrant sur la sécurité, l'anonymat en ligne et " -"l'utilisation de Tor." +"[ELE](https://web.archive.org/web/20050422130010/http://www.northernsecurity." +"net:80/download/ele/), né en 2005 et basé sur Damn Small Linux, [Anonym.OS]" +"(https://web.archive.org/web/20060212030338/http://theory.kaos.to:80/" +"projects.html), né en 2006 et basé sur OpenBSD et [Incognito](https://web." +"archive.org/web/20071213084719/http://www.browseanonymouslyanywhere.com/" +"incognito/index.php?option=com_content&task=view&id=28&Itemid=41), né en " +"2007 et basé sur Gentoo, ont poussés le concept de système d'exploitation " +"live un peu plus loin en se concentrant sur la sécurité, l'anonymat en ligne " +"et l'utilisation de Tor." #. type: Plain text #, no-wrap @@ -191,17 +190,13 @@ msgid "" " Project](https://blog.torproject.org/incognito-and-tor-project-sign-licensing-agreement).\n" msgstr "" " *Incognito*\n" -" a été le premier système d'exploitation live à inclure un ensemble " -"complet\n" -" d'applications configurées par défaut pour fonctionner avec Tor (" -"navigateur, client de\n" +" a été le premier système d'exploitation live à inclure un ensemble complet\n" +" d'applications configurées par défaut pour fonctionner avec Tor (navigateur, client de\n" " messagerie électronique, client IRC, etc.), offrant un dossier *Home*\n" " persistant et permettant même d'héberger des services onion.\n" -" *Incognito* a aussi été le premier système d'exploitation live à recevoir " -"une\n" +" *Incognito* a aussi été le premier système d'exploitation live à recevoir une\n" " [reconnaissance officielle du projet\n" -" Tor](https://blog.torproject.org/incognito-and-tor-project-sign-licensing-" -"agreement).\n" +" Tor](https://blog.torproject.org/incognito-and-tor-project-sign-licensing-agreement).\n" #. type: Plain text #, no-wrap @@ -230,11 +225,11 @@ msgid "" "renamed *T(A)ILS*, *The Amnesic Incognito Live System*, to act the fusion " "between *amnesia* and *Incognito*." msgstr "" -"En mars 2010, *Incognito* a été déclaré abandonné et *amnesia* son \"[" -"successeur spirituel](https://web.archive.org/web/20100728224716/" -"http://www.anonymityanywhere.com:80/incognito)\". Plusieurs semaines plus " -"tard, *amnesia* sera renommé *T(A)ILS*, *The Amnesic Incognito Live System*, " -"pour confirmer la fusion entre *amnesia* et *Incognito*." +"En mars 2010, *Incognito* a été déclaré abandonné et *amnesia* son " +"\"[successeur spirituel](https://web.archive.org/web/20100728224716/http://" +"www.anonymityanywhere.com:80/incognito)\". Plusieurs semaines plus tard, " +"*amnesia* sera renommé *T(A)ILS*, *The Amnesic Incognito Live System*, pour " +"confirmer la fusion entre *amnesia* et *Incognito*." #. type: Plain text #, no-wrap @@ -271,8 +266,7 @@ msgstr "[[!img amnesia-0.2.png link=\"no\" alt=\"\"]]\n" #. type: Title = #, no-wrap msgid "2011-2014: core features, Tails 1.0, and public recognition\n" -msgstr "" -"2011-2014 : fonctions essentielles, Tails 1.0 et reconnaissance publique\n" +msgstr "2011-2014 : fonctions essentielles, Tails 1.0 et reconnaissance publique\n" #. type: Plain text msgid "" @@ -287,16 +281,16 @@ msgid "" "**Tails Installer**, forked from the [[!wikipedia Fedora_Media_Writer desc=" "\"Fedora Live USB Creator\"]]" msgstr "" -"**L'installeur Tails**, dérivé de [[!wikipedia_fr Fedora_Media_Writer desc=\"" -"Fedora Media Writer\"]]" +"**L'installeur Tails**, dérivé de [[!wikipedia_fr Fedora_Media_Writer desc=" +"\"Fedora Media Writer\"]]" #. type: Bullet: '- ' msgid "**Persistence**" msgstr "**Persistance**" #. type: Bullet: '- ' -msgid "**Tails Greeter**, our welcome screen" -msgstr "**Tails Greeter**, notre écran de bienvenue" +msgid "**Welcome Screen**" +msgstr "" #. type: Bullet: '- ' msgid "**Automatic upgades**" @@ -343,10 +337,10 @@ msgid "" msgstr "" "En juin 2013, Edward Snowden révelait des milliers de documents classifiés " "sur les programmes de surveillance de la NSA. Tails a été mentionné par des " -"scientifiques célèbres [Bruce Schneier](https://www.theguardian.com/world/" -"2013/sep/05/nsa-how-to-remain-secure-surveillance) et [Micah " -"Lee](https://freedom.press/news/encryption-works-how-to-protect-your-privacy-" -"and-your-sources-in-the-age-of-nsa-surveillance/) comme l'un des outils de " +"scientifiques célèbres [Bruce Schneier](https://www.theguardian.com/" +"world/2013/sep/05/nsa-how-to-remain-secure-surveillance) et [Micah Lee]" +"(https://freedom.press/news/encryption-works-how-to-protect-your-privacy-and-" +"your-sources-in-the-age-of-nsa-surveillance/) comme l'un des outils de " "protection contre la surveillance de la NSA." #. type: Plain text @@ -356,9 +350,9 @@ msgid "" "innovation-prize-winners-announced-at-rightscon). According to Access Now:" msgstr "" "En mars 2014, nous avons reçu notre première récompense, le [Access " -"Innovation Prize for Endpoint Security](https://www.accessnow.org/blog/2014/" -"03/11/2014-access-innovation-prize-winners-announced-at-rightscon). D'après " -"Access Now :" +"Innovation Prize for Endpoint Security](https://www.accessnow.org/" +"blog/2014/03/11/2014-access-innovation-prize-winners-announced-at-" +"rightscon). D'après Access Now :" #. type: Plain text #, no-wrap @@ -415,16 +409,12 @@ msgstr "<p style=\"max-width: 800px;\">\n" #. type: Plain text #, no-wrap msgid "[[!img snowden-1.jpg size=\"380x\" alt=\"Snowden plugging an SD card in a laptop with a blue Tails USB stick\"]]\n" -msgstr "" -"[[!img snowden-1.jpg size=\"380x\" alt=\"Snowden branchant une carte SD dans " -"un portable avec une clé USB Tails bleue\"]]\n" +msgstr "[[!img snowden-1.jpg size=\"380x\" alt=\"Snowden branchant une carte SD dans un portable avec une clé USB Tails bleue\"]]\n" #. type: Plain text #, no-wrap msgid "[[!img snowden-2.jpg size=\"380x\" alt=\"Snowden showing NSA documents on Tails to Ewen MacAskill\"]]\n" -msgstr "" -"[[!img snowden-2.jpg size=\"380x\" alt=\"Snowden montrant des documents de " -"la NSA sur Tails à Ewen MacAskill\"]]\n" +msgstr "[[!img snowden-2.jpg size=\"380x\" alt=\"Snowden montrant des documents de la NSA sur Tails à Ewen MacAskill\"]]\n" #. type: Plain text #, no-wrap @@ -432,8 +422,7 @@ msgid "" "<em>Images from <a href=\"https://citizenfourfilm.com/\">Citizenfour</a> by Laura Poitras, minutes 37 and 41.</em>\n" "</p>\n" msgstr "" -"<em>Images de <a href=\"https://citizenfourfilm.com/\">Citizenfour</a> par " -"Laura Poitras, 37ème et 41ème minutes.</em>\n" +"<em>Images de <a href=\"https://citizenfourfilm.com/\">Citizenfour</a> par Laura Poitras, 37ème et 41ème minutes.</em>\n" "</p>\n" #. type: Plain text @@ -450,12 +439,12 @@ msgstr "" "Plusieurs semaines plus tard, la version 1.0 de Tails a fait la couverture " "de [The Verge](https://www.theverge.com/2014/4/29/5664884/this-is-the-most-" "secure-computer-you-ll-ever-own), [CNET](https://www.cnet.com/news/anonymous-" -"os-reportedly-favored-by-nsa-whistle-blower-edward-snowden-reaches-version-1-" -"0/), [Boing Boing](https://boingboing.net/2014/04/30/tails-snowdens-favorite-" -"ano.html) et de plein d'autres. En décembre, [Der " -"Spiegel](https://www.spiegel.de/media/media-35535.pdf) a publié des " -"présentations internes à la NSA qui classent Tails comme ayant un « impact " -"catastrophique » et étant la « priorité absolue » :" +"os-reportedly-favored-by-nsa-whistle-blower-edward-snowden-reaches-" +"version-1-0/), [Boing Boing](https://boingboing.net/2014/04/30/tails-" +"snowdens-favorite-ano.html) et de plein d'autres. En décembre, [Der Spiegel]" +"(https://www.spiegel.de/media/media-35535.pdf) a publié des présentations " +"internes à la NSA qui classent Tails comme ayant un « impact catastrophique " +"» et étant la « priorité absolue » :" #. type: Plain text #, no-wrap @@ -466,10 +455,8 @@ msgid "" "insight to target communications, presence)'\"]]\n" msgstr "" "[[!img nsa.png link=\"https://www.spiegel.de/media/media-35535.pdf\"\n" -"alt=\"Tor, TrueCrypt, Tails sont classés comme 'Risque d'utilisation : cible " -"actuelle\n" -"la plus prioritaire' et 'Impact: catastrophique (perte quasi totale/manque " -"de\n" +"alt=\"Tor, TrueCrypt, Tails sont classés comme 'Risque d'utilisation : cible actuelle\n" +"la plus prioritaire' et 'Impact: catastrophique (perte quasi totale/manque de\n" "visibilité pour cibler les communications, la présence)'\"]]\n" #. type: Plain text @@ -531,18 +518,15 @@ msgstr "" "systématiquement appuyés sur des pratiques de conception centrées sur les " "personnes utilisant Tails pour nous assurer que tous les changements majeurs " "que nous faisons rendent Tails plus facile à utiliser. Nous avons réalisé " -"dix sessions de tests d'utilisabilité, en utilisant des [prototypes " -"papiers](https://simplysecure.org/blog/formative-testing), en faisant des [[" -"enquêtes quantitatives|blueprint/veracrypt]], et en catégorisant mieux notre " -"public en utilisant des [[personas|contribute/personas]]." +"dix sessions de tests d'utilisabilité, en utilisant des [prototypes papiers]" +"(https://simplysecure.org/blog/formative-testing), en faisant des [[enquêtes " +"quantitatives|blueprint/veracrypt]], et en catégorisant mieux notre public " +"en utilisant des [[personas|contribute/personas]]." #. type: Plain text #, no-wrap msgid "[[<img src=\"https://git.tails.boum.org/ux/plain/personas/personas-small.png\" id=\"picture\" class=\"img-responsive\" alt=\"Our 3 personas: Riou, Cris, and Kim\">|contribute/personas]]\n" -msgstr "" -"[[<img src=\"https://git.tails.boum.org/ux/plain/personas/personas-small." -"png\" id=\"picture\" class=\"img-responsive\" alt=\"Nos trois personas : " -"Riou, Cris et Kim\">|contribute/personas]]\n" +msgstr "[[<img src=\"https://git.tails.boum.org/ux/plain/personas/personas-small.png\" id=\"picture\" class=\"img-responsive\" alt=\"Nos trois personas : Riou, Cris et Kim\">|contribute/personas]]\n" #. type: Plain text msgid "" @@ -553,9 +537,15 @@ msgstr "" "avons réalisés depuis 2015 pour rendre Tails plus facile à installer :" #. type: Plain text +#, fuzzy +#| msgid "" +#| "- The [[installation instructions|install]] (2016) - The [[verification " +#| "extension|install/download]] (2016) - The new [[Tails Greeter|news/" +#| "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" +#| "version_3.12#usb-images]] (2019)" msgid "" "- The [[installation instructions|install]] (2016) - The [[verification " -"extension|install/download]] (2016) - The new [[Tails Greeter|news/" +"extension|install/download]] (2016) - The new [[Welcome Screen|news/" "version_3.0#greeter]] (2017) - The shift to [[USB images and Etcher|news/" "version_3.12#usb-images]] (2019)" msgstr "" @@ -583,9 +573,9 @@ msgid "" "Images of Tails are [built automatically](https://nightly.tails.boum.org/) " "every time we develop a change for an upcoming release." msgstr "" -"Les images binaires de Tails sont [construites " -"automatiquement](https://nightly.tails.boum.org/) à chaque fois que nous " -"développons une modification pour une prochaine version." +"Les images binaires de Tails sont [construites automatiquement](https://" +"nightly.tails.boum.org/) à chaque fois que nous développons une modification " +"pour une prochaine version." #. type: Bullet: '- ' msgid "" @@ -620,8 +610,7 @@ msgid "" "</video>\n" msgstr "" "<video controls=\"true\" width=\"880\" height=\"352\">\n" -" <source src=\"https://tails.boum.org/news/celebrating_10_years/test-suite." -"mp4\" type=\"video/mp4\" />\n" +" <source src=\"https://tails.boum.org/news/celebrating_10_years/test-suite.mp4\" type=\"video/mp4\" />\n" "</video>\n" #. type: Plain text @@ -795,3 +784,6 @@ msgstr "" #. type: Plain text msgid "Thank you!" msgstr "Merci !" + +#~ msgid "**Tails Greeter**, our welcome screen" +#~ msgstr "**Tails Greeter**, notre écran de bienvenue" diff --git a/wiki/src/news/version_4.1.fr.po b/wiki/src/news/version_4.1.fr.po index 0eb88873776..80c87d55858 100644 --- a/wiki/src/news/version_4.1.fr.po +++ b/wiki/src/news/version_4.1.fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-02-09 15:36+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-31 09:35+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -59,9 +59,9 @@ msgid "" "zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion/>, as the " "default OpenPGP keyserver." msgstr "" -"Utilise <https://keys.openpgp.org/>, aussi disponible sur " -"<http://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion/>, " -"comme serveur de clés OpenPGP par défaut." +"Utilise <https://keys.openpgp.org/>, aussi disponible sur <http://" +"zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion/>, comme " +"serveur de clés OpenPGP par défaut." #. type: Plain text #, no-wrap @@ -137,8 +137,9 @@ msgstr "" "Greeter*. ([[!tails_ticket 17177]])" #. type: Plain text -#, no-wrap -msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +#, fuzzy, no-wrap +#| msgid " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" +msgid " [[!img doc/first_steps/welcome_screen/persistence.png link=\"no\" alt=\"\"]]\n" msgstr " [[!img doc/first_steps/startup_options/persistence.png link=\"no\" alt=\"\"]]\n" #. type: Bullet: '- ' @@ -146,8 +147,8 @@ msgid "" "Fix the display of the troubleshooting error when GDM fails to start. ([[!" "tails_ticket 17200]])" msgstr "" -"Corrige l'affichage de l'erreur de dépannage lorsque GDM ne démarre pas. ([[" -"!tails_ticket 17200]])" +"Corrige l'affichage de l'erreur de dépannage lorsque GDM ne démarre pas. ([[!" +"tails_ticket 17200]])" #. type: Plain text #, no-wrap @@ -169,8 +170,8 @@ msgid "" "- Make the installation of additional software more reliable. ([[!" "tails_ticket 17203]])" msgstr "" -"- Rend l'installation des logiciels additionnels plus fiable. ([[" -"!tails_ticket 17203]])" +"- Rend l'installation des logiciels additionnels plus fiable. ([[!" +"tails_ticket 17203]])" #. type: Plain text msgid "" diff --git a/wiki/src/news/version_4.5.de.po b/wiki/src/news/version_4.5.de.po new file mode 100644 index 00000000000..445e4f16185 --- /dev/null +++ b/wiki/src/news/version_4.5.de.po @@ -0,0 +1,208 @@ +# 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: 2020-04-07 17:09+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"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=\"Tails 4.5 is out\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Tue, 07 Apr 2020 12:34:56 +0000\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!pagetemplate template=\"news.tmpl\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag announce]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"This release fixes [[many security vulnerabilities|security/" +"Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=2]]\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "New features" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Secure Boot" +msgstr "" + +#. type: Plain text +msgid "Tails now starts on computers with Secure Boot enabled." +msgstr "" + +#. type: Plain text +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<pre>Security settings do not allow this Mac to use an external startup disk.</pre>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>Then you have to [[change the settings of the <em>Startup Security\n" +"Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize\n" +"starting from Tails.</p>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Changes and updates" +msgstr "" + +#. type: Plain text +msgid "" +"- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-" +"tor-browser-909)." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" This update fixes several [[!mfsa 2020-13 desc=\"vulnerabilities\"]] in\n" +" *Firefox*, including [[!mfsa 2020-11 desc=\"some critical ones\"]].\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" Mozilla is aware of targeted attacks in the wild abusing this\n" +" vulnerability.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"known-issues\"></a>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Known issues" +msgstr "" + +#. type: Plain text +msgid "None specific to this release." +msgstr "" + +#. type: Plain text +msgid "See the list of [[long-standing issues|support/known_issues]]." +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Get Tails 4.5" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To upgrade your Tails USB stick and keep your persistent storage" +msgstr "" + +#. type: Plain text +msgid "- Automatic upgrades are available from Tails 4.2 or later to 4.5." +msgstr "" + +#. type: Bullet: '- ' +msgid "" +"If you cannot do an automatic upgrade or if Tails fails to start after an " +"automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To install Tails on a new USB stick" +msgstr "" + +#. type: Plain text +msgid "Follow our installation instructions:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Windows|install/win]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from macOS|install/mac]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Linux|install/linux]]" +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 "" + +#. type: Title ## +#, no-wrap +msgid "To download only" +msgstr "" + +#. type: Plain text +msgid "" +"If you don't need installation or upgrade instructions, you can download " +"Tails 4.5 directly:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For USB sticks (USB image)|install/download]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For DVDs and virtual machines (ISO image)|install/download-iso]]" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "What's coming up?" +msgstr "" + +#. type: Plain text +msgid "Tails 4.6 is [[scheduled|contribute/calendar]] for May 5." +msgstr "" + +#. type: Plain text +msgid "Have a look at our [[!tails_roadmap]] to see where we are heading to." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"We need your help and there are many ways to [[contribute to\n" +"Tails|contribute]] (<a href=\"https://tails.boum.org/donate/?r=4.5\">donating</a> is only one of\n" +"them). Come [[talk to us|about/contact#tails-dev]]!\n" +msgstr "" diff --git a/wiki/src/news/version_4.5.es.po b/wiki/src/news/version_4.5.es.po new file mode 100644 index 00000000000..445e4f16185 --- /dev/null +++ b/wiki/src/news/version_4.5.es.po @@ -0,0 +1,208 @@ +# 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: 2020-04-07 17:09+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"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=\"Tails 4.5 is out\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Tue, 07 Apr 2020 12:34:56 +0000\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!pagetemplate template=\"news.tmpl\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag announce]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"This release fixes [[many security vulnerabilities|security/" +"Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=2]]\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "New features" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Secure Boot" +msgstr "" + +#. type: Plain text +msgid "Tails now starts on computers with Secure Boot enabled." +msgstr "" + +#. type: Plain text +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<pre>Security settings do not allow this Mac to use an external startup disk.</pre>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>Then you have to [[change the settings of the <em>Startup Security\n" +"Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize\n" +"starting from Tails.</p>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Changes and updates" +msgstr "" + +#. type: Plain text +msgid "" +"- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-" +"tor-browser-909)." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" This update fixes several [[!mfsa 2020-13 desc=\"vulnerabilities\"]] in\n" +" *Firefox*, including [[!mfsa 2020-11 desc=\"some critical ones\"]].\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" Mozilla is aware of targeted attacks in the wild abusing this\n" +" vulnerability.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"known-issues\"></a>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Known issues" +msgstr "" + +#. type: Plain text +msgid "None specific to this release." +msgstr "" + +#. type: Plain text +msgid "See the list of [[long-standing issues|support/known_issues]]." +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Get Tails 4.5" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To upgrade your Tails USB stick and keep your persistent storage" +msgstr "" + +#. type: Plain text +msgid "- Automatic upgrades are available from Tails 4.2 or later to 4.5." +msgstr "" + +#. type: Bullet: '- ' +msgid "" +"If you cannot do an automatic upgrade or if Tails fails to start after an " +"automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To install Tails on a new USB stick" +msgstr "" + +#. type: Plain text +msgid "Follow our installation instructions:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Windows|install/win]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from macOS|install/mac]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Linux|install/linux]]" +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 "" + +#. type: Title ## +#, no-wrap +msgid "To download only" +msgstr "" + +#. type: Plain text +msgid "" +"If you don't need installation or upgrade instructions, you can download " +"Tails 4.5 directly:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For USB sticks (USB image)|install/download]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For DVDs and virtual machines (ISO image)|install/download-iso]]" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "What's coming up?" +msgstr "" + +#. type: Plain text +msgid "Tails 4.6 is [[scheduled|contribute/calendar]] for May 5." +msgstr "" + +#. type: Plain text +msgid "Have a look at our [[!tails_roadmap]] to see where we are heading to." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"We need your help and there are many ways to [[contribute to\n" +"Tails|contribute]] (<a href=\"https://tails.boum.org/donate/?r=4.5\">donating</a> is only one of\n" +"them). Come [[talk to us|about/contact#tails-dev]]!\n" +msgstr "" diff --git a/wiki/src/news/version_4.5.fa.po b/wiki/src/news/version_4.5.fa.po new file mode 100644 index 00000000000..445e4f16185 --- /dev/null +++ b/wiki/src/news/version_4.5.fa.po @@ -0,0 +1,208 @@ +# 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: 2020-04-07 17:09+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"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=\"Tails 4.5 is out\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Tue, 07 Apr 2020 12:34:56 +0000\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!pagetemplate template=\"news.tmpl\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag announce]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"This release fixes [[many security vulnerabilities|security/" +"Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=2]]\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "New features" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Secure Boot" +msgstr "" + +#. type: Plain text +msgid "Tails now starts on computers with Secure Boot enabled." +msgstr "" + +#. type: Plain text +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<pre>Security settings do not allow this Mac to use an external startup disk.</pre>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>Then you have to [[change the settings of the <em>Startup Security\n" +"Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize\n" +"starting from Tails.</p>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Changes and updates" +msgstr "" + +#. type: Plain text +msgid "" +"- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-" +"tor-browser-909)." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" This update fixes several [[!mfsa 2020-13 desc=\"vulnerabilities\"]] in\n" +" *Firefox*, including [[!mfsa 2020-11 desc=\"some critical ones\"]].\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" Mozilla is aware of targeted attacks in the wild abusing this\n" +" vulnerability.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"known-issues\"></a>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Known issues" +msgstr "" + +#. type: Plain text +msgid "None specific to this release." +msgstr "" + +#. type: Plain text +msgid "See the list of [[long-standing issues|support/known_issues]]." +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Get Tails 4.5" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To upgrade your Tails USB stick and keep your persistent storage" +msgstr "" + +#. type: Plain text +msgid "- Automatic upgrades are available from Tails 4.2 or later to 4.5." +msgstr "" + +#. type: Bullet: '- ' +msgid "" +"If you cannot do an automatic upgrade or if Tails fails to start after an " +"automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To install Tails on a new USB stick" +msgstr "" + +#. type: Plain text +msgid "Follow our installation instructions:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Windows|install/win]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from macOS|install/mac]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Linux|install/linux]]" +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 "" + +#. type: Title ## +#, no-wrap +msgid "To download only" +msgstr "" + +#. type: Plain text +msgid "" +"If you don't need installation or upgrade instructions, you can download " +"Tails 4.5 directly:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For USB sticks (USB image)|install/download]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For DVDs and virtual machines (ISO image)|install/download-iso]]" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "What's coming up?" +msgstr "" + +#. type: Plain text +msgid "Tails 4.6 is [[scheduled|contribute/calendar]] for May 5." +msgstr "" + +#. type: Plain text +msgid "Have a look at our [[!tails_roadmap]] to see where we are heading to." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"We need your help and there are many ways to [[contribute to\n" +"Tails|contribute]] (<a href=\"https://tails.boum.org/donate/?r=4.5\">donating</a> is only one of\n" +"them). Come [[talk to us|about/contact#tails-dev]]!\n" +msgstr "" diff --git a/wiki/src/news/version_4.5.fr.po b/wiki/src/news/version_4.5.fr.po new file mode 100644 index 00000000000..445e4f16185 --- /dev/null +++ b/wiki/src/news/version_4.5.fr.po @@ -0,0 +1,208 @@ +# 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: 2020-04-07 17:09+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"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=\"Tails 4.5 is out\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Tue, 07 Apr 2020 12:34:56 +0000\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!pagetemplate template=\"news.tmpl\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag announce]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"This release fixes [[many security vulnerabilities|security/" +"Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=2]]\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "New features" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Secure Boot" +msgstr "" + +#. type: Plain text +msgid "Tails now starts on computers with Secure Boot enabled." +msgstr "" + +#. type: Plain text +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<pre>Security settings do not allow this Mac to use an external startup disk.</pre>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>Then you have to [[change the settings of the <em>Startup Security\n" +"Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize\n" +"starting from Tails.</p>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Changes and updates" +msgstr "" + +#. type: Plain text +msgid "" +"- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-" +"tor-browser-909)." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" This update fixes several [[!mfsa 2020-13 desc=\"vulnerabilities\"]] in\n" +" *Firefox*, including [[!mfsa 2020-11 desc=\"some critical ones\"]].\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" Mozilla is aware of targeted attacks in the wild abusing this\n" +" vulnerability.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"known-issues\"></a>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Known issues" +msgstr "" + +#. type: Plain text +msgid "None specific to this release." +msgstr "" + +#. type: Plain text +msgid "See the list of [[long-standing issues|support/known_issues]]." +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Get Tails 4.5" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To upgrade your Tails USB stick and keep your persistent storage" +msgstr "" + +#. type: Plain text +msgid "- Automatic upgrades are available from Tails 4.2 or later to 4.5." +msgstr "" + +#. type: Bullet: '- ' +msgid "" +"If you cannot do an automatic upgrade or if Tails fails to start after an " +"automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To install Tails on a new USB stick" +msgstr "" + +#. type: Plain text +msgid "Follow our installation instructions:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Windows|install/win]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from macOS|install/mac]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Linux|install/linux]]" +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 "" + +#. type: Title ## +#, no-wrap +msgid "To download only" +msgstr "" + +#. type: Plain text +msgid "" +"If you don't need installation or upgrade instructions, you can download " +"Tails 4.5 directly:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For USB sticks (USB image)|install/download]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For DVDs and virtual machines (ISO image)|install/download-iso]]" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "What's coming up?" +msgstr "" + +#. type: Plain text +msgid "Tails 4.6 is [[scheduled|contribute/calendar]] for May 5." +msgstr "" + +#. type: Plain text +msgid "Have a look at our [[!tails_roadmap]] to see where we are heading to." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"We need your help and there are many ways to [[contribute to\n" +"Tails|contribute]] (<a href=\"https://tails.boum.org/donate/?r=4.5\">donating</a> is only one of\n" +"them). Come [[talk to us|about/contact#tails-dev]]!\n" +msgstr "" diff --git a/wiki/src/news/version_4.5.it.po b/wiki/src/news/version_4.5.it.po new file mode 100644 index 00000000000..445e4f16185 --- /dev/null +++ b/wiki/src/news/version_4.5.it.po @@ -0,0 +1,208 @@ +# 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: 2020-04-07 17:09+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"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=\"Tails 4.5 is out\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Tue, 07 Apr 2020 12:34:56 +0000\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!pagetemplate template=\"news.tmpl\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag announce]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"This release fixes [[many security vulnerabilities|security/" +"Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=2]]\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "New features" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Secure Boot" +msgstr "" + +#. type: Plain text +msgid "Tails now starts on computers with Secure Boot enabled." +msgstr "" + +#. type: Plain text +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<pre>Security settings do not allow this Mac to use an external startup disk.</pre>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>Then you have to [[change the settings of the <em>Startup Security\n" +"Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize\n" +"starting from Tails.</p>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Changes and updates" +msgstr "" + +#. type: Plain text +msgid "" +"- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-" +"tor-browser-909)." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" This update fixes several [[!mfsa 2020-13 desc=\"vulnerabilities\"]] in\n" +" *Firefox*, including [[!mfsa 2020-11 desc=\"some critical ones\"]].\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" Mozilla is aware of targeted attacks in the wild abusing this\n" +" vulnerability.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"known-issues\"></a>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Known issues" +msgstr "" + +#. type: Plain text +msgid "None specific to this release." +msgstr "" + +#. type: Plain text +msgid "See the list of [[long-standing issues|support/known_issues]]." +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Get Tails 4.5" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To upgrade your Tails USB stick and keep your persistent storage" +msgstr "" + +#. type: Plain text +msgid "- Automatic upgrades are available from Tails 4.2 or later to 4.5." +msgstr "" + +#. type: Bullet: '- ' +msgid "" +"If you cannot do an automatic upgrade or if Tails fails to start after an " +"automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To install Tails on a new USB stick" +msgstr "" + +#. type: Plain text +msgid "Follow our installation instructions:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Windows|install/win]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from macOS|install/mac]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Linux|install/linux]]" +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 "" + +#. type: Title ## +#, no-wrap +msgid "To download only" +msgstr "" + +#. type: Plain text +msgid "" +"If you don't need installation or upgrade instructions, you can download " +"Tails 4.5 directly:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For USB sticks (USB image)|install/download]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For DVDs and virtual machines (ISO image)|install/download-iso]]" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "What's coming up?" +msgstr "" + +#. type: Plain text +msgid "Tails 4.6 is [[scheduled|contribute/calendar]] for May 5." +msgstr "" + +#. type: Plain text +msgid "Have a look at our [[!tails_roadmap]] to see where we are heading to." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"We need your help and there are many ways to [[contribute to\n" +"Tails|contribute]] (<a href=\"https://tails.boum.org/donate/?r=4.5\">donating</a> is only one of\n" +"them). Come [[talk to us|about/contact#tails-dev]]!\n" +msgstr "" diff --git a/wiki/src/news/version_4.5.pt.po b/wiki/src/news/version_4.5.pt.po new file mode 100644 index 00000000000..445e4f16185 --- /dev/null +++ b/wiki/src/news/version_4.5.pt.po @@ -0,0 +1,208 @@ +# 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: 2020-04-07 17:09+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"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=\"Tails 4.5 is out\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Tue, 07 Apr 2020 12:34:56 +0000\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!pagetemplate template=\"news.tmpl\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag announce]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"This release fixes [[many security vulnerabilities|security/" +"Numerous_security_holes_in_4.4.1]]. You should upgrade as soon as possible." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!toc levels=2]]\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "New features" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "Secure Boot" +msgstr "" + +#. type: Plain text +msgid "Tails now starts on computers with Secure Boot enabled." +msgstr "" + +#. type: Plain text +msgid "If your Mac displays the following error:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<pre>Security settings do not allow this Mac to use an external startup disk.</pre>\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"<p>Then you have to [[change the settings of the <em>Startup Security\n" +"Utility</em>|install/mac/usb#startup-security]] of your Mac to authorize\n" +"starting from Tails.</p>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Changes and updates" +msgstr "" + +#. type: Plain text +msgid "" +"- Update *Tor Browser* to [9.0.9](https://blog.torproject.org/new-release-" +"tor-browser-909)." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" This update fixes several [[!mfsa 2020-13 desc=\"vulnerabilities\"]] in\n" +" *Firefox*, including [[!mfsa 2020-11 desc=\"some critical ones\"]].\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" Mozilla is aware of targeted attacks in the wild abusing this\n" +" vulnerability.\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "<a id=\"known-issues\"></a>\n" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Known issues" +msgstr "" + +#. type: Plain text +msgid "None specific to this release." +msgstr "" + +#. type: Plain text +msgid "See the list of [[long-standing issues|support/known_issues]]." +msgstr "" + +#. type: Title # +#, no-wrap +msgid "Get Tails 4.5" +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To upgrade your Tails USB stick and keep your persistent storage" +msgstr "" + +#. type: Plain text +msgid "- Automatic upgrades are available from Tails 4.2 or later to 4.5." +msgstr "" + +#. type: Bullet: '- ' +msgid "" +"If you cannot do an automatic upgrade or if Tails fails to start after an " +"automatic upgrade, please try to do a [[manual upgrade|doc/upgrade/#manual]]." +msgstr "" + +#. type: Title ## +#, no-wrap +msgid "To install Tails on a new USB stick" +msgstr "" + +#. type: Plain text +msgid "Follow our installation instructions:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Windows|install/win]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from macOS|install/mac]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[Install from Linux|install/linux]]" +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 "" + +#. type: Title ## +#, no-wrap +msgid "To download only" +msgstr "" + +#. type: Plain text +msgid "" +"If you don't need installation or upgrade instructions, you can download " +"Tails 4.5 directly:" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For USB sticks (USB image)|install/download]]" +msgstr "" + +#. type: Bullet: ' - ' +msgid "[[For DVDs and virtual machines (ISO image)|install/download-iso]]" +msgstr "" + +#. type: Title # +#, no-wrap +msgid "What's coming up?" +msgstr "" + +#. type: Plain text +msgid "Tails 4.6 is [[scheduled|contribute/calendar]] for May 5." +msgstr "" + +#. type: Plain text +msgid "Have a look at our [[!tails_roadmap]] to see where we are heading to." +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"We need your help and there are many ways to [[contribute to\n" +"Tails|contribute]] (<a href=\"https://tails.boum.org/donate/?r=4.5\">donating</a> is only one of\n" +"them). Come [[talk to us|about/contact#tails-dev]]!\n" +msgstr "" diff --git a/wiki/src/support/known_issues.de.po b/wiki/src/support/known_issues.de.po index 3cfae1703ea..efbbc213a8b 100644 --- a/wiki/src/support/known_issues.de.po +++ b/wiki/src/support/known_issues.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-04-01 22:42+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-24 10:20+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -337,7 +337,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -660,7 +660,7 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" #. type: Title ### @@ -781,7 +781,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -808,9 +808,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -895,7 +894,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1003,7 +1002,7 @@ msgstr "" #. type: Title - #, no-wrap -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "" #. type: Plain text @@ -1023,7 +1022,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1167,8 +1166,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1262,14 +1261,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1339,7 +1338,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1376,7 +1375,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1431,8 +1430,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.es.po b/wiki/src/support/known_issues.es.po index b8cb18b4c4c..0f7df400403 100644 --- a/wiki/src/support/known_issues.es.po +++ b/wiki/src/support/known_issues.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-04-01 22:42+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-15 21:32+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Spanish <http://translate.tails.boum.org/projects/tails/" @@ -260,7 +260,7 @@ msgstr "" #| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" #. type: Plain text @@ -295,7 +295,7 @@ msgstr "" #| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" #. type: Plain text @@ -312,7 +312,7 @@ msgstr "" #| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" #. type: Plain text @@ -382,7 +382,7 @@ msgstr "" #| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " "arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" @@ -745,7 +745,10 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +#, fuzzy +#| msgid "" +#| "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" "Vuelve continuamente al menú de arranque cuando Tails está instalado en DVD." @@ -874,7 +877,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -901,9 +904,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -991,7 +993,7 @@ msgstr "" #| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "Para arrancar Tails debes añadir las siguentes opciones a tus [[opciones de " "arranque|/doc/first_steps/startup_options/#boot_loader_menu]]:" @@ -1115,7 +1117,7 @@ msgstr "Otros problemas\n" #. type: Title - #, no-wrap -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "" #. type: Plain text @@ -1135,7 +1137,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1280,8 +1282,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1380,14 +1382,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1457,7 +1459,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1498,7 +1500,7 @@ msgstr "" #| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "Para corregir este problema añade `intel_idle.max_cstate=1` a las [[opciones " "de arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." @@ -1559,8 +1561,8 @@ msgstr "" #| "You need to add `nomodeset` to the [[startup options|/doc/first_steps/" #| "startup_options/#boot_loader_menu]] to make Tails start successfully." msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" "Debes añadir `nomodeset` a las [[opciones de arranque|/doc/first_steps/" "startup_options/#boot_loader_menu]] para iniciar Tails." diff --git a/wiki/src/support/known_issues.fa.po b/wiki/src/support/known_issues.fa.po index fc95e31a1e9..80788f8fe0a 100644 --- a/wiki/src/support/known_issues.fa.po +++ b/wiki/src/support/known_issues.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-04-01 22:42+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 11:50+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: Persian <http://weblate.451f.org:8889/projects/tails/" @@ -260,7 +260,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -290,7 +290,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -307,7 +307,7 @@ msgstr "" #| msgid "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/first_steps/startup_options#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/startup_options#boot_menu]] اضافه کنید." #. type: Plain text @@ -383,7 +383,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -762,7 +762,7 @@ msgstr "" #. type: Plain text #, fuzzy #| msgid "Goes back continuously to boot menu on Tails installed on DVD." -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "روی تیلز نصبشده روی دیویدی مدام به فهرست راهاندازی بازمیگردد." #. type: Title ### @@ -892,7 +892,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -919,9 +919,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1027,7 +1026,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1156,7 +1155,7 @@ msgstr "مسائل دیگر\n" #. type: Title - #, fuzzy, no-wrap #| msgid "Boot menu has display issues\n" -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "مشکلاتی در نمایش فهرست راهاندازی وجود دارد\n" #. type: Plain text @@ -1180,7 +1179,7 @@ msgstr "" #| "boot menu is not displayed properly. Tails starts fine, though." msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" "از تیلز ۱٫۱ به بعد، فهرست راهاندازی روی بعضی سختافزارها (ThinkPad X230، " "MacBook Pro 8,1) به خوبی نشان داده نمیشود. اما تیلز بدون مشکل راهاندازی " @@ -1342,8 +1341,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1439,14 +1438,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1522,7 +1521,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1564,7 +1563,7 @@ msgstr "" #| "first_steps/startup_options#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." @@ -1625,8 +1624,8 @@ msgstr "" #| "Add the `i915.modeset=0 rootpw=pass` option in the [[boot menu|doc/" #| "first_steps/startup_options#boot_menu]]." msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" "گزینهٔ `i915.modeset=0 rootpw=pass` را در [[فهرست راهاندازی|doc/first_steps/" "startup_options#boot_menu]] اضافه کنید." diff --git a/wiki/src/support/known_issues.fr.po b/wiki/src/support/known_issues.fr.po index f6149c5b709..c2a92512803 100644 --- a/wiki/src/support/known_issues.fr.po +++ b/wiki/src/support/known_issues.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-04-01 22:42+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-25 10:36+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" @@ -294,7 +294,7 @@ msgstr "MacBook Air Retina 2018 et 2019" #| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] :" #. type: Plain text @@ -330,7 +330,7 @@ msgstr "" #| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] :" #. type: Plain text @@ -347,7 +347,7 @@ msgstr "MacBook Pro 5,1 17\" (Nvidia GeForce 9400M)" #| msgid "To make Tails start successfully, add the following options to the [[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "Pour permettre à Tails de démarrer correctement, ajoutez les options suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]] :" #. type: Plain text @@ -422,7 +422,7 @@ msgstr "<p class=\"pre\">soft lockup - CPU#<span class=\"command-placeholder\">N #| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " "suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" @@ -819,7 +819,10 @@ msgstr "" "-->\n" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +#, fuzzy +#| msgid "" +#| "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" "Revient continuellement au menu du chargeur d’amorçage avec un DVD Tails." @@ -975,9 +978,14 @@ msgstr "" "connecter aux réseaux Wi-Fi." #. type: Plain text +#, fuzzy +#| msgid "" +#| "If you experience this problem, you can try to [[disable MAC address " +#| "spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes " +#| "fixes it." msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" "Si vous rencontrez ce problème, vous pouvez essayer de [[désactiver " @@ -1018,9 +1026,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1127,7 +1134,7 @@ msgstr "L'adaptateur Wi-Fi ne marche pas." #| "[[startup options|/doc/first_steps/startup_options/#boot_loader_menu]]:" msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "Pour permettre à Tails de démarrer correctement, ajoutez les options " "suivantes dans les [[options de démarrage|/doc/first_steps/startup_options/" @@ -1258,8 +1265,9 @@ msgid "Other issues\n" msgstr "Autres problèmes\n" #. type: Title - -#, no-wrap -msgid "Boot Loader Menu has display issues\n" +#, fuzzy, no-wrap +#| msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "Le menu du chargeur d’amorçage a des problèmes d'affichage\n" #. type: Plain text @@ -1281,9 +1289,13 @@ msgstr "" "-->\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the " +#| "Boot Loader Menu is not displayed properly. Tails starts fine, though." msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" "Depuis Tails 1.1, sur certains ordinateurs (ThinkPad X230, MacBook Pro 8,1), " "le menu du chargeur d’amorçage ne s'affiche pas correctement. Cependant, " @@ -1459,9 +1471,13 @@ msgid "If you encounter this problem:" msgstr "Si vous rencontrez ce problème :" #. type: Bullet: '1. ' +#, fuzzy +#| msgid "" +#| "Enable your encrypted persistent storage in <span class=\"application" +#| "\">Tails Greeter</span> when you start Tails." msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" "Activez le volume persistant chiffré dans <span class=\"application\">Tails " "Greeter</span> quand vous démarrez Tails." @@ -1575,17 +1591,26 @@ msgstr "" "-->\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When selecting some languages in the Tails Greeter, the default " +#| "associated keyboard layout fallbacks to US." msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" "Lors de la sélection de certaines langues dans le Tails Greeter, la " "disposition du clavier associée par défaut est US." #. type: Plain text +#, fuzzy +#| msgid "" +#| "To use the right keyboard layout during a session, set it in the Tails " +#| "Greeter after having set the language. When the desktop has started, " +#| "apply the keyboard layout by clicking on the `en` systray icon." msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" "Pour utiliser la bonne disposition du clavier durant une session, configurez-" @@ -1673,12 +1698,21 @@ msgid "For example, when the system clock goes backwards:" msgstr "Par exemple, lorsque l'horloge système remonte le temps :" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "<ul>\n" +#| "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" +#| "working.</li>\n" +#| "<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +#| "might be impossible and <span class=\"application\">Tor Launcher</span>\n" +#| "might get stuck on <span class=\"guilabel\">Loading Network\n" +#| "Consensus</span>.</li>\n" +#| "</ul>\n" msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1736,7 +1770,7 @@ msgstr "" #| "options|/doc/first_steps/startup_options/#boot_loader_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "Pour corriger le problème, ajoutez `intel_idle.max_cstate=1` dans les " "[[options de démarrage|/doc/first_steps/startup_options/#boot_loader_menu]]." @@ -1801,8 +1835,8 @@ msgstr "IOMMU controller" #| "Add the following [[startup options|/doc/first_steps/startup_options/" #| "#boot_loader_menu]]:" msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" "Ajouter les [[options de démarrage|/doc/first_steps/startup_options/" "#boot_loader_menu]] suivantes :" diff --git a/wiki/src/support/known_issues.it.po b/wiki/src/support/known_issues.it.po index 177fc121323..087c61cac21 100644 --- a/wiki/src/support/known_issues.it.po +++ b/wiki/src/support/known_issues.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-04-01 22:42+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-24 08:26+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: ita <transitails@inventati.org>\n" @@ -230,7 +230,7 @@ msgstr "" #, no-wrap msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -259,7 +259,7 @@ msgstr "" #, no-wrap msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -275,7 +275,7 @@ msgstr "" #, no-wrap msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "" #. type: Plain text @@ -337,7 +337,7 @@ msgstr "" #. type: Plain text msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -660,7 +660,7 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "" #. type: Title ### @@ -781,7 +781,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -808,9 +808,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -895,7 +894,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1003,7 +1002,7 @@ msgstr "" #. type: Title - #, no-wrap -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "" #. type: Plain text @@ -1023,7 +1022,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1166,8 +1165,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1266,14 +1265,14 @@ msgstr "" #. type: Plain text msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1343,7 +1342,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1380,7 +1379,7 @@ msgstr "" #. type: Plain text msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" #. type: Plain text @@ -1435,8 +1434,8 @@ msgstr "" #. type: Bullet: '- ' msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues.pt.po b/wiki/src/support/known_issues.pt.po index 449fbb3f9b1..10fde7b484e 100644 --- a/wiki/src/support/known_issues.pt.po +++ b/wiki/src/support/known_issues.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-04-01 22:42+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-24 10:21+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -266,7 +266,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " To start Tails successfully, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -301,7 +301,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " If Tails fails to start, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -318,7 +318,7 @@ msgstr "" #| msgid "Booting fails with `Not enough memory to load specified image`. Work around by adding the `mem=1500m` [[boot option|/doc/first_steps/startup_options/#boot_menu]]." msgid "" " To make the display work properly, [[add the following boot option when\n" -" starting Tails|doc/first_steps/startup_options/#boot_loader_menu]]:\n" +" starting Tails|doc/advanced_topics/boot_options]]:\n" msgstr "A inicialização falha com `Não há memória suficiente para carregar a imagem especificada` (`Not enough memory to load specified image`). Pode ser contornado adicionando a [[opção de boot|/doc/first_steps/startup_options/#boot_menu]] `mem=1500m`." #. type: Plain text @@ -394,7 +394,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To start Tails successfully, [[add the following boot option when starting " -"Tails|doc/first_steps/startup_options/#boot_loader_menu]]:" +"Tails|doc/advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -763,7 +763,10 @@ msgid "" msgstr "" #. type: Plain text -msgid "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +#, fuzzy +#| msgid "" +#| "Goes back continuously to Boot Loader Menu on Tails installed on DVD." +msgid "Goes back continuously to Boot Loader on Tails installed on DVD." msgstr "Sempre volta ao Menu de inicialização no Tails instalado em um DVD." #. type: Title ### @@ -892,7 +895,7 @@ msgstr "" #. type: Plain text msgid "" "If you experience this problem, you can try to [[disable MAC address " -"spoofing|doc/first_steps/startup_options/mac_spoofing]] that sometimes fixes " +"spoofing|doc/first_steps/welcome_screen/mac_spoofing]] that sometimes fixes " "it." msgstr "" @@ -927,9 +930,8 @@ msgstr "" #. type: Plain text msgid "" "You can to [[add the following boot options when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]] until you find a combination " -"that works for you. The exact combination of options that works depends on " -"the computer:" +"advanced_topics/boot_options]] until you find a combination that works for " +"you. The exact combination of options that works depends on the computer:" msgstr "" #. type: Bullet: '- ' @@ -1038,7 +1040,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To fix this issue, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -1163,7 +1165,7 @@ msgstr "Outros problemas\n" #. type: Title - #, fuzzy, no-wrap #| msgid "Boot Loader Menu has display issues\n" -msgid "Boot Loader Menu has display issues\n" +msgid "Boot Loader has display issues\n" msgstr "O menu de inicialização tem problemas de visualização\n" #. type: Plain text @@ -1183,7 +1185,7 @@ msgstr "" #. type: Plain text msgid "" "Since Tails 1.1, on some hardware (ThinkPad X230, MacBook Pro 8,1), the Boot " -"Loader Menu is not displayed properly. Tails starts fine, though." +"Loader is not displayed properly. Tails starts fine, though." msgstr "" #. type: Title - @@ -1344,8 +1346,8 @@ msgstr "" #. type: Bullet: '1. ' msgid "" -"Enable your encrypted persistent storage in <span class=\"application" -"\">Tails Greeter</span> when you start Tails." +"Enable your encrypted persistent storage in the Welcome Screen when you " +"start Tails." msgstr "" #. type: Plain text @@ -1443,8 +1445,12 @@ msgid "" msgstr "" #. type: Plain text +#, fuzzy +#| msgid "" +#| "When selecting some languages in the Tails Greeter, the default " +#| "associated keyboard layout fallbacks to US." msgid "" -"When selecting some languages in the Tails Greeter, the default associated " +"When selecting some languages in the Welcome Screen, the default associated " "keyboard layout fallbacks to US." msgstr "" "Ao selecionar alguns idiomas no Tails Greeter, o modelo de teclado retorna " @@ -1452,8 +1458,8 @@ msgstr "" #. type: Plain text msgid "" -"To use the right keyboard layout during a session, set it in the Tails " -"Greeter after having set the language. When the desktop has started, apply " +"To use the right keyboard layout during a session, set it in the Welcome " +"Screen after having set the language. When the desktop has started, apply " "the keyboard layout by clicking on the `en` systray icon." msgstr "" @@ -1547,7 +1553,7 @@ msgid "" "<ul>\n" "<li>The <span class=\"guimenu\">Applications</span> menu might stop\n" "working.</li>\n" -"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/startup_options/bridge_mode]]\n" +"<li>[[Connecting to Tor using `obfs4` bridges|doc/first_steps/welcome_screen/bridge_mode]]\n" "might be impossible and <span class=\"application\">Tor Launcher</span>\n" "might get stuck on <span class=\"guilabel\">Loading Network\n" "Consensus</span>.</li>\n" @@ -1592,7 +1598,7 @@ msgstr "" #| "startup_options/#boot_menu]]." msgid "" "To fix this problem, [[add the following boot option when starting Tails|doc/" -"first_steps/startup_options/#boot_loader_menu]]:" +"advanced_topics/boot_options]]:" msgstr "" "A inicialização falha com `Não há memória suficiente para carregar a imagem " "especificada` (`Not enough memory to load specified image`). Pode ser " @@ -1655,8 +1661,8 @@ msgstr "" #| "Most such problems can be solved by adding [[startup options|/doc/" #| "first_steps/startup_options/#boot_loader_menu]]." msgid "" -"[[Add the following boot option when starting Tails|doc/first_steps/" -"startup_options/#boot_loader_menu]]:" +"[[Add the following boot option when starting Tails|doc/advanced_topics/" +"boot_options]]:" msgstr "" "A maior parte destes problemas pode ser resolvida adicionando [[opções de " "inicialização|/doc/first_steps/startup_options/#boot_loader_menu]]." diff --git a/wiki/src/support/known_issues/graphics.de.po b/wiki/src/support/known_issues/graphics.de.po index 94646a8ef0b..e80a42b0e25 100644 --- a/wiki/src/support/known_issues/graphics.de.po +++ b/wiki/src/support/known_issues/graphics.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-26 11:58+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-01-15 21:32+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -280,8 +280,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -325,8 +325,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -548,8 +548,8 @@ msgstr "" #. type: Plain text msgid "" -"Otherwise, try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Otherwise, try adding to the [[boot options|doc/advanced_topics/" +"boot_options]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -708,6 +708,12 @@ msgid "" "org/wiki/CodeNames/#nv160familyturing) might be affected." msgstr "" +#. type: Plain text +msgid "" +"Try adding to the [[boot options|/doc/first_steps/" +"startup_options#boot_loader_menu]], one after the other:" +msgstr "" + #. type: Title = #, no-wrap msgid "Other issues\n" @@ -750,8 +756,8 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -809,8 +815,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" +"first_steps/welcome_screen]]." +msgstr "" + +#. type: Plain text +msgid "" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]]. one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -851,8 +863,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.es.po b/wiki/src/support/known_issues/graphics.es.po index 6d9f1660fa3..6f058152c8b 100644 --- a/wiki/src/support/known_issues/graphics.es.po +++ b/wiki/src/support/known_issues/graphics.es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-26 11:58+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 12:31+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -312,8 +312,8 @@ msgstr "" #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" #| "startup_options#boot_loader_menu]]." msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" "startup_options#boot_loader_menu]]." @@ -366,8 +366,8 @@ msgstr "" #| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" #| "startup_options#boot_loader_menu]] fixes the issue." msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " "arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." @@ -629,8 +629,8 @@ msgstr "Este problema se ha arreglado para algunas de estas tarjetas gráficas." #| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" #| "startup_options#boot_loader_menu]]." msgid "" -"Otherwise, try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Otherwise, try adding to the [[boot options|doc/advanced_topics/" +"boot_options]], one after the other:" msgstr "" "Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" "startup_options#boot_loader_menu]]." @@ -822,6 +822,18 @@ msgstr "" "[Lista de tarjetas gráficas de la familia NV110 (Pascal)](https://nouveau." "freedesktop.org/wiki/CodeNames/#nv130familypascal)" +#. type: Plain text +#, fuzzy +#| msgid "" +#| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" +#| "startup_options#boot_loader_menu]]." +msgid "" +"Try adding to the [[boot options|/doc/first_steps/" +"startup_options#boot_loader_menu]], one after the other:" +msgstr "" +"Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" +"startup_options#boot_loader_menu]]." + #. type: Title = #, no-wrap msgid "Other issues\n" @@ -863,9 +875,13 @@ msgid "Expert Linux users can also do the following:" msgstr "Usuarios expertos de Linux pueden hacer lo siguiente:" #. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" +#| "first_steps/startup_options#boot_loader_menu]]." msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" "Añade `intel_idle.max_cstate=1` a las [[opciones de arranque|/doc/" "first_steps/startup_options/#boot_loader_menu]]." @@ -930,10 +946,22 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" +"first_steps/welcome_screen]]." msgstr "" +#. type: Plain text +#, fuzzy +#| msgid "" +#| "Try adding `nomodeset` to the [[startup options|doc/first_steps/" +#| "startup_options#boot_loader_menu]]." +msgid "" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]]. one " +"after the other:" +msgstr "" +"Intenta añadir `nomodeset` a las [[opciones de arranque|doc/first_steps/" +"startup_options#boot_loader_menu]]." + #. type: Bullet: '* ' msgid "`modprobe.blacklist=nouveau`" msgstr "" @@ -979,8 +1007,8 @@ msgstr "La laptop se congela cuando corre Tails." #| "Adding `radeon.dpm=0` to the [[startup options|/doc/first_steps/" #| "startup_options#boot_loader_menu]] fixes the issue." msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" "El problema se arregla añadiendo `radeon.dpm=0` a las [[opciones de " "arranque|/doc/first_steps/startup_options/#boot_loader_menu]]." diff --git a/wiki/src/support/known_issues/graphics.fa.po b/wiki/src/support/known_issues/graphics.fa.po index 49e26b9dfb9..f990c0ae900 100644 --- a/wiki/src/support/known_issues/graphics.fa.po +++ b/wiki/src/support/known_issues/graphics.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-26 11:58+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -283,8 +283,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -331,8 +331,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -574,8 +574,8 @@ msgstr "" #. type: Plain text msgid "" -"Otherwise, try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Otherwise, try adding to the [[boot options|doc/advanced_topics/" +"boot_options]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -735,6 +735,12 @@ msgid "" "org/wiki/CodeNames/#nv160familyturing) might be affected." msgstr "" +#. type: Plain text +msgid "" +"Try adding to the [[boot options|/doc/first_steps/" +"startup_options#boot_loader_menu]], one after the other:" +msgstr "" + #. type: Title = #, no-wrap msgid "Other issues\n" @@ -784,8 +790,8 @@ msgstr "کاربران خبرهٔ لینوکس نیز میتوانند این #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -851,8 +857,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" +"first_steps/welcome_screen]]." +msgstr "" + +#. type: Plain text +msgid "" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]]. one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -896,8 +908,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.fr.po b/wiki/src/support/known_issues/graphics.fr.po index 6974bd48313..a1e4da78002 100644 --- a/wiki/src/support/known_issues/graphics.fr.po +++ b/wiki/src/support/known_issues/graphics.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-26 11:58+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2020-03-27 15:36+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: \n" @@ -323,30 +323,25 @@ msgid "" msgstr "" "<table>\n" "<tr><th>Nom</th><th>Identifiant</th><th>Numéro de version</th></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Mars XTX [Radeon HD " -"8790M]</td><td>[1002:6606]</td><td></td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Mars XTX [Radeon HD " -"8790M]</td><td>[1002:6606]</td><td>(rev ff)</td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Seymour LP [Radeon HD " -"6430M]</td><td>[1002:6761]</td><td></td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/" -"7350/8350 Series]</td><td>[1002:68f9]</td><td></td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Broadway PRO [Mobility Radeon " -"HD 5850]</td><td>[1002:68a1]</td><td></td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD " -"4650/5165]</td><td>[1002:9480]</td><td></td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] " -"Device</td><td>[1002:98e4]</td><td>(rev da)</td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD " -"7520G]</td><td>[1002:9990]</td><td></td></tr>\n" -"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Beavercreek [Radeon HD " -"6550D]</td><td>[1002:9640]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Mars XTX [Radeon HD 8790M]</td><td>[1002:6606]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Mars XTX [Radeon HD 8790M]</td><td>[1002:6606]</td><td>(rev ff)</td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Seymour LP [Radeon HD 6430M]</td><td>[1002:6761]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]</td><td>[1002:68f9]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Broadway PRO [Mobility Radeon HD 5850]</td><td>[1002:68a1]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 4650/5165]</td><td>[1002:9480]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Device</td><td>[1002:98e4]</td><td>(rev da)</td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7520G]</td><td>[1002:9990]</td><td></td></tr>\n" +"<tr><td>Advanced Micro Devices, Inc. [AMD/ATI] Beavercreek [Radeon HD 6550D]</td><td>[1002:9640]</td><td></td></tr>\n" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Try adding to the [[boot options|/doc/first_steps/" +#| "startup_options#boot_loader_menu]], one after the other:" msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" "Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" "startup_options#boot_loader_menu]], une à la fois :" @@ -399,9 +394,13 @@ msgstr "" "</table>\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" +#| "startup_options#boot_loader_menu]] fixes the issue." msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" "Ajouter `radeon.dpm=0` dans les [[options de démarrage|/doc/first_steps/" "startup_options#boot_loader_menu]] corrige le problème." @@ -725,8 +724,8 @@ msgstr "Ce problème a été corrigé pour plusieurs de ces cartes graphiques." #| "Try adding to the [[boot options|/doc/first_steps/" #| "startup_options#boot_loader_menu]], one after the other:" msgid "" -"Otherwise, try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Otherwise, try adding to the [[boot options|doc/advanced_topics/" +"boot_options]], one after the other:" msgstr "" "Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" "startup_options#boot_loader_menu]], une à la fois :" @@ -965,6 +964,14 @@ msgstr "" "Les cartes graphiques de la [famille NV160 (Turing)](https://nouveau." "freedesktop.org/wiki/CodeNames/#nv160familyturing) pouvent être affectées." +#. type: Plain text +msgid "" +"Try adding to the [[boot options|/doc/first_steps/" +"startup_options#boot_loader_menu]], one after the other:" +msgstr "" +"Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" +"startup_options#boot_loader_menu]], une à la fois :" + #. type: Title = #, no-wrap msgid "Other issues\n" @@ -1016,9 +1023,13 @@ msgid "Expert Linux users can also do the following:" msgstr "Les personnes expertes de Linux peuvent aussi :" #. type: Bullet: ' 1. ' +#, fuzzy +#| msgid "" +#| "Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" +#| "first_steps/startup_options#boot_loader_menu]]." msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" "Ajouter l'option `i915.modeset=0 rootpw=pass` dans le [[menu du chargeur " "d’amorçage|doc/first_steps/startup_options#boot_loader_menu]]." @@ -1087,15 +1098,32 @@ msgid "Cannot start GNOME session with switchable graphics computers\n" msgstr "La session GNOME ne peut pas démarrer avec des ordinateurs avec cartes graphiques commutables\n" #. type: Plain text +#, fuzzy +#| msgid "" +#| "On some computers with switchable graphics, Tails 2.10 and later fails to " +#| "start the GNOME session and keeps returning to [[Tails Greeter|doc/" +#| "first_steps/startup_options#greeter]]." msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" +"first_steps/welcome_screen]]." msgstr "" "Sur certains ordinateurs avec cartes graphiques commutables, Tails 2.10 et " "suivants ne peuvent ouvrir une session GNOME et reviennent systématiquement " "au [[Tails Greeter|doc/first_steps/startup_options#greeter]]." +#. type: Plain text +#, fuzzy +#| msgid "" +#| "Try adding to the [[boot options|/doc/first_steps/" +#| "startup_options#boot_loader_menu]], one after the other:" +msgid "" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]]. one " +"after the other:" +msgstr "" +"Essayez d'ajouter aux [[options de démarrage|doc/first_steps/" +"startup_options#boot_loader_menu]], une à la fois :" + #. type: Bullet: '* ' msgid "`modprobe.blacklist=nouveau`" msgstr "`modprobe.blacklist=nouveau`" @@ -1141,9 +1169,13 @@ msgid "The laptop crashes while running Tails." msgstr "L'ordinateur portable plante lors de l'utilisation de Tails." #. type: Plain text +#, fuzzy +#| msgid "" +#| "Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" +#| "startup_options/#boot_loader_menu]] fixes the issue." msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" "Ajouter `video=SVIDEO-1:d` dans les [[options de démarrage|/doc/first_steps/" "startup_options/#boot_loader_menu]] corrige le problème." diff --git a/wiki/src/support/known_issues/graphics.it.po b/wiki/src/support/known_issues/graphics.it.po index 1fd28b6d76e..62e720a8b26 100644 --- a/wiki/src/support/known_issues/graphics.it.po +++ b/wiki/src/support/known_issues/graphics.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-26 11:58+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-10-23 12:30+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -283,8 +283,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -328,8 +328,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -558,8 +558,8 @@ msgstr "" #. type: Plain text msgid "" -"Otherwise, try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Otherwise, try adding to the [[boot options|doc/advanced_topics/" +"boot_options]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -719,6 +719,12 @@ msgid "" "org/wiki/CodeNames/#nv160familyturing) might be affected." msgstr "" +#. type: Plain text +msgid "" +"Try adding to the [[boot options|/doc/first_steps/" +"startup_options#boot_loader_menu]], one after the other:" +msgstr "" + #. type: Title = #, no-wrap msgid "Other issues\n" @@ -761,8 +767,8 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -820,8 +826,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" +"first_steps/welcome_screen]]." +msgstr "" + +#. type: Plain text +msgid "" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]]. one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -862,8 +874,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text diff --git a/wiki/src/support/known_issues/graphics.pt.po b/wiki/src/support/known_issues/graphics.pt.po index 0479a46d5af..f20c13181f2 100644 --- a/wiki/src/support/known_issues/graphics.pt.po +++ b/wiki/src/support/known_issues/graphics.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" -"POT-Creation-Date: 2020-03-26 11:58+0000\n" +"POT-Creation-Date: 2020-04-07 17:04+0200\n" "PO-Revision-Date: 2019-12-22 21:04+0000\n" "Last-Translator: emmapeel <emma.peel@riseup.net>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -285,8 +285,8 @@ msgstr "" #. type: Plain text msgid "" -"Try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]], one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -333,8 +333,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `radeon.dpm=0` to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]] fixes the issue." +"Adding `radeon.dpm=0` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text @@ -576,8 +576,8 @@ msgstr "" #. type: Plain text msgid "" -"Otherwise, try adding to the [[boot options|/doc/first_steps/" -"startup_options#boot_loader_menu]], one after the other:" +"Otherwise, try adding to the [[boot options|doc/advanced_topics/" +"boot_options]], one after the other:" msgstr "" #. type: Bullet: '* ' @@ -737,6 +737,12 @@ msgid "" "org/wiki/CodeNames/#nv160familyturing) might be affected." msgstr "" +#. type: Plain text +msgid "" +"Try adding to the [[boot options|/doc/first_steps/" +"startup_options#boot_loader_menu]], one after the other:" +msgstr "" + #. type: Title = #, no-wrap msgid "Other issues\n" @@ -779,8 +785,8 @@ msgstr "" #. type: Bullet: ' 1. ' msgid "" -"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader Menu|doc/" -"first_steps/startup_options#boot_loader_menu]]." +"Add the `i915.modeset=0 rootpw=pass` option in the [[Boot Loader|doc/" +"advanced_topics/boot_options]]." msgstr "" #. type: Bullet: ' 2. ' @@ -843,8 +849,14 @@ msgstr "" #. type: Plain text msgid "" "On some computers with switchable graphics, Tails 2.10 and later fails to " -"start the GNOME session and keeps returning to [[Tails Greeter|doc/" -"first_steps/startup_options#greeter]]." +"start the GNOME session and keeps returning to the [[Welcome Screen|doc/" +"first_steps/welcome_screen]]." +msgstr "" + +#. type: Plain text +msgid "" +"Try adding to the [[boot options|doc/advanced_topics/boot_options]]. one " +"after the other:" msgstr "" #. type: Bullet: '* ' @@ -888,8 +900,8 @@ msgstr "" #. type: Plain text msgid "" -"Adding `video=SVIDEO-1:d` to the [[boot options|/doc/first_steps/" -"startup_options/#boot_loader_menu]] fixes the issue." +"Adding `video=SVIDEO-1:d` to the [[boot options|doc/advanced_topics/" +"boot_options]] fixes the issue." msgstr "" #. type: Plain text -- GitLab From ed786d37d269152f4d4a7f9d74998ffa57c199d5 Mon Sep 17 00:00:00 2001 From: xin <xin@riseup.net> Date: Mon, 6 Apr 2020 15:24:02 +0000 Subject: [PATCH 68/72] Translated using Weblate (French) Currently translated at 100.0% (32 of 32 strings) --- wiki/src/doc/first_steps/persistence/copy.fr.po | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/wiki/src/doc/first_steps/persistence/copy.fr.po b/wiki/src/doc/first_steps/persistence/copy.fr.po index 4c9ec48cb2a..3d9649eb428 100644 --- a/wiki/src/doc/first_steps/persistence/copy.fr.po +++ b/wiki/src/doc/first_steps/persistence/copy.fr.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Tails\n" "Report-Msgid-Bugs-To: tails-l10n@boum.org\n" "POT-Creation-Date: 2020-03-18 16:35+0000\n" -"PO-Revision-Date: 2020-01-12 13:31+0000\n" +"PO-Revision-Date: 2020-04-07 15:34+0000\n" "Last-Translator: xin <xin@riseup.net>\n" "Language-Team: Tails translators <tails@boum.org>\n" "Language: fr\n" @@ -133,17 +133,14 @@ msgid "Create or update your backup\n" msgstr "Créer ou mettre à jour votre sauvegarde\n" #. type: Bullet: '1. ' -#, fuzzy -#| msgid "" -#| "Start on your current Tails and set up an [[administration password|doc/" -#| "first_steps/startup_options/administration_password]]." msgid "" "Start on your current Tails, set up an [[administration password|doc/" "first_steps/startup_options/administration_password]], and unlock the " "persistent volume." msgstr "" -"Démarrez sur votre Tails actuel et définissez un [[mot de passe " -"d'administration|startup_options/administration_password]]." +"Démarrez sur votre Tails actuel, définissez un [[mot de passe " +"d'administration|startup_options/administration_password]] et déverrouillez " +"le volume persistant." #. type: Plain text #, no-wrap -- GitLab From 1ce9c44b06e3e8f86b55f1759c121c8975c073af Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 18:05:36 +0200 Subject: [PATCH 69/72] Restore master's base branch. --- config/base_branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base_branch b/config/base_branch index 038d718da6a..2bf5ad0447d 100644 --- a/config/base_branch +++ b/config/base_branch @@ -1 +1 @@ -testing +stable -- GitLab From 753f83fcc3c0932909983bf94b41797dd2aa51ac Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 18:56:11 +0200 Subject: [PATCH 70/72] Use plural for vulnerabilities one more time. --- wiki/src/news/version_4.5.de.po | 6 +++--- wiki/src/news/version_4.5.es.po | 6 +++--- wiki/src/news/version_4.5.fa.po | 6 +++--- wiki/src/news/version_4.5.fr.po | 6 +++--- wiki/src/news/version_4.5.it.po | 6 +++--- wiki/src/news/version_4.5.mdwn | 4 ++-- wiki/src/news/version_4.5.pt.po | 6 +++--- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/wiki/src/news/version_4.5.de.po b/wiki/src/news/version_4.5.de.po index 445e4f16185..019420c43a0 100644 --- a/wiki/src/news/version_4.5.de.po +++ b/wiki/src/news/version_4.5.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-04-07 17:09+0200\n" +"POT-Creation-Date: 2020-04-07 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -99,8 +99,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" Mozilla is aware of targeted attacks in the wild abusing this\n" -" vulnerability.\n" +" Mozilla is aware of targeted attacks in the wild abusing these\n" +" vulnerabilities.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_4.5.es.po b/wiki/src/news/version_4.5.es.po index 445e4f16185..019420c43a0 100644 --- a/wiki/src/news/version_4.5.es.po +++ b/wiki/src/news/version_4.5.es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-04-07 17:09+0200\n" +"POT-Creation-Date: 2020-04-07 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -99,8 +99,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" Mozilla is aware of targeted attacks in the wild abusing this\n" -" vulnerability.\n" +" Mozilla is aware of targeted attacks in the wild abusing these\n" +" vulnerabilities.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_4.5.fa.po b/wiki/src/news/version_4.5.fa.po index 445e4f16185..019420c43a0 100644 --- a/wiki/src/news/version_4.5.fa.po +++ b/wiki/src/news/version_4.5.fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-04-07 17:09+0200\n" +"POT-Creation-Date: 2020-04-07 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -99,8 +99,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" Mozilla is aware of targeted attacks in the wild abusing this\n" -" vulnerability.\n" +" Mozilla is aware of targeted attacks in the wild abusing these\n" +" vulnerabilities.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_4.5.fr.po b/wiki/src/news/version_4.5.fr.po index 445e4f16185..019420c43a0 100644 --- a/wiki/src/news/version_4.5.fr.po +++ b/wiki/src/news/version_4.5.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-04-07 17:09+0200\n" +"POT-Creation-Date: 2020-04-07 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -99,8 +99,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" Mozilla is aware of targeted attacks in the wild abusing this\n" -" vulnerability.\n" +" Mozilla is aware of targeted attacks in the wild abusing these\n" +" vulnerabilities.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_4.5.it.po b/wiki/src/news/version_4.5.it.po index 445e4f16185..019420c43a0 100644 --- a/wiki/src/news/version_4.5.it.po +++ b/wiki/src/news/version_4.5.it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-04-07 17:09+0200\n" +"POT-Creation-Date: 2020-04-07 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -99,8 +99,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" Mozilla is aware of targeted attacks in the wild abusing this\n" -" vulnerability.\n" +" Mozilla is aware of targeted attacks in the wild abusing these\n" +" vulnerabilities.\n" msgstr "" #. type: Plain text diff --git a/wiki/src/news/version_4.5.mdwn b/wiki/src/news/version_4.5.mdwn index 12b4dde0f46..aecc50819d8 100644 --- a/wiki/src/news/version_4.5.mdwn +++ b/wiki/src/news/version_4.5.mdwn @@ -29,8 +29,8 @@ starting from Tails.</p> This update fixes several [[!mfsa 2020-13 desc="vulnerabilities"]] in *Firefox*, including [[!mfsa 2020-11 desc="some critical ones"]]. - Mozilla is aware of targeted attacks in the wild abusing this - vulnerability. + Mozilla is aware of targeted attacks in the wild abusing these + vulnerabilities. <a id="known-issues"></a> diff --git a/wiki/src/news/version_4.5.pt.po b/wiki/src/news/version_4.5.pt.po index 445e4f16185..019420c43a0 100644 --- a/wiki/src/news/version_4.5.pt.po +++ b/wiki/src/news/version_4.5.pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-04-07 17:09+0200\n" +"POT-Creation-Date: 2020-04-07 18:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -99,8 +99,8 @@ msgstr "" #. type: Plain text #, no-wrap msgid "" -" Mozilla is aware of targeted attacks in the wild abusing this\n" -" vulnerability.\n" +" Mozilla is aware of targeted attacks in the wild abusing these\n" +" vulnerabilities.\n" msgstr "" #. type: Plain text -- GitLab From 6027b87acb2fdb67344b8db0f9beb04b5a66b9f2 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 19:21:22 +0200 Subject: [PATCH 71/72] Remove 4.4.2 UDFs: it was never released. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While the release process concentrates on that clean-up happening in the stable and devel branches, it seems doing that in master shouldn't hurt, as that should ensure those files are not re-introduced after deletion from the other branches, when merging master → stable → devel. --- .../v2/Tails/4.4.2/amd64/alpha/upgrades.yml | 5 ----- .../v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp | 16 ---------------- .../v2/Tails/4.4.2/amd64/stable/upgrades.yml | 5 ----- .../v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp | 16 ---------------- 4 files changed, 42 deletions(-) delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml deleted file mode 100644 index 906e451b19f..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -build-target: amd64 -channel: alpha -initial-install-version: 4.4.2 -product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp deleted file mode 100644 index 77936d5e484..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cTQACgkQqLD05Fsb -UOJ8Dw/+NjKR++49wsuxTXJ4bSM79wZrsOS5Y3RMb65XLRfE/CphIdhhxCpdRgWZ -BbCXjUnj8VNItbSY80sTAvSD8uYI6T4jUiIxnsOxb4gFYpXO5giDM78dgvQ4Zj2Z -ggPMLCem6VR5xXmkns/yMn7xGHOOGfk/ZRRuQrme+sNFUYW8M+q9HBELqp1Guqx9 -AJx0RbLCoXz7clv0ZX3QfEDuEvW7FFco5eLARln9FdkiPHwulv6LTSS+Dt6FxGTI -UxO72+68eoFpZ66g76pfnQHeVoJkJwqwJZyY8JsEXeeQYZxB8JQJ5ZM+hh/vmXJj -tj3UksTcCbDCz5YL/BhmCsI6aeJr6jpqoVxZmipypYUbkuOA/02X22V0bQQGQkYF -kPzIQM4Cn9AdmmycaX3xa0lCJygNBNEhl2vVcgTggkI0e3ik/HLdDniBKODgQdZq -HQahCBWeRUpOtUI5X6oFS3qhsBobGEkjL7yZ8yAfuqjHolaUFRwxiM2dsgcGr9Ll -xykGNsrF42nRW8FYJQZ98FGKZOmZ4Lv8mEUlLNnR8R/qE9PiyGtsirxQfiHNX10e -zu96SJLHYujqf6GANlR2kcEAY/fqAtwQRzYy0RBSvBQgiQklMu8ft7ZRRxhiXo0s -BxHQt0izEgvqtsKoBgp0YO31DenYv/dj8uEW0D0rygcYQ/W8k/E= -=FfY4 ------END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml deleted file mode 100644 index 85fd5d00d3f..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -build-target: amd64 -channel: stable -initial-install-version: 4.4.2 -product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp deleted file mode 100644 index 1854d1e2d40..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cTkACgkQqLD05Fsb -UOK/lg//TCpzFgWH4aUeUtchxoAZPVWEOIs03YBqb1Aew4ek1N7J4nrBQvG5oF29 -ZPtK27kKC+bXcCeAfWA5KLQGFiptKpbNc3r14c6fPyxMFZiF15TeAu23hViaybs2 -hI/tAEqtTV+kciG1v9ns5Itplhad7WrQAPC4A3S+UJZ+lIQ1wwN9Tdh1ylOPRFn4 -3QazgZxDqhhQhGdpyoaJUgsMh4OxAy5eL8a48jqdcz/1/xbMVmFS57cCdQ+idJYT -o1y63o+IKxL6XCT6h41sIPkrXS9B5d9HXcNfff66ABtucMolL2sgPMPtje2asQtM -bubJd/5tBE58SfN3EBzwX5DdNXqC2kyiY/lqP2mY4uKdLB7APO94MKm5xdJ6Sa8f -ZRhCXe6ob/m4TZc8WeI14QJSflJf4nlrVKfWs7RwlmL5sGVW8s27eVofaMLqzS5m -U47t/Y+5o/+2rWlSohkMg1PxAYBiCvYvgRvQWEjboNhzZO+73c5Cug7Flp5MUn8I -x7KI7475cosPIWPYKVCPmwGIXm/RVHOGLt4tZPOFeqxnjKkcIi38vrmrPtDfZs0m -Wxjs9nF1OZSLzFa8axjiDg+89Uhr66Xc+GPjtgfZ6tHCMXNWnFjQ7SFErCaGBhwR -+A42F8sxofdsjHrDN1jxRT1aXu2ZBnakg1ACZq/ug+bk/plFFQw= -=HKtH ------END PGP SIGNATURE----- -- GitLab From 21f81882afd5fcfbea995cc0dec4c2090cfc6b92 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <ckb@riseup.net> Date: Tue, 7 Apr 2020 19:22:59 +0200 Subject: [PATCH 72/72] Remove 4.4.2 UDFs: it was never released. --- .../v2/Tails/4.4.2/amd64/alpha/upgrades.yml | 5 ----- .../v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp | 16 ---------------- .../v2/Tails/4.4.2/amd64/stable/upgrades.yml | 5 ----- .../v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp | 16 ---------------- 4 files changed, 42 deletions(-) delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml delete mode 100644 wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml deleted file mode 100644 index 906e451b19f..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -build-target: amd64 -channel: alpha -initial-install-version: 4.4.2 -product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp deleted file mode 100644 index 77936d5e484..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/alpha/upgrades.yml.pgp +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cTQACgkQqLD05Fsb -UOJ8Dw/+NjKR++49wsuxTXJ4bSM79wZrsOS5Y3RMb65XLRfE/CphIdhhxCpdRgWZ -BbCXjUnj8VNItbSY80sTAvSD8uYI6T4jUiIxnsOxb4gFYpXO5giDM78dgvQ4Zj2Z -ggPMLCem6VR5xXmkns/yMn7xGHOOGfk/ZRRuQrme+sNFUYW8M+q9HBELqp1Guqx9 -AJx0RbLCoXz7clv0ZX3QfEDuEvW7FFco5eLARln9FdkiPHwulv6LTSS+Dt6FxGTI -UxO72+68eoFpZ66g76pfnQHeVoJkJwqwJZyY8JsEXeeQYZxB8JQJ5ZM+hh/vmXJj -tj3UksTcCbDCz5YL/BhmCsI6aeJr6jpqoVxZmipypYUbkuOA/02X22V0bQQGQkYF -kPzIQM4Cn9AdmmycaX3xa0lCJygNBNEhl2vVcgTggkI0e3ik/HLdDniBKODgQdZq -HQahCBWeRUpOtUI5X6oFS3qhsBobGEkjL7yZ8yAfuqjHolaUFRwxiM2dsgcGr9Ll -xykGNsrF42nRW8FYJQZ98FGKZOmZ4Lv8mEUlLNnR8R/qE9PiyGtsirxQfiHNX10e -zu96SJLHYujqf6GANlR2kcEAY/fqAtwQRzYy0RBSvBQgiQklMu8ft7ZRRxhiXo0s -BxHQt0izEgvqtsKoBgp0YO31DenYv/dj8uEW0D0rygcYQ/W8k/E= -=FfY4 ------END PGP SIGNATURE----- diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml deleted file mode 100644 index 85fd5d00d3f..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -build-target: amd64 -channel: stable -initial-install-version: 4.4.2 -product-name: Tails diff --git a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp b/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp deleted file mode 100644 index 1854d1e2d40..00000000000 --- a/wiki/src/upgrade/v2/Tails/4.4.2/amd64/stable/upgrades.yml.pgp +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE/gKctKrUeI4deCjoqLD05FsbUOIFAl54cTkACgkQqLD05Fsb -UOK/lg//TCpzFgWH4aUeUtchxoAZPVWEOIs03YBqb1Aew4ek1N7J4nrBQvG5oF29 -ZPtK27kKC+bXcCeAfWA5KLQGFiptKpbNc3r14c6fPyxMFZiF15TeAu23hViaybs2 -hI/tAEqtTV+kciG1v9ns5Itplhad7WrQAPC4A3S+UJZ+lIQ1wwN9Tdh1ylOPRFn4 -3QazgZxDqhhQhGdpyoaJUgsMh4OxAy5eL8a48jqdcz/1/xbMVmFS57cCdQ+idJYT -o1y63o+IKxL6XCT6h41sIPkrXS9B5d9HXcNfff66ABtucMolL2sgPMPtje2asQtM -bubJd/5tBE58SfN3EBzwX5DdNXqC2kyiY/lqP2mY4uKdLB7APO94MKm5xdJ6Sa8f -ZRhCXe6ob/m4TZc8WeI14QJSflJf4nlrVKfWs7RwlmL5sGVW8s27eVofaMLqzS5m -U47t/Y+5o/+2rWlSohkMg1PxAYBiCvYvgRvQWEjboNhzZO+73c5Cug7Flp5MUn8I -x7KI7475cosPIWPYKVCPmwGIXm/RVHOGLt4tZPOFeqxnjKkcIi38vrmrPtDfZs0m -Wxjs9nF1OZSLzFa8axjiDg+89Uhr66Xc+GPjtgfZ6tHCMXNWnFjQ7SFErCaGBhwR -+A42F8sxofdsjHrDN1jxRT1aXu2ZBnakg1ACZq/ug+bk/plFFQw= -=HKtH ------END PGP SIGNATURE----- -- GitLab