This is just some static backup of the original site, don't expect every link to work!

source: chrome/locale/nl/v_identity/contents.rdf @ 47e2fc

multiEditng_0.6ng_0.8ng_0.9 0.6.0
Last change on this file since 47e2fc was 47e2fc, checked in by rene <rene@…>, 13 years ago

added locales, tagged as 0.6.0

  • Property mode set to 100644
File size: 705 bytes
Line 
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:nl"/>
8  </RDF:Seq>
9
10  <!-- locale information -->
11  <RDF:Description about="urn:mozilla:locale:nl"
12        chrome:displayName="Nederlands (NL)"
13        chrome:author="markh"
14        chrome:name="nl">
15    <chrome:packages>
16      <RDF:Seq about="urn:mozilla:locale:nl:packages">
17        <RDF:li resource="urn:mozilla:locale:nl:v_identity"/>
18      </RDF:Seq>
19    </chrome:packages>
20  </RDF:Description>
21
22</RDF:RDF>
Note: See TracBrowser for help on using the repository browser.