diff options
author | Claire Revillet <grenoya@mageia.org> | 2014-01-28 21:46:21 +0000 |
---|---|---|
committer | Claire Revillet <grenoya@mageia.org> | 2014-01-28 21:46:21 +0000 |
commit | 790e1a2c07a21cc67aa0a0a3b669f302c1506e55 (patch) | |
tree | 64d172100928605ad5ccbb809d3b422399fc25f7 /installer/4/uk/content/search/htmlFileList.js | |
parent | 16fed4a2d924ba863ddd7455f9ead260e3eed97d (diff) | |
download | doc-790e1a2c07a21cc67aa0a0a3b669f302c1506e55.tar doc-790e1a2c07a21cc67aa0a0a3b669f302c1506e55.tar.gz doc-790e1a2c07a21cc67aa0a0a3b669f302c1506e55.tar.bz2 doc-790e1a2c07a21cc67aa0a0a3b669f302c1506e55.tar.xz doc-790e1a2c07a21cc67aa0a0a3b669f302c1506e55.zip |
- add DrakX manuals in CA, CS, DE, EL, EN, EO, ES, ET, FR, ID, NL, PL, PT_BR, RO, RU, SV, TR and UK for MGA4
Diffstat (limited to 'installer/4/uk/content/search/htmlFileList.js')
-rw-r--r-- | installer/4/uk/content/search/htmlFileList.js | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/installer/4/uk/content/search/htmlFileList.js b/installer/4/uk/content/search/htmlFileList.js new file mode 100644 index 00000000..5100800b --- /dev/null +++ b/installer/4/uk/content/search/htmlFileList.js @@ -0,0 +1,34 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "exitInstall.html"; +fl["1"]= "chooseDesktop.html"; +fl["2"]= "formatPartitions.html"; +fl["3"]= "diskdrake.html"; +fl["4"]= "soundConfig.html"; +fl["5"]= "configureX_monitor.html"; +fl["6"]= "selectLanguage.html"; +fl["7"]= "choosePackageGroups.html"; +fl["8"]= "minimal-install.html"; +fl["9"]= "choosePackagesTree.html"; +fl["10"]= "installer.html"; +fl["11"]= "selectKeyboard.html"; +fl["12"]= "selectCountry.html"; +fl["13"]= "setupBootloader.html"; +fl["14"]= "installUpdates.html"; +fl["15"]= "media_selection.html"; +fl["16"]= "setupBootloaderAddEntry.html"; +fl["17"]= "add_supplemental_media.html"; +fl["18"]= "ask_mntpoint_s.html"; +fl["19"]= "addUser.html"; +fl["20"]= "configureTimezoneUTC.html"; +fl["21"]= "configureX_chooser.html"; +fl["22"]= "acceptLicense.html"; +fl["23"]= "securityLevel.html"; +fl["24"]= "selectInstallClass.html"; +fl["25"]= "setupSCSI.html"; +fl["26"]= "misc-params.html"; +fl["27"]= "doPartitionDisks.html"; +fl["28"]= "takeOverHdConfirm.html"; +fl["29"]= "configureX_card_list.html"; +fl["30"]= "configureServices.html"; +fl["31"]= "selectMouse.html"; |