diff --git a/_config.yml b/_config.yml index a040521d4..83568c0d3 100644 --- a/_config.yml +++ b/_config.yml @@ -112,6 +112,7 @@ author: include: - .htaccess - _pages + - _pages/en_US exclude: [ "*.sublime-project", "*.sublime-workspace", @@ -205,16 +206,6 @@ sass: sass_dir: _sass style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style -# Defaults -defaults: - # _pages - - scope: - path: "" - type: pages - values: - layout: single - author_profile: false - # Plugins gems: - jekyll-paginate @@ -268,3 +259,387 @@ compress_html: clippings: all ignore: envs: development + +# Defaults +defaults: + # _pages + - scope: + path: "" + type: pages + values: + layout: single + author_profile: false + - scope: + path: "_pages/af_ZA" + type: pages + values: + permalink: /af_ZA/:basename:output_ext + lang: af + - scope: + path: "_pages/ar_SA" + type: pages + values: + permalink: /ar_SA/:basename:output_ext + lang: ar + - scope: + path: "_pages/ca_ES" + type: pages + values: + permalink: /ca_ES/:basename:output_ext + lang: ca + - scope: + path: "_pages/cs_CZ" + type: pages + values: + permalink: /cs_CZ/:basename:output_ext + lang: cs + - scope: + path: "_pages/da_DK" + type: pages + values: + permalink: /da_DK/:basename:output_ext + lang: da + - scope: + path: "_pages/de_DE" + type: pages + values: + permalink: /de_DE/:basename:output_ext + lang: ds + - scope: + path: "_pages/el_GR" + type: pages + values: + permalink: /el_GR/:basename:output_ext + lang: el + - scope: + path: "_pages/en_PT" + type: pages + values: + permalink: /en_PT/:basename:output_ext + lang: en-PT + - scope: + path: "_pages/en_US" + type: pages + values: + permalink: /:basename:output_ext + lang: en + - scope: + path: "_pages/es_ES" + type: pages + values: + permalink: /es_ES/:basename:output_ext + lang: es + - scope: + path: "_pages/fi_FI" + type: pages + values: + permalink: /fi_FI/:basename:output_ext + lang: fi + - scope: + path: "_pages/fr_FR" + type: pages + values: + permalink: /fr_FR/:basename:output_ext + lang: fr + - scope: + path: "_pages/he_IL" + type: pages + values: + permalink: /he_IL/:basename:output_ext + lang: he + - scope: + path: "_pages/hu_HU" + type: pages + values: + permalink: /hu_HU/:basename:output_ext + lang: hu + - scope: + path: "_pages/id_ID" + type: pages + values: + permalink: /id_ID/:basename:output_ext + lang: id + - scope: + path: "_pages/it_IT" + type: pages + values: + permalink: /it_IT/:basename:output_ext + lang: it + - scope: + path: "_pages/ja_JP" + type: pages + values: + permalink: /ja_JP/:basename:output_ext + lang: ja + - scope: + path: "_pages/ko_KR" + type: pages + values: + permalink: /ko_KR/:basename:output_ext + lang: ko + - scope: + path: "_pages/ms_MY" + type: pages + values: + permalink: /ms_MY/:basename:output_ext + lang: ms + - scope: + path: "_pages/no_NO" + type: pages + values: + permalink: /no_NO/:basename:output_ext + lang: no-NO + - scope: + path: "_pages/nl_NL" + type: pages + values: + permalink: /nl_NL/:basename:output_ext + lang: nl + - scope: + path: "_pages/pl_PL" + type: pages + values: + permalink: /pl_PL/:basename:output_ext + lang: pl + - scope: + path: "_pages/pt_BR" + type: pages + values: + permalink: /pt_BR/:basename:output_ext + lang: pt-BR + - scope: + path: "_pages/pt_PT" + type: pages + values: + permalink: /pt_PT/:basename:output_ext + lang: pt-PT + - scope: + path: "_pages/ro_RO" + type: pages + values: + permalink: /ro_RO/:basename:output_ext + lang: ro + - scope: + path: "_pages/ru_RU" + type: pages + values: + permalink: /ru_RU/:basename:output_ext + lang: ru + - scope: + path: "_pages/sr_SP" + type: pages + values: + permalink: /sr_SP/:basename:output_ext + lang: sr + - scope: + path: "_pages/sv_SE" + type: pages + values: + permalink: /sv_SE/:basename:output_ext + lang: sv + - scope: + path: "_pages/th_TH" + type: pages + values: + permalink: /th_TH/:basename:output_ext + lang: th + - scope: + path: "_pages/tr_TR" + type: pages + values: + permalink: /tr_TR/:basename:output_ext + lang: tr + - scope: + path: "_pages/uk_UA" + type: pages + values: + permalink: /uk_UA/:basename:output_ext + lang: uk + - scope: + path: "_pages/vi_VN" + type: pages + values: + permalink: /vi_VN/:basename:output_ext + lang: vi + - scope: + path: "_pages/zh_CN" + type: pages + values: + permalink: /zh_CN/:basename:output_ext + lang: zh-Hans + - scope: + path: "_pages/zh_TW" + type: pages + values: + permalink: /zh_TW/:basename:output_ext + lang: zh-Hant + - scope: + path: "_pages/af_ZA/home.txt" + type: pages + values: + permalink: /af_ZA/index:output_ext + - scope: + path: "_pages/ar_SA/home.txt" + type: pages + values: + permalink: /ar_SA/index:output_ext + - scope: + path: "_pages/ca_ES/home.txt" + type: pages + values: + permalink: /ca_ES/index:output_ext + - scope: + path: "_pages/cs_CZ/home.txt" + type: pages + values: + permalink: /cs_CZ/index:output_ext + - scope: + path: "_pages/da_DK/home.txt" + type: pages + values: + permalink: /da_DK/index:output_ext + - scope: + path: "_pages/de_DE/home.txt" + type: pages + values: + permalink: /de_DE/index:output_ext + - scope: + path: "_pages/el_GR/home.txt" + type: pages + values: + permalink: /el_GR/index:output_ext + - scope: + path: "_pages/en_PT/home.txt" + type: pages + values: + permalink: /en_PT/index:output_ext + - scope: + path: "_pages/en_US/home.txt" + type: pages + values: + permalink: /index:output_ext + - scope: + path: "_pages/es_ES/home.txt" + type: pages + values: + permalink: /es_ES/index:output_ext + - scope: + path: "_pages/fi_FI/home.txt" + type: pages + values: + permalink: /fi_FI/index:output_ext + - scope: + path: "_pages/fr_FR/home.txt" + type: pages + values: + permalink: /fr_FR/index:output_ext + - scope: + path: "_pages/he_IL/home.txt" + type: pages + values: + permalink: /he_IL/index:output_ext + - scope: + path: "_pages/hu_HU/home.txt" + type: pages + values: + permalink: /hu_HU/index:output_ext + - scope: + path: "_pages/id_ID/home.txt" + type: pages + values: + permalink: /id_ID/index:output_ext + - scope: + path: "_pages/it_IT/home.txt" + type: pages + values: + permalink: /it_IT/index:output_ext + - scope: + path: "_pages/ja_JP/home.txt" + type: pages + values: + permalink: /ja_JP/index:output_ext + - scope: + path: "_pages/ko_KR/home.txt" + type: pages + values: + permalink: /ko_KR/index:output_ext + - scope: + path: "_pages/ms_MY/home.txt" + type: pages + values: + permalink: /ms_MY/index:output_ext + - scope: + path: "_pages/no_NO/home.txt" + type: pages + values: + permalink: /no_NO/index:output_ext + - scope: + path: "_pages/nl_NL/home.txt" + type: pages + values: + permalink: /nl_NL/index:output_ext + - scope: + path: "_pages/pl_PL/home.txt" + type: pages + values: + permalink: /pl_PL/index:output_ext + - scope: + path: "_pages/pt_BR/home.txt" + type: pages + values: + permalink: /pt_BR/index:output_ext + - scope: + path: "_pages/pt_PT/home.txt" + type: pages + values: + permalink: /pt_PT/index:output_ext + - scope: + path: "_pages/ro_RO/home.txt" + type: pages + values: + permalink: /ro_RO/index:output_ext + - scope: + path: "_pages/ru_RU/home.txt" + type: pages + values: + permalink: /ru_RU/index:output_ext + - scope: + path: "_pages/sr_SP/home.txt" + type: pages + values: + permalink: /sr_SP/index:output_ext + - scope: + path: "_pages/sv_SE/home.txt" + type: pages + values: + permalink: /sv_SE/index:output_ext + - scope: + path: "_pages/th_TH/home.txt" + type: pages + values: + permalink: /th_TH/index:output_ext + - scope: + path: "_pages/tr_TR/home.txt" + type: pages + values: + permalink: /tr_TR/index:output_ext + - scope: + path: "_pages/uk_UA/home.txt" + type: pages + values: + permalink: /uk_UA/index:output_ext + - scope: + path: "_pages/vi_VN/home.txt" + type: pages + values: + permalink: /vi_VN/index:output_ext + - scope: + path: "_pages/zh_CN/home.txt" + type: pages + values: + permalink: /zh_CN/index:output_ext + - scope: + path: "_pages/zh_TW/home.txt" + type: pages + values: + permalink: /zh_TW/index:output_ext \ No newline at end of file diff --git a/_pages/af_ZA/404.txt b/_pages/af_ZA/404.txt index 81fa56890..42569235f 100644 --- a/_pages/af_ZA/404.txt +++ b/_pages/af_ZA/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/af_ZA/9.2.0-ctrtransfer.txt b/_pages/af_ZA/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/af_ZA/9.2.0-ctrtransfer.txt +++ b/_pages/af_ZA/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/af_ZA/cart-update.txt b/_pages/af_ZA/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/af_ZA/cart-update.txt +++ b/_pages/af_ZA/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/af_ZA/credits.txt b/_pages/af_ZA/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/af_ZA/credits.txt +++ b/_pages/af_ZA/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/af_ZA/donations.txt b/_pages/af_ZA/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/af_ZA/donations.txt +++ b/_pages/af_ZA/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/af_ZA/f3-(linux).txt b/_pages/af_ZA/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/af_ZA/f3-(linux).txt +++ b/_pages/af_ZA/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/af_ZA/f3x-(mac).txt b/_pages/af_ZA/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/af_ZA/f3x-(mac).txt +++ b/_pages/af_ZA/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/af_ZA/faq.txt b/_pages/af_ZA/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/af_ZA/faq.txt +++ b/_pages/af_ZA/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/af_ZA/file-extensions-(windows).txt b/_pages/af_ZA/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/af_ZA/file-extensions-(windows).txt +++ b/_pages/af_ZA/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/af_ZA/finalizing-setup.txt b/_pages/af_ZA/finalizing-setup.txt index 07c2d061c..708dd15e5 100644 --- a/_pages/af_ZA/finalizing-setup.txt +++ b/_pages/af_ZA/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/af_ZA/get-started-(new-3ds).txt b/_pages/af_ZA/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/af_ZA/get-started-(new-3ds).txt +++ b/_pages/af_ZA/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/af_ZA/get-started-(old-3ds).txt b/_pages/af_ZA/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/af_ZA/get-started-(old-3ds).txt +++ b/_pages/af_ZA/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/af_ZA/get-started.txt b/_pages/af_ZA/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/af_ZA/get-started.txt +++ b/_pages/af_ZA/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/af_ZA/godmode9-usage.txt b/_pages/af_ZA/godmode9-usage.txt index 312ee3383..db581dd1c 100644 --- a/_pages/af_ZA/godmode9-usage.txt +++ b/_pages/af_ZA/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/af_ZA/h2testw-(windows).txt b/_pages/af_ZA/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/af_ZA/h2testw-(windows).txt +++ b/_pages/af_ZA/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/af_ZA/home.txt b/_pages/af_ZA/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/af_ZA/home.txt +++ b/_pages/af_ZA/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/af_ZA/homebrew-launcher-(alternatives).txt b/_pages/af_ZA/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/af_ZA/homebrew-launcher-(alternatives).txt +++ b/_pages/af_ZA/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/af_ZA/homebrew-launcher-(soundhax).txt b/_pages/af_ZA/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/af_ZA/homebrew-launcher-(soundhax).txt +++ b/_pages/af_ZA/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/af_ZA/installing-boot9strap-(2xrsa).txt b/_pages/af_ZA/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/af_ZA/installing-boot9strap-(2xrsa).txt +++ b/_pages/af_ZA/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/af_ZA/installing-boot9strap-(browser).txt b/_pages/af_ZA/installing-boot9strap-(browser).txt index 080f8d6e6..d692fa66a 100644 --- a/_pages/af_ZA/installing-boot9strap-(browser).txt +++ b/_pages/af_ZA/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware).txt b/_pages/af_ZA/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/af_ZA/installing-boot9strap-(dsiware).txt +++ b/_pages/af_ZA/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt index b32af3d1e..1cfbcb5ae 100644 --- a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/af_ZA/installing-boot9strap-(hardmod).txt b/_pages/af_ZA/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/af_ZA/installing-boot9strap-(hardmod).txt +++ b/_pages/af_ZA/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt b/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/af_ZA/installing-boot9strap-(mset).txt b/_pages/af_ZA/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/af_ZA/installing-boot9strap-(mset).txt +++ b/_pages/af_ZA/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/af_ZA/move-emunand.txt b/_pages/af_ZA/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/af_ZA/move-emunand.txt +++ b/_pages/af_ZA/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/af_ZA/ntr-and-cubic-ninja.txt b/_pages/af_ZA/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/af_ZA/ntr-and-cubic-ninja.txt +++ b/_pages/af_ZA/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/af_ZA/region-changing.txt b/_pages/af_ZA/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/af_ZA/region-changing.txt +++ b/_pages/af_ZA/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/af_ZA/site-navigation.txt b/_pages/af_ZA/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/af_ZA/site-navigation.txt +++ b/_pages/af_ZA/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/af_ZA/troubleshooting.txt b/_pages/af_ZA/troubleshooting.txt index 2bee94ce6..83c126993 100644 --- a/_pages/af_ZA/troubleshooting.txt +++ b/_pages/af_ZA/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/af_ZA/updating-to-boot9strap.txt b/_pages/af_ZA/updating-to-boot9strap.txt index 77b24ab13..b997739e7 100644 --- a/_pages/af_ZA/updating-to-boot9strap.txt +++ b/_pages/af_ZA/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/af_ZA/why-ads.txt b/_pages/af_ZA/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/af_ZA/why-ads.txt +++ b/_pages/af_ZA/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/ar_SA/404.txt b/_pages/ar_SA/404.txt index 81fa56890..42569235f 100644 --- a/_pages/ar_SA/404.txt +++ b/_pages/ar_SA/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/ar_SA/9.2.0-ctrtransfer.txt b/_pages/ar_SA/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/ar_SA/9.2.0-ctrtransfer.txt +++ b/_pages/ar_SA/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/ar_SA/cart-update.txt b/_pages/ar_SA/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/ar_SA/cart-update.txt +++ b/_pages/ar_SA/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/ar_SA/credits.txt b/_pages/ar_SA/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/ar_SA/credits.txt +++ b/_pages/ar_SA/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/ar_SA/donations.txt b/_pages/ar_SA/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/ar_SA/donations.txt +++ b/_pages/ar_SA/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/ar_SA/f3-(linux).txt b/_pages/ar_SA/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/ar_SA/f3-(linux).txt +++ b/_pages/ar_SA/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/ar_SA/f3x-(mac).txt b/_pages/ar_SA/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/ar_SA/f3x-(mac).txt +++ b/_pages/ar_SA/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/ar_SA/faq.txt b/_pages/ar_SA/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/ar_SA/faq.txt +++ b/_pages/ar_SA/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/ar_SA/file-extensions-(windows).txt b/_pages/ar_SA/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/ar_SA/file-extensions-(windows).txt +++ b/_pages/ar_SA/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/ar_SA/finalizing-setup.txt b/_pages/ar_SA/finalizing-setup.txt index 07c2d061c..708dd15e5 100644 --- a/_pages/ar_SA/finalizing-setup.txt +++ b/_pages/ar_SA/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ar_SA/get-started-(new-3ds).txt b/_pages/ar_SA/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/ar_SA/get-started-(new-3ds).txt +++ b/_pages/ar_SA/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/ar_SA/get-started-(old-3ds).txt b/_pages/ar_SA/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/ar_SA/get-started-(old-3ds).txt +++ b/_pages/ar_SA/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/ar_SA/get-started.txt b/_pages/ar_SA/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/ar_SA/get-started.txt +++ b/_pages/ar_SA/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/ar_SA/godmode9-usage.txt b/_pages/ar_SA/godmode9-usage.txt index 312ee3383..db581dd1c 100644 --- a/_pages/ar_SA/godmode9-usage.txt +++ b/_pages/ar_SA/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/ar_SA/h2testw-(windows).txt b/_pages/ar_SA/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/ar_SA/h2testw-(windows).txt +++ b/_pages/ar_SA/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/ar_SA/home.txt b/_pages/ar_SA/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/ar_SA/home.txt +++ b/_pages/ar_SA/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ar_SA/homebrew-launcher-(alternatives).txt b/_pages/ar_SA/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/ar_SA/homebrew-launcher-(alternatives).txt +++ b/_pages/ar_SA/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/ar_SA/homebrew-launcher-(soundhax).txt b/_pages/ar_SA/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/ar_SA/homebrew-launcher-(soundhax).txt +++ b/_pages/ar_SA/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/ar_SA/installing-boot9strap-(2xrsa).txt b/_pages/ar_SA/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/ar_SA/installing-boot9strap-(2xrsa).txt +++ b/_pages/ar_SA/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ar_SA/installing-boot9strap-(browser).txt b/_pages/ar_SA/installing-boot9strap-(browser).txt index 080f8d6e6..d692fa66a 100644 --- a/_pages/ar_SA/installing-boot9strap-(browser).txt +++ b/_pages/ar_SA/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware).txt b/_pages/ar_SA/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/ar_SA/installing-boot9strap-(dsiware).txt +++ b/_pages/ar_SA/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt index b32af3d1e..1cfbcb5ae 100644 --- a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ar_SA/installing-boot9strap-(hardmod).txt b/_pages/ar_SA/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/ar_SA/installing-boot9strap-(hardmod).txt +++ b/_pages/ar_SA/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt b/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ar_SA/installing-boot9strap-(mset).txt b/_pages/ar_SA/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/ar_SA/installing-boot9strap-(mset).txt +++ b/_pages/ar_SA/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ar_SA/move-emunand.txt b/_pages/ar_SA/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/ar_SA/move-emunand.txt +++ b/_pages/ar_SA/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ar_SA/ntr-and-cubic-ninja.txt b/_pages/ar_SA/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/ar_SA/ntr-and-cubic-ninja.txt +++ b/_pages/ar_SA/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ar_SA/region-changing.txt b/_pages/ar_SA/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/ar_SA/region-changing.txt +++ b/_pages/ar_SA/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/ar_SA/site-navigation.txt b/_pages/ar_SA/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/ar_SA/site-navigation.txt +++ b/_pages/ar_SA/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/ar_SA/troubleshooting.txt b/_pages/ar_SA/troubleshooting.txt index 2bee94ce6..83c126993 100644 --- a/_pages/ar_SA/troubleshooting.txt +++ b/_pages/ar_SA/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/ar_SA/updating-to-boot9strap.txt b/_pages/ar_SA/updating-to-boot9strap.txt index 77b24ab13..b997739e7 100644 --- a/_pages/ar_SA/updating-to-boot9strap.txt +++ b/_pages/ar_SA/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/ar_SA/why-ads.txt b/_pages/ar_SA/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/ar_SA/why-ads.txt +++ b/_pages/ar_SA/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/ca_ES/404.txt b/_pages/ca_ES/404.txt index 7a474317f..f965ce6d3 100644 --- a/_pages/ca_ES/404.txt +++ b/_pages/ca_ES/404.txt @@ -1,7 +1,5 @@ --- -title: "Pàgina no trobada" # -lang: ca -permalink: /ca_ES/404.html +title: "Pàgina no trobada" layout: single-no-ads excerpt: "No s'ha trobat la pàgina. Els vostres píxels són a un altre llenç." # sitemap: false diff --git a/_pages/ca_ES/9.2.0-ctrtransfer.txt b/_pages/ca_ES/9.2.0-ctrtransfer.txt index 624e65d7a..e65ea7643 100644 --- a/_pages/ca_ES/9.2.0-ctrtransfer.txt +++ b/_pages/ca_ES/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: ca -permalink: /ca_ES/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/ca_ES/cart-update.txt b/_pages/ca_ES/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/ca_ES/cart-update.txt +++ b/_pages/ca_ES/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/ca_ES/credits.txt b/_pages/ca_ES/credits.txt index de13303bc..0ad5e3953 100644 --- a/_pages/ca_ES/credits.txt +++ b/_pages/ca_ES/credits.txt @@ -1,7 +1,5 @@ --- -title: "Crèdits" # -lang: ca_ES -permalink: /ca_ES/credits.html +title: "Crèdits" --- **Un agraïment especial a tots els de [#Cakey a Freenode] diff --git a/_pages/ca_ES/donations.txt b/_pages/ca_ES/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/ca_ES/donations.txt +++ b/_pages/ca_ES/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/ca_ES/f3-(linux).txt b/_pages/ca_ES/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/ca_ES/f3-(linux).txt +++ b/_pages/ca_ES/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/ca_ES/f3x-(mac).txt b/_pages/ca_ES/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/ca_ES/f3x-(mac).txt +++ b/_pages/ca_ES/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/ca_ES/faq.txt b/_pages/ca_ES/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/ca_ES/faq.txt +++ b/_pages/ca_ES/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/ca_ES/file-extensions-(windows).txt b/_pages/ca_ES/file-extensions-(windows).txt index b6ec9a946..7b5bf06ad 100644 --- a/_pages/ca_ES/file-extensions-(windows).txt +++ b/_pages/ca_ES/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: ca -permalink: /file-extensions-(windows).html +lang: ca --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/ca_ES/finalizing-setup.txt b/_pages/ca_ES/finalizing-setup.txt index 552a07717..14c6d4ebd 100644 --- a/_pages/ca_ES/finalizing-setup.txt +++ b/_pages/ca_ES/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: ca -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ca_ES/get-started-(new-3ds).txt b/_pages/ca_ES/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/ca_ES/get-started-(new-3ds).txt +++ b/_pages/ca_ES/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/ca_ES/get-started-(old-3ds).txt b/_pages/ca_ES/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/ca_ES/get-started-(old-3ds).txt +++ b/_pages/ca_ES/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/ca_ES/get-started.txt b/_pages/ca_ES/get-started.txt index e4e681ccf..e22af95cb 100644 --- a/_pages/ca_ES/get-started.txt +++ b/_pages/ca_ES/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Comencem" # -lang: ca -permalink: /ca_ES/get-started.html +title: "Comencem" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/ca_ES/godmode9-usage.txt b/_pages/ca_ES/godmode9-usage.txt index 984fe5f7d..a33b8e9eb 100644 --- a/_pages/ca_ES/godmode9-usage.txt +++ b/_pages/ca_ES/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: ca -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/ca_ES/h2testw-(windows).txt b/_pages/ca_ES/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/ca_ES/h2testw-(windows).txt +++ b/_pages/ca_ES/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/ca_ES/home.txt b/_pages/ca_ES/home.txt index 42d7aa07b..53a09fb4c 100644 --- a/_pages/ca_ES/home.txt +++ b/_pages/ca_ES/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: ca -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ca_ES/homebrew-launcher-(alternatives).txt b/_pages/ca_ES/homebrew-launcher-(alternatives).txt index 1cf07a877..748ecd057 100644 --- a/_pages/ca_ES/homebrew-launcher-(alternatives).txt +++ b/_pages/ca_ES/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: ca -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/ca_ES/homebrew-launcher-(soundhax).txt b/_pages/ca_ES/homebrew-launcher-(soundhax).txt index dab359dda..3f31ee8db 100644 --- a/_pages/ca_ES/homebrew-launcher-(soundhax).txt +++ b/_pages/ca_ES/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: ca -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/ca_ES/installing-boot9strap-(2xrsa).txt b/_pages/ca_ES/installing-boot9strap-(2xrsa).txt index 7b72de666..0a5063499 100644 --- a/_pages/ca_ES/installing-boot9strap-(2xrsa).txt +++ b/_pages/ca_ES/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: ca -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ca_ES/installing-boot9strap-(browser).txt b/_pages/ca_ES/installing-boot9strap-(browser).txt index ef1ceef6e..f46c79f3c 100644 --- a/_pages/ca_ES/installing-boot9strap-(browser).txt +++ b/_pages/ca_ES/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: ca -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware).txt b/_pages/ca_ES/installing-boot9strap-(dsiware).txt index 38a8042c9..802164306 100644 --- a/_pages/ca_ES/installing-boot9strap-(dsiware).txt +++ b/_pages/ca_ES/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: ca -permalink: /installing-boot9strap-(dsiware).html +lang: ca --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt index 93b9fd7a5..5a86dd4c8 100644 --- a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: ca -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: ca --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt index 4776b3aad..1d83a8823 100644 --- a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: ca -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: ca --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt index 8c39aeaa7..b491dd4a4 100644 --- a/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: ca -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: ca --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ca_ES/installing-boot9strap-(hardmod).txt b/_pages/ca_ES/installing-boot9strap-(hardmod).txt index 54a47b163..ee952a919 100644 --- a/_pages/ca_ES/installing-boot9strap-(hardmod).txt +++ b/_pages/ca_ES/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: ca -permalink: /installing-boot9strap-(hardmod).html +lang: ca --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt b/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt index 3ac015552..2bb74b35a 100644 --- a/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: ca -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ca_ES/installing-boot9strap-(mset).txt b/_pages/ca_ES/installing-boot9strap-(mset).txt index 0b61d7a8f..3fc5eab58 100644 --- a/_pages/ca_ES/installing-boot9strap-(mset).txt +++ b/_pages/ca_ES/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: ca -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ca_ES/move-emunand.txt b/_pages/ca_ES/move-emunand.txt index 5c6ddc25c..d212bfe6b 100644 --- a/_pages/ca_ES/move-emunand.txt +++ b/_pages/ca_ES/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: ca -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ca_ES/ntr-and-cubic-ninja.txt b/_pages/ca_ES/ntr-and-cubic-ninja.txt index 63154d3c1..f02c332bf 100644 --- a/_pages/ca_ES/ntr-and-cubic-ninja.txt +++ b/_pages/ca_ES/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: ca -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ca_ES/region-changing.txt b/_pages/ca_ES/region-changing.txt index 5f8a840b5..f80eafab6 100644 --- a/_pages/ca_ES/region-changing.txt +++ b/_pages/ca_ES/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: ca -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/ca_ES/site-navigation.txt b/_pages/ca_ES/site-navigation.txt index e8ac751d8..531035da8 100644 --- a/_pages/ca_ES/site-navigation.txt +++ b/_pages/ca_ES/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: ca -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/ca_ES/troubleshooting.txt b/_pages/ca_ES/troubleshooting.txt index 635caddc1..b9e5d88c7 100644 --- a/_pages/ca_ES/troubleshooting.txt +++ b/_pages/ca_ES/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: ca -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/ca_ES/updating-to-boot9strap.txt b/_pages/ca_ES/updating-to-boot9strap.txt index f402bc436..46c914420 100644 --- a/_pages/ca_ES/updating-to-boot9strap.txt +++ b/_pages/ca_ES/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: ca -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/ca_ES/why-ads.txt b/_pages/ca_ES/why-ads.txt index d73283690..577d66036 100644 --- a/_pages/ca_ES/why-ads.txt +++ b/_pages/ca_ES/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Per què anuncis?" # -lang: ca -permalink: /ca_ES/why-ads.html +title: "Per què anuncis?" layout: single-no-ads --- diff --git a/_pages/cs_CZ/404.txt b/_pages/cs_CZ/404.txt index 81fa56890..42569235f 100644 --- a/_pages/cs_CZ/404.txt +++ b/_pages/cs_CZ/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/cs_CZ/9.2.0-ctrtransfer.txt b/_pages/cs_CZ/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/cs_CZ/9.2.0-ctrtransfer.txt +++ b/_pages/cs_CZ/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/cs_CZ/cart-update.txt b/_pages/cs_CZ/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/cs_CZ/cart-update.txt +++ b/_pages/cs_CZ/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/cs_CZ/credits.txt b/_pages/cs_CZ/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/cs_CZ/credits.txt +++ b/_pages/cs_CZ/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/cs_CZ/donations.txt b/_pages/cs_CZ/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/cs_CZ/donations.txt +++ b/_pages/cs_CZ/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/cs_CZ/f3-(linux).txt b/_pages/cs_CZ/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/cs_CZ/f3-(linux).txt +++ b/_pages/cs_CZ/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/cs_CZ/f3x-(mac).txt b/_pages/cs_CZ/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/cs_CZ/f3x-(mac).txt +++ b/_pages/cs_CZ/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/cs_CZ/faq.txt b/_pages/cs_CZ/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/cs_CZ/faq.txt +++ b/_pages/cs_CZ/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/cs_CZ/file-extensions-(windows).txt b/_pages/cs_CZ/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/cs_CZ/file-extensions-(windows).txt +++ b/_pages/cs_CZ/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/cs_CZ/finalizing-setup.txt b/_pages/cs_CZ/finalizing-setup.txt index 07c2d061c..708dd15e5 100644 --- a/_pages/cs_CZ/finalizing-setup.txt +++ b/_pages/cs_CZ/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/cs_CZ/get-started-(new-3ds).txt b/_pages/cs_CZ/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/cs_CZ/get-started-(new-3ds).txt +++ b/_pages/cs_CZ/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/cs_CZ/get-started-(old-3ds).txt b/_pages/cs_CZ/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/cs_CZ/get-started-(old-3ds).txt +++ b/_pages/cs_CZ/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/cs_CZ/get-started.txt b/_pages/cs_CZ/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/cs_CZ/get-started.txt +++ b/_pages/cs_CZ/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/cs_CZ/godmode9-usage.txt b/_pages/cs_CZ/godmode9-usage.txt index 312ee3383..db581dd1c 100644 --- a/_pages/cs_CZ/godmode9-usage.txt +++ b/_pages/cs_CZ/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/cs_CZ/h2testw-(windows).txt b/_pages/cs_CZ/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/cs_CZ/h2testw-(windows).txt +++ b/_pages/cs_CZ/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/cs_CZ/home.txt b/_pages/cs_CZ/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/cs_CZ/home.txt +++ b/_pages/cs_CZ/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/cs_CZ/homebrew-launcher-(alternatives).txt b/_pages/cs_CZ/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/cs_CZ/homebrew-launcher-(alternatives).txt +++ b/_pages/cs_CZ/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/cs_CZ/homebrew-launcher-(soundhax).txt b/_pages/cs_CZ/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/cs_CZ/homebrew-launcher-(soundhax).txt +++ b/_pages/cs_CZ/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt b/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt +++ b/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/cs_CZ/installing-boot9strap-(browser).txt b/_pages/cs_CZ/installing-boot9strap-(browser).txt index 080f8d6e6..d692fa66a 100644 --- a/_pages/cs_CZ/installing-boot9strap-(browser).txt +++ b/_pages/cs_CZ/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/cs_CZ/installing-boot9strap-(dsiware).txt +++ b/_pages/cs_CZ/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt index b32af3d1e..1cfbcb5ae 100644 --- a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/cs_CZ/installing-boot9strap-(hardmod).txt b/_pages/cs_CZ/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/cs_CZ/installing-boot9strap-(hardmod).txt +++ b/_pages/cs_CZ/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt b/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/cs_CZ/installing-boot9strap-(mset).txt b/_pages/cs_CZ/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/cs_CZ/installing-boot9strap-(mset).txt +++ b/_pages/cs_CZ/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/cs_CZ/move-emunand.txt b/_pages/cs_CZ/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/cs_CZ/move-emunand.txt +++ b/_pages/cs_CZ/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/cs_CZ/ntr-and-cubic-ninja.txt b/_pages/cs_CZ/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/cs_CZ/ntr-and-cubic-ninja.txt +++ b/_pages/cs_CZ/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/cs_CZ/region-changing.txt b/_pages/cs_CZ/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/cs_CZ/region-changing.txt +++ b/_pages/cs_CZ/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/cs_CZ/site-navigation.txt b/_pages/cs_CZ/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/cs_CZ/site-navigation.txt +++ b/_pages/cs_CZ/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/cs_CZ/troubleshooting.txt b/_pages/cs_CZ/troubleshooting.txt index 2bee94ce6..83c126993 100644 --- a/_pages/cs_CZ/troubleshooting.txt +++ b/_pages/cs_CZ/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/cs_CZ/updating-to-boot9strap.txt b/_pages/cs_CZ/updating-to-boot9strap.txt index 77b24ab13..b997739e7 100644 --- a/_pages/cs_CZ/updating-to-boot9strap.txt +++ b/_pages/cs_CZ/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/cs_CZ/why-ads.txt b/_pages/cs_CZ/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/cs_CZ/why-ads.txt +++ b/_pages/cs_CZ/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/da_DK/404.txt b/_pages/da_DK/404.txt index 81fa56890..42569235f 100644 --- a/_pages/da_DK/404.txt +++ b/_pages/da_DK/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/da_DK/9.2.0-ctrtransfer.txt b/_pages/da_DK/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/da_DK/9.2.0-ctrtransfer.txt +++ b/_pages/da_DK/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/da_DK/cart-update.txt b/_pages/da_DK/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/da_DK/cart-update.txt +++ b/_pages/da_DK/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/da_DK/credits.txt b/_pages/da_DK/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/da_DK/credits.txt +++ b/_pages/da_DK/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/da_DK/donations.txt b/_pages/da_DK/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/da_DK/donations.txt +++ b/_pages/da_DK/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/da_DK/f3-(linux).txt b/_pages/da_DK/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/da_DK/f3-(linux).txt +++ b/_pages/da_DK/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/da_DK/f3x-(mac).txt b/_pages/da_DK/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/da_DK/f3x-(mac).txt +++ b/_pages/da_DK/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/da_DK/faq.txt b/_pages/da_DK/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/da_DK/faq.txt +++ b/_pages/da_DK/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/da_DK/file-extensions-(windows).txt b/_pages/da_DK/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/da_DK/file-extensions-(windows).txt +++ b/_pages/da_DK/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/da_DK/finalizing-setup.txt b/_pages/da_DK/finalizing-setup.txt index 07c2d061c..708dd15e5 100644 --- a/_pages/da_DK/finalizing-setup.txt +++ b/_pages/da_DK/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/da_DK/get-started-(new-3ds).txt b/_pages/da_DK/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/da_DK/get-started-(new-3ds).txt +++ b/_pages/da_DK/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/da_DK/get-started-(old-3ds).txt b/_pages/da_DK/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/da_DK/get-started-(old-3ds).txt +++ b/_pages/da_DK/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/da_DK/get-started.txt b/_pages/da_DK/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/da_DK/get-started.txt +++ b/_pages/da_DK/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/da_DK/godmode9-usage.txt b/_pages/da_DK/godmode9-usage.txt index 312ee3383..db581dd1c 100644 --- a/_pages/da_DK/godmode9-usage.txt +++ b/_pages/da_DK/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/da_DK/h2testw-(windows).txt b/_pages/da_DK/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/da_DK/h2testw-(windows).txt +++ b/_pages/da_DK/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/da_DK/home.txt b/_pages/da_DK/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/da_DK/home.txt +++ b/_pages/da_DK/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/da_DK/homebrew-launcher-(alternatives).txt b/_pages/da_DK/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/da_DK/homebrew-launcher-(alternatives).txt +++ b/_pages/da_DK/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/da_DK/homebrew-launcher-(soundhax).txt b/_pages/da_DK/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/da_DK/homebrew-launcher-(soundhax).txt +++ b/_pages/da_DK/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/da_DK/installing-boot9strap-(2xrsa).txt b/_pages/da_DK/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/da_DK/installing-boot9strap-(2xrsa).txt +++ b/_pages/da_DK/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/da_DK/installing-boot9strap-(browser).txt b/_pages/da_DK/installing-boot9strap-(browser).txt index 080f8d6e6..d692fa66a 100644 --- a/_pages/da_DK/installing-boot9strap-(browser).txt +++ b/_pages/da_DK/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/da_DK/installing-boot9strap-(dsiware).txt b/_pages/da_DK/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/da_DK/installing-boot9strap-(dsiware).txt +++ b/_pages/da_DK/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt index b32af3d1e..1cfbcb5ae 100644 --- a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt b/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/da_DK/installing-boot9strap-(hardmod).txt b/_pages/da_DK/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/da_DK/installing-boot9strap-(hardmod).txt +++ b/_pages/da_DK/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt b/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/da_DK/installing-boot9strap-(mset).txt b/_pages/da_DK/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/da_DK/installing-boot9strap-(mset).txt +++ b/_pages/da_DK/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/da_DK/move-emunand.txt b/_pages/da_DK/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/da_DK/move-emunand.txt +++ b/_pages/da_DK/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/da_DK/ntr-and-cubic-ninja.txt b/_pages/da_DK/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/da_DK/ntr-and-cubic-ninja.txt +++ b/_pages/da_DK/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/da_DK/region-changing.txt b/_pages/da_DK/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/da_DK/region-changing.txt +++ b/_pages/da_DK/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/da_DK/site-navigation.txt b/_pages/da_DK/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/da_DK/site-navigation.txt +++ b/_pages/da_DK/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/da_DK/troubleshooting.txt b/_pages/da_DK/troubleshooting.txt index 2bee94ce6..83c126993 100644 --- a/_pages/da_DK/troubleshooting.txt +++ b/_pages/da_DK/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/da_DK/updating-to-boot9strap.txt b/_pages/da_DK/updating-to-boot9strap.txt index 77b24ab13..b997739e7 100644 --- a/_pages/da_DK/updating-to-boot9strap.txt +++ b/_pages/da_DK/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/da_DK/why-ads.txt b/_pages/da_DK/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/da_DK/why-ads.txt +++ b/_pages/da_DK/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/de_DE/404.txt b/_pages/de_DE/404.txt index b498242fd..c84ea5dc6 100644 --- a/_pages/de_DE/404.txt +++ b/_pages/de_DE/404.txt @@ -1,7 +1,5 @@ --- -title: "Seite nicht gefunden" # -lang: de -permalink: /de_DE/404.html +title: "Seite nicht gefunden" layout: single-no-ads excerpt: "Seite nicht gefunden. Deine Pixel befinden sich auf einem anderen Canvas." # sitemap: false diff --git a/_pages/de_DE/9.2.0-ctrtransfer.txt b/_pages/de_DE/9.2.0-ctrtransfer.txt index fd82cae8d..c81207ea7 100644 --- a/_pages/de_DE/9.2.0-ctrtransfer.txt +++ b/_pages/de_DE/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: de -permalink: /de_DE/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/de_DE/cart-update.txt b/_pages/de_DE/cart-update.txt index bb82cbdaf..e15ad527a 100644 --- a/_pages/de_DE/cart-update.txt +++ b/_pages/de_DE/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Kartenupdate" # -lang: de -permalink: /de_DE/cart-update.html +title: "Kartenupdate" --- Alle Spielmodule erhalten eine Kopie der System-Firmware, die die Software benötigt, um abgespielt zu werden. Dies ermöglicht jedem Spieler mit einem Gerät einer niedrigeren Firmware, der das betreffende Spiel benutzt, auf die vorinstallierte Betriebssoftware zu aktualisieren (sogar ohne Internetverbindung). diff --git a/_pages/de_DE/credits.txt b/_pages/de_DE/credits.txt index 1656f7774..7b54cc14c 100644 --- a/_pages/de_DE/credits.txt +++ b/_pages/de_DE/credits.txt @@ -1,7 +1,5 @@ --- -title: "Danksagung" # -lang: de -permalink: /de_DE/credits.html +title: "Danksagung" --- **Vielen Dank an alle Nutzer aus [#Cakey auf Freenode](http://webchat.freenode.net/?channels=%23Cakey)! Ihr seid großartig!** diff --git a/_pages/de_DE/donations.txt b/_pages/de_DE/donations.txt index 89d1b7847..13eb56185 100644 --- a/_pages/de_DE/donations.txt +++ b/_pages/de_DE/donations.txt @@ -1,7 +1,5 @@ --- -title: "Spenden" # -lang: de -permalink: /de_DE/donations.html +title: "Spenden" layout: single-no-ads --- diff --git a/_pages/de_DE/f3-(linux).txt b/_pages/de_DE/f3-(linux).txt index 1dd97e600..93bb7057c 100644 --- a/_pages/de_DE/f3-(linux).txt +++ b/_pages/de_DE/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: de -permalink: /de_DE/f3-(linux).html +title: "F3 (Linux)" --- Dies ist ein Add-on-Abschnitt für die Überprüfung Ihrer SD-Karte für Fehler mit h2testw. diff --git a/_pages/de_DE/f3x-(mac).txt b/_pages/de_DE/f3x-(mac).txt index 3af1188ab..bd8ac8fb1 100644 --- a/_pages/de_DE/f3x-(mac).txt +++ b/_pages/de_DE/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: de -permalink: /de_DE/f3x-(mac).html +title: "F3X (Mac)" --- Dies ist ein Add-on-Abschnitt für die Überprüfung Ihrer SD-Karte für Fehler mit h2testw. diff --git a/_pages/de_DE/faq.txt b/_pages/de_DE/faq.txt index 6fa6829db..6f9ff7f1c 100644 --- a/_pages/de_DE/faq.txt +++ b/_pages/de_DE/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: de -permalink: /de_DE/faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/de_DE/file-extensions-(windows).txt b/_pages/de_DE/file-extensions-(windows).txt index 73de92c39..cb1cd8739 100644 --- a/_pages/de_DE/file-extensions-(windows).txt +++ b/_pages/de_DE/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- titel: "Datei-Erweiterungen (Windows)" # -lang: de -permalink: /de_DE/file-extensions-(windows).html +lang: de --- Dies ist ein Add-on-Abschnitt für das Deaktivieren des Windows Standart-Verhalten, Dateierweiterungen zu verstecken. diff --git a/_pages/de_DE/finalizing-setup.txt b/_pages/de_DE/finalizing-setup.txt index e818cf74f..04ca19758 100644 --- a/_pages/de_DE/finalizing-setup.txt +++ b/_pages/de_DE/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: de -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/de_DE/get-started-(new-3ds).txt b/_pages/de_DE/get-started-(new-3ds).txt index ce81cf3e6..6a33963ae 100644 --- a/_pages/de_DE/get-started-(new-3ds).txt +++ b/_pages/de_DE/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Los geht's (New 3DS)" # -lang: de -permalink: /de_DE/get-started-(new-3ds).html +title: "Los geht's (New 3DS)" --- Wähle die passende Methode für deine Version aus der unteren Tabelle. diff --git a/_pages/de_DE/get-started-(old-3ds).txt b/_pages/de_DE/get-started-(old-3ds).txt index 7e0c3c7da..0768202ff 100644 --- a/_pages/de_DE/get-started-(old-3ds).txt +++ b/_pages/de_DE/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Los geht's (Old 3DS)" # -lang: de -permalink: /de_DE/get-started-(old-3ds).html +title: "Los geht's (Old 3DS)" --- Wähle die entsprechende Seite für deine Version aus der unten folgenden Tabelle. diff --git a/_pages/de_DE/get-started.txt b/_pages/de_DE/get-started.txt index 70e6ea0ed..ed15af9a4 100644 --- a/_pages/de_DE/get-started.txt +++ b/_pages/de_DE/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Los geht's" # -lang: de -permalink: /de_DE/get-started.html +title: "Los geht's" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/de_DE/godmode9-usage.txt b/_pages/de_DE/godmode9-usage.txt index 898840691..3a680bd6f 100644 --- a/_pages/de_DE/godmode9-usage.txt +++ b/_pages/de_DE/godmode9-usage.txt @@ -1,6 +1,5 @@ --- -titel: "Benutzung von GodMode9" # -lang: de +titel: "Benutzung von GodMode9" ermalink: /de_DE/godmode9-usage.html --- diff --git a/_pages/de_DE/h2testw-(windows).txt b/_pages/de_DE/h2testw-(windows).txt index c90a1c7aa..5e8ac1900 100644 --- a/_pages/de_DE/h2testw-(windows).txt +++ b/_pages/de_DE/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: de -permalink: /de_DE/h2testw-(windows).html +title: "H2testw (Windows)" --- Dies ist ein Add-on-Abschnitt für die Überprüfung Ihrer SD-Karte für Fehler mit h2testw. diff --git a/_pages/de_DE/home.txt b/_pages/de_DE/home.txt index 7c0a98496..3dd99e0bd 100644 --- a/_pages/de_DE/home.txt +++ b/_pages/de_DE/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Los geht's" # cta_url: "/de_DE/get-started" caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: de -permalink: /de_DE/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/de_DE/homebrew-launcher-(alternatives).txt b/_pages/de_DE/homebrew-launcher-(alternatives).txt index 08650e610..f0c3d9f82 100644 --- a/_pages/de_DE/homebrew-launcher-(alternatives).txt +++ b/_pages/de_DE/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternativen)" # -lang: de -permalink: /de_DE/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternativen)" --- Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten. diff --git a/_pages/de_DE/homebrew-launcher-(soundhax).txt b/_pages/de_DE/homebrew-launcher-(soundhax).txt index 8581a0bd4..beb6d3f10 100644 --- a/_pages/de_DE/homebrew-launcher-(soundhax).txt +++ b/_pages/de_DE/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -Titel: "Homebrew Launcher (Soundhax)" # -lang: de -permalink: /de_DE/homebrew-launcher-(soundhax).html +Titel: "Homebrew Launcher (Soundhax)" --- Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten. diff --git a/_pages/de_DE/installing-boot9strap-(2xrsa).txt b/_pages/de_DE/installing-boot9strap-(2xrsa).txt index dab9e7165..1809e8636 100644 --- a/_pages/de_DE/installing-boot9strap-(2xrsa).txt +++ b/_pages/de_DE/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: de -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/de_DE/installing-boot9strap-(browser).txt b/_pages/de_DE/installing-boot9strap-(browser).txt index 5d3b3dd30..9ef075cd7 100644 --- a/_pages/de_DE/installing-boot9strap-(browser).txt +++ b/_pages/de_DE/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: de -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen. diff --git a/_pages/de_DE/installing-boot9strap-(dsiware).txt b/_pages/de_DE/installing-boot9strap-(dsiware).txt index 1d3db377c..56857aa00 100644 --- a/_pages/de_DE/installing-boot9strap-(dsiware).txt +++ b/_pages/de_DE/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: de -permalink: /installing-boot9strap-(dsiware).html +lang: de --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt index 43a12dd00..925b0dff7 100644 --- a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: de -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: de --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt index a7acc14db..d6cd93c73 100644 --- a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: de -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: de --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt b/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt index d2f6d3adb..5ce79bbfa 100644 --- a/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: de -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: de --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/de_DE/installing-boot9strap-(hardmod).txt b/_pages/de_DE/installing-boot9strap-(hardmod).txt index 69cd07b8d..e88fa666b 100644 --- a/_pages/de_DE/installing-boot9strap-(hardmod).txt +++ b/_pages/de_DE/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: de -permalink: /installing-boot9strap-(hardmod).html +lang: de --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt b/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt index d03c1e9b4..ad2ed6977 100644 --- a/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: de -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen. diff --git a/_pages/de_DE/installing-boot9strap-(mset).txt b/_pages/de_DE/installing-boot9strap-(mset).txt index abea2dd11..07814f624 100644 --- a/_pages/de_DE/installing-boot9strap-(mset).txt +++ b/_pages/de_DE/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: de -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen. diff --git a/_pages/de_DE/move-emunand.txt b/_pages/de_DE/move-emunand.txt index 6bcd76831..3f7d37479 100644 --- a/_pages/de_DE/move-emunand.txt +++ b/_pages/de_DE/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "EmuNAND verschieben" # -lang: de -permalink: /de_DE/move-emunand.html +title: "EmuNAND verschieben" --- Dies ist ein Zusatzabschnitt zum Verschieben des Inhaltes eines vorherigen EmuNAND in die neue SysNAND CFW plus Entfernung des alten EmuNAND. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen. diff --git a/_pages/de_DE/ntr-and-cubic-ninja.txt b/_pages/de_DE/ntr-and-cubic-ninja.txt index 91d98a76b..f8f9f67ba 100644 --- a/_pages/de_DE/ntr-and-cubic-ninja.txt +++ b/_pages/de_DE/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR und Cubic Ninja" # -lang: de -permalink: /de_DE/ntr-and-cubic-ninja.html +title: "NTR und Cubic Ninja" --- Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/de_DE/region-changing.txt b/_pages/de_DE/region-changing.txt index 4a6daa4be..13b991eb3 100644 --- a/_pages/de_DE/region-changing.txt +++ b/_pages/de_DE/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Wechseln der Region" # -lang: de -permalink: /de_DE/region-changing.html +title: "Wechseln der Region" --- This is add-on section for region changing your CFW SysNAND. Dies geschieht durch die Installation der 9.2.0 CTRTransfer Abbild für die Region, die du wechseln willst. diff --git a/_pages/de_DE/site-navigation.txt b/_pages/de_DE/site-navigation.txt index 9c6df88fd..b2f7c0408 100644 --- a/_pages/de_DE/site-navigation.txt +++ b/_pages/de_DE/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Seitennavigation" # -lang: de -permalink: /de_DE/site-navigation.html +title: "Seitennavigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/de_DE/troubleshooting.txt b/_pages/de_DE/troubleshooting.txt index eb7d74d82..22f44a9e3 100644 --- a/_pages/de_DE/troubleshooting.txt +++ b/_pages/de_DE/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Problembehandlung" # -lang: de -permalink: /de_DE/troubleshooting.html +title: "Problembehandlung" --- Wenn deine Konsole nicht mehr starten sollte, suche bitte den für dich relevanten Abschnitt und folge den dortigen Anweisungen. Sollte das Problem gelöst sein, kannst du mit dem Rest der Anleitung fortfahren diff --git a/_pages/de_DE/updating-to-boot9strap.txt b/_pages/de_DE/updating-to-boot9strap.txt index 96f55a84e..f99fa52d2 100644 --- a/_pages/de_DE/updating-to-boot9strap.txt +++ b/_pages/de_DE/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: de -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/de_DE/why-ads.txt b/_pages/de_DE/why-ads.txt index ce9fe75d7..94272e124 100644 --- a/_pages/de_DE/why-ads.txt +++ b/_pages/de_DE/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Warum Werbung?" # -lang: de -permalink: /de_DE/why-ads.html +title: "Warum Werbung?" layout: single-no-ads --- diff --git a/_pages/el_GR/404.txt b/_pages/el_GR/404.txt index 32134fc19..ca4daed01 100644 --- a/_pages/el_GR/404.txt +++ b/_pages/el_GR/404.txt @@ -1,7 +1,5 @@ --- -title: "Η Σελίδα Δεν Βρέθηκε" # -lang: el -permalink: /el_GR/404.html +title: "Η Σελίδα Δεν Βρέθηκε" layout: single-no-ads excerpt: "Η σελίδα δεν βρέθηκε. Τα pixel σας βρίσκονται σε άλλον καμβά." # sitemap: false diff --git a/_pages/el_GR/9.2.0-ctrtransfer.txt b/_pages/el_GR/9.2.0-ctrtransfer.txt index 961396fca..a3ddde6e7 100644 --- a/_pages/el_GR/9.2.0-ctrtransfer.txt +++ b/_pages/el_GR/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: el -permalink: /el_GR/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/el_GR/cart-update.txt b/_pages/el_GR/cart-update.txt index 17aed8dd8..5c4196e4d 100644 --- a/_pages/el_GR/cart-update.txt +++ b/_pages/el_GR/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Ενημέρωση μέσω Κασέτας" # -lang: el -permalink: /el_GR/cart-update.html +title: "Ενημέρωση μέσω Κασέτας" --- Όλες οι κασέτες περιέχουν την απαιτούμενη έκδοση συστήματος για να λειτουργήσουν επιτρέποντας σε όσους βρίσκονται σε χαμηλότερη έκδοση τη χρήση της κασέτας για αναβάθμιση έκδοσης (ακόμα και χωρίς σύνδεση στο διαδίκτυο). diff --git a/_pages/el_GR/credits.txt b/_pages/el_GR/credits.txt index 82cb553e2..6e29eba00 100644 --- a/_pages/el_GR/credits.txt +++ b/_pages/el_GR/credits.txt @@ -1,7 +1,5 @@ --- -title: "Ευχαριστίες" # -lang: el -permalink: /el_GR/credits.html +title: "Ευχαριστίες" --- **Ευχαριστώ ιδιαίτερα όλο το [#Cakey στο Freenode](http://webchat.freenode.net/?channels=%23Cakey) που ήταν υπέροχοι!** diff --git a/_pages/el_GR/donations.txt b/_pages/el_GR/donations.txt index 60d9a9ffb..0c04ebf20 100644 --- a/_pages/el_GR/donations.txt +++ b/_pages/el_GR/donations.txt @@ -1,7 +1,5 @@ --- -title: "Δωρεές" # -lang: el -permalink: /el_GR/donations.html +title: "Δωρεές" layout: single-no-ads --- diff --git a/_pages/el_GR/f3-(linux).txt b/_pages/el_GR/f3-(linux).txt index 8b5c4a5ef..59edd503e 100644 --- a/_pages/el_GR/f3-(linux).txt +++ b/_pages/el_GR/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: el -permalink: /el_GR/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/el_GR/f3x-(mac).txt b/_pages/el_GR/f3x-(mac).txt index 98fdddb4c..8c390d8bc 100644 --- a/_pages/el_GR/f3x-(mac).txt +++ b/_pages/el_GR/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: el -permalink: /el_GR/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/el_GR/faq.txt b/_pages/el_GR/faq.txt index 5d1a13fa4..2e317b62e 100644 --- a/_pages/el_GR/faq.txt +++ b/_pages/el_GR/faq.txt @@ -1,7 +1,5 @@ --- -title: "Συχνές Ερωτήσεις" # -lang: el -permalink: /el_GR/faq.html +title: "Συχνές Ερωτήσεις" --- {% capture notice-1 %} diff --git a/_pages/el_GR/file-extensions-(windows).txt b/_pages/el_GR/file-extensions-(windows).txt index 190b0cbd0..5be2e5718 100644 --- a/_pages/el_GR/file-extensions-(windows).txt +++ b/_pages/el_GR/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: el -permalink: /file-extensions-(windows).html +lang: el --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/el_GR/finalizing-setup.txt b/_pages/el_GR/finalizing-setup.txt index 69d2c3420..f3b71e8cd 100644 --- a/_pages/el_GR/finalizing-setup.txt +++ b/_pages/el_GR/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: el -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/el_GR/get-started-(new-3ds).txt b/_pages/el_GR/get-started-(new-3ds).txt index d486f36a8..9ff719a65 100644 --- a/_pages/el_GR/get-started-(new-3ds).txt +++ b/_pages/el_GR/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Ξεκινώντας (New 3DS)" # -lang: el -permalink: /el_GR/get-started-(new-3ds).html +title: "Ξεκινώντας (New 3DS)" --- Επιλέξτε την κατάλληλη σελίδα για την έκδοσή σας από το παρακάτω διάγραμμα. diff --git a/_pages/el_GR/get-started-(old-3ds).txt b/_pages/el_GR/get-started-(old-3ds).txt index a2af0db3c..f3ffbd00d 100644 --- a/_pages/el_GR/get-started-(old-3ds).txt +++ b/_pages/el_GR/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Ξεκινώντας (Old 3DS)" # -lang: el -permalink: /el_GR/get-started-(old-3ds).html +title: "Ξεκινώντας (Old 3DS)" --- Επιλέξτε την κατάλληλη σελίδα για την έκδοσή σας από το παρακάτω διάγραμμα. diff --git a/_pages/el_GR/get-started.txt b/_pages/el_GR/get-started.txt index 11edd124f..75a7c5416 100644 --- a/_pages/el_GR/get-started.txt +++ b/_pages/el_GR/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Ας Αρχίσουμε" # -lang: el -permalink: /el_GR/get-started.html +title: "Ας Αρχίσουμε" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/el_GR/godmode9-usage.txt b/_pages/el_GR/godmode9-usage.txt index 0bce0b81e..152dda2bb 100644 --- a/_pages/el_GR/godmode9-usage.txt +++ b/_pages/el_GR/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: el -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/el_GR/h2testw-(windows).txt b/_pages/el_GR/h2testw-(windows).txt index 01d759333..592d2900c 100644 --- a/_pages/el_GR/h2testw-(windows).txt +++ b/_pages/el_GR/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: el -permalink: /el_GR/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/el_GR/home.txt b/_pages/el_GR/home.txt index 4ea52d820..5abe5ad79 100644 --- a/_pages/el_GR/home.txt +++ b/_pages/el_GR/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Ας αρχίσουμε" # cta_url: "/el_GR/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: el -permalink: /el_GR/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/el_GR/homebrew-launcher-(alternatives).txt b/_pages/el_GR/homebrew-launcher-(alternatives).txt index c714aa0aa..ed8feb6f6 100644 --- a/_pages/el_GR/homebrew-launcher-(alternatives).txt +++ b/_pages/el_GR/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: el -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδους εισόδου ή μεθόδους εκκίνησης. diff --git a/_pages/el_GR/homebrew-launcher-(soundhax).txt b/_pages/el_GR/homebrew-launcher-(soundhax).txt index 6586c0519..f358a88d9 100644 --- a/_pages/el_GR/homebrew-launcher-(soundhax).txt +++ b/_pages/el_GR/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: el -permalink: /el_GR/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδους εισόδου. diff --git a/_pages/el_GR/installing-boot9strap-(2xrsa).txt b/_pages/el_GR/installing-boot9strap-(2xrsa).txt index bec28cacc..3fd1b5774 100644 --- a/_pages/el_GR/installing-boot9strap-(2xrsa).txt +++ b/_pages/el_GR/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: el -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/el_GR/installing-boot9strap-(browser).txt b/_pages/el_GR/installing-boot9strap-(browser).txt index 62a48246a..3336c80b8 100644 --- a/_pages/el_GR/installing-boot9strap-(browser).txt +++ b/_pages/el_GR/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: el -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/el_GR/installing-boot9strap-(dsiware).txt b/_pages/el_GR/installing-boot9strap-(dsiware).txt index 1f37ea4d6..cb1383e2e 100644 --- a/_pages/el_GR/installing-boot9strap-(dsiware).txt +++ b/_pages/el_GR/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: el -permalink: /installing-boot9strap-(dsiware).html +lang: el --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt index 98657ed58..19d1d6b3f 100644 --- a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: el -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: el --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt index 95dbc82c7..2e7ac6edf 100644 --- a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: el -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: el --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt index 08e51cbcf..549379835 100644 --- a/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: el -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: el --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/el_GR/installing-boot9strap-(hardmod).txt b/_pages/el_GR/installing-boot9strap-(hardmod).txt index f40541b82..9b5e0f262 100644 --- a/_pages/el_GR/installing-boot9strap-(hardmod).txt +++ b/_pages/el_GR/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: el -permalink: /installing-boot9strap-(hardmod).html +lang: el --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt b/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt index 5a68e6c35..537d5f4a7 100644 --- a/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: el -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/el_GR/installing-boot9strap-(mset).txt b/_pages/el_GR/installing-boot9strap-(mset).txt index c54d641b0..04f5b59d9 100644 --- a/_pages/el_GR/installing-boot9strap-(mset).txt +++ b/_pages/el_GR/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: el -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/el_GR/move-emunand.txt b/_pages/el_GR/move-emunand.txt index dd52b7259..551d99d85 100644 --- a/_pages/el_GR/move-emunand.txt +++ b/_pages/el_GR/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Μετακίνηση της EmuNAND" # -lang: el -permalink: /el_GR/move-emunand.html +title: "Μετακίνηση της EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/el_GR/ntr-and-cubic-ninja.txt b/_pages/el_GR/ntr-and-cubic-ninja.txt index c9961a17a..becb67aaa 100644 --- a/_pages/el_GR/ntr-and-cubic-ninja.txt +++ b/_pages/el_GR/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR και Cubic Ninja" # -lang: el -permalink: /el_GR/ntr-and-cubic-ninja.html +title: "NTR και Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/el_GR/region-changing.txt b/_pages/el_GR/region-changing.txt index c51039247..6f3939937 100644 --- a/_pages/el_GR/region-changing.txt +++ b/_pages/el_GR/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Αλλαγή Περιοχής" # -lang: el -permalink: /el_GR/region-changing.html +title: "Αλλαγή Περιοχής" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/el_GR/site-navigation.txt b/_pages/el_GR/site-navigation.txt index 2ef07eb16..f0c51724a 100644 --- a/_pages/el_GR/site-navigation.txt +++ b/_pages/el_GR/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Πλοήγηση Ιστοτόπου" # -lang: el -permalink: /el_GR/site-navigation.html +title: "Πλοήγηση Ιστοτόπου" layout: single-no-ads sitemap: false --- diff --git a/_pages/el_GR/troubleshooting.txt b/_pages/el_GR/troubleshooting.txt index 274b0b43b..7a60d397f 100644 --- a/_pages/el_GR/troubleshooting.txt +++ b/_pages/el_GR/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Αντιμετώπιση Προβλημάτων" # -lang: el -permalink: /el_GR/troubleshooting.html +title: "Αντιμετώπιση Προβλημάτων" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Μόλις μια λύση λειτουργήσει για εσάς, μπορείτε να προχωρήσετε με τον κύριο οδηγό diff --git a/_pages/el_GR/updating-to-boot9strap.txt b/_pages/el_GR/updating-to-boot9strap.txt index 22c993f5b..f5e65f76e 100644 --- a/_pages/el_GR/updating-to-boot9strap.txt +++ b/_pages/el_GR/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: el -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/el_GR/why-ads.txt b/_pages/el_GR/why-ads.txt index 88b64ae37..d8dfc0774 100644 --- a/_pages/el_GR/why-ads.txt +++ b/_pages/el_GR/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Γιατί βλέπω διαφημίσεις;" # -lang: el -permalink: /el_GR/why-ads.html +title: "Γιατί βλέπω διαφημίσεις;" layout: single-no-ads --- diff --git a/_pages/en_PT/404.txt b/_pages/en_PT/404.txt index 13b96c63b..1ae7a98e4 100644 --- a/_pages/en_PT/404.txt +++ b/_pages/en_PT/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /en_PT/404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Ye pixels be on another treasure map." # sitemap: false diff --git a/_pages/en_PT/9.2.0-ctrtransfer.txt b/_pages/en_PT/9.2.0-ctrtransfer.txt index f6d7401b7..3a1ad947c 100644 --- a/_pages/en_PT/9.2.0-ctrtransfer.txt +++ b/_pages/en_PT/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /en_PT/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/en_PT/cart-update.txt b/_pages/en_PT/cart-update.txt index d1feddd34..63766c5c2 100644 --- a/_pages/en_PT/cart-update.txt +++ b/_pages/en_PT/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /en_PT/cart-update.html +title: "Cart Update" --- All game carts contain a copy 'o th' required system version to play it, allowin' anyone on a lower version to use th' cartridge to update to that version (even without an Internet connection). diff --git a/_pages/en_PT/credits.txt b/_pages/en_PT/credits.txt index 93e12a3e7..b0202d37e 100644 --- a/_pages/en_PT/credits.txt +++ b/_pages/en_PT/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /en_PT/credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/en_PT/donations.txt b/_pages/en_PT/donations.txt index 95f8a89f7..43ffa33e6 100644 --- a/_pages/en_PT/donations.txt +++ b/_pages/en_PT/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /en_PT/donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/en_PT/f3-(linux).txt b/_pages/en_PT/f3-(linux).txt index 73cd1df15..502e552d4 100644 --- a/_pages/en_PT/f3-(linux).txt +++ b/_pages/en_PT/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /en_PT/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/en_PT/f3x-(mac).txt b/_pages/en_PT/f3x-(mac).txt index 1b1c4a056..eb5793120 100644 --- a/_pages/en_PT/f3x-(mac).txt +++ b/_pages/en_PT/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /en_PT/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/en_PT/faq.txt b/_pages/en_PT/faq.txt index f63e7aac5..09fa9ba83 100644 --- a/_pages/en_PT/faq.txt +++ b/_pages/en_PT/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /en_PT/faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/en_PT/file-extensions-(windows).txt b/_pages/en_PT/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/en_PT/file-extensions-(windows).txt +++ b/_pages/en_PT/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/en_PT/finalizing-setup.txt b/_pages/en_PT/finalizing-setup.txt index 5338dc2c2..03a0ccef3 100644 --- a/_pages/en_PT/finalizing-setup.txt +++ b/_pages/en_PT/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/en_PT/get-started-(new-3ds).txt b/_pages/en_PT/get-started-(new-3ds).txt index 5126a1147..b533494f1 100644 --- a/_pages/en_PT/get-started-(new-3ds).txt +++ b/_pages/en_PT/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /en_PT/get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select th' appropriate page fer ye version from th' chart below. diff --git a/_pages/en_PT/get-started-(old-3ds).txt b/_pages/en_PT/get-started-(old-3ds).txt index 8041d54ef..aa5d557f0 100644 --- a/_pages/en_PT/get-started-(old-3ds).txt +++ b/_pages/en_PT/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /en_PT/get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select th' appropriate page fer ye version from th' chart below. diff --git a/_pages/en_PT/get-started.txt b/_pages/en_PT/get-started.txt index 054c03ba3..9969ab86b 100644 --- a/_pages/en_PT/get-started.txt +++ b/_pages/en_PT/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /en_PT/get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/en_PT/godmode9-usage.txt b/_pages/en_PT/godmode9-usage.txt index 2eb060894..c8ec07467 100644 --- a/_pages/en_PT/godmode9-usage.txt +++ b/_pages/en_PT/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/en_PT/h2testw-(windows).txt b/_pages/en_PT/h2testw-(windows).txt index cee5d7fdd..312a961e4 100644 --- a/_pages/en_PT/h2testw-(windows).txt +++ b/_pages/en_PT/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /en_PT/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/en_PT/home.txt b/_pages/en_PT/home.txt index eab554c5c..99e583c4c 100644 --- a/_pages/en_PT/home.txt +++ b/_pages/en_PT/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "/en_PT/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /en_PT/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/en_PT/homebrew-launcher-(alternatives).txt b/_pages/en_PT/homebrew-launcher-(alternatives).txt index 02037d9d7..6d84a073d 100644 --- a/_pages/en_PT/homebrew-launcher-(alternatives).txt +++ b/_pages/en_PT/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/en_PT/homebrew-launcher-(soundhax).txt b/_pages/en_PT/homebrew-launcher-(soundhax).txt index 62ac71da2..03f21c7de 100644 --- a/_pages/en_PT/homebrew-launcher-(soundhax).txt +++ b/_pages/en_PT/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /en_PT/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Th' Homebrew Launcher has many different entrypoints, or methods 'o launchin'. diff --git a/_pages/en_PT/installing-boot9strap-(2xrsa).txt b/_pages/en_PT/installing-boot9strap-(2xrsa).txt index 2c87d205c..7f06ce2bf 100644 --- a/_pages/en_PT/installing-boot9strap-(2xrsa).txt +++ b/_pages/en_PT/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/en_PT/installing-boot9strap-(browser).txt b/_pages/en_PT/installing-boot9strap-(browser).txt index a9d42f53a..71b67bbec 100644 --- a/_pages/en_PT/installing-boot9strap-(browser).txt +++ b/_pages/en_PT/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_PT/installing-boot9strap-(dsiware).txt b/_pages/en_PT/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/en_PT/installing-boot9strap-(dsiware).txt +++ b/_pages/en_PT/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt index 8ad8610c5..4836ea7f8 100644 --- a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt index 5c6dfca94..78b344a74 100644 --- a/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/en_PT/installing-boot9strap-(hardmod).txt b/_pages/en_PT/installing-boot9strap-(hardmod).txt index 0104fa4a5..78994a2fb 100644 --- a/_pages/en_PT/installing-boot9strap-(hardmod).txt +++ b/_pages/en_PT/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt b/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt index 153ece500..169fd8b98 100644 --- a/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_PT/installing-boot9strap-(mset).txt b/_pages/en_PT/installing-boot9strap-(mset).txt index 27fb386ff..01a0a88d1 100644 --- a/_pages/en_PT/installing-boot9strap-(mset).txt +++ b/_pages/en_PT/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_PT/move-emunand.txt b/_pages/en_PT/move-emunand.txt index 41de07fc2..5d70426e0 100644 --- a/_pages/en_PT/move-emunand.txt +++ b/_pages/en_PT/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /en_PT/move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_PT/ntr-and-cubic-ninja.txt b/_pages/en_PT/ntr-and-cubic-ninja.txt index 68d35b5ea..f166a24af 100644 --- a/_pages/en_PT/ntr-and-cubic-ninja.txt +++ b/_pages/en_PT/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR 'n Cubic Ninja" # -lang: en -permalink: /en_PT/ntr-and-cubic-ninja.html +title: "NTR 'n Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/en_PT/region-changing.txt b/_pages/en_PT/region-changing.txt index 0b63ff04a..164676ac3 100644 --- a/_pages/en_PT/region-changing.txt +++ b/_pages/en_PT/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changin'" # -lang: en -permalink: /en_PT/region-changing.html +title: "Region Changin'" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/en_PT/site-navigation.txt b/_pages/en_PT/site-navigation.txt index e8be77d18..9352341a1 100644 --- a/_pages/en_PT/site-navigation.txt +++ b/_pages/en_PT/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Treasure Map" # -lang: en -permalink: /en_PT/site-navigation.html +title: "Site Treasure Map" layout: single-no-ads sitemap: false --- diff --git a/_pages/en_PT/troubleshooting.txt b/_pages/en_PT/troubleshooting.txt index a7f67d04d..1121fc12f 100644 --- a/_pages/en_PT/troubleshooting.txt +++ b/_pages/en_PT/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshootin'" # -lang: en -permalink: /en_PT/troubleshooting.html +title: "Troubleshootin'" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/en_PT/updating-to-boot9strap.txt b/_pages/en_PT/updating-to-boot9strap.txt index 4f74ba4b9..ddbba05cc 100644 --- a/_pages/en_PT/updating-to-boot9strap.txt +++ b/_pages/en_PT/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/en_PT/why-ads.txt b/_pages/en_PT/why-ads.txt index 5a56cd5d2..4e852dc4b 100644 --- a/_pages/en_PT/why-ads.txt +++ b/_pages/en_PT/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /en_PT/why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/en_US/404.txt b/_pages/en_US/404.txt index 249d0f336..3239a1be0 100644 --- a/_pages/en_US/404.txt +++ b/_pages/en_US/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/en_US/9.2.0-ctrtransfer.txt b/_pages/en_US/9.2.0-ctrtransfer.txt index 65b08cc20..f4a7181b4 100644 --- a/_pages/en_US/9.2.0-ctrtransfer.txt +++ b/_pages/en_US/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/en_US/cart-update.txt b/_pages/en_US/cart-update.txt index a7dc97c30..6f1661ee4 100644 --- a/_pages/en_US/cart-update.txt +++ b/_pages/en_US/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/en_US/credits.txt b/_pages/en_US/credits.txt index 3aafc90c2..2b416849f 100644 --- a/_pages/en_US/credits.txt +++ b/_pages/en_US/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/en_US/donations.txt b/_pages/en_US/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/en_US/donations.txt +++ b/_pages/en_US/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/en_US/f3-(linux).txt b/_pages/en_US/f3-(linux).txt index 9e1b9870a..bef11266f 100644 --- a/_pages/en_US/f3-(linux).txt +++ b/_pages/en_US/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/en_US/f3x-(mac).txt b/_pages/en_US/f3x-(mac).txt index 1bd748d2f..8c3a756f9 100644 --- a/_pages/en_US/f3x-(mac).txt +++ b/_pages/en_US/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/en_US/faq.txt b/_pages/en_US/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/en_US/faq.txt +++ b/_pages/en_US/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/en_US/file-extensions-(windows).txt b/_pages/en_US/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/en_US/file-extensions-(windows).txt +++ b/_pages/en_US/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt index f4cdb3f03..becd554f0 100644 --- a/_pages/en_US/finalizing-setup.txt +++ b/_pages/en_US/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- #### Overview of steps diff --git a/_pages/en_US/get-started-(new-3ds).txt b/_pages/en_US/get-started-(new-3ds).txt index 7349d486e..9bf417f22 100644 --- a/_pages/en_US/get-started-(new-3ds).txt +++ b/_pages/en_US/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/en_US/get-started-(old-3ds).txt b/_pages/en_US/get-started-(old-3ds).txt index af4b53171..25969621c 100644 --- a/_pages/en_US/get-started-(old-3ds).txt +++ b/_pages/en_US/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/en_US/get-started.txt b/_pages/en_US/get-started.txt index f16e29e1f..f282e64bf 100644 --- a/_pages/en_US/get-started.txt +++ b/_pages/en_US/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/en_US/godmode9-usage.txt b/_pages/en_US/godmode9-usage.txt index 186784bbe..3a5754306 100644 --- a/_pages/en_US/godmode9-usage.txt +++ b/_pages/en_US/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/en_US/h2testw-(windows).txt b/_pages/en_US/h2testw-(windows).txt index 34327078f..9a2067d55 100644 --- a/_pages/en_US/h2testw-(windows).txt +++ b/_pages/en_US/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/en_US/home.txt b/_pages/en_US/home.txt index 3da84472f..4322509a1 100644 --- a/_pages/en_US/home.txt +++ b/_pages/en_US/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/en_US/homebrew-launcher-(alternatives).txt b/_pages/en_US/homebrew-launcher-(alternatives).txt index e280b4fc1..f7554148b 100644 --- a/_pages/en_US/homebrew-launcher-(alternatives).txt +++ b/_pages/en_US/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/en_US/homebrew-launcher-(soundhax).txt b/_pages/en_US/homebrew-launcher-(soundhax).txt index 4fa3f4122..6a0434b0c 100644 --- a/_pages/en_US/homebrew-launcher-(soundhax).txt +++ b/_pages/en_US/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/en_US/installing-boot9strap-(2xrsa).txt b/_pages/en_US/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/en_US/installing-boot9strap-(2xrsa).txt +++ b/_pages/en_US/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/en_US/installing-boot9strap-(browser).txt b/_pages/en_US/installing-boot9strap-(browser).txt index de93ff976..d5382e4b5 100644 --- a/_pages/en_US/installing-boot9strap-(browser).txt +++ b/_pages/en_US/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_US/installing-boot9strap-(dsiware).txt b/_pages/en_US/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/en_US/installing-boot9strap-(dsiware).txt +++ b/_pages/en_US/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt b/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt index 4ea2c2b28..bad89d114 100644 --- a/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/en_US/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/en_US/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt b/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt index b741d1250..be212fab1 100644 --- a/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/en_US/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/en_US/installing-boot9strap-(hardmod).txt b/_pages/en_US/installing-boot9strap-(hardmod).txt index 2ef36a48f..b971ec98d 100644 --- a/_pages/en_US/installing-boot9strap-(hardmod).txt +++ b/_pages/en_US/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt b/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/en_US/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_US/installing-boot9strap-(mset).txt b/_pages/en_US/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/en_US/installing-boot9strap-(mset).txt +++ b/_pages/en_US/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_US/move-emunand.txt b/_pages/en_US/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/en_US/move-emunand.txt +++ b/_pages/en_US/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/en_US/ntr-and-cubic-ninja.txt b/_pages/en_US/ntr-and-cubic-ninja.txt index 749a2a682..db345ee81 100644 --- a/_pages/en_US/ntr-and-cubic-ninja.txt +++ b/_pages/en_US/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/en_US/region-changing.txt b/_pages/en_US/region-changing.txt index 20df235ac..e8534a247 100644 --- a/_pages/en_US/region-changing.txt +++ b/_pages/en_US/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/en_US/site-navigation.txt b/_pages/en_US/site-navigation.txt index 7f816e856..a81d441aa 100644 --- a/_pages/en_US/site-navigation.txt +++ b/_pages/en_US/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 38cefe158..b8f00bac4 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/en_US/updating-to-boot9strap.txt b/_pages/en_US/updating-to-boot9strap.txt index 8c184c7e1..9f40d19ca 100644 --- a/_pages/en_US/updating-to-boot9strap.txt +++ b/_pages/en_US/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/en_US/why-ads.txt b/_pages/en_US/why-ads.txt index 0a21c0135..5e949b992 100644 --- a/_pages/en_US/why-ads.txt +++ b/_pages/en_US/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/es_ES/404.txt b/_pages/es_ES/404.txt index f726943b3..0a8c2c072 100644 --- a/_pages/es_ES/404.txt +++ b/_pages/es_ES/404.txt @@ -1,7 +1,6 @@ --- title: "Página No Encontrada" lang: es -permalink: /es_ES/404.html layout: single-no-ads excerpt: "Página no encontrada. Tus píxeles están en otro lienzo." # sitemap: false diff --git a/_pages/es_ES/9.2.0-ctrtransfer.txt b/_pages/es_ES/9.2.0-ctrtransfer.txt index edd1d2543..6d9f06ec3 100644 --- a/_pages/es_ES/9.2.0-ctrtransfer.txt +++ b/_pages/es_ES/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: es -permalink: /es_ES/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- Esta es una sección adicional para instalar una imagen CTRTransfer 9.2.0 en tu consola. diff --git a/_pages/es_ES/cart-update.txt b/_pages/es_ES/cart-update.txt index a13c545b8..bb7541dda 100644 --- a/_pages/es_ES/cart-update.txt +++ b/_pages/es_ES/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Actualizar con Cartucho" # -lang: es -permalink: /es_ES/cart-update.html +title: "Actualizar con Cartucho" --- Todos los cartuchos contienen una copia de la versión del sistema necesaria para jugarlo, permitiendo a cualquiera usarlo para actualizar desde una versión inferior (incluso sin conexión a internet). diff --git a/_pages/es_ES/credits.txt b/_pages/es_ES/credits.txt index 816770772..086a9b777 100644 --- a/_pages/es_ES/credits.txt +++ b/_pages/es_ES/credits.txt @@ -1,7 +1,5 @@ --- -title: "Créditos" # -lang: es -permalink: /es_ES/credits.html +title: "Créditos" --- **¡Un agradecimiento especial a todos los de [#Cakey en Freenode](http://webchat.freenode.net/?channels=%23Cakey) por ser diff --git a/_pages/es_ES/donations.txt b/_pages/es_ES/donations.txt index 262abe5af..1885d11b3 100644 --- a/_pages/es_ES/donations.txt +++ b/_pages/es_ES/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donaciones" # -lang: es -permalink: /es_ES/donations.html +title: "Donaciones" layout: single-no-ads --- diff --git a/_pages/es_ES/f3-(linux).txt b/_pages/es_ES/f3-(linux).txt index 6927ebeff..33031ac59 100644 --- a/_pages/es_ES/f3-(linux).txt +++ b/_pages/es_ES/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: es -permalink: /es_ES/f3-(linux).html +title: "F3 (Linux)" --- Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando F3. diff --git a/_pages/es_ES/f3x-(mac).txt b/_pages/es_ES/f3x-(mac).txt index 60eb393d7..a697a348d 100644 --- a/_pages/es_ES/f3x-(mac).txt +++ b/_pages/es_ES/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: es -permalink: /es_ES/f3x-(mac).html +title: "F3X (Mac)" --- Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando F3X. diff --git a/_pages/es_ES/faq.txt b/_pages/es_ES/faq.txt index 6f55d9004..e924c77d9 100644 --- a/_pages/es_ES/faq.txt +++ b/_pages/es_ES/faq.txt @@ -1,7 +1,5 @@ --- -title: "Preguntas Frecuentes" # -lang: es -permalink: /es_ES/faq.html +title: "Preguntas Frecuentes" --- {% capture notice-1 %} diff --git a/_pages/es_ES/file-extensions-(windows).txt b/_pages/es_ES/file-extensions-(windows).txt index f0fa943b6..33ab28ff2 100644 --- a/_pages/es_ES/file-extensions-(windows).txt +++ b/_pages/es_ES/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "Extensiones de archivo (Windows)" # -lang: es -permalink: /es_ES/file-extensions-(windows).html +lang: es --- Esta es una sección adicional para desactivar el comportamiento por defecto de Windows de ocultar las extensiones de archivos. diff --git a/_pages/es_ES/finalizing-setup.txt b/_pages/es_ES/finalizing-setup.txt index a204840d3..c4eba7d07 100644 --- a/_pages/es_ES/finalizing-setup.txt +++ b/_pages/es_ES/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizar instalación" # -lang: es -permalink: /es_ES/finalizing-setup.html +title: "Finalizar instalación" --- Para utilizar los enlaces [magnet](https://es.wikipedia.org/wiki/Magnet) de esta página, vas a necesitar un cliente torrent como [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/es_ES/get-started-(new-3ds).txt b/_pages/es_ES/get-started-(new-3ds).txt index c724810c3..1f0b69bf2 100644 --- a/_pages/es_ES/get-started-(new-3ds).txt +++ b/_pages/es_ES/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Comencemos (New 3DS)" # -lang: es -permalink: /es_ES/get-started-(new-3ds).html +title: "Comencemos (New 3DS)" --- Selecciona la casilla apropiada para tu versión en la tabla de más abajo. diff --git a/_pages/es_ES/get-started-(old-3ds).txt b/_pages/es_ES/get-started-(old-3ds).txt index 9dd1b1f14..c7f57e354 100644 --- a/_pages/es_ES/get-started-(old-3ds).txt +++ b/_pages/es_ES/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Comencemos (Old 3DS)" # -lang: es -permalink: /es_ES/get-started-(old-3ds).html +title: "Comencemos (Old 3DS)" --- Selecciona la casilla apropiada para su versión en la tabla de más abajo. diff --git a/_pages/es_ES/get-started.txt b/_pages/es_ES/get-started.txt index 70fdcd8b3..82b3cc2f3 100644 --- a/_pages/es_ES/get-started.txt +++ b/_pages/es_ES/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Comencemos" # -lang: es -permalink: /es_ES/get-started.html +title: "Comencemos" --- Esta página contiene instrucciones para instalar boot9strap en una 3DS o 2DS *sin modificar*. Si ya tienes instalado arm9loaderhax y quieres actualizar a boot9strap, sigue [Actualizar a boot9strap](updating-to-boot9strap). diff --git a/_pages/es_ES/godmode9-usage.txt b/_pages/es_ES/godmode9-usage.txt index 9acea0200..13b469c0e 100644 --- a/_pages/es_ES/godmode9-usage.txt +++ b/_pages/es_ES/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "Usos de GodMode9" # -lang: es -permalink: /es_ES/godmode9-usage.html +title: "Usos de GodMode9" --- GodMode9 es un explorador de archivos con acceso completo para la consola 3DS de Nintendo, dando acceso a la tarjeta SD, las particiones FAT dentro de tu SysNAND y EmuNAND, y básicamente a cualquier otra cosa. Entre otras funciones, te permite copiar, eliminar, renombrar archivos y crear carpetas. diff --git a/_pages/es_ES/h2testw-(windows).txt b/_pages/es_ES/h2testw-(windows).txt index 4e6624a5e..46edefe98 100644 --- a/_pages/es_ES/h2testw-(windows).txt +++ b/_pages/es_ES/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: es -permalink: /es_ES/h2testw-(windows).html +title: "H2testw (Windows)" --- Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando h2testw. diff --git a/_pages/es_ES/home.txt b/_pages/es_ES/home.txt index f9cc4d968..f1eb3e1ef 100644 --- a/_pages/es_ES/home.txt +++ b/_pages/es_ES/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Comencemos" # cta_url: "/es_ES/get-started" caption: -excerpt: "Una guía completa de custom firmware para 3DS,
desde stock a boot9strap.
" # -lang: es -permalink: /es_ES/index.html +excerpt: "Una guía completa de custom firmware para 3DS,
desde stock a boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/es_ES/homebrew-launcher-(alternatives).txt b/_pages/es_ES/homebrew-launcher-(alternatives).txt index 1d92f596a..6a24cb76e 100644 --- a/_pages/es_ES/homebrew-launcher-(alternatives).txt +++ b/_pages/es_ES/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternativas)" # -lang: es -permalink: /es_ES/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternativas)" --- El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecutarse. diff --git a/_pages/es_ES/homebrew-launcher-(soundhax).txt b/_pages/es_ES/homebrew-launcher-(soundhax).txt index 2c54915a0..c25effb0f 100644 --- a/_pages/es_ES/homebrew-launcher-(soundhax).txt +++ b/_pages/es_ES/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: es -permalink: /es_ES/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecutarse. diff --git a/_pages/es_ES/installing-boot9strap-(2xrsa).txt b/_pages/es_ES/installing-boot9strap-(2xrsa).txt index 6ed8c8364..ee87a0354 100644 --- a/_pages/es_ES/installing-boot9strap-(2xrsa).txt +++ b/_pages/es_ES/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Instalar boot9strap (2xrsa)" # -lang: es -permalink: /es_ES/installing-boot9strap-(2xrsa).html +title: "Instalar boot9strap (2xrsa)" --- En esta página estará disponible SafeB9SInstaller mediante 2xrsa cuando exista una versión que soporte este entrypoint (próximamente). No es necesario hacer hardmod para instalar boot9strap si estás en 2.1.0. Por favor ten paciencia. diff --git a/_pages/es_ES/installing-boot9strap-(browser).txt b/_pages/es_ES/installing-boot9strap-(browser).txt index 25af95ca6..95865ee0d 100644 --- a/_pages/es_ES/installing-boot9strap-(browser).txt +++ b/_pages/es_ES/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Instalar boot9strap (navegador)" # -lang: es -permalink: /es_ES/installing-boot9strap-(browser).html +title: "Instalar boot9strap (navegador)" --- Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/es_ES/installing-boot9strap-(dsiware).txt b/_pages/es_ES/installing-boot9strap-(dsiware).txt index 7eef6f768..011acebae 100644 --- a/_pages/es_ES/installing-boot9strap-(dsiware).txt +++ b/_pages/es_ES/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Instalar boot9strap (DSiWare)" # -lang: es -permalink: /es_ES/installing-boot9strap-(dsiware).html +lang: es --- Hay dos métodos para instalar boot9strap usando DSiWare en 11.4.0. diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt index 3198604cc..8145087c6 100644 --- a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Instalar boot9strap (Inyección de juego DSiWare)" # -lang: es -permalink: /es_ES/installing-boot9strap-(dsiware-game-injection).html +lang: es --- Ten en cuenta que en algunas versiones de Luma3DS, el menú de selección de payloads sólo es mostrado si se ha detectado más de un payload. Si sólo se detecta un payload, mantener (Start) al encender hará que se inicie GodMode9 de forma directa. diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt index 5728faebd..6975c7b69 100644 --- a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Instalar boot9strap (Lista de juegos DSiWare inyectables)" # -lang: es -permalink: /es_ES/installing-boot9strap-(dsiware-game-injection-list).html +lang: es --- Esta es una lista generada automáticamente de todos los juegos compatibles con [Instalar boot9strap (DSiWare)](installing-boot9strap-(dsiware)). diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt b/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt index f76596190..563d1764f 100644 --- a/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Instalar boot9strap (Inyección de guardado DSiWare)" # -lang: es -permalink: /es_ES/installing-boot9strap-(dsiware-save-injection).html +lang: es --- Ten en cuenta que en algunas versiones de Luma3DS, el menú de selección de payloads sólo es mostrado si se ha detectado más de un payload. Si sólo se detecta un payload, mantener (Start) al encender hará que se inicie GodMode9 de forma directa. diff --git a/_pages/es_ES/installing-boot9strap-(hardmod).txt b/_pages/es_ES/installing-boot9strap-(hardmod).txt index 1eec3744b..7a2f3ddb3 100644 --- a/_pages/es_ES/installing-boot9strap-(hardmod).txt +++ b/_pages/es_ES/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Instalar boot9strap (hardmod)" # -lang: es -permalink: /es_ES/installing-boot9strap-(hardmod).html +lang: es --- Puedes encontrar una excelente guía de como hacer hardmod [aquí](https://gbatemp.net/threads/414498/) (*en inglés*). Si tienes una New 3DS, lee [esto](https://github.com/Plailect/Guide/issues/681) antes de hacer hardmod (*en inglés*). diff --git a/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt b/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt index 618207565..f3be4044f 100644 --- a/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Instalar boot9strap (Homebrew Launcher)" # -lang: es -permalink: /es_ES/installing-boot9strap-(homebrew-launcher).html +title: "Instalar boot9strap (Homebrew Launcher)" --- Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/es_ES/installing-boot9strap-(mset).txt b/_pages/es_ES/installing-boot9strap-(mset).txt index 700a5e066..6c3fb23e8 100644 --- a/_pages/es_ES/installing-boot9strap-(mset).txt +++ b/_pages/es_ES/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Instalar boot9strap (MSET)" # -lang: es -permalink: /es_ES/installing-boot9strap-(mset).html +title: "Instalar boot9strap (MSET)" --- Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/es_ES/move-emunand.txt b/_pages/es_ES/move-emunand.txt index faaf1e98c..cb48e0b46 100644 --- a/_pages/es_ES/move-emunand.txt +++ b/_pages/es_ES/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Mover EmuNAND" # -lang: es -permalink: /es_ES/move-emunand.html +title: "Mover EmuNAND" --- Esta es una sección adicional para mover los contenidos de una EmuNAND a la nueva SysNAND con CFW, eliminando después la partición de la EmuNAND de la tarjeta SD. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/es_ES/ntr-and-cubic-ninja.txt b/_pages/es_ES/ntr-and-cubic-ninja.txt index 643338bac..6c2d646dd 100644 --- a/_pages/es_ES/ntr-and-cubic-ninja.txt +++ b/_pages/es_ES/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR y Cubic Ninja" # -lang: es -permalink: /es_ES/ntr-and-cubic-ninja.html +title: "NTR y Cubic Ninja" --- Para utilizar los enlaces [magnet](https://es.wikipedia.org/wiki/Magnet) de esta página, vas a necesitar un cliente torrent como [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/es_ES/region-changing.txt b/_pages/es_ES/region-changing.txt index 2b653f1f3..02eb167e1 100644 --- a/_pages/es_ES/region-changing.txt +++ b/_pages/es_ES/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Cambio de Región" # -lang: es -permalink: /es_ES/region-changing.html +title: "Cambio de Región" --- Esta es una sección adicional para cambiar de región la SysNAND de tu CFW. Esto se hace instalando la imagen de CTRTransfer 9.2.0 para la región a la que quieras cambiar. diff --git a/_pages/es_ES/site-navigation.txt b/_pages/es_ES/site-navigation.txt index 6a84a3f65..49709c070 100644 --- a/_pages/es_ES/site-navigation.txt +++ b/_pages/es_ES/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Navegación del Sitio" # -lang: es -permalink: /es_ES/site-navigation.html +title: "Navegación del Sitio" layout: single-no-ads sitemap: false --- diff --git a/_pages/es_ES/troubleshooting.txt b/_pages/es_ES/troubleshooting.txt index 7e96f3a35..5412a8ed5 100644 --- a/_pages/es_ES/troubleshooting.txt +++ b/_pages/es_ES/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Resolución de Problemas" # -lang: es -permalink: /es_ES/troubleshooting.html +title: "Resolución de Problemas" --- Si no puedes encender tu consola, por favor, busca la sección correspondiente a tu problema y sigue las instrucciones. Una vez encuentres la solución que funcione para ti, puedes continuar con la guía principal diff --git a/_pages/es_ES/updating-to-boot9strap.txt b/_pages/es_ES/updating-to-boot9strap.txt index 6a3ca85fe..291e01fe8 100644 --- a/_pages/es_ES/updating-to-boot9strap.txt +++ b/_pages/es_ES/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Actualizar a boot9strap" # -lang: es -permalink: /es_ES/updating-to-boot9strap.html +title: "Actualizar a boot9strap" --- Esta página es para los usuarios actuales de arm9loaderhax que deseen actualizar sus consolas a boot9strap. diff --git a/_pages/es_ES/why-ads.txt b/_pages/es_ES/why-ads.txt index c1e2fac24..9cbb61183 100644 --- a/_pages/es_ES/why-ads.txt +++ b/_pages/es_ES/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "¿Por qué anuncios?" # -lang: es -permalink: /es_ES/why-ads.html +title: "¿Por qué anuncios?" layout: single-no-ads --- diff --git a/_pages/fi_FI/404.txt b/_pages/fi_FI/404.txt index 3ae31a898..1e5e98774 100644 --- a/_pages/fi_FI/404.txt +++ b/_pages/fi_FI/404.txt @@ -1,7 +1,5 @@ --- -title: "Sivua ei löydy" # -lang: fi -permalink: /fi_FI/404.html +title: "Sivua ei löydy" layout: single-no-ads excerpt: "Sivua ei löytynyt. Etsimäsi pikselit ovat toisaalla." sitemap: false diff --git a/_pages/fi_FI/9.2.0-ctrtransfer.txt b/_pages/fi_FI/9.2.0-ctrtransfer.txt index 1105baf97..04c71537b 100644 --- a/_pages/fi_FI/9.2.0-ctrtransfer.txt +++ b/_pages/fi_FI/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0-CTRTransfer" # -lang: fi -permalink: /fi_FI/9.2.0-ctrtransfer.html +title: "9.2.0-CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/fi_FI/cart-update.txt b/_pages/fi_FI/cart-update.txt index d32a451e7..247748108 100644 --- a/_pages/fi_FI/cart-update.txt +++ b/_pages/fi_FI/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Korttipäivitys" # -lang: fi -permalink: /fi_FI/cart-update.html +title: "Korttipäivitys" --- Kaikki pelikortit sisältävät peliä varten vaaditun järjestelmäversion. Tämä mahdollistaa kenen tahansa päivittää vanhemman versionsa kortilla olevaan versioon (jopa ilman internet-yhteyttä). diff --git a/_pages/fi_FI/credits.txt b/_pages/fi_FI/credits.txt index fb193cb05..7eaca77a4 100644 --- a/_pages/fi_FI/credits.txt +++ b/_pages/fi_FI/credits.txt @@ -1,7 +1,5 @@ --- -title: "Kiitokset" # -lang: fi -permalink: /fi_FI/credits.html +title: "Kiitokset" --- **Erityiskiitokset kaikille [#Cakey-kanavalla Freenodessa](http://webchat.freenode.net/?channels=%23Cakey)!** diff --git a/_pages/fi_FI/donations.txt b/_pages/fi_FI/donations.txt index 294fc766c..316c45e89 100644 --- a/_pages/fi_FI/donations.txt +++ b/_pages/fi_FI/donations.txt @@ -1,7 +1,5 @@ --- -title: "Lahjoitukset" # -lang: fi -permalink: /fi_FI/donations.html +title: "Lahjoitukset" layout: single-no-ads --- diff --git a/_pages/fi_FI/f3-(linux).txt b/_pages/fi_FI/f3-(linux).txt index 611650574..f8c20bc25 100644 --- a/_pages/fi_FI/f3-(linux).txt +++ b/_pages/fi_FI/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: fi -permalink: /fi_FI/f3-(linux).html +title: "F3 (Linux)" --- Tämä lisäosio opastaa sinua tarkistamaan SD-korttisi virheiden varalta F3-ohjelman avulla. diff --git a/_pages/fi_FI/f3x-(mac).txt b/_pages/fi_FI/f3x-(mac).txt index f8e645bfa..1bb391b4b 100644 --- a/_pages/fi_FI/f3x-(mac).txt +++ b/_pages/fi_FI/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: fi -permalink: /fi_FI/f3x-(mac).html +title: "F3X (Mac)" --- Tämä lisäosio opastaa sinua tarkistamaan SD-korttisi virheiden varalta F3X-ohjelman avulla. diff --git a/_pages/fi_FI/faq.txt b/_pages/fi_FI/faq.txt index 4370d8b69..740027ca0 100644 --- a/_pages/fi_FI/faq.txt +++ b/_pages/fi_FI/faq.txt @@ -1,7 +1,5 @@ --- -title: "UKK" # -lang: fi -permalink: /fi_FI/faq.html +title: "UKK" --- {% capture notice-1 %} diff --git a/_pages/fi_FI/file-extensions-(windows).txt b/_pages/fi_FI/file-extensions-(windows).txt index 8135e9af5..0978796ff 100644 --- a/_pages/fi_FI/file-extensions-(windows).txt +++ b/_pages/fi_FI/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "Tiedostotunnisteet (Windows)" # -lang: fi -permalink: /fi_FI/file-extensions-(windows).html +lang: fi --- Tämä lisäosio opastaa sinua ottamaan pois käytöstä Windowsissa oletuksena olevan tieostotunnisteiden piilottamisen. diff --git a/_pages/fi_FI/finalizing-setup.txt b/_pages/fi_FI/finalizing-setup.txt index 0c3d02fe5..261f3561e 100644 --- a/_pages/fi_FI/finalizing-setup.txt +++ b/_pages/fi_FI/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: fi -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- **Käyttääksesi tällä sivulla olevia [magneetti](https://en.wikipedia.org/wiki/Magnet_URI_scheme)linkkejä tarvitset torrent-ohjelman, kuten [Deluge](http://dev.deluge-torrent.org/wiki/Download)n** diff --git a/_pages/fi_FI/get-started-(new-3ds).txt b/_pages/fi_FI/get-started-(new-3ds).txt index 3c79cf87c..9b0ce4a86 100644 --- a/_pages/fi_FI/get-started-(new-3ds).txt +++ b/_pages/fi_FI/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Aloitus (New 3DS)" # -lang: fi -permalink: /fi_FI/get-started-(new-3ds).html +title: "Aloitus (New 3DS)" --- Valitse konsolisi versiota vastaava sivu alta löytyvästä listasta. diff --git a/_pages/fi_FI/get-started-(old-3ds).txt b/_pages/fi_FI/get-started-(old-3ds).txt index 755aae2e8..346e8fe4a 100644 --- a/_pages/fi_FI/get-started-(old-3ds).txt +++ b/_pages/fi_FI/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Aloitus (vanha 3DS)" # -lang: fi -permalink: /fi_FI/get-started-(old-3ds).html +title: "Aloitus (vanha 3DS)" --- Valitse konsolisi versiota vastaava sivu alta löytyvästä listasta. diff --git a/_pages/fi_FI/get-started.txt b/_pages/fi_FI/get-started.txt index ce55a271d..49f6a0bd5 100644 --- a/_pages/fi_FI/get-started.txt +++ b/_pages/fi_FI/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Aloitus" # -lang: fi -permalink: /fi_FI/get-started +title: "Aloitus" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/fi_FI/godmode9-usage.txt b/_pages/fi_FI/godmode9-usage.txt index f4ab5b1a9..e7cde1115 100644 --- a/_pages/fi_FI/godmode9-usage.txt +++ b/_pages/fi_FI/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9:n käyttäminen" # -lang: fi -permalink: /fi_FI/godmode9-usage.html +title: "GodMode9:n käyttäminen" --- GodMode9 on täysillä oikeuksilla varustettu tiedostoselain Nintendo 3DS -konsolille. Sen avulla pääset käsiksi SD-korttiisi, SysNANDisi ja EmuNANDisi FAT-osioihin sekä periaatteessa mihin tahansa muuhunkin. Voit muun muassa kopioida, poistaa ja uudelleennimetä tiedostoja ja kansioita. diff --git a/_pages/fi_FI/h2testw-(windows).txt b/_pages/fi_FI/h2testw-(windows).txt index efd4cbdc6..4e0aa640c 100644 --- a/_pages/fi_FI/h2testw-(windows).txt +++ b/_pages/fi_FI/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: fi -permalink: /fi_FI/h2testw-(windows).html +title: "H2testw (Windows)" --- Tämä lisäosio opastaa sinua tarkistamaan SD-korttisi virheiden varalta h2testw-ohjelman avulla. diff --git a/_pages/fi_FI/home.txt b/_pages/fi_FI/home.txt index efe06f461..494ae8c69 100644 --- a/_pages/fi_FI/home.txt +++ b/_pages/fi_FI/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Aloita" # cta_url: "/fi_FI/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: fi -permalink: /fi_FI/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/fi_FI/homebrew-launcher-(alternatives).txt b/_pages/fi_FI/homebrew-launcher-(alternatives).txt index d98319283..aff4ef2e8 100644 --- a/_pages/fi_FI/homebrew-launcher-(alternatives).txt +++ b/_pages/fi_FI/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (muut käynnistystavat)" # -lang: fi -permalink: /fi_FI/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (muut käynnistystavat)" --- Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja. diff --git a/_pages/fi_FI/homebrew-launcher-(soundhax).txt b/_pages/fi_FI/homebrew-launcher-(soundhax).txt index 60176a3cf..28493e75a 100644 --- a/_pages/fi_FI/homebrew-launcher-(soundhax).txt +++ b/_pages/fi_FI/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: fi -permalink: /fi_FI/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja. diff --git a/_pages/fi_FI/installing-boot9strap-(2xrsa).txt b/_pages/fi_FI/installing-boot9strap-(2xrsa).txt index d5bda0a2d..8081be102 100644 --- a/_pages/fi_FI/installing-boot9strap-(2xrsa).txt +++ b/_pages/fi_FI/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: fi -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- **Käyttääksesi tällä sivulla olevia [magneetti](https://en.wikipedia.org/wiki/Magnet_URI_scheme)linkkejä tarvitset torrent-ohjelman, kuten [Deluge](http://dev.deluge-torrent.org/wiki/Download)n** diff --git a/_pages/fi_FI/installing-boot9strap-(browser).txt b/_pages/fi_FI/installing-boot9strap-(browser).txt index 739ec4e63..2d3ada7b7 100644 --- a/_pages/fi_FI/installing-boot9strap-(browser).txt +++ b/_pages/fi_FI/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: fi -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen. diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware).txt b/_pages/fi_FI/installing-boot9strap-(dsiware).txt index 2a7eb796f..8e2b06bfe 100644 --- a/_pages/fi_FI/installing-boot9strap-(dsiware).txt +++ b/_pages/fi_FI/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: fi -permalink: /installing-boot9strap-(dsiware).html +lang: fi --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt index c15f60758..509ee34a2 100644 --- a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: fi -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: fi --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt index 93ce8d310..2dde1ac0b 100644 --- a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: fi -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: fi --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt index 692227851..d9dcfde53 100644 --- a/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: fi -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: fi --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/fi_FI/installing-boot9strap-(hardmod).txt b/_pages/fi_FI/installing-boot9strap-(hardmod).txt index b18e98a9f..abb1b9d8b 100644 --- a/_pages/fi_FI/installing-boot9strap-(hardmod).txt +++ b/_pages/fi_FI/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: fi -permalink: /installing-boot9strap-(hardmod).html +lang: fi --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt b/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt index aedfba3d0..d4b082e92 100644 --- a/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: fi -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen. diff --git a/_pages/fi_FI/installing-boot9strap-(mset).txt b/_pages/fi_FI/installing-boot9strap-(mset).txt index 608ad250e..2d3bdaf5b 100644 --- a/_pages/fi_FI/installing-boot9strap-(mset).txt +++ b/_pages/fi_FI/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: fi -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen. diff --git a/_pages/fi_FI/move-emunand.txt b/_pages/fi_FI/move-emunand.txt index eca475926..9b5d0c4a9 100644 --- a/_pages/fi_FI/move-emunand.txt +++ b/_pages/fi_FI/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "EmuNANDin siirtäminen" # -lang: fi -permalink: /fi_FI/move-emunand.html +title: "EmuNANDin siirtäminen" --- Tässä lisäosiossa opastetaan EmuNANDin sisällön siirtäminen uuteen SysNAND-kokoonpanoon sekä EmuNAND-osion poistaminen tämän jälkeen. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen. diff --git a/_pages/fi_FI/ntr-and-cubic-ninja.txt b/_pages/fi_FI/ntr-and-cubic-ninja.txt index d79c80d77..74a23c4bd 100644 --- a/_pages/fi_FI/ntr-and-cubic-ninja.txt +++ b/_pages/fi_FI/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR ja Cubic Ninja" # -lang: fi -permalink: /fi_FI/ntr-and-cubic-ninja.html +title: "NTR ja Cubic Ninja" --- **Käyttääksesi tällä sivulla olevia [magneetti](https://en.wikipedia.org/wiki/Magnet_URI_scheme)linkkejä tarvitset torrent-ohjelman, kuten [Deluge](http://dev.deluge-torrent.org/wiki/Download)n** diff --git a/_pages/fi_FI/region-changing.txt b/_pages/fi_FI/region-changing.txt index 225feecca..14e984c9e 100644 --- a/_pages/fi_FI/region-changing.txt +++ b/_pages/fi_FI/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Alueen vaihtaminen" # -lang: fi -permalink: /fi_FI/region-changing.html +title: "Alueen vaihtaminen" --- This is add-on section for region changing your CFW SysNAND. Tämä tapahtuu asentamalla sen alueen 9.2.0-CTRTransfer-näköistiedosto, johon haluat vaihtaa. diff --git a/_pages/fi_FI/site-navigation.txt b/_pages/fi_FI/site-navigation.txt index cc87bb4b5..0de683ab6 100644 --- a/_pages/fi_FI/site-navigation.txt +++ b/_pages/fi_FI/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Sivuston navigaatio" # -lang: fi -permalink: /fi_FI/site-navigation.html +title: "Sivuston navigaatio" layout: single-no-ads sitemap: false --- diff --git a/_pages/fi_FI/troubleshooting.txt b/_pages/fi_FI/troubleshooting.txt index 173f69489..76a7dffcf 100644 --- a/_pages/fi_FI/troubleshooting.txt +++ b/_pages/fi_FI/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Vianmääritys" # -lang: fi -permalink: /fi_FI/troubleshooting.html +title: "Vianmääritys" --- Jos et pysty käynnistämään konsoliasi, seuraa tilannettasi vastaavan kohdan ohjeita. Kun jokin sivun ratkaisuista toimii ongelmaasi, voit jatkaa pääopasta diff --git a/_pages/fi_FI/updating-to-boot9strap.txt b/_pages/fi_FI/updating-to-boot9strap.txt index 6087b371f..359850131 100644 --- a/_pages/fi_FI/updating-to-boot9strap.txt +++ b/_pages/fi_FI/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: fi -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/fi_FI/why-ads.txt b/_pages/fi_FI/why-ads.txt index 94bcc3f6f..6bb23cbc8 100644 --- a/_pages/fi_FI/why-ads.txt +++ b/_pages/fi_FI/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Miksi mainokset?" # -lang: fi -permalink: /fi_FI/why-ads.html +title: "Miksi mainokset?" layout: single-no-ads --- diff --git a/_pages/fr_FR/404.txt b/_pages/fr_FR/404.txt index 47657758c..d3767af81 100644 --- a/_pages/fr_FR/404.txt +++ b/_pages/fr_FR/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Introuvable" # -lang: fr -permalink: /fr_FR/404.html +title: "Page Introuvable" layout: single-no-ads excerpt: "Page introuvable. Vos pixels sont dans un autre canevas." # sitemap: false diff --git a/_pages/fr_FR/9.2.0-ctrtransfer.txt b/_pages/fr_FR/9.2.0-ctrtransfer.txt index 5037daa27..1ad46b87f 100644 --- a/_pages/fr_FR/9.2.0-ctrtransfer.txt +++ b/_pages/fr_FR/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -titre: 9.2.0 CTRTransfert" # -lang: fr -permalink: /fr_FR/9.2.0-ctrtransfer.html +titre: 9.2.0 CTRTransfert" --- C’est la section Add-on pour installer une 9.2.0 CTRTransfer image sur votre console. diff --git a/_pages/fr_FR/cart-update.txt b/_pages/fr_FR/cart-update.txt index 726060607..3a608b75a 100644 --- a/_pages/fr_FR/cart-update.txt +++ b/_pages/fr_FR/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Mise à jour par Cartouche" # -lang: fr -permalink: /fr_FR/cart-update.html +title: "Mise à jour par Cartouche" --- Toutes les cartouches de jeu contiennent une copie du firmware nécessaire pour pouvoir y jouer, ce qui permet à n'importe qui de mettre à jour sa console vers celui-ci (même sans connexion internet). diff --git a/_pages/fr_FR/credits.txt b/_pages/fr_FR/credits.txt index 03ca11edf..12934926a 100644 --- a/_pages/fr_FR/credits.txt +++ b/_pages/fr_FR/credits.txt @@ -1,7 +1,5 @@ --- -title: "Remerciements" # -lang: fr -permalink: /fr_FR/credits.html +title: "Remerciements" --- **Remerciements spéciaux à toutes les personnes du salon [#Cakey sur Freenode](http://webchat.freenode.net/?channels=%23Cakey), vous êtes géniaux !** diff --git a/_pages/fr_FR/donations.txt b/_pages/fr_FR/donations.txt index 4359a1bfc..c9944856b 100644 --- a/_pages/fr_FR/donations.txt +++ b/_pages/fr_FR/donations.txt @@ -1,7 +1,5 @@ --- -title: "Dons" # -lang: fr -permalink: /fr_FR/donations.html +title: "Dons" layout: single-no-ads --- diff --git a/_pages/fr_FR/f3-(linux).txt b/_pages/fr_FR/f3-(linux).txt index 85442ea27..6011fae05 100644 --- a/_pages/fr_FR/f3-(linux).txt +++ b/_pages/fr_FR/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: fr -permalink: /fr_FR/f3-(linux).html +title: "F3 (Linux)" --- Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de F3. diff --git a/_pages/fr_FR/f3x-(mac).txt b/_pages/fr_FR/f3x-(mac).txt index 8ca9d834d..83bcff1c0 100644 --- a/_pages/fr_FR/f3x-(mac).txt +++ b/_pages/fr_FR/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: fr -permalink: /fr_FR/f3x-(mac).html +title: "F3X (Mac)" --- Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de F3X. diff --git a/_pages/fr_FR/faq.txt b/_pages/fr_FR/faq.txt index a56f610fd..c095362f0 100644 --- a/_pages/fr_FR/faq.txt +++ b/_pages/fr_FR/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: fr -permalink: /fr_FR/faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/fr_FR/file-extensions-(windows).txt b/_pages/fr_FR/file-extensions-(windows).txt index d58bece88..41096ea6e 100644 --- a/_pages/fr_FR/file-extensions-(windows).txt +++ b/_pages/fr_FR/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "Extensions de fichier (Windows)" # -lang: fr -permalink: /fr_FR/file-extensions-(windows).html +lang: fr --- C'est une section supplémentaire pour désactiver le fait que Windows cache les extensions des fichiers. diff --git a/_pages/fr_FR/finalizing-setup.txt b/_pages/fr_FR/finalizing-setup.txt index 540ad91b4..4b628f577 100644 --- a/_pages/fr_FR/finalizing-setup.txt +++ b/_pages/fr_FR/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalisation de l'installation" # -lang: fr -permalink: /fr_FR/finalizing-setup.html +title: "Finalisation de l'installation" --- Pour utiliser les liens suivant [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/fr_FR/get-started-(new-3ds).txt b/_pages/fr_FR/get-started-(new-3ds).txt index 4cb92a6f6..dfdbe330d 100644 --- a/_pages/fr_FR/get-started-(new-3ds).txt +++ b/_pages/fr_FR/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Bien Démarrer (New 3DS)" # -lang: fr -permalink: /fr_FR/get-started-(new-3ds).html +title: "Bien Démarrer (New 3DS)" --- Sélectionnez la page appropriée pour votre version dans le tableau ci-dessous. diff --git a/_pages/fr_FR/get-started-(old-3ds).txt b/_pages/fr_FR/get-started-(old-3ds).txt index f1885784e..3317bd1fe 100644 --- a/_pages/fr_FR/get-started-(old-3ds).txt +++ b/_pages/fr_FR/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Bien Démarrer (Old 3DS)" # -lang: fr -permalink: /fr_FR/get-started-(old-3ds).html +title: "Bien Démarrer (Old 3DS)" --- Sélectionnez la page appropriée à votre version dans le tableau ci-dessous. diff --git a/_pages/fr_FR/get-started.txt b/_pages/fr_FR/get-started.txt index aa0ee1f75..465a8935e 100644 --- a/_pages/fr_FR/get-started.txt +++ b/_pages/fr_FR/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Bien Démarrer" # -lang: fr -permalink: /fr_FR/get-started.html +title: "Bien Démarrer" --- Cette page donne des instructions sur comment installer boot9strap sur une 3DS ou 2DS vierge. Si vous avez déjà installé arm9loaderhax et que vous voulez passer à boot9strap, suivez [Mise à jour vers boot9strap](updating-to-boot9strap). diff --git a/_pages/fr_FR/godmode9-usage.txt b/_pages/fr_FR/godmode9-usage.txt index a3ce6cbd4..faddd4b1a 100644 --- a/_pages/fr_FR/godmode9-usage.txt +++ b/_pages/fr_FR/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "Utilisation de GodMode9" # -lang: fr -permalink: /fr_FR/godmode9-usage.html +title: "Utilisation de GodMode9" --- GodMode9 est un navigateur de fichiers avec un accès complet pour la console de Nintendo 3DS, vous donnant accès à votre carte SD, les partitions FAT à l’intérieur de votre SysNAND et EmuNAND et fondamentalement rien d’autre. Parmi les autres fonctionnalités, vous pouvez copier, supprimer, renommer des fichiers et créer des dossiers. diff --git a/_pages/fr_FR/h2testw-(windows).txt b/_pages/fr_FR/h2testw-(windows).txt index bdcb58697..385bc0a57 100644 --- a/_pages/fr_FR/h2testw-(windows).txt +++ b/_pages/fr_FR/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: fr -permalink: /fr_FR/h2testw-(windows).html +title: "H2testw (Windows)" --- Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de h2testw. diff --git a/_pages/fr_FR/home.txt b/_pages/fr_FR/home.txt index 06c1a7eb6..b049746f6 100644 --- a/_pages/fr_FR/home.txt +++ b/_pages/fr_FR/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Bien Démarrer" # cta_url: "/fr_FR/get-started" # caption: -excerpt: "Un guide complet pour le custom firmware de 3DS,
depuis le firmware original vers boot9strap.
" # -lang: fr -permalink: /fr_FR/index.html +excerpt: "Un guide complet pour le custom firmware de 3DS,
depuis le firmware original vers boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/fr_FR/homebrew-launcher-(alternatives).txt b/_pages/fr_FR/homebrew-launcher-(alternatives).txt index 756542691..d835e76a2 100644 --- a/_pages/fr_FR/homebrew-launcher-(alternatives).txt +++ b/_pages/fr_FR/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: fr -permalink: /fr_FR/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- Il existe différentes méthodes pour lancer l'Homebrew Launcher. diff --git a/_pages/fr_FR/homebrew-launcher-(soundhax).txt b/_pages/fr_FR/homebrew-launcher-(soundhax).txt index d492ed387..0b12dacc9 100644 --- a/_pages/fr_FR/homebrew-launcher-(soundhax).txt +++ b/_pages/fr_FR/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: fr -permalink: /fr_FR/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Il existe différentes méthodes pour lancer l'Homebrew Launcher. diff --git a/_pages/fr_FR/installing-boot9strap-(2xrsa).txt b/_pages/fr_FR/installing-boot9strap-(2xrsa).txt index f1565c584..ce6d4893c 100644 --- a/_pages/fr_FR/installing-boot9strap-(2xrsa).txt +++ b/_pages/fr_FR/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installer boot9strap (2xrsa)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(2xrsa).html +title: "Installer boot9strap (2xrsa)" --- Pour utiliser les liens suivant [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/fr_FR/installing-boot9strap-(browser).txt b/_pages/fr_FR/installing-boot9strap-(browser).txt index 2892ec89a..73d311b08 100644 --- a/_pages/fr_FR/installing-boot9strap-(browser).txt +++ b/_pages/fr_FR/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installer boot9strap (Navigateur)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(browser).html +title: "Installer boot9strap (Navigateur)" --- Si vous avez déjà hacké votre console auparavant et que vous avez un CFW basé sur une EmuNAND, notez que ce guide s'applique exclusivement à votre SysNAND et vous devez appliquer toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware).txt b/_pages/fr_FR/installing-boot9strap-(dsiware).txt index 643f926e3..0b9055380 100644 --- a/_pages/fr_FR/installing-boot9strap-(dsiware).txt +++ b/_pages/fr_FR/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installer boot9strap (DSiWare)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(dsiware).html +lang: fr --- Il y a deux différentes méthodes pour installer boot9strap à l'aide de DSiWare sur 11.4.0. diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt index 0c19a9a03..0d8bb6b8b 100644 --- a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installer boot9strap (Injection de jeu DSiWare)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(dsiware-game-injection).html +lang: fr --- Notez que, sur certaines versions de Luma3DS, le Luma3DS chainloader menu ne s’affiche que s’il n’y a plus d’un payload détecté. Si il n’y a qu’un seul payload détecté, maintenir la touche (Start) au démarrage lancera directement GodMode9. diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt index 16900bee5..eab44ad1e 100644 --- a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installer boot9strap (Liste des jeux pour l'injection DSiWare)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(dsiware-game-injection-list).html +lang: fr --- C'est une liste automatiquement générée de tous les jeux DSiWare compatibles avec [Installer boot9strap (DSiWare)](installing-boot9strap-(dsiware)). diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt index 688892573..5edbb4f77 100644 --- a/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installer boot9strap (Injection de sauvegarde DSiWare)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(dsiware-save-injection).html +lang: fr --- Notez que, sur certaines versions de Luma3DS, le Luma3DS chainloader menu ne s’affiche que s’il n’y a plus d’un payload détecté. Si il n’y a qu’un seul payload détecté, maintenir la touche (Start) au démarrage lancera directement GodMode9. diff --git a/_pages/fr_FR/installing-boot9strap-(hardmod).txt b/_pages/fr_FR/installing-boot9strap-(hardmod).txt index 2fe7c7dda..c3501e380 100644 --- a/_pages/fr_FR/installing-boot9strap-(hardmod).txt +++ b/_pages/fr_FR/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installer boot9strap (Hardmod)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(hardmod).html +lang: fr --- Un excellent guide pour obtenir un hardmod se trouve [ici](https://gbatemp.net/threads/414498/). Pour les New 3DS, lire [ceci](https://github.com/Plailect/Guide/issues/681) avant de commencer le hardmod. diff --git a/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt b/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt index 871248946..3a5b54240 100644 --- a/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installer boot9strap (Homebrew Launcher)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(homebrew-launcher).html +title: "Installer boot9strap (Homebrew Launcher)" --- Si vous avez déjà hacké votre console auparavant et que vous avez un CFW basé sur une EmuNAND, notez que ce guide s'applique exclusivement à votre SysNAND et vous devez appliquer toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/fr_FR/installing-boot9strap-(mset).txt b/_pages/fr_FR/installing-boot9strap-(mset).txt index a0bab0bb5..250b91be7 100644 --- a/_pages/fr_FR/installing-boot9strap-(mset).txt +++ b/_pages/fr_FR/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installer boot9strap (MSET)" # -lang: fr -permalink: /fr_FR/installing-boot9strap-(mset).html +title: "Installer boot9strap (MSET)" --- Si vous avez déjà hacké votre console auparavant et que vous avez un CFW basé sur une EmuNAND, notez que ce guide s'applique exclusivement à votre SysNAND et vous devez appliquer toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/fr_FR/move-emunand.txt b/_pages/fr_FR/move-emunand.txt index 797e9a529..816b32302 100644 --- a/_pages/fr_FR/move-emunand.txt +++ b/_pages/fr_FR/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Transférer votre EmuNAND vers votre SysNAND" # -lang: fr -permalink: /fr_FR/move-emunand.html +title: "Transférer votre EmuNAND vers votre SysNAND" --- Ceci est une section complémentaire qui vous permettra de déplacer le contenu de votre EmuNAND vers votre CFW SysNAND, puis de supprimer l'ancienne partition EmuNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/fr_FR/ntr-and-cubic-ninja.txt b/_pages/fr_FR/ntr-and-cubic-ninja.txt index 60eccf95f..ac4be980f 100644 --- a/_pages/fr_FR/ntr-and-cubic-ninja.txt +++ b/_pages/fr_FR/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR et Cubic Ninja" # -lang: fr -permalink: /fr_FR/ntr-and-cubic-ninja.html +title: "NTR et Cubic Ninja" --- Pour utiliser les liens suivant [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/fr_FR/region-changing.txt b/_pages/fr_FR/region-changing.txt index dad4eff0e..ff80fb83f 100644 --- a/_pages/fr_FR/region-changing.txt +++ b/_pages/fr_FR/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Changement de Région" # -lang: fr -permalink: /fr_FR/region-changing.html +title: "Changement de Région" --- Il s’agit de la section Extensions afin de changer la région de votre CFW SysNAND. On peut le faire en installant l'image CTRTransfer 9.2.0 de la région à laquelle vous souhaitez passer. diff --git a/_pages/fr_FR/site-navigation.txt b/_pages/fr_FR/site-navigation.txt index e350913dd..71bf71a91 100644 --- a/_pages/fr_FR/site-navigation.txt +++ b/_pages/fr_FR/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Index" # -lang: fr -permalink: /fr_FR/site-navigation.html +title: "Index" layout: single-no-ads sitemap: false --- diff --git a/_pages/fr_FR/troubleshooting.txt b/_pages/fr_FR/troubleshooting.txt index d8cfe1258..87096ce72 100644 --- a/_pages/fr_FR/troubleshooting.txt +++ b/_pages/fr_FR/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Problèmes et Dépannage" # -lang: fr -permalink: /fr_FR/troubleshooting.html +title: "Problèmes et Dépannage" --- Si vous ne parvenez pas à démarrer votre 3DS, recherchez la section qui vous concerne et suivez les instructions correspondantes. Une fois qu'une solution fonctionne pour vous, vous pouvez passer à la suite du guide principal diff --git a/_pages/fr_FR/updating-to-boot9strap.txt b/_pages/fr_FR/updating-to-boot9strap.txt index 6d70d22cb..cec3d6356 100644 --- a/_pages/fr_FR/updating-to-boot9strap.txt +++ b/_pages/fr_FR/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Mise à jour vers boot9strap" # -lang: fr -permalink: /fr_FR/updating-to-boot9strap.html +title: "Mise à jour vers boot9strap" --- Cette page est faite pour que les utilisateurs actuels de arm9loaderhax puissent mettre à jour leurs consoles vers boot9strap. diff --git a/_pages/fr_FR/why-ads.txt b/_pages/fr_FR/why-ads.txt index a92e5bd61..664c74184 100644 --- a/_pages/fr_FR/why-ads.txt +++ b/_pages/fr_FR/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Pourquoi des pubs ?" # -lang: fr -permalink: /fr_FR/why-ads.html +title: "Pourquoi des pubs ?" layout: single-no-ads --- diff --git a/_pages/he_IL/404.txt b/_pages/he_IL/404.txt index be8f4c799..7f21bc327 100644 --- a/_pages/he_IL/404.txt +++ b/_pages/he_IL/404.txt @@ -1,7 +1,5 @@ --- -title: "הדף לא נמצא" # -lang: he -permalink: /he_IL/404.html +title: "הדף לא נמצא" layout: single-no-ads excerpt: "עמוד לא נמצא. הפיקסלים שלך נמצאים בדף אחר." # sitemap: false diff --git a/_pages/he_IL/9.2.0-ctrtransfer.txt b/_pages/he_IL/9.2.0-ctrtransfer.txt index 99c0f300d..4c6922a9d 100644 --- a/_pages/he_IL/9.2.0-ctrtransfer.txt +++ b/_pages/he_IL/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: he -permalink: /he_IL/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- זהו מדריך הרחבה המסביר על ביצוע CTRTransfer אל 9.2.0. diff --git a/_pages/he_IL/cart-update.txt b/_pages/he_IL/cart-update.txt index 3c36d5cb8..9cc44622f 100644 --- a/_pages/he_IL/cart-update.txt +++ b/_pages/he_IL/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "עדכון עם משחק פיזי" # -lang: he -permalink: /he_IL/cart-update.html +title: "עדכון עם משחק פיזי" --- כל עותק של משחק כולל בתוכו את העדכון מערכת שצריך על מנת להפעיל אותו, אשר נותן לכל מי שעל גרסא נמוכה להשתמש במשחק כדי לעדכן לגירסה הזאת (אפילו ללא חיבור לאינטרנט). diff --git a/_pages/he_IL/credits.txt b/_pages/he_IL/credits.txt index 9dea15ce8..1dc16130e 100644 --- a/_pages/he_IL/credits.txt +++ b/_pages/he_IL/credits.txt @@ -1,7 +1,5 @@ --- -title: "תודות" # -lang: he -permalink: /he_IL/credits.html +title: "תודות" --- **תודות מיוחדות לכל [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) על היותכם מדהימים!** diff --git a/_pages/he_IL/donations.txt b/_pages/he_IL/donations.txt index 2a7dff316..ebbae9746 100644 --- a/_pages/he_IL/donations.txt +++ b/_pages/he_IL/donations.txt @@ -1,7 +1,5 @@ --- -title: "תרומות" # -lang: he -permalink: /he_IL/donations.html +title: "תרומות" layout: single-no-ads --- diff --git a/_pages/he_IL/f3-(linux).txt b/_pages/he_IL/f3-(linux).txt index 0fc0e5cea..ca29d88e9 100644 --- a/_pages/he_IL/f3-(linux).txt +++ b/_pages/he_IL/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: he -permalink: /he_IL/f3-(linux).html +title: "F3 (Linux)" --- זוהי הרחבה עבור בדיקת כרטיס הSD שלכם עבור שגיאות באמצעות F3. diff --git a/_pages/he_IL/f3x-(mac).txt b/_pages/he_IL/f3x-(mac).txt index 884dabab7..fbe4bdeab 100644 --- a/_pages/he_IL/f3x-(mac).txt +++ b/_pages/he_IL/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: he -permalink: /he_IL/f3x-(mac).html +title: "F3X (Mac)" --- זוהי הרחבה עבור בדיקת כרטיס הSD שלכם עבור שגיאות באמצעות F3X. diff --git a/_pages/he_IL/faq.txt b/_pages/he_IL/faq.txt index abb6f8c87..1d2155af3 100644 --- a/_pages/he_IL/faq.txt +++ b/_pages/he_IL/faq.txt @@ -1,7 +1,5 @@ --- -title: "שאלות ותשובות" # -lang: he -permalink: /he_IL/faq.html +title: "שאלות ותשובות" --- {% capture notice-1 %} diff --git a/_pages/he_IL/file-extensions-(windows).txt b/_pages/he_IL/file-extensions-(windows).txt index 8670366fa..b2c3ea000 100644 --- a/_pages/he_IL/file-extensions-(windows).txt +++ b/_pages/he_IL/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "סיומות קבצים (Windows)" # -lang: he -permalink: /he_IL/file-extensions-(windows).html +lang: he --- זוהי הרחבה עבור כיבוי הגדרת ברירת המחדל של Windows להסתיר סיומות קבצים. diff --git a/_pages/he_IL/finalizing-setup.txt b/_pages/he_IL/finalizing-setup.txt index 2b0a88365..07b8b0e56 100644 --- a/_pages/he_IL/finalizing-setup.txt +++ b/_pages/he_IL/finalizing-setup.txt @@ -1,7 +1,6 @@ --- כותרת: סיום התהליך lang: he -permalink: /he_IL/finalizing-setup.html --- **כדי להשתמש בקישורי מגנט, תצטרכו כלי טורנט כמו [Deluge](http://dev.deluge-torrent.org/wiki/Download)** diff --git a/_pages/he_IL/get-started-(new-3ds).txt b/_pages/he_IL/get-started-(new-3ds).txt index 62c61459c..0f3db95d4 100644 --- a/_pages/he_IL/get-started-(new-3ds).txt +++ b/_pages/he_IL/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "צעדים ראשונים (New 3DS)" # -lang: he -permalink: /he_IL/get-started-(new-3ds).html +title: "צעדים ראשונים (New 3DS)" --- תבחרו את הדף המתאים עבור הגירסה שלכם מהתרשים שלמטה. diff --git a/_pages/he_IL/get-started-(old-3ds).txt b/_pages/he_IL/get-started-(old-3ds).txt index 6555e7d20..a98b78dec 100644 --- a/_pages/he_IL/get-started-(old-3ds).txt +++ b/_pages/he_IL/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "צעדים ראשונים (Old 3DS)" # -lang: he -permalink: /he_IL/get-started-(old-3ds).html +title: "צעדים ראשונים (Old 3DS)" --- תבחרו את הדף המתאים עבור הגירסה שלכם מהתרשים שלמטה. diff --git a/_pages/he_IL/get-started.txt b/_pages/he_IL/get-started.txt index 432e84153..4fc153d41 100644 --- a/_pages/he_IL/get-started.txt +++ b/_pages/he_IL/get-started.txt @@ -1,7 +1,5 @@ --- -title: "צעדים ראשונים" # -lang: he -permalink: /he_IL/get-started.html +title: "צעדים ראשונים" --- עמוד זה הוא בשביל הוראות על איך להתקין את boot9strap אל 3DS או 2DS *לא פרוץ*. אם יש לכם כבר את arm9loaderhax מותקן ואתם רוצים לעדכן לboot9strap, תעקבו אחרי [עדכון אל boot9strap](updating-to-boot9strap). diff --git a/_pages/he_IL/godmode9-usage.txt b/_pages/he_IL/godmode9-usage.txt index 32263b473..619799848 100644 --- a/_pages/he_IL/godmode9-usage.txt +++ b/_pages/he_IL/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "שימוש בGodMode9" # -lang: he -permalink: /he_IL/godmode9-usage.html +title: "שימוש בGodMode9" --- GodMode9 הוא מנהל קבצים עם גישה מלאה לקונסולת ה-3DS, שנותן לכם גישה לכרטיס SD, למחיצות הFAT בתוך הSysNAND והEmuNAND שלכם ובעצם לכל דבר אחר. ביחד עם פונקציות אחרות, אתם יכולים להתיק, למחוק, לשנות שם לקבצים וליצור תיקיות. diff --git a/_pages/he_IL/h2testw-(windows).txt b/_pages/he_IL/h2testw-(windows).txt index 83260e8c2..91544724c 100644 --- a/_pages/he_IL/h2testw-(windows).txt +++ b/_pages/he_IL/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: he -permalink: /he_IL/h2testw-(windows).html +title: "H2testw (Windows)" --- זוהי הרחבה עבור בדיקת כרטיס הSD שלכם עבור שגיאות באמצעות h2testw. diff --git a/_pages/he_IL/home.txt b/_pages/he_IL/home.txt index 73b72aff1..eb6ff440d 100644 --- a/_pages/he_IL/home.txt +++ b/_pages/he_IL/home.txt @@ -10,7 +10,6 @@ header: caption: excerpt: "מדריך שלם לפריצת 3DS,
מהחנות עד ל boot9strap.
" lang: he -permalink: /he_IL/index.html --- {% capture notice-home %} diff --git a/_pages/he_IL/homebrew-launcher-(alternatives).txt b/_pages/he_IL/homebrew-launcher-(alternatives).txt index 4200e8dd5..5cda228a1 100644 --- a/_pages/he_IL/homebrew-launcher-(alternatives).txt +++ b/_pages/he_IL/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (אלטרנטיבות)" # -lang: he -permalink: /he_IL/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (אלטרנטיבות)" --- להומברו לאנצ'ר יש הרבה כניסות, והרבה דרכי הפעלה. diff --git a/_pages/he_IL/homebrew-launcher-(soundhax).txt b/_pages/he_IL/homebrew-launcher-(soundhax).txt index f9bb6642a..ac9416a45 100644 --- a/_pages/he_IL/homebrew-launcher-(soundhax).txt +++ b/_pages/he_IL/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: he -permalink: /he_IL/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- להומברו לאנצ'ר יש הרבה דרכי הפעלה. diff --git a/_pages/he_IL/installing-boot9strap-(2xrsa).txt b/_pages/he_IL/installing-boot9strap-(2xrsa).txt index 037fa8d5d..004721a4c 100644 --- a/_pages/he_IL/installing-boot9strap-(2xrsa).txt +++ b/_pages/he_IL/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: he -permalink: /he_IL/installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- **כדי להשתמש בקישורי מגנט, תצטרכו כלי טורנט כמו [Deluge](http://dev.deluge-torrent.org/wiki/Download)** diff --git a/_pages/he_IL/installing-boot9strap-(browser).txt b/_pages/he_IL/installing-boot9strap-(browser).txt index 0ae231622..537622392 100644 --- a/_pages/he_IL/installing-boot9strap-(browser).txt +++ b/_pages/he_IL/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "התקנת boot9strap (דפדפן)" # -lang: he -permalink: /he_IL/installing-boot9strap-(browser).html +title: "התקנת boot9strap (דפדפן)" --- אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים. diff --git a/_pages/he_IL/installing-boot9strap-(dsiware).txt b/_pages/he_IL/installing-boot9strap-(dsiware).txt index f0f30dc25..9d55d3f44 100644 --- a/_pages/he_IL/installing-boot9strap-(dsiware).txt +++ b/_pages/he_IL/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "התקנת boot9strap (DSiWare)" # -lang: he -permalink: /he_IL/installing-boot9strap-(dsiware).html +lang: he --- יש שתי שיטות שונות להתקנת boot9strap עם DSiWare על 11.4.0. diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt index dc2f8dd6a..b8f5f33a2 100644 --- a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "התקנת boot9strap (הזרקת משחק DSiWare)" # -lang: he -permalink: /he_IL/installing-boot9strap-(dsiware-game-injection).html +lang: he --- שימו לב שבגירסאות מסוימות של Luma3DS, תפריט הטעינה של Luma3DS מוצג רק אם יש יותר מתוכנה אחת שזוהתה. אם יש רק תוכנה אחת שזוהתה, החזקת (Start) בהפעלה תפעיל אוטומטית את GodMode9. diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt index f7430db28..31cf89090 100644 --- a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "התקנת boot9strap (רשימת משחקי DSiWare הניתן להזריק)" # -lang: he -permalink: /he_IL/installing-boot9strap-(dsiware-game-injection-list).html +lang: he --- זוהי רשימה שנוצרה אוטומטית של כל המשחקים שתואמים עם [התקנת boot9strap (DSiWare)](installing-boot9strap-(dsiware)). diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt index bb23f0bf7..5d7d3ab27 100644 --- a/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "התקנת boot9strap (הזרקת שמירת DSiWare)" # -lang: he -permalink: /he_IL/installing-boot9strap-(dsiware-save-injection).html +lang: he --- שימו לב שבגירסאות מסוימות של Luma3DS, תפריט הטעינה של Luma3DS מוצג רק אם יש יותר מתוכנה אחת שזוהתה. אם יש רק תוכנה אחת שזוהתה, החזקת (Start) בהפעלה תפעיל אוטומטית את GodMode9. diff --git a/_pages/he_IL/installing-boot9strap-(hardmod).txt b/_pages/he_IL/installing-boot9strap-(hardmod).txt index bab1aeb9f..7bac50352 100644 --- a/_pages/he_IL/installing-boot9strap-(hardmod).txt +++ b/_pages/he_IL/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "התקנת boot9strap (הלחמה)" # -lang: he -permalink: /he_IL/installing-boot9strap-(hardmod).html +lang: he --- מדריך מצוין לעשות את ההלחמה ניתן למצוא [כאן](https://gbatemp.net/threads/414498/). אם אתם על New 3DS, תקראו את [זה](https://github.com/Plailect/Guide/issues/681) לפני שאתם מלחימים. diff --git a/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt b/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt index 0db046e29..10f8f9afa 100644 --- a/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "התקנת boot9strap (Homebrew Launcher)" # -lang: he -permalink: /he_IL/installing-boot9strap-(homebrew-launcher).html +title: "התקנת boot9strap (Homebrew Launcher)" --- אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים. diff --git a/_pages/he_IL/installing-boot9strap-(mset).txt b/_pages/he_IL/installing-boot9strap-(mset).txt index e05b1da30..8f8b2fea8 100644 --- a/_pages/he_IL/installing-boot9strap-(mset).txt +++ b/_pages/he_IL/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "התקנת boot9strap (MSET)" # -lang: he -permalink: /he_IL/installing-boot9strap-(mset).html +title: "התקנת boot9strap (MSET)" --- אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים. diff --git a/_pages/he_IL/move-emunand.txt b/_pages/he_IL/move-emunand.txt index 129f03b95..cbb31f510 100644 --- a/_pages/he_IL/move-emunand.txt +++ b/_pages/he_IL/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "הזזת EmuNAND" # -lang: he -permalink: /he_IL/move-emunand.html +title: "הזזת EmuNAND" --- זוהי הרחבה עבור העברת התכנים מהEmuNAND הישן שלכם ל CFW SysNAND חדש, ולאחר מכן הסרת הEmuNAND הישן. Emunand וRednand כמעט מונחים נרדפים. diff --git a/_pages/he_IL/ntr-and-cubic-ninja.txt b/_pages/he_IL/ntr-and-cubic-ninja.txt index f9f0dbf02..f8e0fbedc 100644 --- a/_pages/he_IL/ntr-and-cubic-ninja.txt +++ b/_pages/he_IL/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR ו- Cubic Ninja" # -lang: he -permalink: /he_IL/ntr-and-cubic-ninja.html +title: "NTR ו- Cubic Ninja" --- **כדי להשתמש בקישורי מגנט, תצטרכו כלי טורנט כמו [Deluge](http://dev.deluge-torrent.org/wiki/Download)** diff --git a/_pages/he_IL/region-changing.txt b/_pages/he_IL/region-changing.txt index 02e77248d..6fb766ca5 100644 --- a/_pages/he_IL/region-changing.txt +++ b/_pages/he_IL/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "שינוי אזור" # -lang: he -permalink: /he_IL/region-changing.html +title: "שינוי אזור" --- זוהי הרחבה עבור שינוי אזור הSysNAND CFW שלכם. זה נעשה על ידי התקנת ה9.2.0 CTRTransfer image לאיזור שאתם רוצים לשנות אליו. diff --git a/_pages/he_IL/site-navigation.txt b/_pages/he_IL/site-navigation.txt index 4fbe4171c..91b6c389b 100644 --- a/_pages/he_IL/site-navigation.txt +++ b/_pages/he_IL/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "ניווט האתר" # -lang: he -permalink: /he_IL/site-navigation.html +title: "ניווט האתר" layout: single-no-ads sitemap: false --- diff --git a/_pages/he_IL/troubleshooting.txt b/_pages/he_IL/troubleshooting.txt index 44b2ad7c9..c1a068deb 100644 --- a/_pages/he_IL/troubleshooting.txt +++ b/_pages/he_IL/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "פתרון בעיות" # -lang: he -permalink: /he_IL/troubleshooting.html +title: "פתרון בעיות" --- אם אתם לא מצליחים להפעיל את המכשיר שלכם, תחפשו את החלק הרלוונטי לכם ותעקבו אחרי ההוראות. אחרי שפתרון עבד לכם, תמשיכו עם המדריך הראשי diff --git a/_pages/he_IL/updating-to-boot9strap.txt b/_pages/he_IL/updating-to-boot9strap.txt index c2e4cc03d..2f5ded19b 100644 --- a/_pages/he_IL/updating-to-boot9strap.txt +++ b/_pages/he_IL/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "עדכון אל boot9strap" # -lang: he -permalink: /he_IL/updating-to-boot9strap.html +title: "עדכון אל boot9strap" --- דף זה מיועד למשתמשי arm9loaderhax קיימים לעדכן את מכשיריהם לboot9strap. diff --git a/_pages/he_IL/why-ads.txt b/_pages/he_IL/why-ads.txt index 5e3061207..6aa5ec888 100644 --- a/_pages/he_IL/why-ads.txt +++ b/_pages/he_IL/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "למה יש פרסומות?" # -lang: he -permalink: /he_IL/why-ads.html +title: "למה יש פרסומות?" layout: single-no-ads --- diff --git a/_pages/hu_HU/404.txt b/_pages/hu_HU/404.txt index 81fa56890..42569235f 100644 --- a/_pages/hu_HU/404.txt +++ b/_pages/hu_HU/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/hu_HU/9.2.0-ctrtransfer.txt b/_pages/hu_HU/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/hu_HU/9.2.0-ctrtransfer.txt +++ b/_pages/hu_HU/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/hu_HU/cart-update.txt b/_pages/hu_HU/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/hu_HU/cart-update.txt +++ b/_pages/hu_HU/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/hu_HU/credits.txt b/_pages/hu_HU/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/hu_HU/credits.txt +++ b/_pages/hu_HU/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/hu_HU/donations.txt b/_pages/hu_HU/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/hu_HU/donations.txt +++ b/_pages/hu_HU/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/hu_HU/f3-(linux).txt b/_pages/hu_HU/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/hu_HU/f3-(linux).txt +++ b/_pages/hu_HU/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/hu_HU/f3x-(mac).txt b/_pages/hu_HU/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/hu_HU/f3x-(mac).txt +++ b/_pages/hu_HU/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/hu_HU/faq.txt b/_pages/hu_HU/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/hu_HU/faq.txt +++ b/_pages/hu_HU/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/hu_HU/file-extensions-(windows).txt b/_pages/hu_HU/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/hu_HU/file-extensions-(windows).txt +++ b/_pages/hu_HU/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/hu_HU/finalizing-setup.txt b/_pages/hu_HU/finalizing-setup.txt index 07c2d061c..708dd15e5 100644 --- a/_pages/hu_HU/finalizing-setup.txt +++ b/_pages/hu_HU/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/hu_HU/get-started-(new-3ds).txt b/_pages/hu_HU/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/hu_HU/get-started-(new-3ds).txt +++ b/_pages/hu_HU/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/hu_HU/get-started-(old-3ds).txt b/_pages/hu_HU/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/hu_HU/get-started-(old-3ds).txt +++ b/_pages/hu_HU/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/hu_HU/get-started.txt b/_pages/hu_HU/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/hu_HU/get-started.txt +++ b/_pages/hu_HU/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/hu_HU/godmode9-usage.txt b/_pages/hu_HU/godmode9-usage.txt index 312ee3383..db581dd1c 100644 --- a/_pages/hu_HU/godmode9-usage.txt +++ b/_pages/hu_HU/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/hu_HU/h2testw-(windows).txt b/_pages/hu_HU/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/hu_HU/h2testw-(windows).txt +++ b/_pages/hu_HU/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/hu_HU/home.txt b/_pages/hu_HU/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/hu_HU/home.txt +++ b/_pages/hu_HU/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/hu_HU/homebrew-launcher-(alternatives).txt b/_pages/hu_HU/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/hu_HU/homebrew-launcher-(alternatives).txt +++ b/_pages/hu_HU/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/hu_HU/homebrew-launcher-(soundhax).txt b/_pages/hu_HU/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/hu_HU/homebrew-launcher-(soundhax).txt +++ b/_pages/hu_HU/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/hu_HU/installing-boot9strap-(2xrsa).txt b/_pages/hu_HU/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/hu_HU/installing-boot9strap-(2xrsa).txt +++ b/_pages/hu_HU/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/hu_HU/installing-boot9strap-(browser).txt b/_pages/hu_HU/installing-boot9strap-(browser).txt index 080f8d6e6..d692fa66a 100644 --- a/_pages/hu_HU/installing-boot9strap-(browser).txt +++ b/_pages/hu_HU/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware).txt b/_pages/hu_HU/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/hu_HU/installing-boot9strap-(dsiware).txt +++ b/_pages/hu_HU/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt index b32af3d1e..1cfbcb5ae 100644 --- a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/hu_HU/installing-boot9strap-(hardmod).txt b/_pages/hu_HU/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/hu_HU/installing-boot9strap-(hardmod).txt +++ b/_pages/hu_HU/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt b/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/hu_HU/installing-boot9strap-(mset).txt b/_pages/hu_HU/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/hu_HU/installing-boot9strap-(mset).txt +++ b/_pages/hu_HU/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/hu_HU/move-emunand.txt b/_pages/hu_HU/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/hu_HU/move-emunand.txt +++ b/_pages/hu_HU/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/hu_HU/ntr-and-cubic-ninja.txt b/_pages/hu_HU/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/hu_HU/ntr-and-cubic-ninja.txt +++ b/_pages/hu_HU/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/hu_HU/region-changing.txt b/_pages/hu_HU/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/hu_HU/region-changing.txt +++ b/_pages/hu_HU/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/hu_HU/site-navigation.txt b/_pages/hu_HU/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/hu_HU/site-navigation.txt +++ b/_pages/hu_HU/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/hu_HU/troubleshooting.txt b/_pages/hu_HU/troubleshooting.txt index 14e14b4c5..d201cd852 100644 --- a/_pages/hu_HU/troubleshooting.txt +++ b/_pages/hu_HU/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/hu_HU/updating-to-boot9strap.txt b/_pages/hu_HU/updating-to-boot9strap.txt index 77b24ab13..b997739e7 100644 --- a/_pages/hu_HU/updating-to-boot9strap.txt +++ b/_pages/hu_HU/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/hu_HU/why-ads.txt b/_pages/hu_HU/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/hu_HU/why-ads.txt +++ b/_pages/hu_HU/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/id_ID/404.txt b/_pages/id_ID/404.txt index 81fa56890..42569235f 100644 --- a/_pages/id_ID/404.txt +++ b/_pages/id_ID/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/id_ID/9.2.0-ctrtransfer.txt b/_pages/id_ID/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/id_ID/9.2.0-ctrtransfer.txt +++ b/_pages/id_ID/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/id_ID/cart-update.txt b/_pages/id_ID/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/id_ID/cart-update.txt +++ b/_pages/id_ID/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/id_ID/credits.txt b/_pages/id_ID/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/id_ID/credits.txt +++ b/_pages/id_ID/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/id_ID/donations.txt b/_pages/id_ID/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/id_ID/donations.txt +++ b/_pages/id_ID/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/id_ID/f3-(linux).txt b/_pages/id_ID/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/id_ID/f3-(linux).txt +++ b/_pages/id_ID/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/id_ID/f3x-(mac).txt b/_pages/id_ID/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/id_ID/f3x-(mac).txt +++ b/_pages/id_ID/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/id_ID/faq.txt b/_pages/id_ID/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/id_ID/faq.txt +++ b/_pages/id_ID/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/id_ID/file-extensions-(windows).txt b/_pages/id_ID/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/id_ID/file-extensions-(windows).txt +++ b/_pages/id_ID/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/id_ID/finalizing-setup.txt b/_pages/id_ID/finalizing-setup.txt index 07c2d061c..708dd15e5 100644 --- a/_pages/id_ID/finalizing-setup.txt +++ b/_pages/id_ID/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/id_ID/get-started-(new-3ds).txt b/_pages/id_ID/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/id_ID/get-started-(new-3ds).txt +++ b/_pages/id_ID/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/id_ID/get-started-(old-3ds).txt b/_pages/id_ID/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/id_ID/get-started-(old-3ds).txt +++ b/_pages/id_ID/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/id_ID/get-started.txt b/_pages/id_ID/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/id_ID/get-started.txt +++ b/_pages/id_ID/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/id_ID/godmode9-usage.txt b/_pages/id_ID/godmode9-usage.txt index 312ee3383..db581dd1c 100644 --- a/_pages/id_ID/godmode9-usage.txt +++ b/_pages/id_ID/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/id_ID/h2testw-(windows).txt b/_pages/id_ID/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/id_ID/h2testw-(windows).txt +++ b/_pages/id_ID/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/id_ID/home.txt b/_pages/id_ID/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/id_ID/home.txt +++ b/_pages/id_ID/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/id_ID/homebrew-launcher-(alternatives).txt b/_pages/id_ID/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/id_ID/homebrew-launcher-(alternatives).txt +++ b/_pages/id_ID/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/id_ID/homebrew-launcher-(soundhax).txt b/_pages/id_ID/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/id_ID/homebrew-launcher-(soundhax).txt +++ b/_pages/id_ID/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/id_ID/installing-boot9strap-(2xrsa).txt b/_pages/id_ID/installing-boot9strap-(2xrsa).txt index 955fcca63..4414d36e9 100644 --- a/_pages/id_ID/installing-boot9strap-(2xrsa).txt +++ b/_pages/id_ID/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/id_ID/installing-boot9strap-(browser).txt b/_pages/id_ID/installing-boot9strap-(browser).txt index 080f8d6e6..d692fa66a 100644 --- a/_pages/id_ID/installing-boot9strap-(browser).txt +++ b/_pages/id_ID/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/id_ID/installing-boot9strap-(dsiware).txt b/_pages/id_ID/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/id_ID/installing-boot9strap-(dsiware).txt +++ b/_pages/id_ID/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt index b32af3d1e..1cfbcb5ae 100644 --- a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt b/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/id_ID/installing-boot9strap-(hardmod).txt b/_pages/id_ID/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/id_ID/installing-boot9strap-(hardmod).txt +++ b/_pages/id_ID/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt b/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/id_ID/installing-boot9strap-(mset).txt b/_pages/id_ID/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/id_ID/installing-boot9strap-(mset).txt +++ b/_pages/id_ID/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/id_ID/move-emunand.txt b/_pages/id_ID/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/id_ID/move-emunand.txt +++ b/_pages/id_ID/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/id_ID/ntr-and-cubic-ninja.txt b/_pages/id_ID/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/id_ID/ntr-and-cubic-ninja.txt +++ b/_pages/id_ID/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/id_ID/region-changing.txt b/_pages/id_ID/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/id_ID/region-changing.txt +++ b/_pages/id_ID/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/id_ID/site-navigation.txt b/_pages/id_ID/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/id_ID/site-navigation.txt +++ b/_pages/id_ID/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/id_ID/troubleshooting.txt b/_pages/id_ID/troubleshooting.txt index 2bee94ce6..83c126993 100644 --- a/_pages/id_ID/troubleshooting.txt +++ b/_pages/id_ID/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/id_ID/updating-to-boot9strap.txt b/_pages/id_ID/updating-to-boot9strap.txt index 77b24ab13..b997739e7 100644 --- a/_pages/id_ID/updating-to-boot9strap.txt +++ b/_pages/id_ID/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/id_ID/why-ads.txt b/_pages/id_ID/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/id_ID/why-ads.txt +++ b/_pages/id_ID/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/it_IT/404.txt b/_pages/it_IT/404.txt index 770406e17..4816aa2f3 100644 --- a/_pages/it_IT/404.txt +++ b/_pages/it_IT/404.txt @@ -1,7 +1,5 @@ --- -title: "Pagina non trovata" # -lang: it -permalink: /it_IT/404.html +title: "Pagina non trovata" layout: single-no-ads excerpt: "Pagina non trovata. I tuoi pixel sono in un altro canvas." # sitemap: false diff --git a/_pages/it_IT/9.2.0-ctrtransfer.txt b/_pages/it_IT/9.2.0-ctrtransfer.txt index edddd8bd8..e96680b67 100644 --- a/_pages/it_IT/9.2.0-ctrtransfer.txt +++ b/_pages/it_IT/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "CTRTransfer 9.2.0" # -lang: it -permalink: /it_IT/9.2.0-ctrtransfer.html +title: "CTRTransfer 9.2.0" --- In questa sezione aggiuntiva verrà spiegato come installare un'immagine CTRTransfer 9.2.0 sulla tua console. diff --git a/_pages/it_IT/cart-update.txt b/_pages/it_IT/cart-update.txt index fbc5fa902..bfa138a9b 100644 --- a/_pages/it_IT/cart-update.txt +++ b/_pages/it_IT/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Aggiornamento con scheda di gioco" # -lang: it -permalink: /it_IT/cart-update.html +title: "Aggiornamento con scheda di gioco" --- Tutte le schede di gioco includono al loro interno una copia della versione di sistema richiesta per il suo funzionamento, permettendo a chiunque si trovi ad una vecchia versione di sistema di usare la scheda di gioco per aggiornare a quella versione (anche senza una connessione ad internet). diff --git a/_pages/it_IT/credits.txt b/_pages/it_IT/credits.txt index 5cadf6b98..4616acdbc 100644 --- a/_pages/it_IT/credits.txt +++ b/_pages/it_IT/credits.txt @@ -1,7 +1,5 @@ --- -title: "Riconoscimenti" # -lang: it -permalink: /it_IT/credits.html +title: "Riconoscimenti" --- **Un ringraziamento speciale a tutti gli utenti di [#Cakey su Freenode](http://webchat.freenode.net/?channels=%23Cakey)! Siete fantastici!** diff --git a/_pages/it_IT/donations.txt b/_pages/it_IT/donations.txt index 61a2ac47e..f99af52a0 100644 --- a/_pages/it_IT/donations.txt +++ b/_pages/it_IT/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donazioni" # -lang: it -permalink: /it_IT/donations.html +title: "Donazioni" layout: single-no-ads --- diff --git a/_pages/it_IT/f3-(linux).txt b/_pages/it_IT/f3-(linux).txt index c7c632dfc..cf918a8e2 100644 --- a/_pages/it_IT/f3-(linux).txt +++ b/_pages/it_IT/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: it -permalink: /it_IT/f3-(linux).html +title: "F3 (Linux)" --- In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando F3. diff --git a/_pages/it_IT/f3x-(mac).txt b/_pages/it_IT/f3x-(mac).txt index be32d254d..4d4c26566 100644 --- a/_pages/it_IT/f3x-(mac).txt +++ b/_pages/it_IT/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: it -permalink: /it_IT/f3x-(mac).html +title: "F3X (Mac)" --- In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando F3X. diff --git a/_pages/it_IT/faq.txt b/_pages/it_IT/faq.txt index 68462488f..134af2ff5 100644 --- a/_pages/it_IT/faq.txt +++ b/_pages/it_IT/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: it -permalink: /it_IT/faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/it_IT/file-extensions-(windows).txt b/_pages/it_IT/file-extensions-(windows).txt index 3a6216453..3273b7fa5 100644 --- a/_pages/it_IT/file-extensions-(windows).txt +++ b/_pages/it_IT/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "Estensioni dei file (Windows)" # -lang: it -permalink: /it_IT/file-extensions-(windows).html +lang: it --- In questa sezione aggiuntiva verrà spiegato come modificare l'impostazione di default di Windows relativa alla visualizzazione delle estensioni dei file. diff --git a/_pages/it_IT/finalizing-setup.txt b/_pages/it_IT/finalizing-setup.txt index 8f972d953..38054ab3d 100644 --- a/_pages/it_IT/finalizing-setup.txt +++ b/_pages/it_IT/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Completamento dell'installazione" # -lang: it -permalink: /it_IT/finalizing-setup.html +title: "Completamento dell'installazione" --- **Per usare i link [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) di questa guida avrai bisogno di un client torrent come [Deluge](http://dev.deluge-torrent.org/wiki/Download)** diff --git a/_pages/it_IT/get-started-(new-3ds).txt b/_pages/it_IT/get-started-(new-3ds).txt index ed4197926..1333ed351 100644 --- a/_pages/it_IT/get-started-(new-3ds).txt +++ b/_pages/it_IT/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Cominciamo! (New 3DS)" # -lang: it -permalink: /it_IT/get-started-(new-3ds).html +title: "Cominciamo! (New 3DS)" --- Per proseguire, clicca sul collegamento corrispondente alla tua versione di sistema dalla tabella sottostante. diff --git a/_pages/it_IT/get-started-(old-3ds).txt b/_pages/it_IT/get-started-(old-3ds).txt index 9831fb1f3..de35e8c1d 100644 --- a/_pages/it_IT/get-started-(old-3ds).txt +++ b/_pages/it_IT/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Cominciamo! (Old 3DS)" # -lang: it -permalink: /it_IT/get-started-(old-3ds).html +title: "Cominciamo! (Old 3DS)" --- Per proseguire, clicca sul collegamento corrispondente alla tua versione di sistema dalla tabella sottostante. diff --git a/_pages/it_IT/get-started.txt b/_pages/it_IT/get-started.txt index 7c3921469..283006532 100644 --- a/_pages/it_IT/get-started.txt +++ b/_pages/it_IT/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Cominciamo!" # -lang: it -permalink: /it_IT/get-started.html +title: "Cominciamo!" --- In questa sezione verrà spiegato come installare boot9strap su un 3DS o 2DS *senza alcun custom firmware installato*. Se hai già installato arm9loaderhax e stai cercando di aggiornare a boot9strap, vai alla pagina [Aggiornare a boot9strap](updating-to-boot9strap). diff --git a/_pages/it_IT/godmode9-usage.txt b/_pages/it_IT/godmode9-usage.txt index e43b1e5c1..fd669cd58 100644 --- a/_pages/it_IT/godmode9-usage.txt +++ b/_pages/it_IT/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "Usare GodMode9" # -lang: it -permalink: /it_IT/godmode9-usage.html +title: "Usare GodMode9" --- GodMode9 è un file browser per il Nintendo 3DS che dà pieno accesso ai file sulla tua scheda SD, ai file delle partizioni FAT della SysNAND e della EmuNAND, e a molto altro ancora. Tra le varie funzioni, puoi anche copiare, cancellare, rinominare file e creare cartelle. diff --git a/_pages/it_IT/h2testw-(windows).txt b/_pages/it_IT/h2testw-(windows).txt index 7c2c5ca3a..13af5065d 100644 --- a/_pages/it_IT/h2testw-(windows).txt +++ b/_pages/it_IT/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: it -permalink: /it_IT/h2testw-(windows).html +title: "H2testw (Windows)" --- In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando h2testw. diff --git a/_pages/it_IT/home.txt b/_pages/it_IT/home.txt index bd4e7bf45..eee307da2 100644 --- a/_pages/it_IT/home.txt +++ b/_pages/it_IT/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Cominciamo!" # cta_url: "/it_IT/get-started" # caption: -excerpt: "La guida omnicomprensiva per installare un custom firmware su 3DS,
da zero a boot9strap.
" # -lang: it -permalink: /it_IT/index.html +excerpt: "La guida omnicomprensiva per installare un custom firmware su 3DS,
da zero a boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/it_IT/homebrew-launcher-(alternatives).txt b/_pages/it_IT/homebrew-launcher-(alternatives).txt index 66a37d374..e54b43332 100644 --- a/_pages/it_IT/homebrew-launcher-(alternatives).txt +++ b/_pages/it_IT/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternative)" # -lang: it -permalink: /it_IT/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternative)" --- L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato. diff --git a/_pages/it_IT/homebrew-launcher-(soundhax).txt b/_pages/it_IT/homebrew-launcher-(soundhax).txt index b26f19693..2541a58cd 100644 --- a/_pages/it_IT/homebrew-launcher-(soundhax).txt +++ b/_pages/it_IT/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: it -permalink: /it_IT/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato. diff --git a/_pages/it_IT/installing-boot9strap-(2xrsa).txt b/_pages/it_IT/installing-boot9strap-(2xrsa).txt index 25b433dc8..ab8ca0f83 100644 --- a/_pages/it_IT/installing-boot9strap-(2xrsa).txt +++ b/_pages/it_IT/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installazione di boot9strap (2xrsa)" # -lang: it -permalink: /it_IT/installing-boot9strap-(2xrsa).html +title: "Installazione di boot9strap (2xrsa)" --- **Per usare i link [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) di questa guida avrai bisogno di un client torrent come [Deluge](http://dev.deluge-torrent.org/wiki/Download)** diff --git a/_pages/it_IT/installing-boot9strap-(browser).txt b/_pages/it_IT/installing-boot9strap-(browser).txt index 3d38e7d22..4bafbb1a3 100644 --- a/_pages/it_IT/installing-boot9strap-(browser).txt +++ b/_pages/it_IT/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installazione di boot9strap (Browser)" # -lang: it -permalink: /it_IT/installing-boot9strap-(browser).html +title: "Installazione di boot9strap (Browser)" --- Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/it_IT/installing-boot9strap-(dsiware).txt b/_pages/it_IT/installing-boot9strap-(dsiware).txt index a70f0de66..d7ef635ed 100644 --- a/_pages/it_IT/installing-boot9strap-(dsiware).txt +++ b/_pages/it_IT/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installazione di boot9strap (DSiWare)" # -lang: it -permalink: /it_IT/installing-boot9strap-(dsiware).html +lang: it --- Con la versione del software 11.4.0, ci sono due metodi differenti per installare boot9strap tramite DSiWare. diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt index 41e53dd1c..efbc0b76d 100644 --- a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installazione di boot9strap (inject su DSiWare)" # -lang: it -permalink: /it_IT/installing-boot9strap-(dsiware-game-injection).html +lang: it --- Tieni presente che, su alcune versioni di Luma3DS, il menu chainloader di Luma3DS verrà visualizzato solo se viene rilevato più di un payload. In caso ne venga individuato soltanto uno, tenere premuto (Start) all'avvio lancerà direttamente GodMode9. diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt index 75d94bfc8..3210e7549 100644 --- a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installazione di boot9strap (lista dei giochi per inject su DSiWare)" # -lang: it -permalink: /it_IT/installing-boot9strap-(dsiware-game-injection-list).html +lang: it --- Questa è una lista automaticamente generata di tutti i giochi compatibili per l'[Installazione di boot9strap (inject su DSiWare)](installing-boot9strap-(dsiware)). diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt index 3743ba164..2afbd6d33 100644 --- a/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installazione di boot9strap (inject di salvataggio su DSiWare)" # -lang: it -permalink: /it_IT/installing-boot9strap-(dsiware-save-injection).html +lang: it --- Tieni presente che, su alcune versioni di Luma3DS, il menu chainloader di Luma3DS verrà visualizzato solo se viene rilevato più di un payload. In caso ne venga individuato soltanto uno, tenere premuto (Start) all'avvio lancerà direttamente GodMode9. diff --git a/_pages/it_IT/installing-boot9strap-(hardmod).txt b/_pages/it_IT/installing-boot9strap-(hardmod).txt index 02b3d4e1b..73ba7c285 100644 --- a/_pages/it_IT/installing-boot9strap-(hardmod).txt +++ b/_pages/it_IT/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installazione di boot9strap (Hardmod)" # -lang: it -permalink: /it_IT/installing-boot9strap-(hardmod).html +lang: it --- [Qui](https://gbatemp.net/threads/414498/) puoi trovare un'ottima guida per eseguire un'hardmod. Se hai un New 3DS, leggi [qui](https://github.com/Plailect/Guide/issues/681) prima di effettuare l'hardmod. diff --git a/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt b/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt index c80783698..6d1f6970a 100644 --- a/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installazione di boot9strap (Homebrew Launcher)" # -lang: it -permalink: /it_IT/installing-boot9strap-(homebrew-launcher).html +title: "Installazione di boot9strap (Homebrew Launcher)" --- Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/it_IT/installing-boot9strap-(mset).txt b/_pages/it_IT/installing-boot9strap-(mset).txt index 69ca71e11..db991244b 100644 --- a/_pages/it_IT/installing-boot9strap-(mset).txt +++ b/_pages/it_IT/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installazione di boot9strap (MSET)" # -lang: it -permalink: /it_IT/installing-boot9strap-(mset).html +title: "Installazione di boot9strap (MSET)" --- Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/it_IT/move-emunand.txt b/_pages/it_IT/move-emunand.txt index ad268237d..7e373def8 100644 --- a/_pages/it_IT/move-emunand.txt +++ b/_pages/it_IT/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Spostare l'EmuNAND" # -lang: it -permalink: /it_IT/move-emunand.html +title: "Spostare l'EmuNAND" --- In questa sezione aggiuntiva verrà spiegato come spostare il contenuto di una EmuNAND preesistente nel nuovo CFW SysNAND, per poi rimuovere la vecchia partizione EmuNAND. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/it_IT/ntr-and-cubic-ninja.txt b/_pages/it_IT/ntr-and-cubic-ninja.txt index 9949746b3..9c861618d 100644 --- a/_pages/it_IT/ntr-and-cubic-ninja.txt +++ b/_pages/it_IT/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR e Cubic Ninja" # -lang: it -permalink: /it_IT/ntr-and-cubic-ninja.html +title: "NTR e Cubic Ninja" --- **Per usare i link [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) di questa guida avrai bisogno di un client torrent come [Deluge](http://dev.deluge-torrent.org/wiki/Download)** diff --git a/_pages/it_IT/region-changing.txt b/_pages/it_IT/region-changing.txt index bdfe7e584..14cae769a 100644 --- a/_pages/it_IT/region-changing.txt +++ b/_pages/it_IT/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Cambiare regione" # -lang: it -permalink: /it_IT/region-changing.html +title: "Cambiare regione" --- In questa sezione aggiuntiva verrà spiegato come cambiare regionalità su SysNAND con CFW. Per questo scopo, verrà eseguito un CTRTransfer alla versione 9.2.0 della regione alla quale si desidera passare. diff --git a/_pages/it_IT/site-navigation.txt b/_pages/it_IT/site-navigation.txt index 601ab9c5c..a14b495d5 100644 --- a/_pages/it_IT/site-navigation.txt +++ b/_pages/it_IT/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Mappa del sito" # -lang: it -permalink: /it_IT/site-navigation.html +title: "Mappa del sito" layout: single-no-ads sitemap: false --- diff --git a/_pages/it_IT/troubleshooting.txt b/_pages/it_IT/troubleshooting.txt index 3328b3a00..cbcd46bb9 100644 --- a/_pages/it_IT/troubleshooting.txt +++ b/_pages/it_IT/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Risoluzione dei problemi" # -lang: it -permalink: /it_IT/troubleshooting.html +title: "Risoluzione dei problemi" --- Se non riesci ad avviare la tua console, consulta la sezione relativa al tuo problema e segui le istruzioni. Una volta risolto il problema, puoi proseguire con la guida principale diff --git a/_pages/it_IT/updating-to-boot9strap.txt b/_pages/it_IT/updating-to-boot9strap.txt index 739789091..b11af6697 100644 --- a/_pages/it_IT/updating-to-boot9strap.txt +++ b/_pages/it_IT/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Aggiornare a boot9strap" # -lang: it -permalink: /it_IT/updating-to-boot9strap.html +title: "Aggiornare a boot9strap" --- Questa sezione serve agli utenti di arm9loaderhax che vogliono aggiornare le proprie console a boot9strap. diff --git a/_pages/it_IT/why-ads.txt b/_pages/it_IT/why-ads.txt index 1c34fc6c7..4dfc0761c 100644 --- a/_pages/it_IT/why-ads.txt +++ b/_pages/it_IT/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Perché c'è la pubblicità?" # -lang: it -permalink: /it_IT/why-ads.html +title: "Perché c'è la pubblicità?" layout: single-no-ads --- diff --git a/_pages/ja_JP/404.txt b/_pages/ja_JP/404.txt index f6905fc2b..95d3ce629 100644 --- a/_pages/ja_JP/404.txt +++ b/_pages/ja_JP/404.txt @@ -1,7 +1,5 @@ --- -title: "ページが見つかりません" # -lang: ja -permalink: /ja_JP/404.html +title: "ページが見つかりません" layout: single-no-ads excerpt: "ページが見つかりません。 " # sitemap: false diff --git a/_pages/ja_JP/9.2.0-ctrtransfer.txt b/_pages/ja_JP/9.2.0-ctrtransfer.txt index ee79932a7..c286a429d 100644 --- a/_pages/ja_JP/9.2.0-ctrtransfer.txt +++ b/_pages/ja_JP/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: ja -permalink: /ja_JP/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/ja_JP/cart-update.txt b/_pages/ja_JP/cart-update.txt index 00e7eb706..323f90fe9 100644 --- a/_pages/ja_JP/cart-update.txt +++ b/_pages/ja_JP/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "カードで更新する" # -lang: ja -permalink: /ja_JP/cart-update.html +title: "カードで更新する" --- すべてのゲームカードには、要求バージョンよりも3DSのバージョンが低い場合のために、ファームウェアイメージが入っています。(インターネット接続は不要です。) diff --git a/_pages/ja_JP/credits.txt b/_pages/ja_JP/credits.txt index 6b3d4b610..ad6665bab 100644 --- a/_pages/ja_JP/credits.txt +++ b/_pages/ja_JP/credits.txt @@ -1,7 +1,5 @@ --- -title: "謝辞" # -lang: ja -permalink: /ja_JP/credits.html +title: "謝辞" --- **[Freenode上の #Cakey](http://webchat.freenode.net/?channels=%23Cakey) に感謝を!** diff --git a/_pages/ja_JP/donations.txt b/_pages/ja_JP/donations.txt index b6ecb7d04..13bc9428b 100644 --- a/_pages/ja_JP/donations.txt +++ b/_pages/ja_JP/donations.txt @@ -1,7 +1,5 @@ --- -title: "寄付" # -lang: ja -permalink: /ja_JP/donations.html +title: "寄付" layout: single-no-ads --- diff --git a/_pages/ja_JP/f3-(linux).txt b/_pages/ja_JP/f3-(linux).txt index d1fd9f9bc..3b5979582 100644 --- a/_pages/ja_JP/f3-(linux).txt +++ b/_pages/ja_JP/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3(Linux)" # -lang: ja -permalink: /ja_JP/f3-(linux).html +title: "F3(Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/ja_JP/f3x-(mac).txt b/_pages/ja_JP/f3x-(mac).txt index d64ceb3ea..778bd335c 100644 --- a/_pages/ja_JP/f3x-(mac).txt +++ b/_pages/ja_JP/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X(Mac)" # -lang: ja -permalink: /ja_JP/f3x-(mac).html +title: "F3X(Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/ja_JP/faq.txt b/_pages/ja_JP/faq.txt index 2bd8d56bf..d496ccc46 100644 --- a/_pages/ja_JP/faq.txt +++ b/_pages/ja_JP/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: ja -permalink: /ja_JP/faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/ja_JP/file-extensions-(windows).txt b/_pages/ja_JP/file-extensions-(windows).txt index 2ff9eb682..0010468f3 100644 --- a/_pages/ja_JP/file-extensions-(windows).txt +++ b/_pages/ja_JP/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: ja -permalink: /file-extensions-(windows).html +lang: ja --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/ja_JP/finalizing-setup.txt b/_pages/ja_JP/finalizing-setup.txt index e32bc59cc..31bf34b0b 100644 --- a/_pages/ja_JP/finalizing-setup.txt +++ b/_pages/ja_JP/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: ja -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ja_JP/get-started-(new-3ds).txt b/_pages/ja_JP/get-started-(new-3ds).txt index cff79196a..231a570b8 100644 --- a/_pages/ja_JP/get-started-(new-3ds).txt +++ b/_pages/ja_JP/get-started-(new-3ds).txt @@ -1,7 +1,6 @@ --- title: "導入(New3DS)" lang: ja -permalink: /ja_JP/get-started-(new-3ds).html --- 下の表からあなたのバージョンに合ったページを選択してください。 diff --git a/_pages/ja_JP/get-started-(old-3ds).txt b/_pages/ja_JP/get-started-(old-3ds).txt index efecf6a4e..99a0c1bcd 100644 --- a/_pages/ja_JP/get-started-(old-3ds).txt +++ b/_pages/ja_JP/get-started-(old-3ds).txt @@ -1,7 +1,6 @@ --- title: "導入(Old3DS)" lang: ja -permalink: /ja_JP/get-started-(old-3ds).html --- 下の表からあなたのバージョンに合ったページを選択してください。 diff --git a/_pages/ja_JP/get-started.txt b/_pages/ja_JP/get-started.txt index 86a66d57b..957d9cad8 100644 --- a/_pages/ja_JP/get-started.txt +++ b/_pages/ja_JP/get-started.txt @@ -1,7 +1,5 @@ --- -title: "はじめる" # -lang: ja -permalink: /ja_JP/get-started.html +title: "はじめる" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/ja_JP/godmode9-usage.txt b/_pages/ja_JP/godmode9-usage.txt index f915afa44..9d9f5ea24 100644 --- a/_pages/ja_JP/godmode9-usage.txt +++ b/_pages/ja_JP/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: ja -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/ja_JP/h2testw-(windows).txt b/_pages/ja_JP/h2testw-(windows).txt index ba681d4cc..1a5eab2a6 100644 --- a/_pages/ja_JP/h2testw-(windows).txt +++ b/_pages/ja_JP/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw(Windows)" # -lang: ja -permalink: /ja_JP/h2testw-(windows).html +title: "H2testw(Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/ja_JP/home.txt b/_pages/ja_JP/home.txt index 3d000ece0..a6670bad7 100644 --- a/_pages/ja_JP/home.txt +++ b/_pages/ja_JP/home.txt @@ -8,9 +8,7 @@ header: cta_label: "はじめる" # cta_url: "/ja_JP/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: ja -permalink: /ja_JP/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ja_JP/homebrew-launcher-(alternatives).txt b/_pages/ja_JP/homebrew-launcher-(alternatives).txt index 8e3eddf56..4f1137722 100644 --- a/_pages/ja_JP/homebrew-launcher-(alternatives).txt +++ b/_pages/ja_JP/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /ja_JP/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- Homebrew Launcherは色んなエントリーポイントと起動方法があります。 diff --git a/_pages/ja_JP/homebrew-launcher-(soundhax).txt b/_pages/ja_JP/homebrew-launcher-(soundhax).txt index 75c56377a..c401a0209 100644 --- a/_pages/ja_JP/homebrew-launcher-(soundhax).txt +++ b/_pages/ja_JP/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: ja -permalink: /ja_JP/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcherには、さまざまなエントリーポイントや起動方法があります。 diff --git a/_pages/ja_JP/installing-boot9strap-(2xrsa).txt b/_pages/ja_JP/installing-boot9strap-(2xrsa).txt index d529eee38..159aae079 100644 --- a/_pages/ja_JP/installing-boot9strap-(2xrsa).txt +++ b/_pages/ja_JP/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: ja -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ja_JP/installing-boot9strap-(browser).txt b/_pages/ja_JP/installing-boot9strap-(browser).txt index 94acd6043..d0b1bfc96 100644 --- a/_pages/ja_JP/installing-boot9strap-(browser).txt +++ b/_pages/ja_JP/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: ja -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。 diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware).txt b/_pages/ja_JP/installing-boot9strap-(dsiware).txt index 3c8c6ce88..911302317 100644 --- a/_pages/ja_JP/installing-boot9strap-(dsiware).txt +++ b/_pages/ja_JP/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: ja -permalink: /installing-boot9strap-(dsiware).html +lang: ja --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt index f0ed38002..d68eb5c29 100644 --- a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: ja -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: ja --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt index 2ff021a9b..e2b5e9efb 100644 --- a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: ja -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: ja --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt index edb89866f..b82a999a4 100644 --- a/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: ja -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: ja --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ja_JP/installing-boot9strap-(hardmod).txt b/_pages/ja_JP/installing-boot9strap-(hardmod).txt index 8bbb1a52a..f3764ac79 100644 --- a/_pages/ja_JP/installing-boot9strap-(hardmod).txt +++ b/_pages/ja_JP/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: ja -permalink: /installing-boot9strap-(hardmod).html +lang: ja --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt b/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt index 978bf3b86..c2fd5c9a0 100644 --- a/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: ja -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。 diff --git a/_pages/ja_JP/installing-boot9strap-(mset).txt b/_pages/ja_JP/installing-boot9strap-(mset).txt index e3b1ed892..7d3f6bbb4 100644 --- a/_pages/ja_JP/installing-boot9strap-(mset).txt +++ b/_pages/ja_JP/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: ja -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。 diff --git a/_pages/ja_JP/move-emunand.txt b/_pages/ja_JP/move-emunand.txt index f09573c19..990542c07 100644 --- a/_pages/ja_JP/move-emunand.txt +++ b/_pages/ja_JP/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "EmuNANDを移動する" # -lang: ja -permalink: /ja_JP/move-emunand.html +title: "EmuNANDを移動する" --- このエクストラセクションでは、どうやって古いEmuNANDのコンテンツを新しいSysNAND CFWに移動し、古いEmuNANDパーティションを削除するか紹介します。 EmuNANDとRedNANDは[同じ理論](http://3dbrew.org/wiki/NAND_Redirection)の少々違う実装です。 diff --git a/_pages/ja_JP/ntr-and-cubic-ninja.txt b/_pages/ja_JP/ntr-and-cubic-ninja.txt index b48a65b79..95c30b304 100644 --- a/_pages/ja_JP/ntr-and-cubic-ninja.txt +++ b/_pages/ja_JP/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTRとキュービックニンジャ" # -lang: ja -permalink: /ja_JP/ntr-and-cubic-ninja.html +title: "NTRとキュービックニンジャ" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ja_JP/region-changing.txt b/_pages/ja_JP/region-changing.txt index 4e5c41084..8ec306611 100644 --- a/_pages/ja_JP/region-changing.txt +++ b/_pages/ja_JP/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "地域変更" # -lang: ja -permalink: /ja_JP/region-changing.html +title: "地域変更" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/ja_JP/site-navigation.txt b/_pages/ja_JP/site-navigation.txt index eb8dfa672..762a086bc 100644 --- a/_pages/ja_JP/site-navigation.txt +++ b/_pages/ja_JP/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "サイトナビゲーション" # -lang: ja -permalink: /ja_JP/site-navigation.html +title: "サイトナビゲーション" layout: single-no-ads sitemap: false --- diff --git a/_pages/ja_JP/troubleshooting.txt b/_pages/ja_JP/troubleshooting.txt index ef41760de..1ac7b8bc8 100644 --- a/_pages/ja_JP/troubleshooting.txt +++ b/_pages/ja_JP/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "トラブルシューティング" # -lang: ja -permalink: /ja_JP/troubleshooting.html +title: "トラブルシューティング" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. 問題を解決したら、主なガイドに続いてください。 diff --git a/_pages/ja_JP/updating-to-boot9strap.txt b/_pages/ja_JP/updating-to-boot9strap.txt index a10679cc6..9ef37eef3 100644 --- a/_pages/ja_JP/updating-to-boot9strap.txt +++ b/_pages/ja_JP/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: ja -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/ja_JP/why-ads.txt b/_pages/ja_JP/why-ads.txt index 9f8eed875..d5fac7ab6 100644 --- a/_pages/ja_JP/why-ads.txt +++ b/_pages/ja_JP/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "広告挿入理由について" # -lang: ja -permalink: /ja_JP/why-ads.html +title: "広告挿入理由について" layout: single-no-ads --- diff --git a/_pages/ko_KR/404.txt b/_pages/ko_KR/404.txt index 16b4c8680..726a2ddf6 100644 --- a/_pages/ko_KR/404.txt +++ b/_pages/ko_KR/404.txt @@ -1,7 +1,5 @@ --- -title: "페이지를 찾을 수 없습니다" # -lang: ko -permalink: /ko_KR/404.html +title: "페이지를 찾을 수 없습니다" layout: single-no-ads excerpt: "페이지를 찾을 수 없습니다. 픽셀이 다른 캔버스에 있습니다." # sitemap: false diff --git a/_pages/ko_KR/9.2.0-ctrtransfer.txt b/_pages/ko_KR/9.2.0-ctrtransfer.txt index 628f956b1..267f31f42 100644 --- a/_pages/ko_KR/9.2.0-ctrtransfer.txt +++ b/_pages/ko_KR/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: ko -permalink: /ko_KR/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- 이것은 기기에 9.2.0 CTRTransfer 이미지를 설치하는 추가 섹션입니다. diff --git a/_pages/ko_KR/cart-update.txt b/_pages/ko_KR/cart-update.txt index 31e2d64c0..1a25de1f0 100644 --- a/_pages/ko_KR/cart-update.txt +++ b/_pages/ko_KR/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "게임 카드 업데이트" # -lang: ko -permalink: /ko_KR/cart-update.html +title: "게임 카드 업데이트" --- 모든 게임 카드에는 실행에 필요한 시스템 버전이 포함되어 있어, 기기의 버전이 그보다 낮을 경우 게임 카드를 이용해 (인터넷 연결 없이도) 업데이트를 할 수 있습니다. diff --git a/_pages/ko_KR/credits.txt b/_pages/ko_KR/credits.txt index 2c7b9bd97..d9c315bdb 100644 --- a/_pages/ko_KR/credits.txt +++ b/_pages/ko_KR/credits.txt @@ -1,7 +1,5 @@ --- -title: "기여하신 분" # -lang: ko -permalink: /ko_KR/credits.html +title: "기여하신 분" --- **[Freenode #Cakey 채널](http://webchat.freenode.net/?channels=%23Cakey)의 모든 분께 정말 감사드립니다!** diff --git a/_pages/ko_KR/donations.txt b/_pages/ko_KR/donations.txt index 2c183b634..397260bab 100644 --- a/_pages/ko_KR/donations.txt +++ b/_pages/ko_KR/donations.txt @@ -1,7 +1,5 @@ --- -title: "기부" # -lang: ko -permalink: /ko_KR/donations.html +title: "기부" layout: single-no-ads --- diff --git a/_pages/ko_KR/f3-(linux).txt b/_pages/ko_KR/f3-(linux).txt index 4f19bf536..b43eee981 100644 --- a/_pages/ko_KR/f3-(linux).txt +++ b/_pages/ko_KR/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: ko -permalink: /ko_KR/f3-(linux).html +title: "F3 (Linux)" --- 이 섹션은 F3를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다. diff --git a/_pages/ko_KR/f3x-(mac).txt b/_pages/ko_KR/f3x-(mac).txt index c1c30bc50..11149f346 100644 --- a/_pages/ko_KR/f3x-(mac).txt +++ b/_pages/ko_KR/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: ko -permalink: /ko_KR/f3x-(mac).html +title: "F3X (Mac)" --- 이 섹션은 F3X를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다. diff --git a/_pages/ko_KR/faq.txt b/_pages/ko_KR/faq.txt index bdeb816eb..c338f1d0a 100644 --- a/_pages/ko_KR/faq.txt +++ b/_pages/ko_KR/faq.txt @@ -1,7 +1,5 @@ --- -title: "자주 묻는 질문" # -lang: ko -permalink: /ko_KR/faq.html +title: "자주 묻는 질문" --- {% capture notice-1 %} diff --git a/_pages/ko_KR/file-extensions-(windows).txt b/_pages/ko_KR/file-extensions-(windows).txt index f7c08152c..6565d7fa3 100644 --- a/_pages/ko_KR/file-extensions-(windows).txt +++ b/_pages/ko_KR/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- 제목: "파일 확장자명 (Windows)" # -lang: ko -permalink: /ko_KR/file-extensions-(windows).html +lang: ko --- 이 섹션은 Windows에서 파일 확장자명을 숨기는 기본 설정을 변경하는 추가 섹션입니다. diff --git a/_pages/ko_KR/finalizing-setup.txt b/_pages/ko_KR/finalizing-setup.txt index 47a5f5428..e25c975f6 100644 --- a/_pages/ko_KR/finalizing-setup.txt +++ b/_pages/ko_KR/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: ko -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- 이 페이지의 [마그넷](https://en.wikipedia.org/wiki/Magnet_URI_scheme) 링크를 사용하려면 diff --git a/_pages/ko_KR/get-started-(new-3ds).txt b/_pages/ko_KR/get-started-(new-3ds).txt index c4583872c..810ca1e43 100644 --- a/_pages/ko_KR/get-started-(new-3ds).txt +++ b/_pages/ko_KR/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "시작하기 (New 3DS)" # -lang: ko -permalink: /ko_KR/get-started-(new-3ds).html +title: "시작하기 (New 3DS)" --- 아래 표에서 본인 기기의 버전에 해당하는 페이지를 선택해 주세요. diff --git a/_pages/ko_KR/get-started-(old-3ds).txt b/_pages/ko_KR/get-started-(old-3ds).txt index 88d19a211..62b0fb055 100644 --- a/_pages/ko_KR/get-started-(old-3ds).txt +++ b/_pages/ko_KR/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "시작하기 (Old 3DS)" # -lang: ko -permalink: /ko_KR/get-started-(old-3ds).html +title: "시작하기 (Old 3DS)" --- 아래 표에서 본인 기기의 버전에 해당하는 페이지를 선택해 주세요. diff --git a/_pages/ko_KR/get-started.txt b/_pages/ko_KR/get-started.txt index f19f0f20d..55c32c282 100644 --- a/_pages/ko_KR/get-started.txt +++ b/_pages/ko_KR/get-started.txt @@ -1,7 +1,5 @@ --- -title: "시작하기" # -lang: ko -permalink: /ko_KR/get-started.html +title: "시작하기" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/ko_KR/godmode9-usage.txt b/_pages/ko_KR/godmode9-usage.txt index 67b24d975..07254e67e 100644 --- a/_pages/ko_KR/godmode9-usage.txt +++ b/_pages/ko_KR/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 사용" # -lang: ko -permalink: /ko_KR/godmode9-usage.html +title: "GodMode9 사용" --- GodMode9은 닌텐도 3DS 콘솔의 완전한 파일 관리자이며, SD 카드와 SysNAND와 EmuNAND 안의 FAT 파티션에 접근하고 근본적인 것을 수정할 권한을 줍니다. 다른 기능로는 파일의 복사, 삭제, 이름 바꾸기와 폴더 만기 등이 있습니다. diff --git a/_pages/ko_KR/h2testw-(windows).txt b/_pages/ko_KR/h2testw-(windows).txt index d168b0bb6..586ae57a1 100644 --- a/_pages/ko_KR/h2testw-(windows).txt +++ b/_pages/ko_KR/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: ko -permalink: /ko_KR/h2testw-(windows).html +title: "H2testw (Windows)" --- 이 섹션은 h2testw를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다. diff --git a/_pages/ko_KR/home.txt b/_pages/ko_KR/home.txt index 1732b0d43..b1871a2bb 100644 --- a/_pages/ko_KR/home.txt +++ b/_pages/ko_KR/home.txt @@ -8,9 +8,7 @@ header: cta_label: "시작하기" cta_url: "/ko_KR/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: ko -permalink: /ko_KR/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ko_KR/homebrew-launcher-(alternatives).txt b/_pages/ko_KR/homebrew-launcher-(alternatives).txt index 24a8bac09..fec54a3ae 100644 --- a/_pages/ko_KR/homebrew-launcher-(alternatives).txt +++ b/_pages/ko_KR/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "홈브류 런처 (대안)" # -lang: ko -permalink: /homebrew-launcher-(alternatives).html +title: "홈브류 런처 (대안)" --- 홈브류 런처는 다양한 방법을 통해 실행할 수 있습니다. diff --git a/_pages/ko_KR/homebrew-launcher-(soundhax).txt b/_pages/ko_KR/homebrew-launcher-(soundhax).txt index 4e3fd37df..b65ce3ca3 100644 --- a/_pages/ko_KR/homebrew-launcher-(soundhax).txt +++ b/_pages/ko_KR/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "홈브류 런처 (SoundHax)" # -lang: ko -permalink: /ko_KR/homebrew-launcher-(soundhax).html +title: "홈브류 런처 (SoundHax)" --- 홈브류 런처는 다양한 방법을 통해 실행할 수 있습니다. diff --git a/_pages/ko_KR/installing-boot9strap-(2xrsa).txt b/_pages/ko_KR/installing-boot9strap-(2xrsa).txt index d53e31a13..3af3e9e65 100644 --- a/_pages/ko_KR/installing-boot9strap-(2xrsa).txt +++ b/_pages/ko_KR/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: ko -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- 이 페이지의 [마그넷](https://en.wikipedia.org/wiki/Magnet_URI_scheme) 링크를 사용하려면 diff --git a/_pages/ko_KR/installing-boot9strap-(browser).txt b/_pages/ko_KR/installing-boot9strap-(browser).txt index b2d45b97c..374589a2b 100644 --- a/_pages/ko_KR/installing-boot9strap-(browser).txt +++ b/_pages/ko_KR/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: ko -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- 이 설명은 SysNAND를 기준으로 제작되었으므로 기기가 EmuNAND 기반이라면 모든 과정을 SysNAND에 적용해 주세요. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다. diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware).txt b/_pages/ko_KR/installing-boot9strap-(dsiware).txt index bc450c18e..c6bc35faf 100644 --- a/_pages/ko_KR/installing-boot9strap-(dsiware).txt +++ b/_pages/ko_KR/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: ko -permalink: /installing-boot9strap-(dsiware).html +lang: ko --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt index 98c748196..53a706379 100644 --- a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: ko -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: ko --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt index ee28e4075..1c94f9ea3 100644 --- a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: ko -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: ko --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt index 8bc673879..3745d81c2 100644 --- a/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: ko -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: ko --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ko_KR/installing-boot9strap-(hardmod).txt b/_pages/ko_KR/installing-boot9strap-(hardmod).txt index a6649114e..3d607c0bc 100644 --- a/_pages/ko_KR/installing-boot9strap-(hardmod).txt +++ b/_pages/ko_KR/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: ko -permalink: /installing-boot9strap-(hardmod).html +lang: ko --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt b/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt index b2d4e471d..11d4f8629 100644 --- a/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: ko -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- 이 설명은 SysNAND를 기준으로 제작되었으므로 기기가 EmuNAND 기반이라면 모든 과정을 SysNAND에 적용해 주세요. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다. diff --git a/_pages/ko_KR/installing-boot9strap-(mset).txt b/_pages/ko_KR/installing-boot9strap-(mset).txt index 4c74ed3da..fa437b09f 100644 --- a/_pages/ko_KR/installing-boot9strap-(mset).txt +++ b/_pages/ko_KR/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: ko -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- 이 설명은 SysNAND를 기준으로 제작되었으므로 기기가 EmuNAND 기반이라면 모든 과정을 SysNAND에 적용해 주세요. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다. diff --git a/_pages/ko_KR/move-emunand.txt b/_pages/ko_KR/move-emunand.txt index d0e89f8da..edf8ac14b 100644 --- a/_pages/ko_KR/move-emunand.txt +++ b/_pages/ko_KR/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "EmuNAND 기반 데이터 이동" # -lang: ko -permalink: /ko_KR/move-emunand.html +title: "EmuNAND 기반 데이터 이동" --- 이 페이지는 이전 EmuNAND의 데이터를 새로운 CFW SysNAND로 옮기고 이전 EmuNAND 파티션을 제거하는 방법을 안내하는 부가 섹션입니다. EmuNAND와 RedNAND는 [동일한 개념](http://3dbrew.org/wiki/NAND_Redirection)을 다른 방식으로 구현한 것입니다. diff --git a/_pages/ko_KR/ntr-and-cubic-ninja.txt b/_pages/ko_KR/ntr-and-cubic-ninja.txt index e56431ded..1bb94e33a 100644 --- a/_pages/ko_KR/ntr-and-cubic-ninja.txt +++ b/_pages/ko_KR/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR 및 Cubic Ninja" # -lang: ko -permalink: /ko_KR/ntr-and-cubic-ninja.html +title: "NTR 및 Cubic Ninja" --- 이 페이지의 [마그넷](https://en.wikipedia.org/wiki/Magnet_URI_scheme) 링크를 사용하려면 diff --git a/_pages/ko_KR/region-changing.txt b/_pages/ko_KR/region-changing.txt index 81f6e2cd1..a35142538 100644 --- a/_pages/ko_KR/region-changing.txt +++ b/_pages/ko_KR/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "지역 변경" # -lang: ko -permalink: /ko_KR/region-changing.html +title: "지역 변경" --- This is add-on section for region changing your CFW SysNAND. 바꾸고자 하는 지역의 9.2.0 CTRTransfer 이미지를 설치해 끝납니다. diff --git a/_pages/ko_KR/site-navigation.txt b/_pages/ko_KR/site-navigation.txt index 6f873730a..ffc6fcac1 100644 --- a/_pages/ko_KR/site-navigation.txt +++ b/_pages/ko_KR/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "사이트 탐색" # -lang: ko -permalink: /ko_KR/site-navigation.html +title: "사이트 탐색" layout: single-no-ads sitemap: false --- diff --git a/_pages/ko_KR/troubleshooting.txt b/_pages/ko_KR/troubleshooting.txt index 4e26944be..45863c81d 100644 --- a/_pages/ko_KR/troubleshooting.txt +++ b/_pages/ko_KR/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "문제 해결" # -lang: ko -permalink: /ko_KR/troubleshooting.html +title: "문제 해결" --- 기기를 시작할 수 없을 경우 관련 섹션을 찾아서 지시사항을 따라 주세요. 문제가 해결되었을 경우 메인 가이드를 따라 계속 진행하면 됩니다. diff --git a/_pages/ko_KR/updating-to-boot9strap.txt b/_pages/ko_KR/updating-to-boot9strap.txt index ed02e2aec..6efe63ac0 100644 --- a/_pages/ko_KR/updating-to-boot9strap.txt +++ b/_pages/ko_KR/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: ko -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/ko_KR/why-ads.txt b/_pages/ko_KR/why-ads.txt index bf0d5d27d..2723c9827 100644 --- a/_pages/ko_KR/why-ads.txt +++ b/_pages/ko_KR/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "왜 광고가 있나요?" # -lang: ko -permalink: /ko_KR/why-ads.html +title: "왜 광고가 있나요?" layout: single-no-ads --- diff --git a/_pages/ms_MY/404.txt b/_pages/ms_MY/404.txt index 2682dde54..565f4c5c5 100644 --- a/_pages/ms_MY/404.txt +++ b/_pages/ms_MY/404.txt @@ -1,7 +1,5 @@ --- -title: "Halaman Tidak Dijumpai" # -lang: ms -permalink: /ms_MY/404.html +title: "Halaman Tidak Dijumpai" layout: single-no-ads excerpt: "Tiada Halaman. Pixel anda berada di kanvas lain." # sitemap: false diff --git a/_pages/ms_MY/9.2.0-ctrtransfer.txt b/_pages/ms_MY/9.2.0-ctrtransfer.txt index 8fc5ae3c8..0030a2943 100644 --- a/_pages/ms_MY/9.2.0-ctrtransfer.txt +++ b/_pages/ms_MY/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: ms -permalink: /ms_MY/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/ms_MY/cart-update.txt b/_pages/ms_MY/cart-update.txt index 453da0b0b..09bb99f0a 100644 --- a/_pages/ms_MY/cart-update.txt +++ b/_pages/ms_MY/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Kemaskini Cart" # -lang: ms -permalink: /ms_MY/cart-update.html +title: "Kemaskini Cart" --- Semua game kart yang mempunyai salinan keperluan versi sistem untuk memainkannya, membolehkan semua versi rendah menggunakannya bagi kemaskini kepada versinya (walaupun tanpa penggunaan internet). diff --git a/_pages/ms_MY/credits.txt b/_pages/ms_MY/credits.txt index 769907e72..6141826ef 100644 --- a/_pages/ms_MY/credits.txt +++ b/_pages/ms_MY/credits.txt @@ -1,7 +1,5 @@ --- -title: "Kredit" # -lang: ms -permalink: /ms_MY/credits.html +title: "Kredit" --- **Ribuan terima kasih kepada semua [#Cakey di Freenode](http://webchat.freenode.net/?channels=%23Cakey) anda semua mengagumkan!** diff --git a/_pages/ms_MY/donations.txt b/_pages/ms_MY/donations.txt index 2fa40d784..fab9b31d3 100644 --- a/_pages/ms_MY/donations.txt +++ b/_pages/ms_MY/donations.txt @@ -1,7 +1,5 @@ --- -title: "Sumbangan" # -lang: ms -permalink: /ms_MY/donations.html +title: "Sumbangan" layout: single-no-ads --- diff --git a/_pages/ms_MY/f3-(linux).txt b/_pages/ms_MY/f3-(linux).txt index 6d0a50535..d8c6ad2b7 100644 --- a/_pages/ms_MY/f3-(linux).txt +++ b/_pages/ms_MY/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: ms -permalink: /ms_MY/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/ms_MY/f3x-(mac).txt b/_pages/ms_MY/f3x-(mac).txt index 9e74d9e33..91b0828d9 100644 --- a/_pages/ms_MY/f3x-(mac).txt +++ b/_pages/ms_MY/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: ms -permalink: /ms_MY/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/ms_MY/faq.txt b/_pages/ms_MY/faq.txt index 7c3a12e71..883ef38bd 100644 --- a/_pages/ms_MY/faq.txt +++ b/_pages/ms_MY/faq.txt @@ -1,7 +1,5 @@ --- -title: "Soalan Lazim" # -lang: ms -permalink: /ms_MY/faq.html +title: "Soalan Lazim" --- {% capture notice-1 %} diff --git a/_pages/ms_MY/file-extensions-(windows).txt b/_pages/ms_MY/file-extensions-(windows).txt index 1f5c738ad..c9a4b1ba0 100644 --- a/_pages/ms_MY/file-extensions-(windows).txt +++ b/_pages/ms_MY/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: ms -permalink: /file-extensions-(windows).html +lang: ms --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/ms_MY/finalizing-setup.txt b/_pages/ms_MY/finalizing-setup.txt index 73f15a4c7..13567d764 100644 --- a/_pages/ms_MY/finalizing-setup.txt +++ b/_pages/ms_MY/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: ms -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ms_MY/get-started-(new-3ds).txt b/_pages/ms_MY/get-started-(new-3ds).txt index 2f941adc1..000696c8a 100644 --- a/_pages/ms_MY/get-started-(new-3ds).txt +++ b/_pages/ms_MY/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Mari Mulakan (New 3DS)" # -lang: ms -permalink: /ms_MY/get-started-(new-3ds).html +title: "Mari Mulakan (New 3DS)" --- Pilih halaman yang sesuatu untuk versi anda berdasarkan carta dibawah. diff --git a/_pages/ms_MY/get-started-(old-3ds).txt b/_pages/ms_MY/get-started-(old-3ds).txt index 39193e4d7..3c691ac80 100644 --- a/_pages/ms_MY/get-started-(old-3ds).txt +++ b/_pages/ms_MY/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Mari Mulakan (Old 3DS)" # -lang: ms -permalink: /ms_MY/get-started-(old-3ds).html +title: "Mari Mulakan (Old 3DS)" --- Pilih halaman yang sesuai untuk versi anda berdasarkan carta dibawah. diff --git a/_pages/ms_MY/get-started.txt b/_pages/ms_MY/get-started.txt index 3d98e233c..d4729821a 100644 --- a/_pages/ms_MY/get-started.txt +++ b/_pages/ms_MY/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Bermula" # -lang: ms -permalink: /ms_MY/get-started.html +title: "Bermula" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/ms_MY/godmode9-usage.txt b/_pages/ms_MY/godmode9-usage.txt index 38ba0508b..59f2e9ba5 100644 --- a/_pages/ms_MY/godmode9-usage.txt +++ b/_pages/ms_MY/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: ms -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/ms_MY/h2testw-(windows).txt b/_pages/ms_MY/h2testw-(windows).txt index 2a8f90025..bdac681e6 100644 --- a/_pages/ms_MY/h2testw-(windows).txt +++ b/_pages/ms_MY/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: ms -permalink: /ms_MY/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/ms_MY/home.txt b/_pages/ms_MY/home.txt index 6f214e535..d5b6df9d4 100644 --- a/_pages/ms_MY/home.txt +++ b/_pages/ms_MY/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Bermula" # cta_url: "/ms_MY/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: ms -permalink: /ms_MY/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ms_MY/homebrew-launcher-(alternatives).txt b/_pages/ms_MY/homebrew-launcher-(alternatives).txt index 22735ec97..40742d27e 100644 --- a/_pages/ms_MY/homebrew-launcher-(alternatives).txt +++ b/_pages/ms_MY/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: ms -permalink: /ms_MY/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- Homebrew Launcher mempunyai pelbagai cara masuk, atau cara melancarkannya. diff --git a/_pages/ms_MY/homebrew-launcher-(soundhax).txt b/_pages/ms_MY/homebrew-launcher-(soundhax).txt index ca8375573..a67e90402 100644 --- a/_pages/ms_MY/homebrew-launcher-(soundhax).txt +++ b/_pages/ms_MY/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: ms -permalink: /ms_MY/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcher mempunyai pelbagai cara masuk, atau cara melancarkannya. diff --git a/_pages/ms_MY/installing-boot9strap-(2xrsa).txt b/_pages/ms_MY/installing-boot9strap-(2xrsa).txt index 521778b91..e57a3d63b 100644 --- a/_pages/ms_MY/installing-boot9strap-(2xrsa).txt +++ b/_pages/ms_MY/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: ms -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ms_MY/installing-boot9strap-(browser).txt b/_pages/ms_MY/installing-boot9strap-(browser).txt index 16963777b..8a0384a8c 100644 --- a/_pages/ms_MY/installing-boot9strap-(browser).txt +++ b/_pages/ms_MY/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: ms -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware).txt b/_pages/ms_MY/installing-boot9strap-(dsiware).txt index add6aa697..c16f78f64 100644 --- a/_pages/ms_MY/installing-boot9strap-(dsiware).txt +++ b/_pages/ms_MY/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: ms -permalink: /installing-boot9strap-(dsiware).html +lang: ms --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt index b0ed763a2..7ed1785f8 100644 --- a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: ms -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: ms --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt index 34b0729ea..dc8ada171 100644 --- a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: ms -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: ms --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt index 244f98fc1..26265cd8d 100644 --- a/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: ms -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: ms --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ms_MY/installing-boot9strap-(hardmod).txt b/_pages/ms_MY/installing-boot9strap-(hardmod).txt index 76d77b15f..8bf3569c8 100644 --- a/_pages/ms_MY/installing-boot9strap-(hardmod).txt +++ b/_pages/ms_MY/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: ms -permalink: /installing-boot9strap-(hardmod).html +lang: ms --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt b/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt index af3a0cc5f..cbdd203ed 100644 --- a/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: ms -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ms_MY/installing-boot9strap-(mset).txt b/_pages/ms_MY/installing-boot9strap-(mset).txt index faa29ad28..1c4508c78 100644 --- a/_pages/ms_MY/installing-boot9strap-(mset).txt +++ b/_pages/ms_MY/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: ms -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ms_MY/move-emunand.txt b/_pages/ms_MY/move-emunand.txt index 48a56df69..4774d5eee 100644 --- a/_pages/ms_MY/move-emunand.txt +++ b/_pages/ms_MY/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Pemindahan EmuNAND" # -lang: ms -permalink: /ms_MY/move-emunand.html +title: "Pemindahan EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Sila ambil perhatian terma EmuNAND dan RedNAND mungkin berbeza sedikit dari cara perlaksanaannya akan tetapi [sama konsepnya](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ms_MY/ntr-and-cubic-ninja.txt b/_pages/ms_MY/ntr-and-cubic-ninja.txt index 2e97ebecc..63d4535b9 100644 --- a/_pages/ms_MY/ntr-and-cubic-ninja.txt +++ b/_pages/ms_MY/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR dan Cubic Ninja" # -lang: ms -permalink: /ms_MY/ntr-and-cubic-ninja.html +title: "NTR dan Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ms_MY/region-changing.txt b/_pages/ms_MY/region-changing.txt index 30f53233d..d4920f9c4 100644 --- a/_pages/ms_MY/region-changing.txt +++ b/_pages/ms_MY/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Penukaran Kawasan" # -lang: ms -permalink: /ms_MY/region-changing.html +title: "Penukaran Kawasan" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/ms_MY/site-navigation.txt b/_pages/ms_MY/site-navigation.txt index 6489f39bb..a6af6a7ef 100644 --- a/_pages/ms_MY/site-navigation.txt +++ b/_pages/ms_MY/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Navigasi Halaman" # -lang: ms -permalink: /ms_MY/site-navigation.html +title: "Navigasi Halaman" layout: single-no-ads sitemap: false --- diff --git a/_pages/ms_MY/troubleshooting.txt b/_pages/ms_MY/troubleshooting.txt index e0a4e9958..92010f688 100644 --- a/_pages/ms_MY/troubleshooting.txt +++ b/_pages/ms_MY/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Penyelesaian Masalah" # -lang: ms -permalink: /ms_MY/troubleshooting.html +title: "Penyelesaian Masalah" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Sebaik sahaja penyelesaian berjaya untuk anda, anda boleh meneruskan dengan panduan utama diff --git a/_pages/ms_MY/updating-to-boot9strap.txt b/_pages/ms_MY/updating-to-boot9strap.txt index 9eb191602..5f5957655 100644 --- a/_pages/ms_MY/updating-to-boot9strap.txt +++ b/_pages/ms_MY/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: ms -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/ms_MY/why-ads.txt b/_pages/ms_MY/why-ads.txt index aacadedc9..a62730852 100644 --- a/_pages/ms_MY/why-ads.txt +++ b/_pages/ms_MY/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Kenapa Iklan?" # -lang: ms -permalink: /ms_MY/why-ads.html +title: "Kenapa Iklan?" layout: single-no-ads --- diff --git a/_pages/nl_NL/404.txt b/_pages/nl_NL/404.txt index d7a4c6d42..68145089b 100644 --- a/_pages/nl_NL/404.txt +++ b/_pages/nl_NL/404.txt @@ -1,7 +1,5 @@ --- -title: "Pagina niet gevonden" # -lang: nl -permalink: /nl_NL/404.html +title: "Pagina niet gevonden" layout: single-no-ads excerpt: "pagina niet gevonden. Je pixels bevinden zich op een ander canvas." # sitemap: false diff --git a/_pages/nl_NL/9.2.0-ctrtransfer.txt b/_pages/nl_NL/9.2.0-ctrtransfer.txt index 1cbce9eca..1f6469b9e 100644 --- a/_pages/nl_NL/9.2.0-ctrtransfer.txt +++ b/_pages/nl_NL/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: nl -permalink: /nl_NL/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/nl_NL/cart-update.txt b/_pages/nl_NL/cart-update.txt index e9cecac7c..fa66d8ca9 100644 --- a/_pages/nl_NL/cart-update.txt +++ b/_pages/nl_NL/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: nl -permalink: /nl_NL/cart-update.html +title: "Cart Update" --- Alle spel cartridges bevatten een kopie van de benodigde systeemversie om dat spel te spelen, hiermee kan iedereen die op een lagere firmwareversie dan het spel zit, een cartridge gebruiken om te updaten naar die firmwareversie (zelfs zonder internet connectie). diff --git a/_pages/nl_NL/credits.txt b/_pages/nl_NL/credits.txt index 6619567f8..d24bcbb72 100644 --- a/_pages/nl_NL/credits.txt +++ b/_pages/nl_NL/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: nl -permalink: /nl_NL/credits.html +title: "Credits" --- **Speciale dank aan iedereen op [#Cakey Freenode](http://webchat.freenode.net/?channels=%23Cakey) omdat ze awesome zijn** diff --git a/_pages/nl_NL/donations.txt b/_pages/nl_NL/donations.txt index 32d8abb49..c881a94c2 100644 --- a/_pages/nl_NL/donations.txt +++ b/_pages/nl_NL/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donaties" # -lang: nl -permalink: /nl_NL/donations.html +title: "Donaties" layout: single-no-ads --- diff --git a/_pages/nl_NL/f3-(linux).txt b/_pages/nl_NL/f3-(linux).txt index 027bd5177..ef3bedabd 100644 --- a/_pages/nl_NL/f3-(linux).txt +++ b/_pages/nl_NL/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: nl -permalink: /nl_NL/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/nl_NL/f3x-(mac).txt b/_pages/nl_NL/f3x-(mac).txt index 7f52b7888..12e0c5f73 100644 --- a/_pages/nl_NL/f3x-(mac).txt +++ b/_pages/nl_NL/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: nl -permalink: /nl_NL/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/nl_NL/faq.txt b/_pages/nl_NL/faq.txt index 9a634d296..1ac2cd5b2 100644 --- a/_pages/nl_NL/faq.txt +++ b/_pages/nl_NL/faq.txt @@ -1,7 +1,5 @@ --- -title: "veel gestelde vragen (FAQ)" # -lang: nl -permalink: /nl_NL/faq.html +title: "veel gestelde vragen (FAQ)" --- {% capture notice-1 %} diff --git a/_pages/nl_NL/file-extensions-(windows).txt b/_pages/nl_NL/file-extensions-(windows).txt index 68f862da0..d90759028 100644 --- a/_pages/nl_NL/file-extensions-(windows).txt +++ b/_pages/nl_NL/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: nl -permalink: /file-extensions-(windows).html +lang: nl --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/nl_NL/finalizing-setup.txt b/_pages/nl_NL/finalizing-setup.txt index 4082daef3..0ae8e6a66 100644 --- a/_pages/nl_NL/finalizing-setup.txt +++ b/_pages/nl_NL/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: nl -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- Om een [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) link te gebruiken in deze handleiding, moet je een torrent client hebben zoals [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/nl_NL/get-started-(new-3ds).txt b/_pages/nl_NL/get-started-(new-3ds).txt index 8b7d5ab25..268166b28 100644 --- a/_pages/nl_NL/get-started-(new-3ds).txt +++ b/_pages/nl_NL/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Begin (New 3DS)" # -lang: nl -permalink: /nl_NL/get-started-(new-3ds).html +title: "Begin (New 3DS)" --- Kies de juiste pagina die bij jouw versie hoort uit onderstaande tabel. diff --git a/_pages/nl_NL/get-started-(old-3ds).txt b/_pages/nl_NL/get-started-(old-3ds).txt index 52c831fef..c4758b506 100644 --- a/_pages/nl_NL/get-started-(old-3ds).txt +++ b/_pages/nl_NL/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Begin (Old 3DS)" # -lang: nl -permalink: /nl_NL/get-started-(old-3ds).html +title: "Begin (Old 3DS)" --- Kies de juiste pagina die bij jouw versie hoort uit onderstaande tabel. diff --git a/_pages/nl_NL/get-started.txt b/_pages/nl_NL/get-started.txt index 7e302ad25..3235c6a78 100644 --- a/_pages/nl_NL/get-started.txt +++ b/_pages/nl_NL/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Begin" # -lang: nl -permalink: /nl_NL/get-started.html +title: "Begin" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/nl_NL/godmode9-usage.txt b/_pages/nl_NL/godmode9-usage.txt index dd752a4a9..34584b744 100644 --- a/_pages/nl_NL/godmode9-usage.txt +++ b/_pages/nl_NL/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Gebruik" # -lang: nl -permalink: /nl_NL/godmode9-usage.html +title: "GodMode9 Gebruik" --- Godmode9 is een bestandsbeheer die volledige toegang heeft tot de Nintendo 3DS console, het geeft je toegang tot je SD kaart, de FAT partities van je SysNAND en EmuNAND en zo goed als alles anders. Naast andere functies kan je ook bestanden kopiëren, verwijderen en hernoemen en mappen aanmaken. diff --git a/_pages/nl_NL/h2testw-(windows).txt b/_pages/nl_NL/h2testw-(windows).txt index 82f3812a1..3d8268b03 100644 --- a/_pages/nl_NL/h2testw-(windows).txt +++ b/_pages/nl_NL/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: nl -permalink: /nl_NL/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/nl_NL/home.txt b/_pages/nl_NL/home.txt index a3dbde5ec..249caca47 100644 --- a/_pages/nl_NL/home.txt +++ b/_pages/nl_NL/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Begin" # cta_url: "/nl_NL/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: nl -permalink: /nl_NL/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/nl_NL/homebrew-launcher-(alternatives).txt b/_pages/nl_NL/homebrew-launcher-(alternatives).txt index ece0000ef..aacd7b7db 100644 --- a/_pages/nl_NL/homebrew-launcher-(alternatives).txt +++ b/_pages/nl_NL/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatieven)" # -lang: nl -permalink: /nl_NL/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatieven)" --- De Homebrew Launcher heeft veel verschillende entrypoints (ingangspunten) of lanceringsmethoden. diff --git a/_pages/nl_NL/homebrew-launcher-(soundhax).txt b/_pages/nl_NL/homebrew-launcher-(soundhax).txt index 0b0cefddb..9e2be230a 100644 --- a/_pages/nl_NL/homebrew-launcher-(soundhax).txt +++ b/_pages/nl_NL/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: nl -permalink: /nl_NL/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- De Homebrew Launcher heeft veel verschillende entrypoints (ingangspunten) of lanceringsmethoden. diff --git a/_pages/nl_NL/installing-boot9strap-(2xrsa).txt b/_pages/nl_NL/installing-boot9strap-(2xrsa).txt index 2c7caefcd..d8367bc51 100644 --- a/_pages/nl_NL/installing-boot9strap-(2xrsa).txt +++ b/_pages/nl_NL/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: nl -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- Om een [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) link te gebruiken in deze handleiding, moet je een torrent client hebben zoals [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/nl_NL/installing-boot9strap-(browser).txt b/_pages/nl_NL/installing-boot9strap-(browser).txt index e4d8b81dc..c71fd4c8d 100644 --- a/_pages/nl_NL/installing-boot9strap-(browser).txt +++ b/_pages/nl_NL/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: nl -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW setup, deze handleiding zal zich alleen maar met sysNAND zich bezig houden, dus moet je alle instructies volgen vanuit of toepassend op SysNAND. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware).txt b/_pages/nl_NL/installing-boot9strap-(dsiware).txt index a084569d9..955997c01 100644 --- a/_pages/nl_NL/installing-boot9strap-(dsiware).txt +++ b/_pages/nl_NL/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: nl -permalink: /installing-boot9strap-(dsiware).html +lang: nl --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt index 5de3e3902..7e7a7d053 100644 --- a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: nl -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: nl --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt index bdf37b2bb..9d862532c 100644 --- a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: nl -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: nl --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt index f03b7c66d..37ec7912c 100644 --- a/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: nl -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: nl --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/nl_NL/installing-boot9strap-(hardmod).txt b/_pages/nl_NL/installing-boot9strap-(hardmod).txt index 646949fbc..83cb6d70d 100644 --- a/_pages/nl_NL/installing-boot9strap-(hardmod).txt +++ b/_pages/nl_NL/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: nl -permalink: /installing-boot9strap-(hardmod).html +lang: nl --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt b/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt index 34ed2de63..fae9faa4f 100644 --- a/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: nl -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW setup, deze handleiding zal zich alleen maar met sysNAND zich bezig houden, dus moet je alle instructies volgen vanuit of toepassend op SysNAND. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/nl_NL/installing-boot9strap-(mset).txt b/_pages/nl_NL/installing-boot9strap-(mset).txt index 7e9e6b3dd..a5ee60684 100644 --- a/_pages/nl_NL/installing-boot9strap-(mset).txt +++ b/_pages/nl_NL/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: nl -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW setup, deze handleiding zal zich alleen maar met sysNAND zich bezig houden, dus moet je alle instructies volgen vanuit of toepassend op SysNAND. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/nl_NL/move-emunand.txt b/_pages/nl_NL/move-emunand.txt index 11f9450cc..1b6843a28 100644 --- a/_pages/nl_NL/move-emunand.txt +++ b/_pages/nl_NL/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "EmuNAND verplaatsen" # -lang: nl -permalink: /nl_NL/move-emunand.html +title: "EmuNAND verplaatsen" --- Dit is de add-on-sectie voor het verplaatsen van een oude EmuNAND naar je nieuwe SysNAND CFW, en daarna het verwijderen van het oude EmuNAND gedeelte. Merk op dat de termen EmuNAND en RedNAND naar iets andere implementaties van [hetzelfde concept verwijzen](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/nl_NL/ntr-and-cubic-ninja.txt b/_pages/nl_NL/ntr-and-cubic-ninja.txt index 409ed4498..e5596f55a 100644 --- a/_pages/nl_NL/ntr-and-cubic-ninja.txt +++ b/_pages/nl_NL/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR en Cubic Ninja" # -lang: nl -permalink: /nl_NL/ntr-and-cubic-ninja.html +title: "NTR en Cubic Ninja" --- Om een [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) link te gebruiken in deze handleiding, moet je een torrent client hebben zoals [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/nl_NL/region-changing.txt b/_pages/nl_NL/region-changing.txt index 57f72e92c..87bd22d3c 100644 --- a/_pages/nl_NL/region-changing.txt +++ b/_pages/nl_NL/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Regio Wijzigen" # -lang: nl -permalink: /nl_NL/region-changing.html +title: "Regio Wijzigen" --- This is add-on section for region changing your CFW SysNAND. Dit wordt gedaan door de 9.2.0 CTRTransfer image voor de regio die jij wil hebben te installeren. diff --git a/_pages/nl_NL/site-navigation.txt b/_pages/nl_NL/site-navigation.txt index 306600579..7c5eb86bd 100644 --- a/_pages/nl_NL/site-navigation.txt +++ b/_pages/nl_NL/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigatie" # -lang: nl -permalink: /nl_NL/site-navigation.html +title: "Site Navigatie" layout: single-no-ads sitemap: false --- diff --git a/_pages/nl_NL/troubleshooting.txt b/_pages/nl_NL/troubleshooting.txt index 061ae38ac..b51170cca 100644 --- a/_pages/nl_NL/troubleshooting.txt +++ b/_pages/nl_NL/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Probleemoplossing" # -lang: nl -permalink: /nl_NL/troubleshooting.html +title: "Probleemoplossing" --- Als je jouw 3DS niet meer aan krijgt, kijk dan naar de relevante sectie voor jou, en volg de instructies. Wanneer een oplossing voor jou werkt, kan je verder gaan met de rest van de handleiding diff --git a/_pages/nl_NL/updating-to-boot9strap.txt b/_pages/nl_NL/updating-to-boot9strap.txt index e7d599d28..d43f97bf9 100644 --- a/_pages/nl_NL/updating-to-boot9strap.txt +++ b/_pages/nl_NL/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: nl -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/nl_NL/why-ads.txt b/_pages/nl_NL/why-ads.txt index 7083c860c..21257421d 100644 --- a/_pages/nl_NL/why-ads.txt +++ b/_pages/nl_NL/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Waarom advertenties?" # -lang: nl -permalink: /nl_NL/why-ads.html +title: "Waarom advertenties?" layout: single-no-ads --- diff --git a/_pages/no_NO/404.txt b/_pages/no_NO/404.txt index 273567c80..72f07277f 100644 --- a/_pages/no_NO/404.txt +++ b/_pages/no_NO/404.txt @@ -1,7 +1,5 @@ --- -title: "Side ikke funnet" # -lang: no -permalink: /no_NO/404.html +title: "Side ikke funnet" layout: single-no-ads excerpt: "Finner ikke siden. Pikslene dine er på et annet lerret." # sitemap: false diff --git a/_pages/no_NO/9.2.0-ctrtransfer.txt b/_pages/no_NO/9.2.0-ctrtransfer.txt index 5de98803e..ef79a4f78 100644 --- a/_pages/no_NO/9.2.0-ctrtransfer.txt +++ b/_pages/no_NO/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: no -permalink: /no_NO/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/no_NO/cart-update.txt b/_pages/no_NO/cart-update.txt index f3213a6bd..853e45a7c 100644 --- a/_pages/no_NO/cart-update.txt +++ b/_pages/no_NO/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Kassettoppgradering" # -lang: no -permalink: /no_NO/cart-update.html +title: "Kassettoppgradering" --- Alle spillkassetter inneholder en kopi av den systemversjonen de krever for å spille det noe som muliggjør noen med en lavere versjon til å bruke kassetten til å oppdatere til den versjonen (også uten tilknytning til internett). diff --git a/_pages/no_NO/credits.txt b/_pages/no_NO/credits.txt index 4b082fb5d..fbc6036ad 100644 --- a/_pages/no_NO/credits.txt +++ b/_pages/no_NO/credits.txt @@ -1,7 +1,5 @@ --- -title: "Takk til" # -lang: no -permalink: /no_NO/credits.html +title: "Takk til" --- **Spesiell takk til alle på [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for å være fantastiske!** diff --git a/_pages/no_NO/donations.txt b/_pages/no_NO/donations.txt index 50d6f06a7..97c73a0f7 100644 --- a/_pages/no_NO/donations.txt +++ b/_pages/no_NO/donations.txt @@ -1,7 +1,5 @@ --- -tittel: "Bidrag" # -lang: no -permalink: /no_NO/donations.html +tittel: "Bidrag" layout: single-no-ads --- diff --git a/_pages/no_NO/f3-(linux).txt b/_pages/no_NO/f3-(linux).txt index d1c67e078..639723487 100644 --- a/_pages/no_NO/f3-(linux).txt +++ b/_pages/no_NO/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: no -permalink: /no_NO/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/no_NO/f3x-(mac).txt b/_pages/no_NO/f3x-(mac).txt index a34234698..206796db3 100644 --- a/_pages/no_NO/f3x-(mac).txt +++ b/_pages/no_NO/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: no -permalink: /no_NO/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/no_NO/faq.txt b/_pages/no_NO/faq.txt index 2cb7a5ab2..1715e9bdd 100644 --- a/_pages/no_NO/faq.txt +++ b/_pages/no_NO/faq.txt @@ -1,7 +1,5 @@ --- -title: "OSS (Ofte stilte spørsmål)" # -lang: no -permalink: /no_NO/faq.html +title: "OSS (Ofte stilte spørsmål)" --- {% capture notice-1 %} diff --git a/_pages/no_NO/file-extensions-(windows).txt b/_pages/no_NO/file-extensions-(windows).txt index 83d11e7dd..abc495849 100644 --- a/_pages/no_NO/file-extensions-(windows).txt +++ b/_pages/no_NO/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: no -permalink: /file-extensions-(windows).html +lang: no --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/no_NO/finalizing-setup.txt b/_pages/no_NO/finalizing-setup.txt index b3660b89e..e600704df 100644 --- a/_pages/no_NO/finalizing-setup.txt +++ b/_pages/no_NO/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: no -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/no_NO/get-started-(new-3ds).txt b/_pages/no_NO/get-started-(new-3ds).txt index 3f20e8047..ec236280f 100644 --- a/_pages/no_NO/get-started-(new-3ds).txt +++ b/_pages/no_NO/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Kom i gang (New 3DS)" # -lang: no -permalink: /no_NO/get-started-(new-3ds).html +title: "Kom i gang (New 3DS)" --- Velg den aktuelle siden for din versjon fra diagrammet nedenfor. diff --git a/_pages/no_NO/get-started-(old-3ds).txt b/_pages/no_NO/get-started-(old-3ds).txt index 4f69533bf..bbb59babc 100644 --- a/_pages/no_NO/get-started-(old-3ds).txt +++ b/_pages/no_NO/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Kom i gang (Old 3DS)" # -lang: no -permalink: /no_NO/get-started-(old-3ds).html +title: "Kom i gang (Old 3DS)" --- Velg den aktuelle siden for din versjon fra diagrammet nedenfor. diff --git a/_pages/no_NO/get-started.txt b/_pages/no_NO/get-started.txt index 54adbfeaa..111d0d75a 100644 --- a/_pages/no_NO/get-started.txt +++ b/_pages/no_NO/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Kom i gang" # -lang: no -permalink: /no_NO/get-started.html +title: "Kom i gang" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/no_NO/godmode9-usage.txt b/_pages/no_NO/godmode9-usage.txt index 9138d406c..ff87d331a 100644 --- a/_pages/no_NO/godmode9-usage.txt +++ b/_pages/no_NO/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: no -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/no_NO/h2testw-(windows).txt b/_pages/no_NO/h2testw-(windows).txt index 9e7b018a3..f838df69f 100644 --- a/_pages/no_NO/h2testw-(windows).txt +++ b/_pages/no_NO/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: no -permalink: /no_NO/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/no_NO/home.txt b/_pages/no_NO/home.txt index 9b54fb971..0d9ffe759 100644 --- a/_pages/no_NO/home.txt +++ b/_pages/no_NO/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: no -permalink: /no_NO/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/no_NO/homebrew-launcher-(alternatives).txt b/_pages/no_NO/homebrew-launcher-(alternatives).txt index 3af42bf62..9cd26e437 100644 --- a/_pages/no_NO/homebrew-launcher-(alternatives).txt +++ b/_pages/no_NO/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: no -permalink: /no_NO/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/no_NO/homebrew-launcher-(soundhax).txt b/_pages/no_NO/homebrew-launcher-(soundhax).txt index 0539f0bda..6ca09bb30 100644 --- a/_pages/no_NO/homebrew-launcher-(soundhax).txt +++ b/_pages/no_NO/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: no -permalink: /no_NO/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcher har flere forskjellige inngangspunkt eller metoder for å starte. diff --git a/_pages/no_NO/installing-boot9strap-(2xrsa).txt b/_pages/no_NO/installing-boot9strap-(2xrsa).txt index 681c8d4fc..98fe8cd1d 100644 --- a/_pages/no_NO/installing-boot9strap-(2xrsa).txt +++ b/_pages/no_NO/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: no -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/no_NO/installing-boot9strap-(browser).txt b/_pages/no_NO/installing-boot9strap-(browser).txt index 25a936f9a..bac895160 100644 --- a/_pages/no_NO/installing-boot9strap-(browser).txt +++ b/_pages/no_NO/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: no -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/no_NO/installing-boot9strap-(dsiware).txt b/_pages/no_NO/installing-boot9strap-(dsiware).txt index f481bc2e4..00eb533ff 100644 --- a/_pages/no_NO/installing-boot9strap-(dsiware).txt +++ b/_pages/no_NO/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: no -permalink: /installing-boot9strap-(dsiware).html +lang: no --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt index 0a4729219..4d8322daf 100644 --- a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: no -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: no --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt index c4c910e49..088016b43 100644 --- a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: no -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: no --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt b/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt index 64675ddb1..a30408a93 100644 --- a/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: no -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: no --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/no_NO/installing-boot9strap-(hardmod).txt b/_pages/no_NO/installing-boot9strap-(hardmod).txt index 627da9a91..03e2f6792 100644 --- a/_pages/no_NO/installing-boot9strap-(hardmod).txt +++ b/_pages/no_NO/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: no -permalink: /installing-boot9strap-(hardmod).html +lang: no --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt b/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt index 872e1fb2c..aeff394a8 100644 --- a/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: no -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/no_NO/installing-boot9strap-(mset).txt b/_pages/no_NO/installing-boot9strap-(mset).txt index 8cb167ca2..a1417c7c7 100644 --- a/_pages/no_NO/installing-boot9strap-(mset).txt +++ b/_pages/no_NO/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: no -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/no_NO/move-emunand.txt b/_pages/no_NO/move-emunand.txt index ec4a83733..b21ff12d3 100644 --- a/_pages/no_NO/move-emunand.txt +++ b/_pages/no_NO/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Flytt EmuNAND" # -lang: no -permalink: /no_NO/move-emunand.html +title: "Flytt EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Merk at EmuNAND og RedNAND refererer til litt forskjellige implementeringer av [det samme konseptet](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/no_NO/ntr-and-cubic-ninja.txt b/_pages/no_NO/ntr-and-cubic-ninja.txt index 629d7de41..e3a4bbf2e 100644 --- a/_pages/no_NO/ntr-and-cubic-ninja.txt +++ b/_pages/no_NO/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR og Cubic Ninja" # -lang: no -permalink: /no_NO/ntr-and-cubic-ninja.html +title: "NTR og Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/no_NO/region-changing.txt b/_pages/no_NO/region-changing.txt index 0da5640a6..106d55c24 100644 --- a/_pages/no_NO/region-changing.txt +++ b/_pages/no_NO/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Regionsbytte" # -lang: no -permalink: /no_NO/region-changing.html +title: "Regionsbytte" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/no_NO/site-navigation.txt b/_pages/no_NO/site-navigation.txt index e61178461..4aa2b592f 100644 --- a/_pages/no_NO/site-navigation.txt +++ b/_pages/no_NO/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Navigasjon" # -lang: no -permalink: /no_NO/site-navigation.html +title: "Navigasjon" layout: single-no-ads sitemap: false --- diff --git a/_pages/no_NO/troubleshooting.txt b/_pages/no_NO/troubleshooting.txt index 8570aeea6..79e48116b 100644 --- a/_pages/no_NO/troubleshooting.txt +++ b/_pages/no_NO/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Feilsøkning" # -lang: no -permalink: /no_NO/troubleshooting.html +title: "Feilsøkning" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Når en løsning virker for deg, kan du fortsette med hovedveiledningen diff --git a/_pages/no_NO/updating-to-boot9strap.txt b/_pages/no_NO/updating-to-boot9strap.txt index 3391a2f36..2119bcfe6 100644 --- a/_pages/no_NO/updating-to-boot9strap.txt +++ b/_pages/no_NO/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: no -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/no_NO/why-ads.txt b/_pages/no_NO/why-ads.txt index c37f64b54..1ed01e1d8 100644 --- a/_pages/no_NO/why-ads.txt +++ b/_pages/no_NO/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Hvorfor reklame?" # -lang: no -permalink: /no_NO/why-ads.html +title: "Hvorfor reklame?" layout: single-no-ads --- diff --git a/_pages/pl_PL/404.txt b/_pages/pl_PL/404.txt index 0b7fa92b4..a372861fb 100644 --- a/_pages/pl_PL/404.txt +++ b/_pages/pl_PL/404.txt @@ -1,7 +1,5 @@ --- -title: "Nie odnaleziono strony" # -lang: pl -permalink: /pl_PL/404.html +title: "Nie odnaleziono strony" layout: single-no-ads excerpt: "Nie odnaleziono strony. Twoje litery są w innej książce." # sitemap: false diff --git a/_pages/pl_PL/9.2.0-ctrtransfer.txt b/_pages/pl_PL/9.2.0-ctrtransfer.txt index c541e4e3c..de52bc74a 100644 --- a/_pages/pl_PL/9.2.0-ctrtransfer.txt +++ b/_pages/pl_PL/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: pl -permalink: /pl_PL/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/pl_PL/cart-update.txt b/_pages/pl_PL/cart-update.txt index 842f98dc1..6dd8ff667 100644 --- a/_pages/pl_PL/cart-update.txt +++ b/_pages/pl_PL/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Aktualizacja z kartridżu" # -lang: pl -permalink: /pl_PL/cart-update.html +title: "Aktualizacja z kartridżu" --- Każdy kartridż z grą posiada kopię wersji firmware konsoli która jest wymagana do jej działania, co pozwala każdemu kto korzysta z niższej wersji firmware na użycie kartridżu do zaktualizowania konsoli do tej wersji (nawet bez połączenia internetowego). diff --git a/_pages/pl_PL/credits.txt b/_pages/pl_PL/credits.txt index 291e892ef..94cc4f9fc 100644 --- a/_pages/pl_PL/credits.txt +++ b/_pages/pl_PL/credits.txt @@ -1,7 +1,5 @@ --- -title: "Współautorzy" # -lang: pl -permalink: /pl_PL/credits.html +title: "Współautorzy" --- **Specjalne podziękowania dla wszystkich z [#Cakey na Freenode](http://webchat.freenode.net/?channels=%23Cakey) za ich pracę!** diff --git a/_pages/pl_PL/donations.txt b/_pages/pl_PL/donations.txt index ba288eddd..4c2957c36 100644 --- a/_pages/pl_PL/donations.txt +++ b/_pages/pl_PL/donations.txt @@ -1,7 +1,5 @@ --- -title: "Darowizny" # -lang: pl -permalink: /pl_PL/donations.html +title: "Darowizny" layout: single-no-ads --- diff --git a/_pages/pl_PL/f3-(linux).txt b/_pages/pl_PL/f3-(linux).txt index 696e8c1fd..5691c586b 100644 --- a/_pages/pl_PL/f3-(linux).txt +++ b/_pages/pl_PL/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: pl -permalink: /pl_PL/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/pl_PL/f3x-(mac).txt b/_pages/pl_PL/f3x-(mac).txt index e54f1cb41..fd71f4d85 100644 --- a/_pages/pl_PL/f3x-(mac).txt +++ b/_pages/pl_PL/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: pl -permalink: /pl_PL/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/pl_PL/faq.txt b/_pages/pl_PL/faq.txt index 8352a198d..97393fe59 100644 --- a/_pages/pl_PL/faq.txt +++ b/_pages/pl_PL/faq.txt @@ -1,7 +1,5 @@ --- -title: "Często zadawane pytania (FAQ)" # -lang: pl -permalink: /pl_PL/faq.html +title: "Często zadawane pytania (FAQ)" --- {% capture notice-1 %} diff --git a/_pages/pl_PL/file-extensions-(windows).txt b/_pages/pl_PL/file-extensions-(windows).txt index ca04bdff0..1646c6074 100644 --- a/_pages/pl_PL/file-extensions-(windows).txt +++ b/_pages/pl_PL/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: pl -permalink: /file-extensions-(windows).html +lang: pl --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/pl_PL/finalizing-setup.txt b/_pages/pl_PL/finalizing-setup.txt index 2a93e48fe..3a38111af 100644 --- a/_pages/pl_PL/finalizing-setup.txt +++ b/_pages/pl_PL/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: pl -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pl_PL/get-started-(new-3ds).txt b/_pages/pl_PL/get-started-(new-3ds).txt index e5c18cbd2..4d2380796 100644 --- a/_pages/pl_PL/get-started-(new-3ds).txt +++ b/_pages/pl_PL/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Rozpocznij (New 3DS)" # -lang: pl -permalink: /pl_PL/get-started-(new-3ds).html +title: "Rozpocznij (New 3DS)" --- Wybierz odpowiednią podstronę dla swojej wersji firmware z poniższej tabeli. diff --git a/_pages/pl_PL/get-started-(old-3ds).txt b/_pages/pl_PL/get-started-(old-3ds).txt index ae95a7e6a..0a43b1d04 100644 --- a/_pages/pl_PL/get-started-(old-3ds).txt +++ b/_pages/pl_PL/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Rozpocznij (Old 3DS)" # -lang: pl -permalink: /pl_PL/get-started-(old-3ds).html +title: "Rozpocznij (Old 3DS)" --- Wybierz odpowiednią podstronę dla swojej wersji firmware z poniższej tabeli. diff --git a/_pages/pl_PL/get-started.txt b/_pages/pl_PL/get-started.txt index e72900074..f66928800 100644 --- a/_pages/pl_PL/get-started.txt +++ b/_pages/pl_PL/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Rozpocznij" # -lang: pl -permalink: /pl_PL/get-started.html +title: "Rozpocznij" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/pl_PL/godmode9-usage.txt b/_pages/pl_PL/godmode9-usage.txt index 7c7578f70..9a6529fd5 100644 --- a/_pages/pl_PL/godmode9-usage.txt +++ b/_pages/pl_PL/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: pl -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/pl_PL/h2testw-(windows).txt b/_pages/pl_PL/h2testw-(windows).txt index 5da029d5f..8a8372ea7 100644 --- a/_pages/pl_PL/h2testw-(windows).txt +++ b/_pages/pl_PL/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: pl -permalink: /pl_PL/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/pl_PL/home.txt b/_pages/pl_PL/home.txt index fd92676df..97d8785dc 100644 --- a/_pages/pl_PL/home.txt +++ b/_pages/pl_PL/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Rozpocznij" # cta_url: /pl_PL/get-started caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: pl -permalink: /pl_PL/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/pl_PL/homebrew-launcher-(alternatives).txt b/_pages/pl_PL/homebrew-launcher-(alternatives).txt index bd04cd2e5..f0e4d5254 100644 --- a/_pages/pl_PL/homebrew-launcher-(alternatives).txt +++ b/_pages/pl_PL/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: pl -permalink: /pl_PL/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/pl_PL/homebrew-launcher-(soundhax).txt b/_pages/pl_PL/homebrew-launcher-(soundhax).txt index 3400f2f7d..cd080eb6f 100644 --- a/_pages/pl_PL/homebrew-launcher-(soundhax).txt +++ b/_pages/pl_PL/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: pl -permalink: /pl_PL/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcher ma wiele punktów wejścia - sposobów na jego uruchomienie. diff --git a/_pages/pl_PL/installing-boot9strap-(2xrsa).txt b/_pages/pl_PL/installing-boot9strap-(2xrsa).txt index 563d95837..d1b90c964 100644 --- a/_pages/pl_PL/installing-boot9strap-(2xrsa).txt +++ b/_pages/pl_PL/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: pl -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pl_PL/installing-boot9strap-(browser).txt b/_pages/pl_PL/installing-boot9strap-(browser).txt index 6bc1ef16e..6c03765b9 100644 --- a/_pages/pl_PL/installing-boot9strap-(browser).txt +++ b/_pages/pl_PL/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: pl -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware).txt b/_pages/pl_PL/installing-boot9strap-(dsiware).txt index 4264720aa..75f3e21ab 100644 --- a/_pages/pl_PL/installing-boot9strap-(dsiware).txt +++ b/_pages/pl_PL/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: pl -permalink: /installing-boot9strap-(dsiware).html +lang: pl --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt index 5f544cbed..cf1d220b4 100644 --- a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: pl -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: pl --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt index 32b7f0eb9..1afc9e47f 100644 --- a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: pl -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: pl --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt index c6258c903..06f8d6cd3 100644 --- a/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: pl -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: pl --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/pl_PL/installing-boot9strap-(hardmod).txt b/_pages/pl_PL/installing-boot9strap-(hardmod).txt index d8642cb67..e619708f2 100644 --- a/_pages/pl_PL/installing-boot9strap-(hardmod).txt +++ b/_pages/pl_PL/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: pl -permalink: /installing-boot9strap-(hardmod).html +lang: pl --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt b/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt index a6e5cd158..b9c65cc3f 100644 --- a/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: pl -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pl_PL/installing-boot9strap-(mset).txt b/_pages/pl_PL/installing-boot9strap-(mset).txt index da0399e18..97947f45a 100644 --- a/_pages/pl_PL/installing-boot9strap-(mset).txt +++ b/_pages/pl_PL/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: pl -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pl_PL/move-emunand.txt b/_pages/pl_PL/move-emunand.txt index d9951cc45..3bc041abf 100644 --- a/_pages/pl_PL/move-emunand.txt +++ b/_pages/pl_PL/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Przenoszenie EmuNAND" # -lang: pl -permalink: /pl_PL/move-emunand.html +title: "Przenoszenie EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei] (http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pl_PL/ntr-and-cubic-ninja.txt b/_pages/pl_PL/ntr-and-cubic-ninja.txt index 1d29cd507..a77d05c0e 100644 --- a/_pages/pl_PL/ntr-and-cubic-ninja.txt +++ b/_pages/pl_PL/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR i Cubic Ninja" # -lang: pl -permalink: /pl_PL/ntr-and-cubic-ninja.html +title: "NTR i Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pl_PL/region-changing.txt b/_pages/pl_PL/region-changing.txt index ffad44e30..2d1db656b 100644 --- a/_pages/pl_PL/region-changing.txt +++ b/_pages/pl_PL/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Zmiana regionu konsoli" # -lang: pl -permalink: /pl_PL/region-changing.html +title: "Zmiana regionu konsoli" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/pl_PL/site-navigation.txt b/_pages/pl_PL/site-navigation.txt index 37c13e86f..f9a2d162f 100644 --- a/_pages/pl_PL/site-navigation.txt +++ b/_pages/pl_PL/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Nawigacja po stronie" # -lang: pl -permalink: /pl_PL/site-navigation.html +title: "Nawigacja po stronie" layout: single-no-ads sitemap: false --- diff --git a/_pages/pl_PL/troubleshooting.txt b/_pages/pl_PL/troubleshooting.txt index 61bf038bc..1d607926f 100644 --- a/_pages/pl_PL/troubleshooting.txt +++ b/_pages/pl_PL/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Rozwiązywanie problemów" # -lang: pl -permalink: /pl_PL/troubleshooting.html +title: "Rozwiązywanie problemów" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Kiedy rozwiążesz swój problem, możesz kontynuować z główną instrukcją diff --git a/_pages/pl_PL/updating-to-boot9strap.txt b/_pages/pl_PL/updating-to-boot9strap.txt index 3c8694fcb..96722f268 100644 --- a/_pages/pl_PL/updating-to-boot9strap.txt +++ b/_pages/pl_PL/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: pl -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/pl_PL/why-ads.txt b/_pages/pl_PL/why-ads.txt index 122a1bccf..2aa631bbc 100644 --- a/_pages/pl_PL/why-ads.txt +++ b/_pages/pl_PL/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Dlaczego reklamy?" # -lang: pl -permalink: /pl_PL/why-ads.html +title: "Dlaczego reklamy?" layout: single-no-ads --- diff --git a/_pages/pt_BR/404.txt b/_pages/pt_BR/404.txt index 704745aec..2f9717a8c 100644 --- a/_pages/pt_BR/404.txt +++ b/_pages/pt_BR/404.txt @@ -1,7 +1,5 @@ --- -title: "Página não encontrada" # -lang: pt -permalink: /pt_BR/404.html +title: "Página não encontrada" layout: single-no-ads excerpt: "Página não encontrada. Seu pixels estão em outra tela." # sitemap: false diff --git a/_pages/pt_BR/9.2.0-ctrtransfer.txt b/_pages/pt_BR/9.2.0-ctrtransfer.txt index 9b242df9b..d8793bd75 100644 --- a/_pages/pt_BR/9.2.0-ctrtransfer.txt +++ b/_pages/pt_BR/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "CTRTransfer para 9.2.0" # -lang: pt -permalink: /pt_BR/9.2.0-ctrtransfer.html +title: "CTRTransfer para 9.2.0" --- Esta é uma página adicional para a instalação de uma imagem CTRTransfer 9.2.0 no seu dispositivo. diff --git a/_pages/pt_BR/cart-update.txt b/_pages/pt_BR/cart-update.txt index c9826a39f..1641f8374 100644 --- a/_pages/pt_BR/cart-update.txt +++ b/_pages/pt_BR/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Atualização por Cartucho" # -lang: pt -permalink: /pt_BR/cart-update.html +title: "Atualização por Cartucho" --- Qualquer cartucho possui uma cópia da versão de sistema necessária para poder jogá-lo, permitindo que qualquer um com uma versão inferior use o cartucho para atualizar para aquela versão (mesmo sem conexão com a Internet). diff --git a/_pages/pt_BR/credits.txt b/_pages/pt_BR/credits.txt index 7aed3c7e1..6cbe64713 100644 --- a/_pages/pt_BR/credits.txt +++ b/_pages/pt_BR/credits.txt @@ -1,7 +1,5 @@ --- -title: "Créditos" # -lang: pt -permalink: /pt_BR/credits.html +title: "Créditos" --- **Um agradecimento especial a todos do [#Cakey na Freenode](http://webchat.freenode.net/?channels=%23Cakey) por serem o máximo!** diff --git a/_pages/pt_BR/donations.txt b/_pages/pt_BR/donations.txt index 83d228d03..d1695f945 100644 --- a/_pages/pt_BR/donations.txt +++ b/_pages/pt_BR/donations.txt @@ -1,7 +1,5 @@ --- -title: "Doações" # -lang: pt -permalink: /pt_BR/donations.html +title: "Doações" layout: single-no-ads --- diff --git a/_pages/pt_BR/f3-(linux).txt b/_pages/pt_BR/f3-(linux).txt index 375ee762e..8ac56908d 100644 --- a/_pages/pt_BR/f3-(linux).txt +++ b/_pages/pt_BR/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: pt -permalink: /pt_BR/f3-(linux).html +title: "F3 (Linux)" --- Esta é uma seção adicional para verificar erros no seu cartão SD usando F3. diff --git a/_pages/pt_BR/f3x-(mac).txt b/_pages/pt_BR/f3x-(mac).txt index fd61eb59d..6dd633724 100644 --- a/_pages/pt_BR/f3x-(mac).txt +++ b/_pages/pt_BR/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: pt -permalink: /pt_BR/f3x-(mac).html +title: "F3X (Mac)" --- Esta é uma seção adicional para verificar erros no seu cartão SD usando F3X. diff --git a/_pages/pt_BR/faq.txt b/_pages/pt_BR/faq.txt index f9f4c8d2e..7d6da41db 100644 --- a/_pages/pt_BR/faq.txt +++ b/_pages/pt_BR/faq.txt @@ -1,7 +1,5 @@ --- -title: "Perguntas Frequentes" # -lang: pt -permalink: /pt_BR/faq.html +title: "Perguntas Frequentes" --- {% capture notice-1 %} diff --git a/_pages/pt_BR/file-extensions-(windows).txt b/_pages/pt_BR/file-extensions-(windows).txt index a6905b88b..62da1f41a 100644 --- a/_pages/pt_BR/file-extensions-(windows).txt +++ b/_pages/pt_BR/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "Extensões de Arquivos (Windows)" # -lang: pt-BR -permalink: /pt_BR/file-extensions-(windows).html +lang: pt-BR --- Esta é uma seção adicional para desabilitar o comportamento padrão do Windows de esconder as extensões dos arquivos. diff --git a/_pages/pt_BR/finalizing-setup.txt b/_pages/pt_BR/finalizing-setup.txt index 81142acaa..18367ed55 100644 --- a/_pages/pt_BR/finalizing-setup.txt +++ b/_pages/pt_BR/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizando a instalação" # -lang: pt-BR -permalink: /pt_BR/finalizing-setup.html +title: "Finalizando a instalação" --- Para usar os links [magnéticos](https://pt.wikipedia.org/wiki/Magnet-Link) nesta página, você precisará de um cliente de torrent como o [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pt_BR/get-started-(new-3ds).txt b/_pages/pt_BR/get-started-(new-3ds).txt index e509472c8..22a24281f 100644 --- a/_pages/pt_BR/get-started-(new-3ds).txt +++ b/_pages/pt_BR/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Começar (New 3DS)" # -lang: pt -permalink: /pt_BR/get-started-(new-3ds).html +title: "Começar (New 3DS)" --- Selecione a página correspondente à sua versão na tabela abaixo. diff --git a/_pages/pt_BR/get-started-(old-3ds).txt b/_pages/pt_BR/get-started-(old-3ds).txt index 5ceeec719..edfc2a089 100644 --- a/_pages/pt_BR/get-started-(old-3ds).txt +++ b/_pages/pt_BR/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Começar (Old 3DS)" # -lang: pt -permalink: /pt_BR/get-started-(old-3ds).html +title: "Começar (Old 3DS)" --- Selecione a página correspondente à sua versão na tabela abaixo. diff --git a/_pages/pt_BR/get-started.txt b/_pages/pt_BR/get-started.txt index a6273e070..4da9fa7f6 100644 --- a/_pages/pt_BR/get-started.txt +++ b/_pages/pt_BR/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Começar" # -lang: pt -permalink: /pt_BR/get-started.html +title: "Começar" --- Esta página é para instruções de como instalar boot9strap em um 3DS ou 2DS *sem modificações*. Se você já tem o arm9loaderhax instalado e deseja atualizar para boot9strap, siga [Atualizando para boot9strap](updating-to-boot9strap). diff --git a/_pages/pt_BR/godmode9-usage.txt b/_pages/pt_BR/godmode9-usage.txt index 659fb0c45..6ab21af93 100644 --- a/_pages/pt_BR/godmode9-usage.txt +++ b/_pages/pt_BR/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "Utilização do GodMode9" # -lang: pt-BR -permalink: /pt_BR/godmode9-usage.html +title: "Utilização do GodMode9" --- GodMode9 é um gerenciador de arquivos completo para o console Nintendo 3DS, lhe dando acesso ao seu cartão SD, às partições FAT dentro da sua SysNAND e EmuNAND, e a basicamente todo o resto. Dentre outras funcionalidades, você pode copiar, excluir, renomear e criar pastas. diff --git a/_pages/pt_BR/h2testw-(windows).txt b/_pages/pt_BR/h2testw-(windows).txt index f5aa76a46..41eea4173 100644 --- a/_pages/pt_BR/h2testw-(windows).txt +++ b/_pages/pt_BR/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: pt -permalink: /pt_BR/h2testw-(windows).html +title: "H2testw (Windows)" --- Esta é uma seção adicional para verificar erros no seu cartão SD usando h2testw. diff --git a/_pages/pt_BR/home.txt b/_pages/pt_BR/home.txt index 8fc15d8c6..e58a2dd63 100644 --- a/_pages/pt_BR/home.txt +++ b/_pages/pt_BR/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Começar" # cta_url: "/pt_BR/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: pt -permalink: /pt_BR/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/pt_BR/homebrew-launcher-(alternatives).txt b/_pages/pt_BR/homebrew-launcher-(alternatives).txt index 1790900a8..630e4f154 100644 --- a/_pages/pt_BR/homebrew-launcher-(alternatives).txt +++ b/_pages/pt_BR/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternativas)" # -lang: pt-BR -permalink: /pt_BR/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternativas)" --- O Homebrew Launcher possui vários pontos de entrada diferentes ou, métodos de iniciá-lo. diff --git a/_pages/pt_BR/homebrew-launcher-(soundhax).txt b/_pages/pt_BR/homebrew-launcher-(soundhax).txt index 6b3c94253..5238bb160 100644 --- a/_pages/pt_BR/homebrew-launcher-(soundhax).txt +++ b/_pages/pt_BR/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: pt -permalink: /pt_BR/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- O Homebrew Launcher possui vários pontos de entrada diferentes, ou métodos de execução. diff --git a/_pages/pt_BR/installing-boot9strap-(2xrsa).txt b/_pages/pt_BR/installing-boot9strap-(2xrsa).txt index c3bee9ef5..0e2835ecd 100644 --- a/_pages/pt_BR/installing-boot9strap-(2xrsa).txt +++ b/_pages/pt_BR/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Instalando boot9strap (2xrsa)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(2xrsa).html +title: "Instalando boot9strap (2xrsa)" --- Para usar os links [magnéticos](https://pt.wikipedia.org/wiki/Magnet-Link) nesta página, você precisará de um cliente de torrent como o [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pt_BR/installing-boot9strap-(browser).txt b/_pages/pt_BR/installing-boot9strap-(browser).txt index d43f2acf7..631d31f37 100644 --- a/_pages/pt_BR/installing-boot9strap-(browser).txt +++ b/_pages/pt_BR/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Instalando boot9strap (Navegador)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(browser).html +title: "Instalando boot9strap (Navegador)" --- Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware).txt b/_pages/pt_BR/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/pt_BR/installing-boot9strap-(dsiware).txt +++ b/_pages/pt_BR/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt index 2d68eb65f..41a7aafb4 100644 --- a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Instalando boot9strap (Injeção de jogo DSiWare)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(dsiware-game-injection).html +lang: pt-BR --- Note que, em algumas versões do Luma3DS, o menu do chainloader do Luma3DS só é mostrado se houver mais de um payload detectado. Se houver apenas um payload detectado, segurar (Start) ao inicializar o dispositovo abrirá diretamente o GodMode9. diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt index 14748534f..b5a5d29c3 100644 --- a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Instalando boot9strap (Lista de jogos compatíveis com injeções DSIWare)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(dsiware-game-injection-list).html +lang: pt-BR --- Esta é uma lista gerada automaticamente de todos os jogos compatíveis com [Instalando boot9strap (DSiWare)](installing-boot9strap-(dsiware)). diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt index 6b8385015..1daae00bf 100644 --- a/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Instalando boot9strap (Injeção de save DSiWare)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(dsiware-save-injection).html +lang: pt-BR --- Note que, em algumas versões do Luma3DS, o menu do chainloader do Luma3DS só é mostrado se houver mais de um payload detectado. Se houver apenas um payload detectado, segurar (Start) ao inicializar o dispositovo abrirá diretamente o GodMode9. diff --git a/_pages/pt_BR/installing-boot9strap-(hardmod).txt b/_pages/pt_BR/installing-boot9strap-(hardmod).txt index 6c07f817a..0c193a5c0 100644 --- a/_pages/pt_BR/installing-boot9strap-(hardmod).txt +++ b/_pages/pt_BR/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Instalando boot9strap (Hardmod)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(hardmod).html +lang: pt-BR --- Um excelente guia para realizar um hardmod pode ser encontrado [aqui](https://gbatemp.net/threads/414498/). Caso esteja utilizando um New 3DS, leia [isto](https://github.com/Plailect/Guide/issues/681) antes de iniciar seu hardmod. diff --git a/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt b/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt index ed3979108..6bb7f9444 100644 --- a/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Instalando boot9strap (Homebrew Launcher)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(homebrew-launcher).html +title: "Instalando boot9strap (Homebrew Launcher)" --- Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_BR/installing-boot9strap-(mset).txt b/_pages/pt_BR/installing-boot9strap-(mset).txt index 894369657..53f8b13a6 100644 --- a/_pages/pt_BR/installing-boot9strap-(mset).txt +++ b/_pages/pt_BR/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Instalando boot9strap (MSET)" # -lang: pt-BR -permalink: /pt_BR/installing-boot9strap-(mset).html +title: "Instalando boot9strap (MSET)" --- Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_BR/move-emunand.txt b/_pages/pt_BR/move-emunand.txt index e38423761..eb4945e19 100644 --- a/_pages/pt_BR/move-emunand.txt +++ b/_pages/pt_BR/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Mover EmuNAND" # -lang: pt -permalink: /pt_BR/move-emunand.html +title: "Mover EmuNAND" --- Esta é uma seção adicional, na qual moveremos o conteúdo de uma EmuNAND anterior para o seu novo CFW na SysNAND. Depois, removeremos a antiga partição da EmuNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_BR/ntr-and-cubic-ninja.txt b/_pages/pt_BR/ntr-and-cubic-ninja.txt index c66a28e75..1328166ea 100644 --- a/_pages/pt_BR/ntr-and-cubic-ninja.txt +++ b/_pages/pt_BR/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR e Cubic Ninja" # -lang: pt -permalink: /pt_BR/ntr-and-cubic-ninja.html +title: "NTR e Cubic Ninja" --- Para usar os links [magnéticos](https://pt.wikipedia.org/wiki/Magnet-Link) nesta página, você precisará de um cliente de torrent como o [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pt_BR/region-changing.txt b/_pages/pt_BR/region-changing.txt index 29dc662fb..070dc3e21 100644 --- a/_pages/pt_BR/region-changing.txt +++ b/_pages/pt_BR/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Mudança de Região" # -lang: pt -permalink: /pt_BR/region-changing.html +title: "Mudança de Região" --- Esta é a seção de adicional para a mudar a região da sua SysNAND CFW. Isto é feito através da instalação da imagem CTRTransfer 9.2.0 da região para qual você deseja trocar. diff --git a/_pages/pt_BR/site-navigation.txt b/_pages/pt_BR/site-navigation.txt index 08c86d807..75be81e2d 100644 --- a/_pages/pt_BR/site-navigation.txt +++ b/_pages/pt_BR/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Navegação do site" # -lang: pt -permalink: /pt_BR/site-navigation.html +title: "Navegação do site" layout: single-no-ads sitemap: false --- diff --git a/_pages/pt_BR/troubleshooting.txt b/_pages/pt_BR/troubleshooting.txt index 0a433427d..f261416fd 100644 --- a/_pages/pt_BR/troubleshooting.txt +++ b/_pages/pt_BR/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: pt -permalink: /pt_BR/troubleshooting.html +title: "Troubleshooting" --- Se você não conseguir inicializar o seu dispositivo, por favor procure pela seção relevante a você e siga as instruções. Quando achar uma solução que funcione, você pode voltar e prosseguir com o guia principal. diff --git a/_pages/pt_BR/updating-to-boot9strap.txt b/_pages/pt_BR/updating-to-boot9strap.txt index 275879861..73a35b298 100644 --- a/_pages/pt_BR/updating-to-boot9strap.txt +++ b/_pages/pt_BR/updating-to-boot9strap.txt @@ -1,7 +1,6 @@ --- Atualizando para boot9strap lang: pt-BR -permalink: /pt_BR/updating-to-boot9strap.html --- Esta página é para usuários de uma instalção arm9loaderhax pré existente atualizarem seus dispositivos para boot9strap. diff --git a/_pages/pt_BR/why-ads.txt b/_pages/pt_BR/why-ads.txt index 9591b153c..25bfbbec2 100644 --- a/_pages/pt_BR/why-ads.txt +++ b/_pages/pt_BR/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Por que anúncios?" # -lang: pt -permalink: /pt_BR/why-ads.html +title: "Por que anúncios?" layout: single-no-ads --- diff --git a/_pages/pt_PT/404.txt b/_pages/pt_PT/404.txt index 75ca91e5d..63bbc09e7 100644 --- a/_pages/pt_PT/404.txt +++ b/_pages/pt_PT/404.txt @@ -1,7 +1,6 @@ --- title: "Página Não Encontrada" lang: pt_PT -permalink: /pt_PT/404.html layout: single-no-ads excerpt: "Página não encontrada. Os teus pixeis estão noutro ecrã" # sitemap: false diff --git a/_pages/pt_PT/9.2.0-ctrtransfer.txt b/_pages/pt_PT/9.2.0-ctrtransfer.txt index a890defb6..43f7a1a3a 100644 --- a/_pages/pt_PT/9.2.0-ctrtransfer.txt +++ b/_pages/pt_PT/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: pt_PT -permalink: /pt_PT/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/pt_PT/cart-update.txt b/_pages/pt_PT/cart-update.txt index 70478349a..635fb3dde 100644 --- a/_pages/pt_PT/cart-update.txt +++ b/_pages/pt_PT/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Actualizar com cartão de jogo" # -lang: pt_PT -permalink: /pt_PT/cart-update.html +title: "Actualizar com cartão de jogo" --- Todos os cartões de jogo contêm uma cópia da versão de sistema mínima para poder jogar o jogo, permitindo assim a qualquer pessoa que se encontre numa versão inferior usar o cartão de jogo para atualizar o seu sistema (sem precisar de ligação à Internet). diff --git a/_pages/pt_PT/credits.txt b/_pages/pt_PT/credits.txt index 90a094c72..fc435b497 100644 --- a/_pages/pt_PT/credits.txt +++ b/_pages/pt_PT/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Um agradecimento especial a todos no [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) por serem fantásticos!** diff --git a/_pages/pt_PT/donations.txt b/_pages/pt_PT/donations.txt index 1dd8954f8..43ffa33e6 100644 --- a/_pages/pt_PT/donations.txt +++ b/_pages/pt_PT/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: pt_PT -permalink: /pt_PT/donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/pt_PT/f3-(linux).txt b/_pages/pt_PT/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/pt_PT/f3-(linux).txt +++ b/_pages/pt_PT/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/pt_PT/f3x-(mac).txt b/_pages/pt_PT/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/pt_PT/f3x-(mac).txt +++ b/_pages/pt_PT/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/pt_PT/faq.txt b/_pages/pt_PT/faq.txt index c6e5c9e90..10e103118 100644 --- a/_pages/pt_PT/faq.txt +++ b/_pages/pt_PT/faq.txt @@ -1,7 +1,5 @@ --- -title: "Perguntas Frequentes" # -lang: pt_PT -permalink: /pt_PT/faq.html +title: "Perguntas Frequentes" --- {% capture notice-1 %} diff --git a/_pages/pt_PT/file-extensions-(windows).txt b/_pages/pt_PT/file-extensions-(windows).txt index ad1c82706..1480a57be 100644 --- a/_pages/pt_PT/file-extensions-(windows).txt +++ b/_pages/pt_PT/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: pt_PT -permalink: /file-extensions-(windows).html +lang: pt_PT --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/pt_PT/finalizing-setup.txt b/_pages/pt_PT/finalizing-setup.txt index d25d8ecb9..8f7d37998 100644 --- a/_pages/pt_PT/finalizing-setup.txt +++ b/_pages/pt_PT/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: pt_PT -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pt_PT/get-started-(new-3ds).txt b/_pages/pt_PT/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/pt_PT/get-started-(new-3ds).txt +++ b/_pages/pt_PT/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/pt_PT/get-started-(old-3ds).txt b/_pages/pt_PT/get-started-(old-3ds).txt index 5b4ea302e..df76d7ac2 100644 --- a/_pages/pt_PT/get-started-(old-3ds).txt +++ b/_pages/pt_PT/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Começar (Old 3DS)" # -lang: pt_PT -permalink: /pt_PT/get-started-(old-3ds).html +title: "Começar (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/pt_PT/get-started.txt b/_pages/pt_PT/get-started.txt index 3444d969c..2ae8d0c1c 100644 --- a/_pages/pt_PT/get-started.txt +++ b/_pages/pt_PT/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/pt_PT/godmode9-usage.txt b/_pages/pt_PT/godmode9-usage.txt index 461a902aa..4c0a91818 100644 --- a/_pages/pt_PT/godmode9-usage.txt +++ b/_pages/pt_PT/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/pt_PT/h2testw-(windows).txt b/_pages/pt_PT/h2testw-(windows).txt index a1eee8ae7..8741364a3 100644 --- a/_pages/pt_PT/h2testw-(windows).txt +++ b/_pages/pt_PT/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/pt_PT/home.txt b/_pages/pt_PT/home.txt index 4aed4c648..c8baed422 100644 --- a/_pages/pt_PT/home.txt +++ b/_pages/pt_PT/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Começar" # cta_url: "/pt_PT/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: pt_PT -permalink: /pt_PT/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/pt_PT/homebrew-launcher-(alternatives).txt b/_pages/pt_PT/homebrew-launcher-(alternatives).txt index 9bd008c9d..7778032e9 100644 --- a/_pages/pt_PT/homebrew-launcher-(alternatives).txt +++ b/_pages/pt_PT/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: pt_PT -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/pt_PT/homebrew-launcher-(soundhax).txt b/_pages/pt_PT/homebrew-launcher-(soundhax).txt index 82d4480be..de25bf68c 100644 --- a/_pages/pt_PT/homebrew-launcher-(soundhax).txt +++ b/_pages/pt_PT/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: pt_PT -permalink: /pt_PT/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Há muitas maneiras e pontos de entrada (entrypoints) para acederes ao Homebrew Launcher. diff --git a/_pages/pt_PT/installing-boot9strap-(2xrsa).txt b/_pages/pt_PT/installing-boot9strap-(2xrsa).txt index bdbe79a1f..b48c561e9 100644 --- a/_pages/pt_PT/installing-boot9strap-(2xrsa).txt +++ b/_pages/pt_PT/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: pt_PT -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pt_PT/installing-boot9strap-(browser).txt b/_pages/pt_PT/installing-boot9strap-(browser).txt index e0541d133..15b380145 100644 --- a/_pages/pt_PT/installing-boot9strap-(browser).txt +++ b/_pages/pt_PT/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: pt_PT -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware).txt b/_pages/pt_PT/installing-boot9strap-(dsiware).txt index c12072371..560089f88 100644 --- a/_pages/pt_PT/installing-boot9strap-(dsiware).txt +++ b/_pages/pt_PT/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: pt_PT -permalink: /installing-boot9strap-(dsiware).html +lang: pt_PT --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt index 77f88f1ec..71cb372d2 100644 --- a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: pt_PT -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: pt_PT --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt index dd0e11958..4e159eb49 100644 --- a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: pt_PT -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: pt_PT --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt index 4cbbfa97e..e219790cc 100644 --- a/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: pt_PT -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: pt_PT --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/pt_PT/installing-boot9strap-(hardmod).txt b/_pages/pt_PT/installing-boot9strap-(hardmod).txt index dae61fd54..1079bb892 100644 --- a/_pages/pt_PT/installing-boot9strap-(hardmod).txt +++ b/_pages/pt_PT/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: pt_PT -permalink: /installing-boot9strap-(hardmod).html +lang: pt_PT --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt b/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt index f2fd6d64a..37c858516 100644 --- a/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: pt_PT -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_PT/installing-boot9strap-(mset).txt b/_pages/pt_PT/installing-boot9strap-(mset).txt index 3af67d19a..2c1015aec 100644 --- a/_pages/pt_PT/installing-boot9strap-(mset).txt +++ b/_pages/pt_PT/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: pt_PT -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_PT/move-emunand.txt b/_pages/pt_PT/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/pt_PT/move-emunand.txt +++ b/_pages/pt_PT/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/pt_PT/ntr-and-cubic-ninja.txt b/_pages/pt_PT/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/pt_PT/ntr-and-cubic-ninja.txt +++ b/_pages/pt_PT/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/pt_PT/region-changing.txt b/_pages/pt_PT/region-changing.txt index 8b6946cbb..efc6a4774 100644 --- a/_pages/pt_PT/region-changing.txt +++ b/_pages/pt_PT/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Mudança de Região" # -lang: pt_PT -permalink: /pt_PT/region-changing.html +title: "Mudança de Região" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/pt_PT/site-navigation.txt b/_pages/pt_PT/site-navigation.txt index efb03e033..57a7d2906 100644 --- a/_pages/pt_PT/site-navigation.txt +++ b/_pages/pt_PT/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: pt_PT -permalink: /pt_PT/site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/pt_PT/troubleshooting.txt b/_pages/pt_PT/troubleshooting.txt index b80c19c8f..b0a54c3fe 100644 --- a/_pages/pt_PT/troubleshooting.txt +++ b/_pages/pt_PT/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Resolução de Problemas" # -lang: pt_PT -permalink: /pt_PT/troubleshooting.html +title: "Resolução de Problemas" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Quando uma solução funcionar para ti, podes continuar com o resto do guia diff --git a/_pages/pt_PT/updating-to-boot9strap.txt b/_pages/pt_PT/updating-to-boot9strap.txt index d54c3e917..123ea2848 100644 --- a/_pages/pt_PT/updating-to-boot9strap.txt +++ b/_pages/pt_PT/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: pt_PT -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/pt_PT/why-ads.txt b/_pages/pt_PT/why-ads.txt index 7360fbdf7..65034217f 100644 --- a/_pages/pt_PT/why-ads.txt +++ b/_pages/pt_PT/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Porquê publicidade?" # -lang: pt_PT -permalink: /pt-Pt/why-ads.html +title: "Porquê publicidade?" layout: single-no-ads --- diff --git a/_pages/ro_RO/404.txt b/_pages/ro_RO/404.txt index f1c76f4ac..a37280879 100644 --- a/_pages/ro_RO/404.txt +++ b/_pages/ro_RO/404.txt @@ -1,7 +1,5 @@ --- -title: "Pagina nu a fost găsită" # -lang: ro -permalink: /ro_RO/404.html +title: "Pagina nu a fost găsită" layout: single-no-ads excerpt:"Pagina nu a fost găsita. Pixeli voștri sunt într-o altă pânză."# sitemap: false diff --git a/_pages/ro_RO/9.2.0-ctrtransfer.txt b/_pages/ro_RO/9.2.0-ctrtransfer.txt index fdd0afa9f..cce5e1536 100644 --- a/_pages/ro_RO/9.2.0-ctrtransfer.txt +++ b/_pages/ro_RO/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: ro -permalink: /ro_RO/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/ro_RO/cart-update.txt b/_pages/ro_RO/cart-update.txt index 3f2f25e8a..4c7b72177 100644 --- a/_pages/ro_RO/cart-update.txt +++ b/_pages/ro_RO/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Update cu card de joc" # -lang: ro -permalink: /ro_RO/cart-update.html +title: "Update cu card de joc" --- Toate cardurile cu jocuri conțin o copie cu versiunea necesară de sistem ca să o joci, permițând tuturor cu o versiune mai mică să folosească cardurile pentru a actualiza la acea versiune (chiar și fără conexiune la internet). diff --git a/_pages/ro_RO/credits.txt b/_pages/ro_RO/credits.txt index 5ac62f2f2..375cdf739 100644 --- a/_pages/ro_RO/credits.txt +++ b/_pages/ro_RO/credits.txt @@ -1,7 +1,5 @@ --- -title: "Contribuții" # -lang: ro -permalink: /ro_RO/credits.html +title: "Contribuții" --- **Mulțumiri speciale tuturor oamenilor din [#Cakey de pe Freenode](http://webchat.freenode.net/?channels=%23Cakey) pentru că sunt minunați!** diff --git a/_pages/ro_RO/donations.txt b/_pages/ro_RO/donations.txt index 68c2709d3..955000ef5 100644 --- a/_pages/ro_RO/donations.txt +++ b/_pages/ro_RO/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donaţii" # -lang: ro -permalink: /ro_RO/donations.html +title: "Donaţii" layout: single-no-ads --- diff --git a/_pages/ro_RO/f3-(linux).txt b/_pages/ro_RO/f3-(linux).txt index fb4bcf2d9..0375249ce 100644 --- a/_pages/ro_RO/f3-(linux).txt +++ b/_pages/ro_RO/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: ro -permalink: /ro_RO/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/ro_RO/f3x-(mac).txt b/_pages/ro_RO/f3x-(mac).txt index e3fdc21b5..e760e317e 100644 --- a/_pages/ro_RO/f3x-(mac).txt +++ b/_pages/ro_RO/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: ro -permalink: /ro_RO/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/ro_RO/faq.txt b/_pages/ro_RO/faq.txt index 2c077ac8a..c66b14d2b 100644 --- a/_pages/ro_RO/faq.txt +++ b/_pages/ro_RO/faq.txt @@ -1,7 +1,5 @@ --- -title: "Întrebări frecvente" # -lang: ro -permalink: /ro_RO/faq.html +title: "Întrebări frecvente" --- {% capture notice-1 %} diff --git a/_pages/ro_RO/file-extensions-(windows).txt b/_pages/ro_RO/file-extensions-(windows).txt index cb8921884..e36fee041 100644 --- a/_pages/ro_RO/file-extensions-(windows).txt +++ b/_pages/ro_RO/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: ro -permalink: /file-extensions-(windows).html +lang: ro --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/ro_RO/finalizing-setup.txt b/_pages/ro_RO/finalizing-setup.txt index 3817ce703..989332623 100644 --- a/_pages/ro_RO/finalizing-setup.txt +++ b/_pages/ro_RO/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: ro -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ro_RO/get-started-(new-3ds).txt b/_pages/ro_RO/get-started-(new-3ds).txt index 24b857e75..2cbd84566 100644 --- a/_pages/ro_RO/get-started-(new-3ds).txt +++ b/_pages/ro_RO/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Începeți (New 3DS)" # -lang: ro -permalink: /ro_RO/get-started-(new-3ds).html +title: "Începeți (New 3DS)" --- Alegeți pagina corespunzătore versiunii dumneavoastră din tabelul de mai jos. diff --git a/_pages/ro_RO/get-started-(old-3ds).txt b/_pages/ro_RO/get-started-(old-3ds).txt index 2bec0ffe3..354675d99 100644 --- a/_pages/ro_RO/get-started-(old-3ds).txt +++ b/_pages/ro_RO/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Începeți (Old 3DS)" # -lang: ro -permalink: /ro_RO/get-started-(old-3ds).html +title: "Începeți (Old 3DS)" --- Alegeți pagina corespunzătore versiunii dumneavoastră din tabelul de mai jos. diff --git a/_pages/ro_RO/get-started.txt b/_pages/ro_RO/get-started.txt index 360ff5443..e207bd379 100644 --- a/_pages/ro_RO/get-started.txt +++ b/_pages/ro_RO/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Începeți" # -lang: ro -permalink: /ro_RO/get-started.html +title: "Începeți" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/ro_RO/godmode9-usage.txt b/_pages/ro_RO/godmode9-usage.txt index 2e2b394a2..f61161ab1 100644 --- a/_pages/ro_RO/godmode9-usage.txt +++ b/_pages/ro_RO/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: ro -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/ro_RO/h2testw-(windows).txt b/_pages/ro_RO/h2testw-(windows).txt index 5e3a12c09..392b0ce04 100644 --- a/_pages/ro_RO/h2testw-(windows).txt +++ b/_pages/ro_RO/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: ro -permalink: /ro_RO/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/ro_RO/home.txt b/_pages/ro_RO/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/ro_RO/home.txt +++ b/_pages/ro_RO/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ro_RO/homebrew-launcher-(alternatives).txt b/_pages/ro_RO/homebrew-launcher-(alternatives).txt index 4f05954cb..eb109a656 100644 --- a/_pages/ro_RO/homebrew-launcher-(alternatives).txt +++ b/_pages/ro_RO/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: ro -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- Lansatorul Homebrew are multe puncte de intrare sau metode de a fi accesat. diff --git a/_pages/ro_RO/homebrew-launcher-(soundhax).txt b/_pages/ro_RO/homebrew-launcher-(soundhax).txt index af54c29dc..da1bc9f12 100644 --- a/_pages/ro_RO/homebrew-launcher-(soundhax).txt +++ b/_pages/ro_RO/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: ro -permalink: /ro_RO/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Lansatorul Homebrew are multe puncte de intrare sau metode de a fi accesat. diff --git a/_pages/ro_RO/installing-boot9strap-(2xrsa).txt b/_pages/ro_RO/installing-boot9strap-(2xrsa).txt index d08462f45..6863c3613 100644 --- a/_pages/ro_RO/installing-boot9strap-(2xrsa).txt +++ b/_pages/ro_RO/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: ro -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ro_RO/installing-boot9strap-(browser).txt b/_pages/ro_RO/installing-boot9strap-(browser).txt index f3fd45d2e..42b5544c4 100644 --- a/_pages/ro_RO/installing-boot9strap-(browser).txt +++ b/_pages/ro_RO/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: ro -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware).txt b/_pages/ro_RO/installing-boot9strap-(dsiware).txt index 731e52380..e195e24a7 100644 --- a/_pages/ro_RO/installing-boot9strap-(dsiware).txt +++ b/_pages/ro_RO/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: ro -permalink: /installing-boot9strap-(dsiware).html +lang: ro --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt index 8183d52ca..2033d4485 100644 --- a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: ro -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: ro --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt index 59b94c952..9b9ac2267 100644 --- a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: ro -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: ro --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt index d7724b4ce..54d82227a 100644 --- a/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: ro -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: ro --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/ro_RO/installing-boot9strap-(hardmod).txt b/_pages/ro_RO/installing-boot9strap-(hardmod).txt index c177aeecc..1e683bf40 100644 --- a/_pages/ro_RO/installing-boot9strap-(hardmod).txt +++ b/_pages/ro_RO/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: ro -permalink: /installing-boot9strap-(hardmod).html +lang: ro --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt b/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt index 810fcde7e..fec3f3577 100644 --- a/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: ro -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ro_RO/installing-boot9strap-(mset).txt b/_pages/ro_RO/installing-boot9strap-(mset).txt index 18c6b91f6..dad61bd7a 100644 --- a/_pages/ro_RO/installing-boot9strap-(mset).txt +++ b/_pages/ro_RO/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: ro -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ro_RO/move-emunand.txt b/_pages/ro_RO/move-emunand.txt index db387f10e..9b1847fc6 100644 --- a/_pages/ro_RO/move-emunand.txt +++ b/_pages/ro_RO/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/ro_RO/ntr-and-cubic-ninja.txt b/_pages/ro_RO/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/ro_RO/ntr-and-cubic-ninja.txt +++ b/_pages/ro_RO/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ro_RO/region-changing.txt b/_pages/ro_RO/region-changing.txt index 9d65af4ae..b04ed7410 100644 --- a/_pages/ro_RO/region-changing.txt +++ b/_pages/ro_RO/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/ro_RO/site-navigation.txt b/_pages/ro_RO/site-navigation.txt index 4cd760b42..802a4781e 100644 --- a/_pages/ro_RO/site-navigation.txt +++ b/_pages/ro_RO/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Navigarea pe site" # -lang: ro -permalink: /ro_RO/site-navigation.html +title: "Navigarea pe site" layout: single-no-ads sitemap: false --- diff --git a/_pages/ro_RO/troubleshooting.txt b/_pages/ro_RO/troubleshooting.txt index b0a7cdbd9..c7da4c738 100644 --- a/_pages/ro_RO/troubleshooting.txt +++ b/_pages/ro_RO/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/ro_RO/updating-to-boot9strap.txt b/_pages/ro_RO/updating-to-boot9strap.txt index ca68798d7..0114d4916 100644 --- a/_pages/ro_RO/updating-to-boot9strap.txt +++ b/_pages/ro_RO/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: ro -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/ro_RO/why-ads.txt b/_pages/ro_RO/why-ads.txt index f3c42a51d..d510db177 100644 --- a/_pages/ro_RO/why-ads.txt +++ b/_pages/ro_RO/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "De ce reclame?" # -lang: ro -permalink: /ro_RO/why-ads.html +title: "De ce reclame?" layout: single-no-ads --- diff --git a/_pages/ru_RU/404.txt b/_pages/ru_RU/404.txt index 15e593578..540dd0732 100644 --- a/_pages/ru_RU/404.txt +++ b/_pages/ru_RU/404.txt @@ -1,7 +1,5 @@ --- -title: "Страница не найдена" # -lang: ru -permalink: /ru_RU/404.html +title: "Страница не найдена" layout: single-no-ads excerpt: "Страница не найдена. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/ru_RU/9.2.0-ctrtransfer.txt b/_pages/ru_RU/9.2.0-ctrtransfer.txt index c4cefc4b2..f30c5a036 100644 --- a/_pages/ru_RU/9.2.0-ctrtransfer.txt +++ b/_pages/ru_RU/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: ru -permalink: /ru_RU/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- Это дополнительный раздел, рассказывающий об установке образа 9.2.0 CTRTransfer на ваше устройство. diff --git a/_pages/ru_RU/cart-update.txt b/_pages/ru_RU/cart-update.txt index b7c62ab8f..bd3ad7239 100644 --- a/_pages/ru_RU/cart-update.txt +++ b/_pages/ru_RU/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Обновление картриджем" # -lang: ru -permalink: /ru_RU/cart-update.html +title: "Обновление картриджем" --- Все картриджи содержат в себе обновление системы до версии, которая необходима для запуска игры. Благодаря этому возможно выполнить обновление системы даже без доступа к интернету. diff --git a/_pages/ru_RU/credits.txt b/_pages/ru_RU/credits.txt index 38af92ba3..b300bb356 100644 --- a/_pages/ru_RU/credits.txt +++ b/_pages/ru_RU/credits.txt @@ -1,7 +1,5 @@ --- -title: "Благодарности" # -lang: ru -permalink: /ru_RU/credits.html +title: "Благодарности" --- **Отдельное спасибо всем из [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) (англ.) за то, что они потрясающие!** diff --git a/_pages/ru_RU/donations.txt b/_pages/ru_RU/donations.txt index b1af68583..9a1d8e5a0 100644 --- a/_pages/ru_RU/donations.txt +++ b/_pages/ru_RU/donations.txt @@ -1,7 +1,6 @@ --- title: "Пожертвования" lang: ru -permalink: /ru_RU/donations.html layout: single-no-ads --- diff --git a/_pages/ru_RU/f3-(linux).txt b/_pages/ru_RU/f3-(linux).txt index 89364f6d5..c5fd71ca1 100644 --- a/_pages/ru_RU/f3-(linux).txt +++ b/_pages/ru_RU/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: ru -permalink: /ru_RU/f3-(linux).html +title: "F3 (Linux)" --- Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью F3. diff --git a/_pages/ru_RU/f3x-(mac).txt b/_pages/ru_RU/f3x-(mac).txt index 915020317..46e781159 100644 --- a/_pages/ru_RU/f3x-(mac).txt +++ b/_pages/ru_RU/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: ru -permalink: /ru_RU/f3x-(mac).html +title: "F3X (Mac)" --- Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью F3X. diff --git a/_pages/ru_RU/faq.txt b/_pages/ru_RU/faq.txt index 69ddb6efd..77e7500f2 100644 --- a/_pages/ru_RU/faq.txt +++ b/_pages/ru_RU/faq.txt @@ -1,7 +1,5 @@ --- -title: "Вопросы и ответы" # -lang: ru -permalink: /ru_RU/faq.html +title: "Вопросы и ответы" --- {% capture notice-1 %} diff --git a/_pages/ru_RU/file-extensions-(windows).txt b/_pages/ru_RU/file-extensions-(windows).txt index a71587960..ff5f80196 100644 --- a/_pages/ru_RU/file-extensions-(windows).txt +++ b/_pages/ru_RU/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "Расширения файлов (Windows)" # -lang: ru -permalink: /ru_RU/file-extensions-(windows).html +lang: ru --- Это дополнительный раздел, служащий для отключения настройки Windows, по умолчанию скрывающей расширения файлов. diff --git a/_pages/ru_RU/finalizing-setup.txt b/_pages/ru_RU/finalizing-setup.txt index 95f0efafb..d0b1001ab 100644 --- a/_pages/ru_RU/finalizing-setup.txt +++ b/_pages/ru_RU/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Завершение установки" # -lang: ru -permalink: /ru_RU/finalizing-setup.html +title: "Завершение установки" --- Для использования [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme)-ссылок в этом руководстве необходим torrent-клиент, например [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ru_RU/get-started-(new-3ds).txt b/_pages/ru_RU/get-started-(new-3ds).txt index 2e4637a61..32794901b 100644 --- a/_pages/ru_RU/get-started-(new-3ds).txt +++ b/_pages/ru_RU/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Начало (New 3DS)" # -lang: ru -permalink: /ru_RU/get-started-(new-3ds).html +title: "Начало (New 3DS)" --- Выберите подходящую для вашей версии страницу из таблицы ниже. diff --git a/_pages/ru_RU/get-started-(old-3ds).txt b/_pages/ru_RU/get-started-(old-3ds).txt index e7bd5bdb0..1bf42739e 100644 --- a/_pages/ru_RU/get-started-(old-3ds).txt +++ b/_pages/ru_RU/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Начало (Old 3DS)" # -lang: ru -permalink: /ru_RU/get-started-(old-3ds).html +title: "Начало (Old 3DS)" --- Выберите подходящую для вашей версии страницу из таблицы ниже. diff --git a/_pages/ru_RU/get-started.txt b/_pages/ru_RU/get-started.txt index 53026b0a2..b7f240079 100644 --- a/_pages/ru_RU/get-started.txt +++ b/_pages/ru_RU/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Начало" # -lang: ru -permalink: /ru_RU/get-started.html +title: "Начало" --- Эта страница содержит инструкции по установке boot9strap на *не взломанную* 3DS или 2DS. Если у вас уже установлен arm9loaderhax, и вы хотите обновиться до boot9strap, следуйте инструкциям в разделе [Обновление до boot9strap](updating-to-boot9strap). diff --git a/_pages/ru_RU/godmode9-usage.txt b/_pages/ru_RU/godmode9-usage.txt index 198aeda5c..4c346c36b 100644 --- a/_pages/ru_RU/godmode9-usage.txt +++ b/_pages/ru_RU/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "Использование GodMode9" # -lang: ru -permalink: /ru_RU/godmode9-usage.html +title: "Использование GodMode9" --- GodMode9 это полноценный файловый менеджер для Nintendo 3DS, который дает вам доступ к SD-карте, FAT разделам внутри SysNAND или EmuNAND и просто ко всему остальному. Среди других его функций есть возможность копировать, удалять, переименовывать файлы и создавать папки. diff --git a/_pages/ru_RU/h2testw-(windows).txt b/_pages/ru_RU/h2testw-(windows).txt index 09b2390cc..a35bef867 100644 --- a/_pages/ru_RU/h2testw-(windows).txt +++ b/_pages/ru_RU/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: ru -permalink: /ru_RU/h2testw-(windows).html +title: "H2testw (Windows)" --- Этот дополнительный раздел содержит информацию о проверке SD-карты на ошибки с помощью h2testw. diff --git a/_pages/ru_RU/home.txt b/_pages/ru_RU/home.txt index 88c7995d6..ca0516025 100644 --- a/_pages/ru_RU/home.txt +++ b/_pages/ru_RU/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Начать" # cta_url: "/ru_RU/get-started" # caption: -excerpt: "Полное руководство по прошивке 3DS,
от начала до boot9strap.
" # -lang: ru -permalink: /ru_RU/index.html +excerpt: "Полное руководство по прошивке 3DS,
от начала до boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/ru_RU/homebrew-launcher-(alternatives).txt b/_pages/ru_RU/homebrew-launcher-(alternatives).txt index 32fdb913a..a3d9c4e28 100644 --- a/_pages/ru_RU/homebrew-launcher-(alternatives).txt +++ b/_pages/ru_RU/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Альтернативы)" # -lang: ru -permalink: /ru_RU/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Альтернативы)" --- Homebrew Launcher имеет множество точек входа, или методов запуска. diff --git a/_pages/ru_RU/homebrew-launcher-(soundhax).txt b/_pages/ru_RU/homebrew-launcher-(soundhax).txt index 1039b6f3f..dfea91ff9 100644 --- a/_pages/ru_RU/homebrew-launcher-(soundhax).txt +++ b/_pages/ru_RU/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: ru -permalink: /ru_RU/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcher имеет множество точек входа, или методов запуска. diff --git a/_pages/ru_RU/installing-boot9strap-(2xrsa).txt b/_pages/ru_RU/installing-boot9strap-(2xrsa).txt index d90fb5cc7..c07a8b2c9 100644 --- a/_pages/ru_RU/installing-boot9strap-(2xrsa).txt +++ b/_pages/ru_RU/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Установка boot9strap (2xrsa)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(2xrsa).html +title: "Установка boot9strap (2xrsa)" --- Это временная страница, которая будет обновлена, как только появится SafeB9SInstaller с поддержкой взлома через 2xrsa (скоро). Hardmod не требуется для установки boot9strap, если вы находитесь на 2.1.0. Пожалуйста, будьте терпеливы. diff --git a/_pages/ru_RU/installing-boot9strap-(browser).txt b/_pages/ru_RU/installing-boot9strap-(browser).txt index 1de382c87..bc529fb7b 100644 --- a/_pages/ru_RU/installing-boot9strap-(browser).txt +++ b/_pages/ru_RU/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Установка boot9strap (Браузер)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(browser).html +title: "Установка boot9strap (Браузер)" --- Если вы взламывали ваше устройство ранее и у вас установлена кастомная прошивка на основе EmuNAND, помните, что данное руководство работает только с SysNAND и вы должны выполнять вся шаги находясь в SysNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.). diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware).txt b/_pages/ru_RU/installing-boot9strap-(dsiware).txt index b718a0ba1..230464632 100644 --- a/_pages/ru_RU/installing-boot9strap-(dsiware).txt +++ b/_pages/ru_RU/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Установка boot9strap (DSiWare)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(dsiware).html +lang: ru --- Существует два различных способа установки boot9strap с помощью DSiWare на 11.4.0. diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt index 9085b78e2..eb151b357 100644 --- a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Установка boot9strap (Инъекция в игры DSiWare)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(dsiware-game-injection).html +lang: ru --- Обратите внимание, что в некоторых версиях Luma3DS меню Luma3DS chainloader отображается только в том случае, если в папке payloads имеется более одного приложения. Если есть только одно приложение, удержание (Start) при включении консоли запустит GodMode9 напрямую. diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt index 74e15c82a..ed617b114 100644 --- a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Установка boot9strap (Список уязвимых игр DSiWare)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(dsiware-game-injection-list).html +lang: ru --- Это автоматически создаваемый список всех игр, совместимых с [Установка boot9strap (DSiWare)](installing-boot9strap-(dsiware)). diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt index 04a8bc0d3..4b4e8a940 100644 --- a/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Установка boot9strap (Инъекция в сохранения DSiWare)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(dsiware-save-injection).html +lang: ru --- Обратите внимание, что в некоторых версиях Luma3DS меню Luma3DS chainloader отображается только в том случае, если в папке payloads имеется более одного приложения. Если есть только одно приложение, удержание (Start) при включении консоли запустит GodMode9 напрямую. diff --git a/_pages/ru_RU/installing-boot9strap-(hardmod).txt b/_pages/ru_RU/installing-boot9strap-(hardmod).txt index 50f6182bc..dc97e81e1 100644 --- a/_pages/ru_RU/installing-boot9strap-(hardmod).txt +++ b/_pages/ru_RU/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Установка boot9strap (Hardmod)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(hardmod).html +lang: ru --- Отличное руководство по пайке хардмода находится [здесь](https://gbatemp.net/threads/414498/) (англ.). Если у вас New 3DS, прочтите [это](https://github.com/Plailect/Guide/issues/681) (англ.) перед тем, как приступать. diff --git a/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt b/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt index b229e1b8f..06fecb08f 100644 --- a/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Установка boot9strap (Homebrew Launcher)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(homebrew-launcher).html +title: "Установка boot9strap (Homebrew Launcher)" --- Если вы взламывали ваше устройство ранее и у вас установлена кастомная прошивка на основе EmuNAND, помните, что данное руководство работает только с SysNAND и вы должны выполнять вся шаги находясь в SysNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.). diff --git a/_pages/ru_RU/installing-boot9strap-(mset).txt b/_pages/ru_RU/installing-boot9strap-(mset).txt index 7ff7903de..d49d6fe50 100644 --- a/_pages/ru_RU/installing-boot9strap-(mset).txt +++ b/_pages/ru_RU/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Установка boot9strap (MSET)" # -lang: ru -permalink: /ru_RU/installing-boot9strap-(mset).html +title: "Установка boot9strap (MSET)" --- Если вы взламывали ваше устройство ранее и у вас установлена кастомная прошивка на основе EmuNAND, помните, что данное руководство работает только с SysNAND и вы должны выполнять вся шаги находясь в SysNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.). diff --git a/_pages/ru_RU/move-emunand.txt b/_pages/ru_RU/move-emunand.txt index cc9701142..b3538b6e0 100644 --- a/_pages/ru_RU/move-emunand.txt +++ b/_pages/ru_RU/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Перенос EmuNAND" # -lang: ru -permalink: /ru_RU/move-emunand.html +title: "Перенос EmuNAND" --- Этот дополнительный раздел содержит информацию о переносе содержимого EmuNAND в новый SysNAND с кастомной прошивкой, с последующим удалением раздела, содержащего EmuNAND. Помните, что RedNAND и EmuNAND - немного разные реализации [одного и того же](http://3dbrew.org/wiki/NAND_Redirection) (англ.). diff --git a/_pages/ru_RU/ntr-and-cubic-ninja.txt b/_pages/ru_RU/ntr-and-cubic-ninja.txt index c023e5132..692b6feef 100644 --- a/_pages/ru_RU/ntr-and-cubic-ninja.txt +++ b/_pages/ru_RU/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR и Cubic Ninja" # -lang: ru -permalink: /ru_RU/ntr-and-cubic-ninja.html +title: "NTR и Cubic Ninja" --- Для использования [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme)-ссылок в этом руководстве необходим torrent-клиент, например [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/ru_RU/region-changing.txt b/_pages/ru_RU/region-changing.txt index 868a6abe9..b9149b36f 100644 --- a/_pages/ru_RU/region-changing.txt +++ b/_pages/ru_RU/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Смена региона" # -lang: ru -permalink: /ru_RU/region-changing.html +title: "Смена региона" --- Этот дополнительный раздел рассказывает о смене региона на вашей приставке с кастомной прошивкой (CFW SysNAND). Это делается путем установки образа 9.2.0 CTRTransfer того региона, на который вы хотите перейти. diff --git a/_pages/ru_RU/site-navigation.txt b/_pages/ru_RU/site-navigation.txt index 39675f054..3fd1c7cb2 100644 --- a/_pages/ru_RU/site-navigation.txt +++ b/_pages/ru_RU/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Навигация по сайту" # -lang: ru -permalink: /ru_RU/site-navigation.html +title: "Навигация по сайту" layout: single-no-ads sitemap: false --- diff --git a/_pages/ru_RU/troubleshooting.txt b/_pages/ru_RU/troubleshooting.txt index 920faa4b3..04464a939 100644 --- a/_pages/ru_RU/troubleshooting.txt +++ b/_pages/ru_RU/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Проблемы и их решения" # -lang: ru -permalink: /ru_RU/troubleshooting.html +title: "Проблемы и их решения" --- Если ваша консоль не загружается, найдите раздел, соответствующий вашей проблеме, и следуйте его инструкциям. После решения возникшей проблемы, вернитесь к основному руководству diff --git a/_pages/ru_RU/updating-to-boot9strap.txt b/_pages/ru_RU/updating-to-boot9strap.txt index fbddf85c5..54d71b8e5 100644 --- a/_pages/ru_RU/updating-to-boot9strap.txt +++ b/_pages/ru_RU/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Обновление до boot9strap" # -lang: ru -permalink: /ru_RU/updating-to-boot9strap.html +title: "Обновление до boot9strap" --- Эта страница предназначена для пользователей arm9loaderhax, чтобы обновить их устройства до boot9strap. diff --git a/_pages/ru_RU/why-ads.txt b/_pages/ru_RU/why-ads.txt index d4db770a0..8f45aa94f 100644 --- a/_pages/ru_RU/why-ads.txt +++ b/_pages/ru_RU/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Зачем реклама?" # -lang: ru -permalink: /ru_RU/why-ads.html +title: "Зачем реклама?" layout: single-no-ads --- diff --git a/_pages/sr_SP/404.txt b/_pages/sr_SP/404.txt index 81fa56890..42569235f 100644 --- a/_pages/sr_SP/404.txt +++ b/_pages/sr_SP/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/sr_SP/9.2.0-ctrtransfer.txt b/_pages/sr_SP/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/sr_SP/9.2.0-ctrtransfer.txt +++ b/_pages/sr_SP/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/sr_SP/cart-update.txt b/_pages/sr_SP/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/sr_SP/cart-update.txt +++ b/_pages/sr_SP/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/sr_SP/credits.txt b/_pages/sr_SP/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/sr_SP/credits.txt +++ b/_pages/sr_SP/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/sr_SP/donations.txt b/_pages/sr_SP/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/sr_SP/donations.txt +++ b/_pages/sr_SP/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/sr_SP/f3-(linux).txt b/_pages/sr_SP/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/sr_SP/f3-(linux).txt +++ b/_pages/sr_SP/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/sr_SP/f3x-(mac).txt b/_pages/sr_SP/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/sr_SP/f3x-(mac).txt +++ b/_pages/sr_SP/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/sr_SP/faq.txt b/_pages/sr_SP/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/sr_SP/faq.txt +++ b/_pages/sr_SP/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/sr_SP/file-extensions-(windows).txt b/_pages/sr_SP/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/sr_SP/file-extensions-(windows).txt +++ b/_pages/sr_SP/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/sr_SP/finalizing-setup.txt b/_pages/sr_SP/finalizing-setup.txt index 4bb8d1ab2..635a5286c 100644 --- a/_pages/sr_SP/finalizing-setup.txt +++ b/_pages/sr_SP/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/sr_SP/get-started-(new-3ds).txt b/_pages/sr_SP/get-started-(new-3ds).txt index dcc169946..31137d233 100644 --- a/_pages/sr_SP/get-started-(new-3ds).txt +++ b/_pages/sr_SP/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/sr_SP/get-started-(old-3ds).txt b/_pages/sr_SP/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/sr_SP/get-started-(old-3ds).txt +++ b/_pages/sr_SP/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/sr_SP/get-started.txt b/_pages/sr_SP/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/sr_SP/get-started.txt +++ b/_pages/sr_SP/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/sr_SP/godmode9-usage.txt b/_pages/sr_SP/godmode9-usage.txt index 1cb1c7f45..22f2360eb 100644 --- a/_pages/sr_SP/godmode9-usage.txt +++ b/_pages/sr_SP/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/sr_SP/h2testw-(windows).txt b/_pages/sr_SP/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/sr_SP/h2testw-(windows).txt +++ b/_pages/sr_SP/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/sr_SP/home.txt b/_pages/sr_SP/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/sr_SP/home.txt +++ b/_pages/sr_SP/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/sr_SP/homebrew-launcher-(alternatives).txt b/_pages/sr_SP/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/sr_SP/homebrew-launcher-(alternatives).txt +++ b/_pages/sr_SP/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/sr_SP/homebrew-launcher-(soundhax).txt b/_pages/sr_SP/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/sr_SP/homebrew-launcher-(soundhax).txt +++ b/_pages/sr_SP/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/sr_SP/installing-boot9strap-(2xrsa).txt b/_pages/sr_SP/installing-boot9strap-(2xrsa).txt index 324fafc78..d5d4741d3 100644 --- a/_pages/sr_SP/installing-boot9strap-(2xrsa).txt +++ b/_pages/sr_SP/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient. diff --git a/_pages/sr_SP/installing-boot9strap-(browser).txt b/_pages/sr_SP/installing-boot9strap-(browser).txt index db8c62f62..4e15fdad3 100644 --- a/_pages/sr_SP/installing-boot9strap-(browser).txt +++ b/_pages/sr_SP/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware).txt b/_pages/sr_SP/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/sr_SP/installing-boot9strap-(dsiware).txt +++ b/_pages/sr_SP/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt index 5009d90da..95b879b81 100644 --- a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/sr_SP/installing-boot9strap-(hardmod).txt b/_pages/sr_SP/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/sr_SP/installing-boot9strap-(hardmod).txt +++ b/_pages/sr_SP/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt b/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sr_SP/installing-boot9strap-(mset).txt b/_pages/sr_SP/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/sr_SP/installing-boot9strap-(mset).txt +++ b/_pages/sr_SP/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sr_SP/move-emunand.txt b/_pages/sr_SP/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/sr_SP/move-emunand.txt +++ b/_pages/sr_SP/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sr_SP/ntr-and-cubic-ninja.txt b/_pages/sr_SP/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/sr_SP/ntr-and-cubic-ninja.txt +++ b/_pages/sr_SP/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/sr_SP/region-changing.txt b/_pages/sr_SP/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/sr_SP/region-changing.txt +++ b/_pages/sr_SP/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/sr_SP/site-navigation.txt b/_pages/sr_SP/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/sr_SP/site-navigation.txt +++ b/_pages/sr_SP/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/sr_SP/troubleshooting.txt b/_pages/sr_SP/troubleshooting.txt index 14e14b4c5..d201cd852 100644 --- a/_pages/sr_SP/troubleshooting.txt +++ b/_pages/sr_SP/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/sr_SP/updating-to-boot9strap.txt b/_pages/sr_SP/updating-to-boot9strap.txt index 2574c1ada..15da2bf5c 100644 --- a/_pages/sr_SP/updating-to-boot9strap.txt +++ b/_pages/sr_SP/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/sr_SP/why-ads.txt b/_pages/sr_SP/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/sr_SP/why-ads.txt +++ b/_pages/sr_SP/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/sv_SE/404.txt b/_pages/sv_SE/404.txt index 81fa56890..42569235f 100644 --- a/_pages/sv_SE/404.txt +++ b/_pages/sv_SE/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/sv_SE/9.2.0-ctrtransfer.txt b/_pages/sv_SE/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/sv_SE/9.2.0-ctrtransfer.txt +++ b/_pages/sv_SE/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/sv_SE/cart-update.txt b/_pages/sv_SE/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/sv_SE/cart-update.txt +++ b/_pages/sv_SE/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/sv_SE/credits.txt b/_pages/sv_SE/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/sv_SE/credits.txt +++ b/_pages/sv_SE/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/sv_SE/donations.txt b/_pages/sv_SE/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/sv_SE/donations.txt +++ b/_pages/sv_SE/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/sv_SE/f3-(linux).txt b/_pages/sv_SE/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/sv_SE/f3-(linux).txt +++ b/_pages/sv_SE/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/sv_SE/f3x-(mac).txt b/_pages/sv_SE/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/sv_SE/f3x-(mac).txt +++ b/_pages/sv_SE/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/sv_SE/faq.txt b/_pages/sv_SE/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/sv_SE/faq.txt +++ b/_pages/sv_SE/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/sv_SE/file-extensions-(windows).txt b/_pages/sv_SE/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/sv_SE/file-extensions-(windows).txt +++ b/_pages/sv_SE/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/sv_SE/finalizing-setup.txt b/_pages/sv_SE/finalizing-setup.txt index 4bb8d1ab2..635a5286c 100644 --- a/_pages/sv_SE/finalizing-setup.txt +++ b/_pages/sv_SE/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/sv_SE/get-started-(new-3ds).txt b/_pages/sv_SE/get-started-(new-3ds).txt index dcc169946..31137d233 100644 --- a/_pages/sv_SE/get-started-(new-3ds).txt +++ b/_pages/sv_SE/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/sv_SE/get-started-(old-3ds).txt b/_pages/sv_SE/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/sv_SE/get-started-(old-3ds).txt +++ b/_pages/sv_SE/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/sv_SE/get-started.txt b/_pages/sv_SE/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/sv_SE/get-started.txt +++ b/_pages/sv_SE/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/sv_SE/godmode9-usage.txt b/_pages/sv_SE/godmode9-usage.txt index 1cb1c7f45..22f2360eb 100644 --- a/_pages/sv_SE/godmode9-usage.txt +++ b/_pages/sv_SE/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/sv_SE/h2testw-(windows).txt b/_pages/sv_SE/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/sv_SE/h2testw-(windows).txt +++ b/_pages/sv_SE/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/sv_SE/home.txt b/_pages/sv_SE/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/sv_SE/home.txt +++ b/_pages/sv_SE/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/sv_SE/homebrew-launcher-(alternatives).txt b/_pages/sv_SE/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/sv_SE/homebrew-launcher-(alternatives).txt +++ b/_pages/sv_SE/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/sv_SE/homebrew-launcher-(soundhax).txt b/_pages/sv_SE/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/sv_SE/homebrew-launcher-(soundhax).txt +++ b/_pages/sv_SE/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/sv_SE/installing-boot9strap-(2xrsa).txt b/_pages/sv_SE/installing-boot9strap-(2xrsa).txt index 324fafc78..d5d4741d3 100644 --- a/_pages/sv_SE/installing-boot9strap-(2xrsa).txt +++ b/_pages/sv_SE/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient. diff --git a/_pages/sv_SE/installing-boot9strap-(browser).txt b/_pages/sv_SE/installing-boot9strap-(browser).txt index db8c62f62..4e15fdad3 100644 --- a/_pages/sv_SE/installing-boot9strap-(browser).txt +++ b/_pages/sv_SE/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware).txt b/_pages/sv_SE/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/sv_SE/installing-boot9strap-(dsiware).txt +++ b/_pages/sv_SE/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt index 5009d90da..95b879b81 100644 --- a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/sv_SE/installing-boot9strap-(hardmod).txt b/_pages/sv_SE/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/sv_SE/installing-boot9strap-(hardmod).txt +++ b/_pages/sv_SE/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt b/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sv_SE/installing-boot9strap-(mset).txt b/_pages/sv_SE/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/sv_SE/installing-boot9strap-(mset).txt +++ b/_pages/sv_SE/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sv_SE/move-emunand.txt b/_pages/sv_SE/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/sv_SE/move-emunand.txt +++ b/_pages/sv_SE/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/sv_SE/ntr-and-cubic-ninja.txt b/_pages/sv_SE/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/sv_SE/ntr-and-cubic-ninja.txt +++ b/_pages/sv_SE/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/sv_SE/region-changing.txt b/_pages/sv_SE/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/sv_SE/region-changing.txt +++ b/_pages/sv_SE/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/sv_SE/site-navigation.txt b/_pages/sv_SE/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/sv_SE/site-navigation.txt +++ b/_pages/sv_SE/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/sv_SE/troubleshooting.txt b/_pages/sv_SE/troubleshooting.txt index 14e14b4c5..d201cd852 100644 --- a/_pages/sv_SE/troubleshooting.txt +++ b/_pages/sv_SE/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/sv_SE/updating-to-boot9strap.txt b/_pages/sv_SE/updating-to-boot9strap.txt index 2574c1ada..15da2bf5c 100644 --- a/_pages/sv_SE/updating-to-boot9strap.txt +++ b/_pages/sv_SE/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/sv_SE/why-ads.txt b/_pages/sv_SE/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/sv_SE/why-ads.txt +++ b/_pages/sv_SE/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/th_TH/404.txt b/_pages/th_TH/404.txt index 81fa56890..42569235f 100644 --- a/_pages/th_TH/404.txt +++ b/_pages/th_TH/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/th_TH/9.2.0-ctrtransfer.txt b/_pages/th_TH/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/th_TH/9.2.0-ctrtransfer.txt +++ b/_pages/th_TH/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/th_TH/cart-update.txt b/_pages/th_TH/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/th_TH/cart-update.txt +++ b/_pages/th_TH/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/th_TH/credits.txt b/_pages/th_TH/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/th_TH/credits.txt +++ b/_pages/th_TH/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/th_TH/donations.txt b/_pages/th_TH/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/th_TH/donations.txt +++ b/_pages/th_TH/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/th_TH/f3-(linux).txt b/_pages/th_TH/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/th_TH/f3-(linux).txt +++ b/_pages/th_TH/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/th_TH/f3x-(mac).txt b/_pages/th_TH/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/th_TH/f3x-(mac).txt +++ b/_pages/th_TH/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/th_TH/faq.txt b/_pages/th_TH/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/th_TH/faq.txt +++ b/_pages/th_TH/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/th_TH/file-extensions-(windows).txt b/_pages/th_TH/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/th_TH/file-extensions-(windows).txt +++ b/_pages/th_TH/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/th_TH/finalizing-setup.txt b/_pages/th_TH/finalizing-setup.txt index 4bb8d1ab2..635a5286c 100644 --- a/_pages/th_TH/finalizing-setup.txt +++ b/_pages/th_TH/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/th_TH/get-started-(new-3ds).txt b/_pages/th_TH/get-started-(new-3ds).txt index dcc169946..31137d233 100644 --- a/_pages/th_TH/get-started-(new-3ds).txt +++ b/_pages/th_TH/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/th_TH/get-started-(old-3ds).txt b/_pages/th_TH/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/th_TH/get-started-(old-3ds).txt +++ b/_pages/th_TH/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/th_TH/get-started.txt b/_pages/th_TH/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/th_TH/get-started.txt +++ b/_pages/th_TH/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/th_TH/godmode9-usage.txt b/_pages/th_TH/godmode9-usage.txt index 1cb1c7f45..22f2360eb 100644 --- a/_pages/th_TH/godmode9-usage.txt +++ b/_pages/th_TH/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/th_TH/h2testw-(windows).txt b/_pages/th_TH/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/th_TH/h2testw-(windows).txt +++ b/_pages/th_TH/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/th_TH/home.txt b/_pages/th_TH/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/th_TH/home.txt +++ b/_pages/th_TH/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/th_TH/homebrew-launcher-(alternatives).txt b/_pages/th_TH/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/th_TH/homebrew-launcher-(alternatives).txt +++ b/_pages/th_TH/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/th_TH/homebrew-launcher-(soundhax).txt b/_pages/th_TH/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/th_TH/homebrew-launcher-(soundhax).txt +++ b/_pages/th_TH/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/th_TH/installing-boot9strap-(2xrsa).txt b/_pages/th_TH/installing-boot9strap-(2xrsa).txt index 324fafc78..d5d4741d3 100644 --- a/_pages/th_TH/installing-boot9strap-(2xrsa).txt +++ b/_pages/th_TH/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient. diff --git a/_pages/th_TH/installing-boot9strap-(browser).txt b/_pages/th_TH/installing-boot9strap-(browser).txt index db8c62f62..4e15fdad3 100644 --- a/_pages/th_TH/installing-boot9strap-(browser).txt +++ b/_pages/th_TH/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/th_TH/installing-boot9strap-(dsiware).txt b/_pages/th_TH/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/th_TH/installing-boot9strap-(dsiware).txt +++ b/_pages/th_TH/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt index 5009d90da..95b879b81 100644 --- a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt b/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/th_TH/installing-boot9strap-(hardmod).txt b/_pages/th_TH/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/th_TH/installing-boot9strap-(hardmod).txt +++ b/_pages/th_TH/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt b/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/th_TH/installing-boot9strap-(mset).txt b/_pages/th_TH/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/th_TH/installing-boot9strap-(mset).txt +++ b/_pages/th_TH/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/th_TH/move-emunand.txt b/_pages/th_TH/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/th_TH/move-emunand.txt +++ b/_pages/th_TH/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/th_TH/ntr-and-cubic-ninja.txt b/_pages/th_TH/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/th_TH/ntr-and-cubic-ninja.txt +++ b/_pages/th_TH/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/th_TH/region-changing.txt b/_pages/th_TH/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/th_TH/region-changing.txt +++ b/_pages/th_TH/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/th_TH/site-navigation.txt b/_pages/th_TH/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/th_TH/site-navigation.txt +++ b/_pages/th_TH/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/th_TH/troubleshooting.txt b/_pages/th_TH/troubleshooting.txt index 14e14b4c5..d201cd852 100644 --- a/_pages/th_TH/troubleshooting.txt +++ b/_pages/th_TH/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/th_TH/updating-to-boot9strap.txt b/_pages/th_TH/updating-to-boot9strap.txt index 2574c1ada..15da2bf5c 100644 --- a/_pages/th_TH/updating-to-boot9strap.txt +++ b/_pages/th_TH/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/th_TH/why-ads.txt b/_pages/th_TH/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/th_TH/why-ads.txt +++ b/_pages/th_TH/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/tr_TR/404.txt b/_pages/tr_TR/404.txt index 0346bda98..114dec972 100644 --- a/_pages/tr_TR/404.txt +++ b/_pages/tr_TR/404.txt @@ -1,7 +1,5 @@ --- -title: "Sayfa Bulunamadı" # -lang: tr -permalink: /tr_TR/404.html +title: "Sayfa Bulunamadı" layout: single-no-ads excerpt: "Sayfa bulunamadı. Thank you Mario! But our princess is in another castle!." # sitemap: false diff --git a/_pages/tr_TR/9.2.0-ctrtransfer.txt b/_pages/tr_TR/9.2.0-ctrtransfer.txt index cc680b0f3..e8f476bdf 100644 --- a/_pages/tr_TR/9.2.0-ctrtransfer.txt +++ b/_pages/tr_TR/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: tr -permalink: /tr_TR/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/tr_TR/cart-update.txt b/_pages/tr_TR/cart-update.txt index 7caf73b80..a6a450dba 100644 --- a/_pages/tr_TR/cart-update.txt +++ b/_pages/tr_TR/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Kartuş Güncellemesi" # -lang: tr -permalink: /tr_TR/cart-update.html +title: "Kartuş Güncellemesi" --- Her oyun kartuşu içinde daha düşük versiyondaki cihazları güncellenmesine olanak veren (internet olmasa bile) ve oynayabilmek için gerekli sistem versiyonunu içerir. diff --git a/_pages/tr_TR/credits.txt b/_pages/tr_TR/credits.txt index 3a3dc5692..3c93aeaa6 100644 --- a/_pages/tr_TR/credits.txt +++ b/_pages/tr_TR/credits.txt @@ -1,7 +1,5 @@ --- -title: "Hazırlayanlar" # -lang: tr -permalink: /tr_TR/credits.html +title: "Hazırlayanlar" --- **Tüm [Freenode'da #Cakey](http://webchat.freenode.net/?channels=%23Cakey)'dekilere emekleri için teşekkürler!** diff --git a/_pages/tr_TR/donations.txt b/_pages/tr_TR/donations.txt index c2b6c7787..2fe5ae836 100644 --- a/_pages/tr_TR/donations.txt +++ b/_pages/tr_TR/donations.txt @@ -1,7 +1,5 @@ --- -title: "Bağış" # -lang: tr -permalink: /tr_TR/donations.html +title: "Bağış" layout: single-no-ads --- diff --git a/_pages/tr_TR/f3-(linux).txt b/_pages/tr_TR/f3-(linux).txt index 1f890df63..08f8bd6c5 100644 --- a/_pages/tr_TR/f3-(linux).txt +++ b/_pages/tr_TR/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: tr -permalink: /tr_TR/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/tr_TR/f3x-(mac).txt b/_pages/tr_TR/f3x-(mac).txt index e965d255a..85a9f2e00 100644 --- a/_pages/tr_TR/f3x-(mac).txt +++ b/_pages/tr_TR/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: tr -permalink: /tr_TR/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/tr_TR/faq.txt b/_pages/tr_TR/faq.txt index 9e4d69fc5..66e9b8bb1 100644 --- a/_pages/tr_TR/faq.txt +++ b/_pages/tr_TR/faq.txt @@ -1,7 +1,5 @@ --- -title: "S.S.S." # -lang: tr -permalink: /tr_TR/faq.html +title: "S.S.S." --- {% capture notice-1 %} diff --git a/_pages/tr_TR/file-extensions-(windows).txt b/_pages/tr_TR/file-extensions-(windows).txt index 02f1b93e7..61be43ba0 100644 --- a/_pages/tr_TR/file-extensions-(windows).txt +++ b/_pages/tr_TR/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: tr -permalink: /file-extensions-(windows).html +lang: tr --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/tr_TR/finalizing-setup.txt b/_pages/tr_TR/finalizing-setup.txt index d1fb494ed..891fd27bc 100644 --- a/_pages/tr_TR/finalizing-setup.txt +++ b/_pages/tr_TR/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: tr -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- Bu rehberi kullanmak için [Deluge](http://dev.deluge-torrent.org/wiki/Download) gibi [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) linkleri açabilen bir torrent programına ihtiyaç duyulacaktır. ** diff --git a/_pages/tr_TR/get-started-(new-3ds).txt b/_pages/tr_TR/get-started-(new-3ds).txt index d5161a3cb..e8bc837f7 100644 --- a/_pages/tr_TR/get-started-(new-3ds).txt +++ b/_pages/tr_TR/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Başlarken (New 3DS)" # -lang: tr -permalink: /tr_TR/get-started-(new-3ds).html +title: "Başlarken (New 3DS)" --- Uygun sayfaya ulaşmak için aşağıdaki tablodan sürümünüze uyanı seçin. diff --git a/_pages/tr_TR/get-started-(old-3ds).txt b/_pages/tr_TR/get-started-(old-3ds).txt index 0ca59722a..d62a7f704 100644 --- a/_pages/tr_TR/get-started-(old-3ds).txt +++ b/_pages/tr_TR/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Başlarken (Old 3DS)" # -lang: tr -permalink: /tr_TR/get-started-(old-3ds).html +title: "Başlarken (Old 3DS)" --- Uygun sayfaya ulaşmak için aşağıdaki tablodan sürümünüze uyanı seçin. diff --git a/_pages/tr_TR/get-started.txt b/_pages/tr_TR/get-started.txt index decc94fc7..4eb893b64 100644 --- a/_pages/tr_TR/get-started.txt +++ b/_pages/tr_TR/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Başlarken" # -lang: tr -permalink: /tr_TR/get-started.html +title: "Başlarken" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/tr_TR/godmode9-usage.txt b/_pages/tr_TR/godmode9-usage.txt index 57f6f7e53..abfa334c7 100644 --- a/_pages/tr_TR/godmode9-usage.txt +++ b/_pages/tr_TR/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: tr -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/tr_TR/h2testw-(windows).txt b/_pages/tr_TR/h2testw-(windows).txt index 9aa480f91..f5ffd0b51 100644 --- a/_pages/tr_TR/h2testw-(windows).txt +++ b/_pages/tr_TR/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: tr -permalink: /tr_TR/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/tr_TR/home.txt b/_pages/tr_TR/home.txt index 82fcef49f..8cb910493 100644 --- a/_pages/tr_TR/home.txt +++ b/_pages/tr_TR/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Başlarken" # cta_url: "/tr_TR/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: tr -permalink: /tr_TR/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/tr_TR/homebrew-launcher-(alternatives).txt b/_pages/tr_TR/homebrew-launcher-(alternatives).txt index 1c14538d0..a20df726b 100644 --- a/_pages/tr_TR/homebrew-launcher-(alternatives).txt +++ b/_pages/tr_TR/homebrew-launcher-(alternatives).txt @@ -1,7 +1,6 @@ --- title: "Homebrew Launcher (Alternatifler)" lang: tr -permalink: /tr_TR/homebrew-launcher-(alternatives).html --- Homebrew Launcher'ın çok sayıda giriş noktası veya başlatma yöntemi vardır. diff --git a/_pages/tr_TR/homebrew-launcher-(soundhax).txt b/_pages/tr_TR/homebrew-launcher-(soundhax).txt index 22147d0a0..7561a11b1 100644 --- a/_pages/tr_TR/homebrew-launcher-(soundhax).txt +++ b/_pages/tr_TR/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: tr -permalink: /tr_TR/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcher'ın çok sayıda giriş noktası veya başlatma yöntemi vardır. diff --git a/_pages/tr_TR/installing-boot9strap-(2xrsa).txt b/_pages/tr_TR/installing-boot9strap-(2xrsa).txt index d7f429b04..d5d4741d3 100644 --- a/_pages/tr_TR/installing-boot9strap-(2xrsa).txt +++ b/_pages/tr_TR/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: tr -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient. diff --git a/_pages/tr_TR/installing-boot9strap-(browser).txt b/_pages/tr_TR/installing-boot9strap-(browser).txt index 1b932eef4..7bfd83a1f 100644 --- a/_pages/tr_TR/installing-boot9strap-(browser).txt +++ b/_pages/tr_TR/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: tr -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware).txt b/_pages/tr_TR/installing-boot9strap-(dsiware).txt index 887e45875..f10e0814a 100644 --- a/_pages/tr_TR/installing-boot9strap-(dsiware).txt +++ b/_pages/tr_TR/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: tr -permalink: /installing-boot9strap-(dsiware).html +lang: tr --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt index 6b038dec5..3df8d2856 100644 --- a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: tr -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: tr --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt index 28f22f6d9..a62410757 100644 --- a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: tr -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: tr --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt index 45545e3e7..fb685560a 100644 --- a/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: tr -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: tr --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/tr_TR/installing-boot9strap-(hardmod).txt b/_pages/tr_TR/installing-boot9strap-(hardmod).txt index d3b5660bf..b2cf6ed0e 100644 --- a/_pages/tr_TR/installing-boot9strap-(hardmod).txt +++ b/_pages/tr_TR/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: tr -permalink: /installing-boot9strap-(hardmod).html +lang: tr --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt b/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt index 1a3241fe6..f9a7ab63b 100644 --- a/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: tr -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/tr_TR/installing-boot9strap-(mset).txt b/_pages/tr_TR/installing-boot9strap-(mset).txt index 27fbfaf34..fc5bd40c2 100644 --- a/_pages/tr_TR/installing-boot9strap-(mset).txt +++ b/_pages/tr_TR/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: tr -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/tr_TR/move-emunand.txt b/_pages/tr_TR/move-emunand.txt index 69c5ce707..0ffaa69bd 100644 --- a/_pages/tr_TR/move-emunand.txt +++ b/_pages/tr_TR/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "EmuNAND'ı Taşıma" # -lang: tr -permalink: /tr_TR/move-emunand.html +title: "EmuNAND'ı Taşıma" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. EmuNAND ve RedNAND terimlerinin, birbirinden farklı uygulamalara işaret ettiğini unutmayın.[aynı konsept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/tr_TR/ntr-and-cubic-ninja.txt b/_pages/tr_TR/ntr-and-cubic-ninja.txt index 93d77e5fe..2c8f5db21 100644 --- a/_pages/tr_TR/ntr-and-cubic-ninja.txt +++ b/_pages/tr_TR/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR ve Cubic Ninja" # -lang: tr -permalink: /tr_TR/ntr-and-cubic-ninja.html +title: "NTR ve Cubic Ninja" --- Bu rehberi kullanmak için [Deluge](http://dev.deluge-torrent.org/wiki/Download) gibi [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) linkleri açabilen bir torrent programına ihtiyaç duyulacaktır. ** diff --git a/_pages/tr_TR/region-changing.txt b/_pages/tr_TR/region-changing.txt index b43565e4b..eb60edd78 100644 --- a/_pages/tr_TR/region-changing.txt +++ b/_pages/tr_TR/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Bölge Değiştirme" # -lang: tr -permalink: /tr_TR/region-changing.html +title: "Bölge Değiştirme" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/tr_TR/site-navigation.txt b/_pages/tr_TR/site-navigation.txt index 1f683c7a2..59defcc0c 100644 --- a/_pages/tr_TR/site-navigation.txt +++ b/_pages/tr_TR/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Haritası" # -lang: tr -permalink: /tr_TR/site-navigation.html +title: "Site Haritası" layout: single-no-ads sitemap: false --- diff --git a/_pages/tr_TR/troubleshooting.txt b/_pages/tr_TR/troubleshooting.txt index 6588815ba..f1183a06e 100644 --- a/_pages/tr_TR/troubleshooting.txt +++ b/_pages/tr_TR/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Sorun Giderme" # -lang: tr -permalink: /tr_TR/troubleshooting.html +title: "Sorun Giderme" --- 3DS'inizi çalıştıramıyorsanız lütfen ilgili bölüme bakın ve talimatları izleyin. Çözüm işe yaradığında ana kılavuzdan devam edebilirsiniz diff --git a/_pages/tr_TR/updating-to-boot9strap.txt b/_pages/tr_TR/updating-to-boot9strap.txt index 8cd2da964..9833aa933 100644 --- a/_pages/tr_TR/updating-to-boot9strap.txt +++ b/_pages/tr_TR/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: tr -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/tr_TR/why-ads.txt b/_pages/tr_TR/why-ads.txt index b0414c64c..25c7b6ea1 100644 --- a/_pages/tr_TR/why-ads.txt +++ b/_pages/tr_TR/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Neden reklamlar?" # -lang: tr -permalink: /tr_TR/why-ads.html +title: "Neden reklamlar?" layout: single-no-ads --- diff --git a/_pages/uk_UA/404.txt b/_pages/uk_UA/404.txt index 81fa56890..42569235f 100644 --- a/_pages/uk_UA/404.txt +++ b/_pages/uk_UA/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/uk_UA/9.2.0-ctrtransfer.txt b/_pages/uk_UA/9.2.0-ctrtransfer.txt index 4802150a1..39da3835a 100644 --- a/_pages/uk_UA/9.2.0-ctrtransfer.txt +++ b/_pages/uk_UA/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/uk_UA/cart-update.txt b/_pages/uk_UA/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/uk_UA/cart-update.txt +++ b/_pages/uk_UA/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/uk_UA/credits.txt b/_pages/uk_UA/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/uk_UA/credits.txt +++ b/_pages/uk_UA/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/uk_UA/donations.txt b/_pages/uk_UA/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/uk_UA/donations.txt +++ b/_pages/uk_UA/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/uk_UA/f3-(linux).txt b/_pages/uk_UA/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/uk_UA/f3-(linux).txt +++ b/_pages/uk_UA/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/uk_UA/f3x-(mac).txt b/_pages/uk_UA/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/uk_UA/f3x-(mac).txt +++ b/_pages/uk_UA/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/uk_UA/faq.txt b/_pages/uk_UA/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/uk_UA/faq.txt +++ b/_pages/uk_UA/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/uk_UA/file-extensions-(windows).txt b/_pages/uk_UA/file-extensions-(windows).txt index a94b71a6a..ac43832d8 100644 --- a/_pages/uk_UA/file-extensions-(windows).txt +++ b/_pages/uk_UA/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/uk_UA/finalizing-setup.txt b/_pages/uk_UA/finalizing-setup.txt index 4bb8d1ab2..635a5286c 100644 --- a/_pages/uk_UA/finalizing-setup.txt +++ b/_pages/uk_UA/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: en -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/uk_UA/get-started-(new-3ds).txt b/_pages/uk_UA/get-started-(new-3ds).txt index dcc169946..31137d233 100644 --- a/_pages/uk_UA/get-started-(new-3ds).txt +++ b/_pages/uk_UA/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/uk_UA/get-started-(old-3ds).txt b/_pages/uk_UA/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/uk_UA/get-started-(old-3ds).txt +++ b/_pages/uk_UA/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/uk_UA/get-started.txt b/_pages/uk_UA/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/uk_UA/get-started.txt +++ b/_pages/uk_UA/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/uk_UA/godmode9-usage.txt b/_pages/uk_UA/godmode9-usage.txt index 1cb1c7f45..22f2360eb 100644 --- a/_pages/uk_UA/godmode9-usage.txt +++ b/_pages/uk_UA/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: en -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/uk_UA/h2testw-(windows).txt b/_pages/uk_UA/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/uk_UA/h2testw-(windows).txt +++ b/_pages/uk_UA/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/uk_UA/home.txt b/_pages/uk_UA/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/uk_UA/home.txt +++ b/_pages/uk_UA/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/uk_UA/homebrew-launcher-(alternatives).txt b/_pages/uk_UA/homebrew-launcher-(alternatives).txt index 3a202d275..7778032e9 100644 --- a/_pages/uk_UA/homebrew-launcher-(alternatives).txt +++ b/_pages/uk_UA/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: en -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/uk_UA/homebrew-launcher-(soundhax).txt b/_pages/uk_UA/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/uk_UA/homebrew-launcher-(soundhax).txt +++ b/_pages/uk_UA/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/uk_UA/installing-boot9strap-(2xrsa).txt b/_pages/uk_UA/installing-boot9strap-(2xrsa).txt index 324fafc78..d5d4741d3 100644 --- a/_pages/uk_UA/installing-boot9strap-(2xrsa).txt +++ b/_pages/uk_UA/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: en -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient. diff --git a/_pages/uk_UA/installing-boot9strap-(browser).txt b/_pages/uk_UA/installing-boot9strap-(browser).txt index db8c62f62..4e15fdad3 100644 --- a/_pages/uk_UA/installing-boot9strap-(browser).txt +++ b/_pages/uk_UA/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: en -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware).txt b/_pages/uk_UA/installing-boot9strap-(dsiware).txt index 7743c8ed4..73e41929a 100644 --- a/_pages/uk_UA/installing-boot9strap-(dsiware).txt +++ b/_pages/uk_UA/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: en -permalink: /installing-boot9strap-(dsiware).html +lang: en --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt index 5009d90da..95b879b81 100644 --- a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt index c424c1fff..db52eeda1 100644 --- a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: en -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: en --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt index 7f3889621..4809b31a7 100644 --- a/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: en -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: en --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/uk_UA/installing-boot9strap-(hardmod).txt b/_pages/uk_UA/installing-boot9strap-(hardmod).txt index b9f75e6cd..98238e848 100644 --- a/_pages/uk_UA/installing-boot9strap-(hardmod).txt +++ b/_pages/uk_UA/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: en -permalink: /installing-boot9strap-(hardmod).html +lang: en --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt b/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt index 411c70601..a01863ab8 100644 --- a/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: en -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/uk_UA/installing-boot9strap-(mset).txt b/_pages/uk_UA/installing-boot9strap-(mset).txt index 4c29b699f..4ae320eff 100644 --- a/_pages/uk_UA/installing-boot9strap-(mset).txt +++ b/_pages/uk_UA/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: en -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/uk_UA/move-emunand.txt b/_pages/uk_UA/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/uk_UA/move-emunand.txt +++ b/_pages/uk_UA/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/uk_UA/ntr-and-cubic-ninja.txt b/_pages/uk_UA/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/uk_UA/ntr-and-cubic-ninja.txt +++ b/_pages/uk_UA/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/uk_UA/region-changing.txt b/_pages/uk_UA/region-changing.txt index eb1d42e76..3785d0ce9 100644 --- a/_pages/uk_UA/region-changing.txt +++ b/_pages/uk_UA/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/uk_UA/site-navigation.txt b/_pages/uk_UA/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/uk_UA/site-navigation.txt +++ b/_pages/uk_UA/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/uk_UA/troubleshooting.txt b/_pages/uk_UA/troubleshooting.txt index 14e14b4c5..d201cd852 100644 --- a/_pages/uk_UA/troubleshooting.txt +++ b/_pages/uk_UA/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/uk_UA/updating-to-boot9strap.txt b/_pages/uk_UA/updating-to-boot9strap.txt index 2574c1ada..15da2bf5c 100644 --- a/_pages/uk_UA/updating-to-boot9strap.txt +++ b/_pages/uk_UA/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: en -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/uk_UA/why-ads.txt b/_pages/uk_UA/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/uk_UA/why-ads.txt +++ b/_pages/uk_UA/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/vi_VN/404.txt b/_pages/vi_VN/404.txt index 81fa56890..42569235f 100644 --- a/_pages/vi_VN/404.txt +++ b/_pages/vi_VN/404.txt @@ -1,7 +1,5 @@ --- -title: "Page Not Found" # -lang: en -permalink: /404.html +title: "Page Not Found" layout: single-no-ads excerpt: "Page not found. Your pixels are in another canvas." # sitemap: false diff --git a/_pages/vi_VN/9.2.0-ctrtransfer.txt b/_pages/vi_VN/9.2.0-ctrtransfer.txt index f1b5d9f84..737a337e8 100644 --- a/_pages/vi_VN/9.2.0-ctrtransfer.txt +++ b/_pages/vi_VN/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: en -permalink: /9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/vi_VN/cart-update.txt b/_pages/vi_VN/cart-update.txt index 28c3dddaf..65767b93e 100644 --- a/_pages/vi_VN/cart-update.txt +++ b/_pages/vi_VN/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "Cart Update" # -lang: en -permalink: /cart-update.html +title: "Cart Update" --- All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection). diff --git a/_pages/vi_VN/credits.txt b/_pages/vi_VN/credits.txt index 47c5bd735..b0202d37e 100644 --- a/_pages/vi_VN/credits.txt +++ b/_pages/vi_VN/credits.txt @@ -1,7 +1,5 @@ --- -title: "Credits" # -lang: en -permalink: /credits.html +title: "Credits" --- **Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** diff --git a/_pages/vi_VN/donations.txt b/_pages/vi_VN/donations.txt index 6acd6f4c9..43ffa33e6 100644 --- a/_pages/vi_VN/donations.txt +++ b/_pages/vi_VN/donations.txt @@ -1,7 +1,5 @@ --- -title: "Donations" # -lang: en -permalink: /donations.html +title: "Donations" layout: single-no-ads --- diff --git a/_pages/vi_VN/f3-(linux).txt b/_pages/vi_VN/f3-(linux).txt index f52ac0946..cabeb9d36 100644 --- a/_pages/vi_VN/f3-(linux).txt +++ b/_pages/vi_VN/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: en -permalink: /f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/vi_VN/f3x-(mac).txt b/_pages/vi_VN/f3x-(mac).txt index f0d626072..85e7150de 100644 --- a/_pages/vi_VN/f3x-(mac).txt +++ b/_pages/vi_VN/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: en -permalink: /f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/vi_VN/faq.txt b/_pages/vi_VN/faq.txt index cb42d4c27..09fa9ba83 100644 --- a/_pages/vi_VN/faq.txt +++ b/_pages/vi_VN/faq.txt @@ -1,7 +1,5 @@ --- -title: "FAQ" # -lang: en -permalink: /faq.html +title: "FAQ" --- {% capture notice-1 %} diff --git a/_pages/vi_VN/file-extensions-(windows).txt b/_pages/vi_VN/file-extensions-(windows).txt index 2d2055d13..d16720be5 100644 --- a/_pages/vi_VN/file-extensions-(windows).txt +++ b/_pages/vi_VN/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: vi -permalink: /file-extensions-(windows).html +lang: vi --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/vi_VN/finalizing-setup.txt b/_pages/vi_VN/finalizing-setup.txt index c48868a44..44184417a 100644 --- a/_pages/vi_VN/finalizing-setup.txt +++ b/_pages/vi_VN/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: vi -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/vi_VN/get-started-(new-3ds).txt b/_pages/vi_VN/get-started-(new-3ds).txt index 989f19ce1..7625ef8ab 100644 --- a/_pages/vi_VN/get-started-(new-3ds).txt +++ b/_pages/vi_VN/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (New 3DS)" # -lang: en -permalink: /get-started-(new-3ds).html +title: "Get Started (New 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/vi_VN/get-started-(old-3ds).txt b/_pages/vi_VN/get-started-(old-3ds).txt index 5ae9f03c1..c9c014a1b 100644 --- a/_pages/vi_VN/get-started-(old-3ds).txt +++ b/_pages/vi_VN/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "Get Started (Old 3DS)" # -lang: en -permalink: /get-started-(old-3ds).html +title: "Get Started (Old 3DS)" --- Select the appropriate page for your version from the chart below. diff --git a/_pages/vi_VN/get-started.txt b/_pages/vi_VN/get-started.txt index fb23c2580..b21166a9d 100644 --- a/_pages/vi_VN/get-started.txt +++ b/_pages/vi_VN/get-started.txt @@ -1,7 +1,5 @@ --- -title: "Get Started" # -lang: en -permalink: /get-started.html +title: "Get Started" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/vi_VN/godmode9-usage.txt b/_pages/vi_VN/godmode9-usage.txt index f9bdef7d6..f3a3c702b 100644 --- a/_pages/vi_VN/godmode9-usage.txt +++ b/_pages/vi_VN/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 Usage" # -lang: vi -permalink: /godmode9-usage.html +title: "GodMode9 Usage" --- GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders. diff --git a/_pages/vi_VN/h2testw-(windows).txt b/_pages/vi_VN/h2testw-(windows).txt index eeca35d6f..b6a301879 100644 --- a/_pages/vi_VN/h2testw-(windows).txt +++ b/_pages/vi_VN/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: en -permalink: /h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/vi_VN/home.txt b/_pages/vi_VN/home.txt index f77c76f4c..53a09fb4c 100644 --- a/_pages/vi_VN/home.txt +++ b/_pages/vi_VN/home.txt @@ -8,9 +8,7 @@ header: cta_label: "Get Started" # cta_url: "get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: en -permalink: /index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/vi_VN/homebrew-launcher-(alternatives).txt b/_pages/vi_VN/homebrew-launcher-(alternatives).txt index f7672a54c..f4da08757 100644 --- a/_pages/vi_VN/homebrew-launcher-(alternatives).txt +++ b/_pages/vi_VN/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Alternatives)" # -lang: vi -permalink: /homebrew-launcher-(alternatives).html +title: "Homebrew Launcher (Alternatives)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/vi_VN/homebrew-launcher-(soundhax).txt b/_pages/vi_VN/homebrew-launcher-(soundhax).txt index cf9ed82ec..d04d52612 100644 --- a/_pages/vi_VN/homebrew-launcher-(soundhax).txt +++ b/_pages/vi_VN/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: en -permalink: /homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- The Homebrew Launcher has many different entrypoints, or methods of launching. diff --git a/_pages/vi_VN/installing-boot9strap-(2xrsa).txt b/_pages/vi_VN/installing-boot9strap-(2xrsa).txt index 94d01388a..d5d4741d3 100644 --- a/_pages/vi_VN/installing-boot9strap-(2xrsa).txt +++ b/_pages/vi_VN/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: vi -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- This is a placeholder page that will be updated once SafeB9SInstaller has a release to support the 2xrsa entrypoint (coming soon). A hardmod is not needed to install boot9strap if you are on 2.1.0. Please be patient. diff --git a/_pages/vi_VN/installing-boot9strap-(browser).txt b/_pages/vi_VN/installing-boot9strap-(browser).txt index 28d4b1059..56712efbc 100644 --- a/_pages/vi_VN/installing-boot9strap-(browser).txt +++ b/_pages/vi_VN/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: vi -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware).txt b/_pages/vi_VN/installing-boot9strap-(dsiware).txt index 8d22505ed..3c6b8bb50 100644 --- a/_pages/vi_VN/installing-boot9strap-(dsiware).txt +++ b/_pages/vi_VN/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare)" # -lang: vi -permalink: /installing-boot9strap-(dsiware).html +lang: vi --- There are two different methods of installing boot9strap using DSiWare on 11.4.0. diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt index 0e6f6b3d1..635aad0d8 100644 --- a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: vi -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: vi --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt index 184eb040e..0e53ca093 100644 --- a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: vi -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: vi --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt index 10e1c24bf..5faa752a7 100644 --- a/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: vi -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: vi --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/vi_VN/installing-boot9strap-(hardmod).txt b/_pages/vi_VN/installing-boot9strap-(hardmod).txt index b37b5b16f..5c4ba9b37 100644 --- a/_pages/vi_VN/installing-boot9strap-(hardmod).txt +++ b/_pages/vi_VN/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: vi -permalink: /installing-boot9strap-(hardmod).html +lang: vi --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt b/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt index 0e799c7f6..80b243f92 100644 --- a/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: vi -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/vi_VN/installing-boot9strap-(mset).txt b/_pages/vi_VN/installing-boot9strap-(mset).txt index 7b445bcd8..72e5553d3 100644 --- a/_pages/vi_VN/installing-boot9strap-(mset).txt +++ b/_pages/vi_VN/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: vi -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/vi_VN/move-emunand.txt b/_pages/vi_VN/move-emunand.txt index 96b5ca5a6..83d5f46df 100644 --- a/_pages/vi_VN/move-emunand.txt +++ b/_pages/vi_VN/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "Move EmuNAND" # -lang: en -permalink: /move-emunand.html +title: "Move EmuNAND" --- This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). diff --git a/_pages/vi_VN/ntr-and-cubic-ninja.txt b/_pages/vi_VN/ntr-and-cubic-ninja.txt index e1747fe1a..b87710c4d 100644 --- a/_pages/vi_VN/ntr-and-cubic-ninja.txt +++ b/_pages/vi_VN/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR and Cubic Ninja" # -lang: en -permalink: /ntr-and-cubic-ninja.html +title: "NTR and Cubic Ninja" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/vi_VN/region-changing.txt b/_pages/vi_VN/region-changing.txt index 241a388f0..6780a262b 100644 --- a/_pages/vi_VN/region-changing.txt +++ b/_pages/vi_VN/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "Region Changing" # -lang: en -permalink: /region-changing.html +title: "Region Changing" --- This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to. diff --git a/_pages/vi_VN/site-navigation.txt b/_pages/vi_VN/site-navigation.txt index 1c19b89f8..531035da8 100644 --- a/_pages/vi_VN/site-navigation.txt +++ b/_pages/vi_VN/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "Site Navigation" # -lang: en -permalink: /site-navigation.html +title: "Site Navigation" layout: single-no-ads sitemap: false --- diff --git a/_pages/vi_VN/troubleshooting.txt b/_pages/vi_VN/troubleshooting.txt index b267a3a66..2202ae865 100644 --- a/_pages/vi_VN/troubleshooting.txt +++ b/_pages/vi_VN/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "Troubleshooting" # -lang: en -permalink: /troubleshooting.html +title: "Troubleshooting" --- If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide diff --git a/_pages/vi_VN/updating-to-boot9strap.txt b/_pages/vi_VN/updating-to-boot9strap.txt index 624bb36b7..ae261fcab 100644 --- a/_pages/vi_VN/updating-to-boot9strap.txt +++ b/_pages/vi_VN/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: vi -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/vi_VN/why-ads.txt b/_pages/vi_VN/why-ads.txt index 3cf79a830..e27657493 100644 --- a/_pages/vi_VN/why-ads.txt +++ b/_pages/vi_VN/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "Why Ads?" # -lang: en -permalink: /why-ads.html +title: "Why Ads?" layout: single-no-ads --- diff --git a/_pages/zh_CN/404.txt b/_pages/zh_CN/404.txt index 335dc2b21..ffbf258b6 100644 --- a/_pages/zh_CN/404.txt +++ b/_pages/zh_CN/404.txt @@ -1,7 +1,5 @@ --- -title: "找不到页面" # -lang: zh_CN -permalink: /zh_CN/404.html +title: "找不到页面" layout: single-no-ads excerpt: "找不到页面。 您的画在另一张画布上哦!"# sitemap: false diff --git a/_pages/zh_CN/9.2.0-ctrtransfer.txt b/_pages/zh_CN/9.2.0-ctrtransfer.txt index 15d4cdf13..8a929cc7a 100644 --- a/_pages/zh_CN/9.2.0-ctrtransfer.txt +++ b/_pages/zh_CN/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTR转移" # -lang: zh_CN -permalink: /zh_CN/9.2.0-ctrtransfer.html +title: "9.2.0 CTR转移" --- This is add-on section for installing a 9.2.0 CTRTransfer image to your device. diff --git a/_pages/zh_CN/cart-update.txt b/_pages/zh_CN/cart-update.txt index ff08d0037..a600f92e9 100644 --- a/_pages/zh_CN/cart-update.txt +++ b/_pages/zh_CN/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "卡带升级" # -lang: zh_CN -permalink: /zh_CN/cart-update.html +title: "卡带升级" --- 所有的游戏卡带都自带一份所需版本系统的拷贝,使得低版本系统的玩家即使在没有互联网链接的情况下,也可以用卡带升级到所需的系统版本 diff --git a/_pages/zh_CN/credits.txt b/_pages/zh_CN/credits.txt index dd79137fc..f1a1fc495 100644 --- a/_pages/zh_CN/credits.txt +++ b/_pages/zh_CN/credits.txt @@ -1,7 +1,5 @@ --- -title: "致谢" # -lang: zh_CN -permalink: /zh_CN/credits.html +title: "致谢" --- **特别感谢所有在[Freenode #Cakey](http://webchat.freenode.net/?channels=%23Cakey)成员的杰出贡献!** diff --git a/_pages/zh_CN/donations.txt b/_pages/zh_CN/donations.txt index 17f6307af..55bb551fb 100644 --- a/_pages/zh_CN/donations.txt +++ b/_pages/zh_CN/donations.txt @@ -1,7 +1,5 @@ --- -title: "捐款" # -lang: zh_CN -permalink: /zh_CN/donations.html +title: "捐款" layout: single-no-ads --- diff --git a/_pages/zh_CN/f3-(linux).txt b/_pages/zh_CN/f3-(linux).txt index 124b78c47..4e22dad03 100644 --- a/_pages/zh_CN/f3-(linux).txt +++ b/_pages/zh_CN/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: zh_CN -permalink: /zh_CN/f3-(linux).html +title: "F3 (Linux)" --- This is an add-on section for checking your SD card for errors using F3. diff --git a/_pages/zh_CN/f3x-(mac).txt b/_pages/zh_CN/f3x-(mac).txt index 0d52a53d6..f8121f629 100644 --- a/_pages/zh_CN/f3x-(mac).txt +++ b/_pages/zh_CN/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: zh_CN -permalink: /zh_CN/f3x-(mac).html +title: "F3X (Mac)" --- This is an add-on section for checking your SD card for errors using F3X. diff --git a/_pages/zh_CN/faq.txt b/_pages/zh_CN/faq.txt index 82e956419..6a9d6f092 100644 --- a/_pages/zh_CN/faq.txt +++ b/_pages/zh_CN/faq.txt @@ -1,7 +1,5 @@ --- -title: "常见问题" # -lang: zh_CN -permalink: /zh_CN/faq.html +title: "常见问题" --- {% capture notice-1 %} diff --git a/_pages/zh_CN/file-extensions-(windows).txt b/_pages/zh_CN/file-extensions-(windows).txt index 33ae9ba9f..1764da367 100644 --- a/_pages/zh_CN/file-extensions-(windows).txt +++ b/_pages/zh_CN/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "File Extensions (Windows)" # -lang: en -permalink: /file-extensions-(windows).html +lang: en --- This is an add-on section for disabling Windows's default behavior of hiding file extensions. diff --git a/_pages/zh_CN/finalizing-setup.txt b/_pages/zh_CN/finalizing-setup.txt index ee72fe199..8f3b3220c 100644 --- a/_pages/zh_CN/finalizing-setup.txt +++ b/_pages/zh_CN/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "Finalizing Setup" # -lang: zh_CN -permalink: /finalizing-setup.html +title: "Finalizing Setup" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/zh_CN/get-started-(new-3ds).txt b/_pages/zh_CN/get-started-(new-3ds).txt index 1df3a26e3..9b0a296d0 100644 --- a/_pages/zh_CN/get-started-(new-3ds).txt +++ b/_pages/zh_CN/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "开始教程(新3DS)" # -lang: zh_CN -permalink: /zh_CN/get-started-(new-3ds).html +title: "开始教程(新3DS)" --- 请在下表中按照你的系统版本选择对应的页面。 diff --git a/_pages/zh_CN/get-started-(old-3ds).txt b/_pages/zh_CN/get-started-(old-3ds).txt index b2de76b9c..31674c1ac 100644 --- a/_pages/zh_CN/get-started-(old-3ds).txt +++ b/_pages/zh_CN/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "开始教程(老3DS)" # -lang: zh_CN -permalink: /zh_CN/get-started-(old-3ds).html +title: "开始教程(老3DS)" --- 请在下表中按照你的系统版本选择对应的页面。 diff --git a/_pages/zh_CN/get-started.txt b/_pages/zh_CN/get-started.txt index ff8552e1f..59c162e6b 100644 --- a/_pages/zh_CN/get-started.txt +++ b/_pages/zh_CN/get-started.txt @@ -1,7 +1,5 @@ --- -title: "开始教程" # -lang: zh_CN -permalink: /zh_CN/get-started.html +title: "开始教程" --- This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap). diff --git a/_pages/zh_CN/godmode9-usage.txt b/_pages/zh_CN/godmode9-usage.txt index 49f81267d..5b57e93af 100644 --- a/_pages/zh_CN/godmode9-usage.txt +++ b/_pages/zh_CN/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "GodMode9 使用教程" # -lang: zh_CN -permalink: /zh_CN/godmode9-usage.html +title: "GodMode9 使用教程" --- diff --git a/_pages/zh_CN/h2testw-(windows).txt b/_pages/zh_CN/h2testw-(windows).txt index f36ff1169..40a5077d6 100644 --- a/_pages/zh_CN/h2testw-(windows).txt +++ b/_pages/zh_CN/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: zh_CN -permalink: /zh_CN/h2testw-(windows).html +title: "H2testw (Windows)" --- This is an add-on section for checking your SD card for errors using h2testw. diff --git a/_pages/zh_CN/home.txt b/_pages/zh_CN/home.txt index 6171bb14a..3e9b69e11 100644 --- a/_pages/zh_CN/home.txt +++ b/_pages/zh_CN/home.txt @@ -8,9 +8,7 @@ header: cta_label: "开始教程" # cta_url: "/zh_CN/get-started" # caption: -excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" # -lang: zh_CN -permalink: /zh_CN/index.html +excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- {% capture notice-home %} diff --git a/_pages/zh_CN/homebrew-launcher-(alternatives).txt b/_pages/zh_CN/homebrew-launcher-(alternatives).txt index 9b379155d..447e61c81 100644 --- a/_pages/zh_CN/homebrew-launcher-(alternatives).txt +++ b/_pages/zh_CN/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher(其他方法)" # -lang: zh_CN -permalink: /zh_CN/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher(其他方法)" --- Homebrew Launcher(HBL)有许多不同的入口和启动方式。 diff --git a/_pages/zh_CN/homebrew-launcher-(soundhax).txt b/_pages/zh_CN/homebrew-launcher-(soundhax).txt index ec0ef7746..28b20e7c0 100644 --- a/_pages/zh_CN/homebrew-launcher-(soundhax).txt +++ b/_pages/zh_CN/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "自制程序启动器(声音破解)" # -lang: zh_CN -permalink: /zh_CN/homebrew-launcher-(soundhax).html +title: "自制程序启动器(声音破解)" --- Homebrew Launcher (HBL) 有许多不同的入口和启动方式。 diff --git a/_pages/zh_CN/installing-boot9strap-(2xrsa).txt b/_pages/zh_CN/installing-boot9strap-(2xrsa).txt index 9d4af708a..32770343e 100644 --- a/_pages/zh_CN/installing-boot9strap-(2xrsa).txt +++ b/_pages/zh_CN/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: zh_CN -permalink: /installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) diff --git a/_pages/zh_CN/installing-boot9strap-(browser).txt b/_pages/zh_CN/installing-boot9strap-(browser).txt index 5c3126868..e2589b1aa 100644 --- a/_pages/zh_CN/installing-boot9strap-(browser).txt +++ b/_pages/zh_CN/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Browser)" # -lang: zh_CN -permalink: /installing-boot9strap-(browser).html +title: "Installing boot9strap (Browser)" --- 如果你的3DS之前已经破解并安装了基于虚拟系统(EnuNAND)的自制系统(CFW),请务必注意本教程仅适用于真实系统(SysNAND),并且教程内的所有步骤都应当在你的真实系统(SysNAND)上进行。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。 diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware).txt b/_pages/zh_CN/installing-boot9strap-(dsiware).txt index edfd4ddbc..0f07df239 100644 --- a/_pages/zh_CN/installing-boot9strap-(dsiware).txt +++ b/_pages/zh_CN/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "安装 boot9strap (DSiWare)" # -lang: zh_CN -permalink: /zh_CN/installing-boot9strap-(dsiware).html +lang: zh_CN --- 在 11.4.0 上使用 DSiWare 安装 boot9strap 有两种不同的方法。 diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt index 9f7295d82..aaa980a47 100644 --- a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection)" # -lang: zh_CN -permalink: /installing-boot9strap-(dsiware-game-injection).html +lang: zh_CN --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt index cb26613c9..57a719b81 100644 --- a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Game Injection List)" # -lang: zh_CN -permalink: /installing-boot9strap-(dsiware-game-injection-list).html +lang: zh_CN --- This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games. diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt index f2b4428b8..a560f4434 100644 --- a/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (DSiWare Save Injection)" # -lang: zh_CN -permalink: /installing-boot9strap-(dsiware-save-injection).html +lang: zh_CN --- Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9. diff --git a/_pages/zh_CN/installing-boot9strap-(hardmod).txt b/_pages/zh_CN/installing-boot9strap-(hardmod).txt index c70a1a7e6..bbea22214 100644 --- a/_pages/zh_CN/installing-boot9strap-(hardmod).txt +++ b/_pages/zh_CN/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "Installing boot9strap (Hardmod)" # -lang: zh_CN -permalink: /installing-boot9strap-(hardmod).html +lang: zh_CN --- An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. diff --git a/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt b/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt index 4a584c231..f3332b22a 100644 --- a/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (Homebrew Launcher)" # -lang: zh_CN -permalink: /installing-boot9strap-(homebrew-launcher).html +title: "Installing boot9strap (Homebrew Launcher)" --- 如果你的3DS之前已经破解并安装了基于虚拟系统(EnuNAND)的自制系统(CFW),请务必注意本教程仅适用于真实系统(SysNAND),并且教程内的所有步骤都应当在你的真实系统(SysNAND)上进行。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。 diff --git a/_pages/zh_CN/installing-boot9strap-(mset).txt b/_pages/zh_CN/installing-boot9strap-(mset).txt index a806e5878..cd67a4ecb 100644 --- a/_pages/zh_CN/installing-boot9strap-(mset).txt +++ b/_pages/zh_CN/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (MSET)" # -lang: zh_CN -permalink: /installing-boot9strap-(mset).html +title: "Installing boot9strap (MSET)" --- 如果你的3DS之前已经破解并安装了基于虚拟系统(EnuNAND)的自制系统(CFW),请务必注意本教程仅适用于真实系统(SysNAND),并且教程内的所有步骤都应当在你的真实系统(SysNAND)上进行。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。 diff --git a/_pages/zh_CN/move-emunand.txt b/_pages/zh_CN/move-emunand.txt index 7a5f6be82..1cebc525e 100644 --- a/_pages/zh_CN/move-emunand.txt +++ b/_pages/zh_CN/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "迁移EmuNAND数据" # -lang: zh_CN -permalink: /zh_CN/move-emunand.html +title: "迁移EmuNAND数据" --- 本节是附加章节,将你的EmuNAND的数据迁移到新的SysNAND自制系统中,然后删除EmuNAND分区。 注意EmuNAND和RedNAND是[同一概念](http://3dbrew.org/wiki/NAND_Redirection)的两种略微不同的实现。 diff --git a/_pages/zh_CN/ntr-and-cubic-ninja.txt b/_pages/zh_CN/ntr-and-cubic-ninja.txt index 01588f771..f79bbebb1 100644 --- a/_pages/zh_CN/ntr-and-cubic-ninja.txt +++ b/_pages/zh_CN/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR和Cubic Ninja" # -lang: zh_CN -permalink: /zh_CN/ntr-and-cubic-ninja.html +title: "NTR和Cubic Ninja" --- 你需要一个支持BT种子协议的下载程序如 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 或者迅雷来使用本教程中的 [磁力链](https://zh.wikipedia.org/wiki/%E7%A3%81%E5%8A%9B%E9%93%BE%E6%8E%A5) 。 diff --git a/_pages/zh_CN/region-changing.txt b/_pages/zh_CN/region-changing.txt index 06f1b5f22..75512db9d 100644 --- a/_pages/zh_CN/region-changing.txt +++ b/_pages/zh_CN/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "区域变更" # -lang: zh_CN -permalink: /zh_CN/region-changing.html +title: "区域变更" --- This is add-on section for region changing your CFW SysNAND. 这是通过安装你想要切换到的地区的 9.2.0 CTR转移镜像而达成。 diff --git a/_pages/zh_CN/site-navigation.txt b/_pages/zh_CN/site-navigation.txt index f97ff767d..cadbb3a83 100644 --- a/_pages/zh_CN/site-navigation.txt +++ b/_pages/zh_CN/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "网站导航" # -lang: zh_CN -permalink: /zh_CN/site-navigation.html +title: "网站导航" layout: single-no-ads sitemap: false --- diff --git a/_pages/zh_CN/troubleshooting.txt b/_pages/zh_CN/troubleshooting.txt index 5870fe5a8..1c104db78 100644 --- a/_pages/zh_CN/troubleshooting.txt +++ b/_pages/zh_CN/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "问题排查" # -lang: zh_CN -permalink: /zh_CN/troubleshooting.html +title: "问题排查" --- 如果你启动不了你的设备,请参阅本页面中的相关章节,并按照教程执行。 问题解决后,便可回到主教程继续进行。 diff --git a/_pages/zh_CN/updating-to-boot9strap.txt b/_pages/zh_CN/updating-to-boot9strap.txt index b457fd0a7..aeb112cb8 100644 --- a/_pages/zh_CN/updating-to-boot9strap.txt +++ b/_pages/zh_CN/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "Updating to boot9strap" # -lang: zh_CN -permalink: /updating-to-boot9strap.html +title: "Updating to boot9strap" --- This page is for existing arm9loaderhax users to update their devices to boot9strap. diff --git a/_pages/zh_CN/why-ads.txt b/_pages/zh_CN/why-ads.txt index 2305710f0..a2cc6c2c0 100644 --- a/_pages/zh_CN/why-ads.txt +++ b/_pages/zh_CN/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "为什么有广告?" # -lang: zh_CN -permalink: /zh_CN/why-ads.html +title: "为什么有广告?" layout: single-no-ads --- diff --git a/_pages/zh_TW/404.txt b/_pages/zh_TW/404.txt index 5fd7ace21..05cb457d3 100644 --- a/_pages/zh_TW/404.txt +++ b/_pages/zh_TW/404.txt @@ -1,7 +1,5 @@ --- -title: "找不到此頁面" # -lang: zh-Hant -permalink: /zh_TW/404.html +title: "找不到此頁面" layout: single-no-ads excerpt: "耶,未找到此頁面欸。 你的畫在其他的畫布上噢!" # sitemap: false diff --git a/_pages/zh_TW/9.2.0-ctrtransfer.txt b/_pages/zh_TW/9.2.0-ctrtransfer.txt index f5c0e6269..5316da54c 100644 --- a/_pages/zh_TW/9.2.0-ctrtransfer.txt +++ b/_pages/zh_TW/9.2.0-ctrtransfer.txt @@ -1,7 +1,5 @@ --- -title: "9.2.0 CTRTransfer" # -lang: zh-Hant -permalink: /zh_TW/9.2.0-ctrtransfer.html +title: "9.2.0 CTRTransfer" --- 本篇為用來安裝 9.2.0 CTRTransfer 鏡像檔至你主機上的附加章節。 diff --git a/_pages/zh_TW/cart-update.txt b/_pages/zh_TW/cart-update.txt index e77407cd8..6cd96dee4 100644 --- a/_pages/zh_TW/cart-update.txt +++ b/_pages/zh_TW/cart-update.txt @@ -1,7 +1,5 @@ --- -title: "卡帶更新" # -lang: zh-Hant -permalink: /zh_TW/cart-update.html +title: "卡帶更新" --- 所有的卡帶都有附上玩那遊戲所需要的系統更新,讓擁有比較舊的系統版本的玩家可以在離線的狀態下更新系統。 diff --git a/_pages/zh_TW/credits.txt b/_pages/zh_TW/credits.txt index 36275dc32..777b9cfba 100644 --- a/_pages/zh_TW/credits.txt +++ b/_pages/zh_TW/credits.txt @@ -1,7 +1,5 @@ --- -title: "製作群" # -lang: zh-Hant -permalink: /zh_TW/credits.html +title: "製作群" --- **特別感謝所有在[ Freenode 上 #Cakey ](http://webchat.freenode.net/?channels=%23Cakey)的所有成員!** diff --git a/_pages/zh_TW/donations.txt b/_pages/zh_TW/donations.txt index e75fda01b..d29cc7fce 100644 --- a/_pages/zh_TW/donations.txt +++ b/_pages/zh_TW/donations.txt @@ -1,7 +1,5 @@ --- -title: "贊助" # -lang: zh-Hant -permalink: /zh_TW/donations.html +title: "贊助" layout: single-no-ads --- diff --git a/_pages/zh_TW/f3-(linux).txt b/_pages/zh_TW/f3-(linux).txt index cd4b48bae..9b054961c 100644 --- a/_pages/zh_TW/f3-(linux).txt +++ b/_pages/zh_TW/f3-(linux).txt @@ -1,7 +1,5 @@ --- -title: "F3 (Linux)" # -lang: zh-Hant -permalink: /zh_TW/f3-(linux).html +title: "F3 (Linux)" --- 本篇為透過 F3 來檢查你 SD 卡是否有任何問題的附加章節。 diff --git a/_pages/zh_TW/f3x-(mac).txt b/_pages/zh_TW/f3x-(mac).txt index a899281f3..c1bece7f9 100644 --- a/_pages/zh_TW/f3x-(mac).txt +++ b/_pages/zh_TW/f3x-(mac).txt @@ -1,7 +1,5 @@ --- -title: "F3X (Mac)" # -lang: zh-Hant -permalink: /zh_TW/f3x-(mac).html +title: "F3X (Mac)" --- 本篇為透過 F3X 來檢查你 SD 卡是否有任何問題的附加章節。 diff --git a/_pages/zh_TW/faq.txt b/_pages/zh_TW/faq.txt index 48a920dda..fd1148776 100644 --- a/_pages/zh_TW/faq.txt +++ b/_pages/zh_TW/faq.txt @@ -1,7 +1,5 @@ --- -title: "常見問題 FAQ" # -lang: zh-Hant -permalink: /zh_TW/faq.html +title: "常見問題 FAQ" --- {% capture notice-1 %} diff --git a/_pages/zh_TW/file-extensions-(windows).txt b/_pages/zh_TW/file-extensions-(windows).txt index db636eb5f..c204018f0 100644 --- a/_pages/zh_TW/file-extensions-(windows).txt +++ b/_pages/zh_TW/file-extensions-(windows).txt @@ -1,7 +1,6 @@ --- title: "檔案副檔名 (Windows)" # -lang: zh-Hant -permalink: /zh_TW/file-extensions-(windows).html +lang: zh-Hant --- 本篇為改變預設 Windows 隱藏副檔名行為的附加章節。 diff --git a/_pages/zh_TW/finalizing-setup.txt b/_pages/zh_TW/finalizing-setup.txt index 3b2a9c315..ac7d98920 100644 --- a/_pages/zh_TW/finalizing-setup.txt +++ b/_pages/zh_TW/finalizing-setup.txt @@ -1,7 +1,5 @@ --- -title: "完成安裝" # -lang: zh-Hant -permalink: /zh_TW/finalizing-setup.html +title: "完成安裝" --- 本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,你將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。 diff --git a/_pages/zh_TW/get-started-(new-3ds).txt b/_pages/zh_TW/get-started-(new-3ds).txt index d7e44f9e3..1a1bcf7d1 100644 --- a/_pages/zh_TW/get-started-(new-3ds).txt +++ b/_pages/zh_TW/get-started-(new-3ds).txt @@ -1,7 +1,5 @@ --- -title: "從頭開始(New 3DS)" # -lang: zh-Hant -permalink: /zh_TW/get-started-(new-3ds).html +title: "從頭開始(New 3DS)" --- 請於下表中選擇與你系統版本相符的頁面。 diff --git a/_pages/zh_TW/get-started-(old-3ds).txt b/_pages/zh_TW/get-started-(old-3ds).txt index 80817b0f7..a4f18ebad 100644 --- a/_pages/zh_TW/get-started-(old-3ds).txt +++ b/_pages/zh_TW/get-started-(old-3ds).txt @@ -1,7 +1,5 @@ --- -title: "從頭開始 (舊型 3DS)" # -lang: zh-Hant -permalink: /zh_TW/get-started-(old-3ds).html +title: "從頭開始 (舊型 3DS)" --- 請於下表中選擇與你系統版本相符的頁面。 diff --git a/_pages/zh_TW/get-started.txt b/_pages/zh_TW/get-started.txt index 60dc62fb0..fe014e857 100644 --- a/_pages/zh_TW/get-started.txt +++ b/_pages/zh_TW/get-started.txt @@ -1,7 +1,5 @@ --- -title: "從頭開始" # -lang: zh-Hant -permalink: /zh_TW/get-started.html +title: "從頭開始" --- 本頁面將帶領你安裝 boot9strap 至*原廠尚未改機*的 3DS 或 2DS 上。 如果你先前已經安裝了 arm9loaderhax 而且你想要更新至 boot9strap,請依照[更新至 boot9strap](updating-to-boot9strap) 的步驟進行。 diff --git a/_pages/zh_TW/godmode9-usage.txt b/_pages/zh_TW/godmode9-usage.txt index 708bcbb78..55e85b025 100644 --- a/_pages/zh_TW/godmode9-usage.txt +++ b/_pages/zh_TW/godmode9-usage.txt @@ -1,7 +1,5 @@ --- -title: "如何使用 GodMode9 " # -lang: zh-Hant -permalink: /zh_TW/godmode9-usage.html +title: "如何使用 GodMode9 " --- GodMode9 是可以完全存取任天堂 3DS 主機的文件瀏覽器,你可以用它存取 SD 卡以及你 SysNAND 和 EmuNAND 內的 FAT 磁區以及更多。 除了其他功能外,你還能透過它複製、刪除、重新命名檔案以及建立資料夾。 diff --git a/_pages/zh_TW/h2testw-(windows).txt b/_pages/zh_TW/h2testw-(windows).txt index 640beff5d..b7c2a7c27 100644 --- a/_pages/zh_TW/h2testw-(windows).txt +++ b/_pages/zh_TW/h2testw-(windows).txt @@ -1,7 +1,5 @@ --- -title: "H2testw (Windows)" # -lang: zh-Hant -permalink: /zh_TW/h2testw-(windows).html +title: "H2testw (Windows)" --- 本篇為透過 h2testw 來檢查你 SD 卡是否有任何問題的附加章節。 diff --git a/_pages/zh_TW/home.txt b/_pages/zh_TW/home.txt index faa2d5347..d126aa7c8 100644 --- a/_pages/zh_TW/home.txt +++ b/_pages/zh_TW/home.txt @@ -8,9 +8,7 @@ header: cta_label: "從頭開始" # cta_url: "/zh_TW/get-started" # caption: -excerpt: "最完整的 3DS 改機教戰手冊,
教你如何從原廠韌體改成 boot9strap。
" # -lang: zh_TW -permalink: /zh_TW/index.html +excerpt: "最完整的 3DS 改機教戰手冊,
教你如何從原廠韌體改成 boot9strap。
" --- {% capture notice-home %} diff --git a/_pages/zh_TW/homebrew-launcher-(alternatives).txt b/_pages/zh_TW/homebrew-launcher-(alternatives).txt index 35f2c5672..c2d6397a3 100644 --- a/_pages/zh_TW/homebrew-launcher-(alternatives).txt +++ b/_pages/zh_TW/homebrew-launcher-(alternatives).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher(透過其他方法)" # -lang: zh-Hant -permalink: /zh_TW/homebrew-launcher-(alternatives).html +title: "Homebrew Launcher(透過其他方法)" --- Homebrew Launcher 有許多不同的進入點或啟動方法。 diff --git a/_pages/zh_TW/homebrew-launcher-(soundhax).txt b/_pages/zh_TW/homebrew-launcher-(soundhax).txt index acde2b961..cc87a09cd 100644 --- a/_pages/zh_TW/homebrew-launcher-(soundhax).txt +++ b/_pages/zh_TW/homebrew-launcher-(soundhax).txt @@ -1,7 +1,5 @@ --- -title: "Homebrew Launcher (Soundhax)" # -lang: zh-Hant -permalink: /zh_TW/homebrew-launcher-(soundhax).html +title: "Homebrew Launcher (Soundhax)" --- Homebrew Launcher 可以透過不同的進入點或方式開啟。 diff --git a/_pages/zh_TW/installing-boot9strap-(2xrsa).txt b/_pages/zh_TW/installing-boot9strap-(2xrsa).txt index 6b5c701e3..6a0373b6d 100644 --- a/_pages/zh_TW/installing-boot9strap-(2xrsa).txt +++ b/_pages/zh_TW/installing-boot9strap-(2xrsa).txt @@ -1,7 +1,5 @@ --- -title: "Installing boot9strap (2xrsa)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(2xrsa).html +title: "Installing boot9strap (2xrsa)" --- 本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,你將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。 diff --git a/_pages/zh_TW/installing-boot9strap-(browser).txt b/_pages/zh_TW/installing-boot9strap-(browser).txt index 94a943caf..3413f42d3 100644 --- a/_pages/zh_TW/installing-boot9strap-(browser).txt +++ b/_pages/zh_TW/installing-boot9strap-(browser).txt @@ -1,7 +1,5 @@ --- -title: "安裝 boot9strap(透過網頁瀏覽器)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(browser).html +title: "安裝 boot9strap(透過網頁瀏覽器)" --- 如果你先前已經有改機過,且已安裝基於 EmuNAND 的自製系統-請注意本教學是專門用來處理 SysNAND 的,而你應在閱讀此教學時在 SysNAND 底下操作或套用至 SysNAND。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。 diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware).txt b/_pages/zh_TW/installing-boot9strap-(dsiware).txt index ecbd71481..05b169ec1 100644 --- a/_pages/zh_TW/installing-boot9strap-(dsiware).txt +++ b/_pages/zh_TW/installing-boot9strap-(dsiware).txt @@ -1,7 +1,6 @@ --- title: "安裝 boot9strap(透過 DSiWare)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(dsiware).html +lang: zh-Hant --- 目前有兩種不同方法可以在系統版本 11.4.0 上透過 DSiWare 安裝 boot9strap。 diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt index 86abd7e25..09c4ef1f2 100644 --- a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt @@ -1,7 +1,6 @@ --- title: "安裝 boot9strap(透過 DSiWare 植入遊戲)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(dsiware-game-injection).html +lang: zh-Hant --- 請注意,在某些版本上的 Luma3DS 中,Luma3DS 連環加載選單僅會在偵測到多個 payload 檔時才會出現。 如果它只偵測到一個 payload 檔案,在開機時按住「Start」鍵將會直接開機至 GodMode9。 diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt index 08ebcd8f0..dbe283f8d 100644 --- a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt +++ b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection-list).txt @@ -1,7 +1,6 @@ --- title: "安裝 boot9strap(透過 DSiWare 植入遊戲-遊戲清單)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(dsiware-game-injection-list).html +lang: zh-Hant --- 以下是所有與[安裝 boot9strap(透過 DSiWare)](installing-boot9strap-(dsiware))相容的遊戲清單(自動生成)。 diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt index a942b86ad..faaaba1b7 100644 --- a/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt @@ -1,7 +1,6 @@ --- title: "安裝 boot9strap(透過 DSiWare 植入存檔)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(dsiware-save-injection).html +lang: zh-Hant --- 請注意,在某些版本上的 Luma3DS 中,Luma3DS 連環加載選單僅會在偵測到多個 payload 檔時才會出現。 如果它只偵測到一個 payload 檔案,在開機時按住「Start」鍵將會直接開機至 GodMode9。 diff --git a/_pages/zh_TW/installing-boot9strap-(hardmod).txt b/_pages/zh_TW/installing-boot9strap-(hardmod).txt index 2508c135c..c2df38067 100644 --- a/_pages/zh_TW/installing-boot9strap-(hardmod).txt +++ b/_pages/zh_TW/installing-boot9strap-(hardmod).txt @@ -1,7 +1,6 @@ --- title: "安裝 boot9strap(透過硬改)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(hardmod).html +lang: zh-Hant --- 你可以在[這裡](https://gbatemp.net/threads/414498/)找到硬改的相關資訊。 如果你的主機是 New 3DS 的話,請在硬改前讀完[本篇](https://github.com/Plailect/Guide/issues/681)。 diff --git a/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt b/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt index 52fe24c56..566395c4d 100644 --- a/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt @@ -1,7 +1,5 @@ --- -title: "安裝 boot9strap(透過 Homebrew Launcher)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(homebrew-launcher).html +title: "安裝 boot9strap(透過 Homebrew Launcher)" --- 如果你先前已經有改機過,且已安裝基於 EmuNAND 的自製系統-請注意本教學是專門用來處理 SysNAND 的,而你應在閱讀此教學時在 SysNAND 底下操作或套用至 SysNAND。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。 diff --git a/_pages/zh_TW/installing-boot9strap-(mset).txt b/_pages/zh_TW/installing-boot9strap-(mset).txt index ccd4788fc..97fe415d6 100644 --- a/_pages/zh_TW/installing-boot9strap-(mset).txt +++ b/_pages/zh_TW/installing-boot9strap-(mset).txt @@ -1,7 +1,5 @@ --- -title: "安裝 boot9strap(透過 MSET)" # -lang: zh-Hant -permalink: /zh_TW/installing-boot9strap-(mset).html +title: "安裝 boot9strap(透過 MSET)" --- 如果你先前已經有改機過,且已安裝基於 EmuNAND 的自製系統-請注意本教學是專門用來處理 SysNAND 的,而你應在閱讀此教學時在 SysNAND 底下操作或套用至 SysNAND。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。 diff --git a/_pages/zh_TW/move-emunand.txt b/_pages/zh_TW/move-emunand.txt index 75c73a48b..2d9d6f765 100644 --- a/_pages/zh_TW/move-emunand.txt +++ b/_pages/zh_TW/move-emunand.txt @@ -1,7 +1,5 @@ --- -title: "移植 EmuNAND" # -lang: zh-Hant -permalink: /zh_TW/move-emunand.html +title: "移植 EmuNAND" --- 本篇如何把之前 EmuNAND 中的內容移植到你新的自製 SysNAND 系統底下,並移除舊的 EmuNAND 磁區的附加章節。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。 diff --git a/_pages/zh_TW/ntr-and-cubic-ninja.txt b/_pages/zh_TW/ntr-and-cubic-ninja.txt index cf7737c3e..1d2123f41 100644 --- a/_pages/zh_TW/ntr-and-cubic-ninja.txt +++ b/_pages/zh_TW/ntr-and-cubic-ninja.txt @@ -1,7 +1,5 @@ --- -title: "NTR 韌體及「方塊忍者」" # -lang: zh-Hant -permalink: /zh_TW/ntr-and-cubic-ninja.html +title: "NTR 韌體及「方塊忍者」" --- 本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,你將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。 diff --git a/_pages/zh_TW/region-changing.txt b/_pages/zh_TW/region-changing.txt index 202be8d33..9f77c74ba 100644 --- a/_pages/zh_TW/region-changing.txt +++ b/_pages/zh_TW/region-changing.txt @@ -1,7 +1,5 @@ --- -title: "區碼變更" # -lang: zh-Hant -permalink: /zh_TW/region-changing.html +title: "區碼變更" --- 本篇為更改自製韌體區碼的附加章節。 這是透過安裝所選區域的系統 9.2.0 的 CTRTransfer 鏡像檔達成的。 diff --git a/_pages/zh_TW/site-navigation.txt b/_pages/zh_TW/site-navigation.txt index 179726a71..36bb4ef5c 100644 --- a/_pages/zh_TW/site-navigation.txt +++ b/_pages/zh_TW/site-navigation.txt @@ -1,7 +1,5 @@ --- -title: "網站導覽" # -lang: zh-Hant -permalink: /zh_TW/site-navigation.html +title: "網站導覽" layout: single-no-ads sitemap: false --- diff --git a/_pages/zh_TW/troubleshooting.txt b/_pages/zh_TW/troubleshooting.txt index 4750cb166..34227ed2b 100644 --- a/_pages/zh_TW/troubleshooting.txt +++ b/_pages/zh_TW/troubleshooting.txt @@ -1,7 +1,5 @@ --- -title: "疑難排解" # -lang: zh-Hant -permalink: /zh_TW/troubleshooting.html +title: "疑難排解" --- 如果你的主機無法開機,請在這裡尋找可能相關的章節並照著步驟走。 問題解決後再繼續讀完本教學 diff --git a/_pages/zh_TW/updating-to-boot9strap.txt b/_pages/zh_TW/updating-to-boot9strap.txt index 299b3a29c..f55aea5ab 100644 --- a/_pages/zh_TW/updating-to-boot9strap.txt +++ b/_pages/zh_TW/updating-to-boot9strap.txt @@ -1,7 +1,5 @@ --- -title: "更新至 boot9strap" # -lang: zh-Hant -permalink: /zh_TW/updating-to-boot9strap.html +title: "更新至 boot9strap" --- 本頁面是給想更新至 boot9strap 且已安裝 arm9loaderhax 的使用者使用。 diff --git a/_pages/zh_TW/why-ads.txt b/_pages/zh_TW/why-ads.txt index db358c5eb..ebe2e02d3 100644 --- a/_pages/zh_TW/why-ads.txt +++ b/_pages/zh_TW/why-ads.txt @@ -1,7 +1,5 @@ --- -title: "為什麼有廣告?" # -lang: zh-Hant -permalink: /zh_TW/why-ads.html +title: "為什麼有廣告?" layout: single-no-ads ---