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

source: chrome/locale/de-DE/v_identity/contents.rdf @ 97d350

lite_0.1multiEditng_0.6ng_0.6_helpng_0.8ng_0.9
Last change on this file since 97d350 was 97d350, checked in by rene <rene@…>, 14 years ago

created new branch for upcoming 0.6 release. focus on object-orientation. somehow working.

  • Property mode set to 100644
File size: 722 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:de-DE"/>
8  </RDF:Seq>
9
10  <!-- locale information -->
11  <RDF:Description about="urn:mozilla:locale:de-DE"
12        chrome:displayName="Deutsch (DE)"
13        chrome:author="Rene Ejury"
14        chrome:name="de-DE">
15    <chrome:packages>
16      <RDF:Seq about="urn:mozilla:locale:de-DE:packages">
17        <RDF:li resource="urn:mozilla:locale:de-DE: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.