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