diff --git a/wiki/src/blueprint/update_camouflage_for_jessie.mdwn b/wiki/src/blueprint/update_camouflage_for_jessie.mdwn index 6e4d406bfe07440b519b9ac273be3e927ea32342..1bf000287db8d229ec5dc9bebf5b6c481423e9fe 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 2875d65db7863f9c1014f902f4cb588409fc7c49..fcd60b82603e69b508425ab82dfcd4594253d99d 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 Boot Loader Menu. For detailed instructions, see the documentation on [[using the Boot Loader - Menu|doc/first_steps/startup_options#boot-loader]]. + Menu|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 34dca358b6b6520047e2135991088cce78098150..e1b8772dfd6b154b85175e96f7199eed3332005a 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 VirtualBox|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 0000000000000000000000000000000000000000..6ff000b244f1c638131ec6040e4e96647b9401c3 --- /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. + +
+ +

The Troubleshooting Mode 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.

+ +
+ +[[!toc levels=1]] + +Depending on the computer, the Boot Loader might be either *GRUB* or +*SYSLINUX*. + + + +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 Space 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 Space. + +4. Press Enter to start Tails. + + + +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 linux. 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 Space. + +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 ba8ad093dd96e8c52c529c8201c2278b923b1c04..a8acf133af95f7d1b323b1a7762b1e75e37a4c38 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" "Encrypted Persistent Storage section of\n" "[[Tails " -"Greeter|startup_options#tails_greeter]], enter your passphrase and " +"Greeter|startup_options]], enter your passphrase and " "click\n" "Unlock.\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 fadb02d66916916a694b463639b8c7b88151fcff..01c09e1ec567d78842d66275fd35bc0e6fb14766 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" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\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 21fe70a25af80f02a76c4034cdc4fdb5c6443042..b47b23d96d1a0f110039563425f0c6de51b6ff09 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" #| "Use persistence? dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose Yes to\n" +#| "Greeter|startup_options]], choose Yes to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\n" msgstr "" "1. Wählen Sie beim Start von Tails beim\n" "Beständige Speicherpartition benutzen? Dialog des [[Tails\n" -"Greeter|startup_options#tails_greeter]] Ja aus, um\n" +"Greeter|startup_options]] Ja 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 bc72724394b1d1c89eebd7b2feb91f849e3641f0..fada4c03a30ff42f12c25e405c03811aed392503 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" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\n" msgstr "" "Al iniciar Tails, en la sección\n" "Almacenamiento persistente cifrado del [[<" "span class=\"application\">Tails\n" -"Greeter|startup_options#tails_greeter]], ingresa tu frase contraseña " +"Greeter|startup_options]], ingresa tu frase contraseña " "y haz click en\n" "Abrir.\n" diff --git a/wiki/src/doc/first_steps/persistence/use.fa.po b/wiki/src/doc/first_steps/persistence/use.fa.po index e41dca062dcd1e783e0866011052d829becbbf1a..b8b5aaf988d78612afb859eb23d33bb75ceb9f90 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" #| "Use persistence? dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose Yes to\n" +#| "Greeter|startup_options]], choose Yes to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\n" msgstr "" "۱. وقتی تیلز را راه‌اندازی می‌کنید، در \n" -"پنجرهٔ استفاده از مانا؟ در [[خوشامدگوی تیلز|startup_options#tails_greeter]] بله را انتخاب کنید تا\n" +"پنجرهٔ استفاده از مانا؟ در [[خوشامدگوی تیلز|startup_options]] بله را انتخاب کنید تا\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 ef5610d0917f82505149c7046a4e3367adf424e4..f68ffb0ac3c765b10d2ccb8bbcce32ce4b2f41b0 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" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\n" msgstr "" "Lors du démarrage de Tails, dans la\n" "section Stockage persistant chiffré du\n" -"[[Tails Greeter|startup_options#tails_greeter]], entrez votre phrase de passe et cliquez\n" +"[[Tails Greeter|startup_options]], entrez votre phrase de passe et cliquez\n" "sur Déverrouiller.\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 99a52c53bb670486669b6b0772c33e9d7b757ea4..01faa1e9405ea9b6ea1242627fd76e3711d8c339 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" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\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 dd1446ca216528dc9f11b63c8be31d1a394398ef..1b5eaeae31d9882cc5a58910ce35a3fd2f6c1cf0 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" #| "Use persistence? dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose Yes to\n" +#| "Greeter|startup_options]], choose Yes to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\n" msgstr "" "1. All'avvio di Tails, nella \n" " finestra di dialogo Usare la persistenza? di [[Tails\n" -"Greeter|startup_options#tails_greeter]], scegli per\n" +"Greeter|startup_options]], scegli 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 b089730cc2e948e5c032c56d05c7ef26980dd8ca..c2e200fd3f9e47e62df7c6d90aac471640aa9e57 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 Encrypted Persistent Storage section of -[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click +[[Tails Greeter|startup_options]], enter your passphrase and click Unlock. [[!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 5f8df31a7fa638b6ca6652d27e6eca9b659e5473..e2ea3c9aaf45bb636f9c60b100b316967e719e80 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" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\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 50f4e80c709bf8a066e3e1efe8bc894a542d4d6b..ef998040703af5a243c2287db96089e82d300248 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" #| "Use persistence? dialog of [[Tails\n" -#| "Greeter|startup_options#tails_greeter]], choose Yes to\n" +#| "Greeter|startup_options]], choose Yes to\n" #| "enable the persistent volume for the current working session.\n" msgid "" "When starting Tails, in the\n" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\n" msgstr "" "1. Ao iniciar o Tails, na caixa de diálogo Usar persistência?\n" -"do [[Tails Greeter|startup_options#tails_greeter]], escolha Sim\n" +"do [[Tails Greeter|startup_options]], escolha Sim\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 be83c2404d47e82e651c1a0e6c3935442510c6bb..a846a3121cdcbeca5b9878908dcdc859b2a30e83 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" "Encrypted Persistent Storage section of\n" "[[Tails " -"Greeter|startup_options#tails_greeter]], enter your passphrase and " +"Greeter|startup_options]], enter your passphrase and " "click\n" "Unlock.\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 0a3323b7834edbf260bbe7f93eacb62c8c20f9d2..0e647a9fba74eb7750ebdbcd50366689400d65b5 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" "Encrypted Persistent Storage section of\n" "[[Tails " -"Greeter|startup_options#tails_greeter]], enter your passphrase and " +"Greeter|startup_options]], enter your passphrase and " "click\n" "Unlock.\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 0d5e976632f9edb98b0c465968794bf94649b518..bac2b9efb2a4f1294a0b7cee31a2e052b1c1561c 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" "Encrypted Persistent Storage section of\n" -"[[Tails Greeter|startup_options#tails_greeter]], enter your passphrase and click\n" +"[[Tails Greeter|startup_options]], enter your passphrase and click\n" "Unlock.\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 e299999b0391bac596aa1b3b448c6d8757b28ae0..68d7e2eecbcf17a064b42577927b73d0cbfcbcac 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" "Encrypted Persistent Storage section of\n" "[[Tails " -"Greeter|startup_options#tails_greeter]], enter your passphrase and " +"Greeter|startup_options]], enter your passphrase and " "click\n" "Unlock.\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 4f4966b06b99ba192062cf912e9941de024fef10..4903c48ed94321dc260156ea0b7b533a895b653a 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" "Encrypted Persistent Storage section of\n" "[[Tails " -"Greeter|startup_options#tails_greeter]], enter your passphrase and " +"Greeter|startup_options]], enter your passphrase and " "click\n" "Unlock.\n" msgstr "" diff --git a/wiki/src/doc/first_steps/startup_options.mdwn b/wiki/src/doc/first_steps/startup_options.mdwn index e5c8768a7b57ee665437e62065d9867b8de8fbe1..aa01e4171d49441bfbff5a6dcfd262ec2f01e6df 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]] - - - - - -Using the Boot Loader -===================== - -The Boot Loader is the first screen that appears -when starting Tails. - -
- -

The Troubleshooting Mode 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.

- -
- -Depending on the computer, the Boot Loader might be either *GRUB* or -*SYSLINUX*. - - - -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 Space 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 Space. - -4. Press Enter to start Tails. - - - -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 linux. 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 Space. - -1. Press **Ctrl+X** to start Tails. - - - - -Using Tails Greeter -==================================================== +[[!toc levels=1]] Tails Greeter appears after the Boot Loader, but before the @@ -115,7 +22,7 @@ To start Tails without options, click on the Language & region ------------------ +================= You can configure Tails depending on your language and location from Tails Greeter. @@ -161,7 +68,7 @@ You can configure Tails depending on your language and location from Encrypted persistence storage ------------------------------ +============================= If an [[encrypted persistence storage|first_steps/persistence]] is detected on the USB stick, an additional section appears in Tails @@ -173,7 +80,7 @@ section: 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 Tails Greeter. additional security. Keyboard shortcuts ------------------- +================== 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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 68e3b90070c012f203180c5ec3f1e883530bd061..56500a53a31ef2220f87c0dcb2dbd703f55419ac 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|startup_options]].\n" msgstr "" "Um administrative Tätigkeiten durchzuführen, müssen Sie\n" "beim Start von Tails mithilfe des [[Tails\n" -"Greeters|startup_options#tails_greeter]] ein Administrationspasswort setzen.\n" +"Greeters|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 bd90eb7b4d9e5da2b2a1e13b43e5fe94e9cadeee..b31e2e3f5806add4eed9a0d06085e3a28e11a64f 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|startup_options]].\n" msgstr "" "Para poder realizar tareas administrativas, necesitas configurar una contraseña\n" "de administrador cuando inicies Tails, usando el [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 60a499e5d093fb5af99272a0399b18504c4cc317..9ef61a0a80e32e28c1d8ef5799aff3e48ac760e6 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|startup_options]].\n" msgstr "" "برای انجام عملکردهای مدیریتی باید هنگام راه‌اندازی تیلز \n" "با استفاده از [[Tails\n" -"Greeter|startup_options#tails_greeter]] \n" +"Greeter|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 fe1ade09cfd91893b587caa999fa5f85753ddb14..d6c9b18a2b62f20ae6b8e53bdb6b7aa8b9a91e86 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 2aa591a53f31829f98cce7c2e0272dfcb79c6b2d..6973a18a8a5df9b99dd609c354c69ae37270b2da 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 c2d88dbf077daedc375d9753eda22c36383f8b08..bcc251546d2691d390176f573157e72b60da5232 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|startup_options]].\n" msgstr "" "Per effettuare operazioni da amministratore hai bisogno di \n" "impostare una password da amministratore durante l'avvio di Tails, usando [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 fbeee056b7bec1d9d0d4b17887712e82c7c8442d..a507a29fafac488797320ef9433f943aab1e70af 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 [[Tails -Greeter|startup_options#tails_greeter]]. +Greeter|startup_options]]. 1. When Tails Greeter appears, click on the [[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]] 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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 9a79b303435482d7f424fd99b784c90d9e0a1adb..03326c77f716931e499750346e0a723625f15adf 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 c31d193816d2c601b55fef5de8549c6b354567c9..af3431ee4b62b2016bcebb1e4ffe68e5d80c48e0 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|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 b6f738f74864a8eb6fd2f6666029df8122e27b20..f180d9757610299f006dd978a988b32252158ad7 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]].\n" +"Greeter|startup_options]].\n" msgstr "" "為了執行管理者任務,需要在一開始進入 Tails 時\n" "設定一個管理者密碼[[Tails\n" -"Greeters|startup_options#tails_greeter]]。\n" +"Greeters|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 eb76761877adaf3fbd6e0e8c2b8c6334520a377c..65a4b2757fb152d668ba019d3e2a97993222374c 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 [[Tails Greeter|startup_options#tails_greeter]] as\n" +#~| "class=\"application\">Tails Greeter|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 [[Tails Greeter|startup_options#tails_greeter]] as\n" +#~ "class=\"application\">Tails Greeter|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 [[Tails Greeter|startup_options#tails_greeter]], come\n" +#~ "class=\"application\">Tails Greeter|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 a515a51be98d7441199e9df94733fcad7ff39757..c8660278f0f8941d3e8bc6f18655f760875be931 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 a515a51be98d7441199e9df94733fcad7ff39757..c8660278f0f8941d3e8bc6f18655f760875be931 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 fa6c880d34c9bfc00b191f920c94909af34486d8..042ba4c2cf8a723d1c4896069b2985a1c365daa6 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|startup_options]]:\n" msgstr "" "Sie können das Verschleiern Ihrer MAC-Adresse in [[Tails\n" -"Greeter|startup_options#tails_greeter]] deaktivieren:\n" +"Greeter|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 46647651755b571647ae1bab0d29a44b43df0a46..8b3f70ba0d661e89004b2a77632f05b95a111f7a 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|startup_options]]:\n" msgstr "" "Puedes deshabilitar el spoofing de direcciones MAC desde [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 97b9d8f2c38cd01bf97166a631a8ea5b9d427246..273997e0fa48194a6d86e8890d1c77a2f8d77fd5 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 3499e22f2909aa35fd9cf49c703e5cf72b7a10b0..ebd9c9a72275d6433781420a45ffa9c76da4aeba 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|startup_options]]:\n" msgstr "" "Vous pouvez désactiver l'usurpation d'adresse MAC depuis le [[Tails\n" -"Greeter|startup_options#tails_greeter]] :\n" +"Greeter|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 358ad7dd2d4e1f01dd08eeeec5e3264affd32f6a..d54d8eca5755522e2896558820aa24e3ce02aae8 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 2123c118435107e1b188b9a1aece6aedb0a2627c..b338ae49921c2c744ef83b66290fe48581f90042 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|startup_options]]:\n" msgstr "" "Puoi disattivare lo spoofing dell'indirizzo MAC tramite [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 327e584a4030aaf4a522f1b634b02347ab918939..462855c47d6f371be958d3b2ecb8ad7d248d2b7d 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 [[Tails -Greeter|startup_options#tails_greeter]]: +Greeter|startup_options]]: 1. When Tails Greeter appears, click on the [[!img lib/list-add.png alt="Expand" class="symbolic" link="no"]] 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 a515a51be98d7441199e9df94733fcad7ff39757..c8660278f0f8941d3e8bc6f18655f760875be931 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 3945d6460c4b0a35ebf1b574e7daa423e85c77ce..8b1ba8debbbc2b56c94880e58402f780ccbbe495 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|startup_options]]:\n" msgstr "" "Você pode desabilitar a alteração de endereço MAC a partir to [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 04820148597654f3d46d1b7c54397acbf238e9ac..8dd208e02d5e6064cdb2d9daa12f7b24477038a7 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 e21b0448b6593fab047b5a7c1781b3ee1663f881..cf30bbbf12fab979806d076a76b23706e0aabb05 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 a515a51be98d7441199e9df94733fcad7ff39757..c8660278f0f8941d3e8bc6f18655f760875be931 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 a515a51be98d7441199e9df94733fcad7ff39757..c8660278f0f8941d3e8bc6f18655f760875be931 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|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 c5f50d58f1359805553519787813b14d5bcfd326..ba3f8e2540de35234509448e629020c288c2b4f4 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 [[Tails\n" -"Greeter|startup_options#tails_greeter]]:\n" +"Greeter|startup_options]]:\n" msgstr "" "要取消MAC-地址欺騙功能,可在 [[Tails\n" -"Greeter|startup_options#tails_greeter]] 底下進行:\n" +"Greeter|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 69d6a0a259d6ba280bb23e198eb703b74db38f36..6a44a8704a36ff3fcd937237ff124be050e9ae7b 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 805de2c7336f42b53b420703dce2fc57c0a994cd..b6ef6e5d758df8db21b765ad24c290e727bb0c1c 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 5c0929583f5beca3e18f288a12590044c5fc6998..de10b95599ac986ca79ad7c78da5f56df16cbe3c 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|doc/advanced_topics/boot_options]]." msgstr "" "Fügen Sie beim Start von Tails die toram " "Bootoption im Bootmenü hinzu. Für " diff --git a/wiki/src/doc/reset/linux.es.po b/wiki/src/doc/reset/linux.es.po index 2901396e3599946484d6c77a245aafa508745e32..719d38dff1836a9a786b7a8bf63a6c314c305093 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|doc/advanced_topics/boot_options]]." msgstr "" "Cuando inicies Tails, añade la opción de arranque toram en el Menú de Gestión de " "Arranque. Para instrucciones detalladas, lee la documentación sobre " "como [[usar el Menú de Gestión de Arranque|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 3ec9ffdb7e574becf431b8dec850e3d3ad6ddacf..02c41c01b446b31ade7cd70122cb1ee97fcb49d5 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|doc/advanced_topics/boot_options]]." msgstr "" "هنگام راه‌اندازی تیلز گزینهٔ بوت toram را در " "فهرست بوت اضافه کنید. برای خواندن راهنمای " diff --git a/wiki/src/doc/reset/linux.fr.po b/wiki/src/doc/reset/linux.fr.po index 8b94d6da31eff0c3876e34ecfe13b7c500689441..59360cd3a943852641e9326c270a7c3c696ffd8b 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|doc/advanced_topics/boot_options]]." msgstr "" "Au démarrage de Tails, ajoutez toram comme " "option de démarrage dans le menu du chargeur " "d’amorçage. Pour des instructions détaillées, voir la documentation " "sur [[l'utilisation du menu du chargeur " -"d’amorçage|startup_options#boot-loader]]." +"d’amorçage|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 d215ac7706a03a8143a06d4917b555ce7d6db06b..f32acb03230ce63d3612efe304a79285d7da0302 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 27e1ddde317e1d217da011ec659c808f2ef3e800..5f3fb03df715750980bb2197e20620ce7d27ff80 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|doc/advanced_topics/boot_options]]." msgstr "" "Quando Tails è partito, aggiungi l'opzione di avvio toram nelmenù di avvio. Per " diff --git a/wiki/src/doc/reset/linux.mdwn b/wiki/src/doc/reset/linux.mdwn index 726c7e80e08323ae379f6989bc52a8af7af9f05b..e0888ad6c1e3c6172223b3a539561db8d3c9b76c 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 toram boot option in the Boot Loader. For detailed instructions, see the documentation on [[using the Boot Loader|startup_options#boot-loader]]. + class="application">Boot Loader|advanced_topics/boot_options]]. 2. If Tails starts as usual, follow the instructions for [[resetting a USB stick using GNOME Disks|linux#disks]]. diff --git a/wiki/src/doc/reset/linux.pl.po b/wiki/src/doc/reset/linux.pl.po index 611800b35893199a633e005735ed394261c71819..e2d6e632d9eaf92250ce1456849008daba42de4b 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 479578fb6f57a1e5883bf90ef481a3a6538c30ff..dbdf486c1ddd39c7d96401f261fc6549a30dba97 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|doc/advanced_topics/boot_options]]." msgstr "" "Quando iniciar o Tails, adicione a opção de boot toram no meno de boot. Para " diff --git a/wiki/src/doc/reset/linux.ru.po b/wiki/src/doc/reset/linux.ru.po index f4b4cb3598d155d900d2511307a6811132ecdfa1..0a34fa6522c07f22b3ee9114125a205ed3d3ffae 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 89a440b6f01dbdb6c81a392da11506f70aed58b1..45642edad827eda1ee750e7d8d9d45d7e227663f 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 Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader " -"Menu|startup_options#boot-loader]]." +"Menu|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 606de7860ef2af2c2b7656557e53b979c6c02937..6ecc389b0a5e046ef72944ed3b7a4ea124845d88 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 56305daf0c41ed83c929802706a7fdcb2975ddc7..77e098008b9eaced7ddbb41f4af44de8d092a27f 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 toram boot " "option in the Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader Menu|startup_options#boot-loader]]." +"\"application\">Boot Loader Menu|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 6ef16aaafbab43e83e3935373c64ffaefb2ffa0b..32dcc0bb253a4299977a8083aceabc3639601002 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 Boot Loader Menu. For " "detailed instructions, see the documentation on [[using the Boot Loader " -"Menu|startup_options#boot-loader]]." +"Menu|doc/advanced_topics/boot_options]]." msgstr "" "在啟動Tails 時,新增 toram 開機選項在 開機載入選單Boot Loader Menu。 詳細的指示,請參見[[ 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 a612569a0a90ed8466ad07843ca8b8b3d9e7db78..dda7a93e65011990ba0668ec220684550d372b63 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 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 11a63921e7b47ab65c3e480e8b4011f76234123a..e0a4426990a7733896193d9015496e7f18d45839 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 e4143455cd18a2357fc70defb6f341b700dd6db0..d513d0844b3d62fc3bb3c063c33b629487e39679 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 4699420d4ae201225dff465de679dde4a5043131..87a4029c5b280f1400fc0c62848246dffbc43118 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 3cb014134bd37e03b947eae606d08225c6552582..de1133d650141f54b01b10dacf840443acfc729d 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 0cc9d7d4067f9fea28a8532ae087e3d268fe1893..dc5825cedeae88f596c2c6f64ebd6be5e6d2f6f1 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 478ee629f92ebba141251de4ceba6c1bb3666f7b..cf474c32a66b7ea559de8e7b285d615c7d2f78bc 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 7c02e5bea4b79edb1f1f2e7420efbf777647aba0..cba54fb0a04f135ca69b442cc3eca1288a195e50 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 08ea0bb3e2f7561773620631bd03e368b2f853e6..cc932758da9825efbb575da09bc02fef4db7d009 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 dcc20e2d261956a335e4276c0bf90eb740f51bcf..7cbd2b1c081467d4c720f5474aa4c0873873024a 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 6afb1896cd2e4769377fac2a96303d48ccad89ec..89f79d33fd2a6a3c0f037f6ecfcb1458d10dadb7 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 : diff --git a/wiki/src/news/version_3.11.pl.po b/wiki/src/news/version_3.11.pl.po index e970171bc1526278d502f3ad72dcaa304e04bcc9..2e4d25bbc8a26d1e6425fe204a6d798e8d15b33c 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 ef4b18d4d4bd197680ebb285af2cd19054266578..1ca82b540a7c10928204c1a8523e315008945391 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 09396c25c0ed547b82bbb255497f3b7b3f90f212..714ea21aaedcc3dd4c09d0dd6bd0e2639d57e9f7 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 f61d7b6c9e85ec6ef8e51c87b3165d2c13fdab7b..98d2e24508fd2c62dee2fe916f974258684ac615 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 1f3ff6a3c0844c4873067a24b64c3397dd5370f2..0f94f2e38683d6251ffb907671b8c95a29ada9ac 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 4f6428fbb044a1659b099197b490863a352a09cf..84f9208f66a68d8d91a681734ebce7feac46a8f2 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 4f8f457e15c58ea8b32189ac8711a95641a88860..c6d4095f9f7d6fd32cdde0d05b99115b7a94cf4c 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 5330531d6f14fa9976eaf06b90e908b245afb19a..d4d092e5d260fd9a200bdd3a80d04382ae9dab08 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 5257a4a057b3bd058786e0fee3e3640835dd2b8b..71c06da10ea0bd94f67a8e62714c68de4fd521d6 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 17e5d894802512d878cc952b10c74011397b9a11..106563ff3c1ee65218374854f1b972faa431bea9 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 bde6c7e08e46f9a684c42a2b17108a56fddf5844..b8d2a150fd98d7397201b10e33d876099477e788 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 6a171f224f58df7f50364385fd7d1264d379d742..13333764f7f58469918cf87f38cafd774c2dd839 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 2465c8eb1d40c077eb3844501ad45f00207551e6..722f26beb97550b5abd514e01af0b03cac4f0093 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 "

soft lockup - CPU#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 "\n" #~ msgstr "\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 8a892fbc1c15a005e9eb204422a37205276c770b..9490288a87fdbfcb344764e02f7a0aa5980b8f33 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 d21e58edd6d55f87ef87c0300517d45824e82c69..d23e891ccd4b7a816a18931a775d15580bbc15b2 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 5e8167aee1499da286bbb8f6d2a6a141a7ede318..756224d8f74d64858918759d7ba13c755bf05e7a 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:

soft lockup - CPU#N stuck for Ns

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 8778b772d85fcc84ef9e62db581c1fdbe9268d30..43b82cb61bde4d646c70b0ff99221c12161a65a2 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 2ca6c71efb02584f0f5e433588aa86c69755eb6e..84a2f1ebc3ca9705651f6245adba6aaeb8839e85 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 ec29b7e3b909886da689b3d1accbb0d571534d70..5b6b7ed5d6db6a4b71a19749037f9ecdb4389f10 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 28c31ed0f31ef3dde9b2c1d2fd1024ca183e7c79..94c3bae4538c8725ca3a3f2d985179f70f909598 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 bcbee5dbc7d362880201c96b4aea11d3fecb68f9..72263a735cc6b1f85aa4882253c2719142181ff1 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 b647073492abbd10261fabfc2c00bbcf800cac41..0026e1e20de271b7fb72b05915044d1733791d2f 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 6dd4718bdf951dece83e9a9f21f63cd63095a97d..3d768c2597110b5fb30a6ff5800ab630a0ca6788 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 d3529fb578bac372ef388004b295636c0bb7d4f6..39bd9c6d2eae61c12d349583dee74cd0caa8f68c 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 e1edf56666b89a82fd5e5fd84f93a4ac5125df76..4609f129bfdf4bffd1a40344da2f73773f44c144 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 c8532edd84d9def3519de9ccc1dd167f068d3af7..25d43fea563dc5c40ce7d51e7b37d9d47847850e 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 0fd514027768ba8cd6c3f94154302b3f8f73700a..21b5c4f11cdbe33922d29c96db5e0a885e1f807b 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 cb60f932dc905df88196765f67d066a6613b9516..298668856181abcab71b162225d6786e3fffcfea 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 78e9868bde81f3e466d865d14738bff106b3c158..e99bf88ce1a74700ea36074f2f80fd5376f07cfb 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 9d833c774b6108364e117b68e4584bad134830e1..545716f44d8131e36d4fae908a9193aeed68200a 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 ecbfcc0159cae8508a73cc9cc5df60ce42cdb750..2e2cb2fe441c7b0b2f80b829ad0bbbe5573bced5 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 b247eaa0b69b8fb711e5922b2a689a635f58a83d..4304e4e0dda20d2a228064098f4e982811f01d58 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. @@ -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]]. @@ -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. diff --git a/wiki/src/support/known_issues/graphics.pl.po b/wiki/src/support/known_issues/graphics.pl.po index 95f68c76fdacdd14017e122ab51b9778648e5e3b..fe1b8ff75592a016221db8beadc95011b5b946b8 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 5a900ae025c184f37d2c3a1c06e709352c9c71b2..504c57f48aa7ec642f066c9243a5a88d46e049dd 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 87347a66ec5eb951562cae6b74e96fca3a837904..791816eee6593ccc98e0d86de9af992707203891 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 eccc8d83c909728ea87866b643b201bb887fc31e..0f904b0f41d20949df48ded9469505b7841eaf5b 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 78528627adaada992e681edf9fe011966f4e8fca..c99550496eefdd8c7b9a25d3d8754e53ca9f9b1d 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 6d3404c5a7c4a710ed337e69e1745a0c1b40b1a5..7c0129adf8617919c3aa3c222dd21dc990ac2153 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 bcdbf64e349f6d7f32c7b74d50aa3ef33df200c0..11af8e3aa7899cfa24982db99bca8fda1c6ee1c5 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
Alt+LLanguage