diff options
author | Papoteur <papoteur@mageia.org> | 2019-07-02 16:00:46 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-07-02 16:00:46 +0200 |
commit | fe89a7e5b4d27440374eee36faca74d11ae0d573 (patch) | |
tree | 7c7c604aad3543ccd01d83e91cef7b09fa69ea8d /installer/7/ru/content/search/htmlFileList.js | |
parent | 1baca5c5cec3f7f2afd22a67f80167fa1de4c5c2 (diff) | |
download | doc-fe89a7e5b4d27440374eee36faca74d11ae0d573.tar doc-fe89a7e5b4d27440374eee36faca74d11ae0d573.tar.gz doc-fe89a7e5b4d27440374eee36faca74d11ae0d573.tar.bz2 doc-fe89a7e5b4d27440374eee36faca74d11ae0d573.tar.xz doc-fe89a7e5b4d27440374eee36faca74d11ae0d573.zip |
Adding or refreshing installer in ru
Diffstat (limited to 'installer/7/ru/content/search/htmlFileList.js')
-rw-r--r-- | installer/7/ru/content/search/htmlFileList.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/installer/7/ru/content/search/htmlFileList.js b/installer/7/ru/content/search/htmlFileList.js new file mode 100644 index 00000000..3ed91459 --- /dev/null +++ b/installer/7/ru/content/search/htmlFileList.js @@ -0,0 +1,24 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "locale.html"; +fl["1"]= "installer.html"; +fl["2"]= "selectKeyboard.html"; +fl["3"]= "diskPartitioning.html"; +fl["4"]= "misc-params.html"; +fl["5"]= "securityLevel.html"; +fl["6"]= "uninstall-Mageia.html"; +fl["7"]= "setupBootloader.html"; +fl["8"]= "selectLanguage.html"; +fl["9"]= "setupSCSI.html"; +fl["10"]= "installUpdates.html"; +fl["11"]= "Select-and-use-ISOs.html"; +fl["12"]= "configureServices.html"; +fl["13"]= "graphicalConfiguration.html"; +fl["14"]= "soundConfig.html"; +fl["15"]= "acceptLicense.html"; +fl["16"]= "firewall.html"; +fl["17"]= "addUser.html"; +fl["18"]= "software.html"; +fl["19"]= "selectInstallClass.html"; +fl["20"]= "exitInstall.html"; +fl["21"]= "selectMouse.html"; |