2001-02-23 08:34:10 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
|
|
|
|
|
|
|
<!-- list all the locale being supplied by this package -->
|
|
|
|
<RDF:Seq about="urn:mozilla:locale:root">
|
|
|
|
<RDF:li resource="urn:mozilla:locale:US"/>
|
|
|
|
</RDF:Seq>
|
|
|
|
|
|
|
|
<!-- locale information -->
|
|
|
|
<RDF:Description about="urn:mozilla:locale:US"
|
|
|
|
chrome:author="mozilla.org"
|
|
|
|
chrome:name="US"
|
|
|
|
chrome:previewURL="http://www.mozilla.org/locales/US.gif">
|
|
|
|
<chrome:packages>
|
|
|
|
<RDF:Seq about="urn:mozilla:locale:US:packages">
|
|
|
|
<RDF:li resource="urn:mozilla:locale:US:messenger-region"/>
|
|
|
|
</RDF:Seq>
|
|
|
|
</chrome:packages>
|
|
|
|
</RDF:Description>
|
2001-07-09 22:13:09 +00:00
|
|
|
|
|
|
|
<!-- Version Information. State that we work only with major version of this
|
|
|
|
package. -->
|
|
|
|
<RDF:Description about="urn:mozilla:locale:US:messenger-region"
|
2001-11-01 01:11:57 +00:00
|
|
|
chrome:localeVersion="0.9.6"/>
|
2001-02-23 08:34:10 +00:00
|
|
|
</RDF:RDF>
|