diff options
author | Claire Revillet <grenoya@mageia.org> | 2012-07-09 14:49:12 +0000 |
---|---|---|
committer | Claire Revillet <grenoya@mageia.org> | 2012-07-09 14:49:12 +0000 |
commit | 39451af644929d2210b19673ef57e917e2f8b00a (patch) | |
tree | fb7c7906e787235575c88d335bd4ec3d48092c68 /installer/2/eo/content/search/htmlFileList.js | |
parent | 64271fbf18bc69c38538a734b16bbf18b5bcd0fa (diff) | |
download | doc-39451af644929d2210b19673ef57e917e2f8b00a.tar doc-39451af644929d2210b19673ef57e917e2f8b00a.tar.gz doc-39451af644929d2210b19673ef57e917e2f8b00a.tar.bz2 doc-39451af644929d2210b19673ef57e917e2f8b00a.tar.xz doc-39451af644929d2210b19673ef57e917e2f8b00a.zip |
- add EL, EO, FR, NL, PT_BR and UK pages (still no link from index)
Diffstat (limited to 'installer/2/eo/content/search/htmlFileList.js')
-rw-r--r-- | installer/2/eo/content/search/htmlFileList.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/installer/2/eo/content/search/htmlFileList.js b/installer/2/eo/content/search/htmlFileList.js new file mode 100644 index 00000000..2cff2761 --- /dev/null +++ b/installer/2/eo/content/search/htmlFileList.js @@ -0,0 +1,24 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "exitInstall.html"; +fl["1"]= "formatPartitions.html"; +fl["2"]= "diskdrake.html"; +fl["3"]= "setupX.html"; +fl["4"]= "selectLanguage.html"; +fl["5"]= "installer.html"; +fl["6"]= "selectKeyboard.html"; +fl["7"]= "installUpdates.html"; +fl["8"]= "setupBootloaderBeginner.html"; +fl["9"]= "ask_mntpoint_s.html"; +fl["10"]= "setupBootloaderExpert.html"; +fl["11"]= "addUser.html"; +fl["12"]= "choosePackages.html"; +fl["13"]= "acceptLicense.html"; +fl["14"]= "takeOverHdChoose.html"; +fl["15"]= "selectInstallClass.html"; +fl["16"]= "setupSCSI.html"; +fl["17"]= "resizeFATChoose.html"; +fl["18"]= "misc-params.html"; +fl["19"]= "doPartitionDisks.html"; +fl["20"]= "takeOverHdConfirm.html"; +fl["21"]= "selectMouse.html"; |