diff options
author | filip <filip.komar@gmail.com> | 2017-07-14 22:41:59 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-07-14 22:41:59 +0200 |
commit | df01504529d597e1236467422468eecebde7763b (patch) | |
tree | cb6819ae977434aeae8398b5bc7cfb5c5da0ac86 /draklive/6/uk/content/search/htmlFileList.js | |
parent | 5d2da1dde68d2631c13889f4a283d7d12d046183 (diff) | |
download | doc-df01504529d597e1236467422468eecebde7763b.tar doc-df01504529d597e1236467422468eecebde7763b.tar.gz doc-df01504529d597e1236467422468eecebde7763b.tar.bz2 doc-df01504529d597e1236467422468eecebde7763b.tar.xz doc-df01504529d597e1236467422468eecebde7763b.zip |
Adding or refreshing draklive in uk
Diffstat (limited to 'draklive/6/uk/content/search/htmlFileList.js')
-rw-r--r-- | draklive/6/uk/content/search/htmlFileList.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/draklive/6/uk/content/search/htmlFileList.js b/draklive/6/uk/content/search/htmlFileList.js new file mode 100644 index 00000000..4301b1ec --- /dev/null +++ b/draklive/6/uk/content/search/htmlFileList.js @@ -0,0 +1,22 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "diskdrake.html"; +fl["1"]= "selectKeyboardLive.html"; +fl["2"]= "takeOverHdConfirm.html"; +fl["3"]= "reboot.html"; +fl["4"]= "doPartitionDisks.html"; +fl["5"]= "login.html"; +fl["6"]= "uninstall-Mageia.html"; +fl["7"]= "testing.html"; +fl["8"]= "setupBootloader.html"; +fl["9"]= "selectLanguage.html"; +fl["10"]= "unused.html"; +fl["11"]= "Select-and-use-ISOs.html"; +fl["12"]= "bestTime.html"; +fl["13"]= "setupBootloaderAddEntry.html"; +fl["14"]= "acceptLicense.html"; +fl["15"]= "addUser.html"; +fl["16"]= "formatPartitions.html"; +fl["17"]= "bootLive.html"; +fl["18"]= "ask_mntpoint_s.html"; +fl["19"]= "configureTimezoneUTC.html"; |