diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-11 15:31:35 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-11 15:31:35 +0200 |
commit | 9e9a1b5864a925153d3670eeea33ba042cb0cf7d (patch) | |
tree | 980a00f68d7296e5cbbfa7831125587666a0354a /draklive/9/nl/content/search/htmlFileList.js | |
parent | 71d70e4f601b140c1585b59d6121b25395d361c3 (diff) | |
download | doc-9e9a1b5864a925153d3670eeea33ba042cb0cf7d.tar doc-9e9a1b5864a925153d3670eeea33ba042cb0cf7d.tar.gz doc-9e9a1b5864a925153d3670eeea33ba042cb0cf7d.tar.bz2 doc-9e9a1b5864a925153d3670eeea33ba042cb0cf7d.tar.xz doc-9e9a1b5864a925153d3670eeea33ba042cb0cf7d.zip |
Adding or refreshing draklive in nl
Diffstat (limited to 'draklive/9/nl/content/search/htmlFileList.js')
-rw-r--r-- | draklive/9/nl/content/search/htmlFileList.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/draklive/9/nl/content/search/htmlFileList.js b/draklive/9/nl/content/search/htmlFileList.js new file mode 100644 index 00000000..bd9a535a --- /dev/null +++ b/draklive/9/nl/content/search/htmlFileList.js @@ -0,0 +1,18 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "configureTimezoneUTC.html"; +fl["1"]= "ar01s02.html"; +fl["2"]= "selectKeyboardLive.html"; +fl["3"]= "login.html"; +fl["4"]= "diskPartitioning.html"; +fl["5"]= "selectLanguage.html"; +fl["6"]= "Select-and-use-ISOs.html"; +fl["7"]= "acceptLicense.html"; +fl["8"]= "bestTime.html"; +fl["9"]= "installUpdates.html"; +fl["10"]= "addUser.html"; +fl["11"]= "reboot.html"; +fl["12"]= "unused.html"; +fl["13"]= "uninstall-Mageia.html"; +fl["14"]= "setupBootloader.html"; +fl["15"]= "testing.html"; |