home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / en-US.jar / locale / en-US / pippki / contents.rdf < prev    next >
Extensible Markup Language  |  2002-10-30  |  2KB  |  49 lines

  1. <?xml version="1.0"?>
  2. <!-- 
  3.    - The contents of this file are subject to the Mozilla Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/MPL/
  7.    - 
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    - 
  13.    - The Original Code is mozilla.org code.
  14.    - 
  15.    - The Initial Developer of the Original Code is Netscape
  16.    - Communications Corp.  Portions created by Netscape are
  17.    - Copyright (C) 2001 Netscape Communications Corp.  All
  18.    - Rights Reserved.
  19.    - 
  20.    - Contributor(s):
  21.    -   Terry Hayes <thayes@netscape.com>
  22.   -->
  23.  
  24. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  25.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  26.  
  27.   <!-- list all the locales being supplied by this jar -->
  28.   <RDF:Seq about="urn:mozilla:locale:root">
  29.     <RDF:li resource="urn:mozilla:locale:en-US"/>
  30.   </RDF:Seq>
  31.  
  32.   <!-- locale information -->
  33.   <RDF:Description about="urn:mozilla:locale:en-US"
  34.         chrome:displayName="English (US)"
  35.         chrome:author="PSM Team"
  36.         chrome:name="en-US">
  37.     <chrome:packages>
  38.       <RDF:Seq about="urn:mozilla:locale:en-US:packages">
  39.         <RDF:li resource="urn:mozilla:locale:en-US:pippki"/>
  40.       </RDF:Seq>
  41.     </chrome:packages>
  42.   </RDF:Description>
  43.  
  44.   <!-- Version Information.  State that we work only with major version of this
  45.        package. -->
  46.   <RDF:Description about="urn:mozilla:locale:en-US:pippki"
  47.     chrome:localeVersion="1.2"/>
  48. </RDF:RDF>
  49.