diff options
author | Papoteur <papoteur@mageia.org> | 2021-03-11 18:58:14 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-03-11 18:58:14 +0100 |
commit | a4e5db4d602d0282903227c17915d5e223564025 (patch) | |
tree | bdef517617caa3f207625520e58c7d328280286e /installer/8/pt_br/content/search/htmlFileList.js | |
parent | 3115cea8a3b34fc9e75eaaa67161b4d980db20d8 (diff) | |
download | doc-a4e5db4d602d0282903227c17915d5e223564025.tar doc-a4e5db4d602d0282903227c17915d5e223564025.tar.gz doc-a4e5db4d602d0282903227c17915d5e223564025.tar.bz2 doc-a4e5db4d602d0282903227c17915d5e223564025.tar.xz doc-a4e5db4d602d0282903227c17915d5e223564025.zip |
Adding or refreshing installer in pt_br
Diffstat (limited to 'installer/8/pt_br/content/search/htmlFileList.js')
-rw-r--r-- | installer/8/pt_br/content/search/htmlFileList.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/installer/8/pt_br/content/search/htmlFileList.js b/installer/8/pt_br/content/search/htmlFileList.js new file mode 100644 index 00000000..1d754322 --- /dev/null +++ b/installer/8/pt_br/content/search/htmlFileList.js @@ -0,0 +1,24 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "installer.html"; +fl["1"]= "selectLanguage.html"; +fl["2"]= "firewall.html"; +fl["3"]= "acceptLicense.html"; +fl["4"]= "uninstall-Mageia.html"; +fl["5"]= "securityLevel.html"; +fl["6"]= "setupSCSI.html"; +fl["7"]= "selectMouse.html"; +fl["8"]= "exitInstall.html"; +fl["9"]= "locale.html"; +fl["10"]= "soundConfig.html"; +fl["11"]= "configureServices.html"; +fl["12"]= "selectKeyboard.html"; +fl["13"]= "graphicalConfiguration.html"; +fl["14"]= "selectInstallClass.html"; +fl["15"]= "misc-params.html"; +fl["16"]= "setupBootloader.html"; +fl["17"]= "Select-and-use-ISOs.html"; +fl["18"]= "diskPartitioning.html"; +fl["19"]= "addUser.html"; +fl["20"]= "installUpdates.html"; +fl["21"]= "software.html"; |