<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE greeting SYSTEM "http://www.bucksch.org/mozilla/17199/prefs.dtd">

<preferences>
<module>
<head>
<scope>Necko</scope>
<owner ref="mailto:gagan@netscape.com">Gagan Saksena</owner>
</head>

<category id="1">
  <explanation>
    <name>Network</name>
  </explanation>
</category>
<category id="2" parent="1">
  <explanation>
    <name>Protocols</name>
    <description>
Transport methods for data. They access
<html:ul>
<html:li>Inter-/Intranet</html:li>
<html:li>local</html:li>
<html:li>Mozilla-internal</html:li>
</html:ul>
resources.
    </description>
  </explanation>
</category>
<category id="3" parent="2">
  <explanation>
    <name>File</name>
  </explanation>
</category>
<category id="4" parent="2">
  <explanation>
    <name>News</name>
  </explanation>
</category>

<pref id="1" parent="3">
  <key>network.file_sort_method</key>
  <explanation>
    <name>Sorting</name>
    <description>
Controls the order in which files and directories are displayed in
<html:a href="http://www.mozilla.org">Mozilla</html:a> when displaying
directory and/or file indices.
    </description>
  </explanation>
  <type of="integer" limited="true" />
  <option default="true">
    <value>0</value>
    <explanation>
      <name>Alphabetically</name>
      <description>
        By file name
      </description>
    </explanation>
  </option>
  <option>
    <value>1</value>
    <explanation>
      <name>By file type</name>
      <description>
	Alphabetically by MIME type description, if recognized.
	If not, the extension is displayed.
      </description>
    </explanation>
  </option>
  <option>
    <value>2</value>
    <explanation>
      <name>By size</name>
      <description>
        In kB
      </description>
    </explanation>
  </option>
  <option>
    <value>3</value>
    <explanation>
      <name>By date</name>
      <description>
        Last change, descending order.<html:p/>
        Format determined by OS locale settings.
      </description>
    </explanation>
  </option>
</pref>

</module>
</preferences>