diff options
author | Papoteur <papoteur@mageia.org> | 2021-03-11 18:58:15 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-03-11 18:58:15 +0100 |
commit | eaf1e717f4e7b943df88090d2e336fa80535c425 (patch) | |
tree | 44cebd34f5d505f22230a52b04748f696d56c7f6 /installer/8/ro/content/search/htmlFileList.js | |
parent | a4e5db4d602d0282903227c17915d5e223564025 (diff) | |
download | doc-eaf1e717f4e7b943df88090d2e336fa80535c425.tar doc-eaf1e717f4e7b943df88090d2e336fa80535c425.tar.gz doc-eaf1e717f4e7b943df88090d2e336fa80535c425.tar.bz2 doc-eaf1e717f4e7b943df88090d2e336fa80535c425.tar.xz doc-eaf1e717f4e7b943df88090d2e336fa80535c425.zip |
Adding or refreshing installer in ro
Diffstat (limited to 'installer/8/ro/content/search/htmlFileList.js')
-rw-r--r-- | installer/8/ro/content/search/htmlFileList.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/installer/8/ro/content/search/htmlFileList.js b/installer/8/ro/content/search/htmlFileList.js new file mode 100644 index 00000000..1d754322 --- /dev/null +++ b/installer/8/ro/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"; |