~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/irc/xul/locale/en-US/contents.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 packages being supplied by this jar -->
 
6
  <RDF:Seq about="urn:mozilla:locale:root">
 
7
    <RDF:li resource="urn:mozilla:locale:en-US"/>
 
8
  </RDF:Seq>
 
9
 
 
10
  <!-- locale information -->
 
11
  <RDF:Description about="urn:mozilla:locale:en-US"
 
12
        chrome:displayName="English(US)"
 
13
        chrome:author="mozilla.org"
 
14
        chrome:name="en-US"
 
15
        chrome:previewURL="http://www.mozilla.org/locales/en-US.gif">
 
16
    <chrome:packages>
 
17
      <RDF:Seq about="urn:mozilla:locale:en-US:packages">
 
18
        <RDF:li resource="urn:mozilla:locale:en-US:chatzilla"/>
 
19
      </RDF:Seq>
 
20
    </chrome:packages>
 
21
  </RDF:Description>
 
22
 
 
23
  <!-- Version Information.  State that we work only with major version of this
 
24
       package. -->
 
25
  <RDF:Description about="urn:mozilla:locale:en-US:chatzilla"
 
26
#expand        chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"/>
 
27
 
 
28
</RDF:RDF>