home *** CD-ROM | disk | FTP | other *** search
/ Freelog 49 / Freelog049.iso / Extra / Internet / Mozilla / mozilla-l10n-fr-FR-1.4-1.xpi / bin / chrome / FR.jar / locale / FR / messenger-region / contents.rdf next >
Extensible Markup Language  |  2003-08-16  |  937b  |  27 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  4.  
  5.   <!-- list all the locale being supplied by this package -->
  6.   <RDF:Seq about="urn:mozilla:locale:root">
  7.     <RDF:li resource="urn:mozilla:locale:FR"/>
  8.   </RDF:Seq>
  9.  
  10.   <!-- locale information -->
  11.   <RDF:Description about="urn:mozilla:locale:FR"
  12.         chrome:author="David Bellot"
  13.         chrome:name="FR"
  14.         chrome:previewURL="http://www.mozilla.org/locales/FR.gif">
  15.     <chrome:packages>
  16.       <RDF:Seq about="urn:mozilla:locale:FR:packages">
  17.         <RDF:li resource="urn:mozilla:locale:FR:messenger-region"/>
  18.       </RDF:Seq>
  19.     </chrome:packages>
  20.   </RDF:Description>
  21.  
  22.   <!-- Version Information.  State that we work only with major version of this
  23.        package. -->
  24.   <RDF:Description about="urn:mozilla:locale:FR:messenger-region"
  25.     chrome:localeVersion="1.4"/>
  26. </RDF:RDF>
  27.