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