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

source: chrome/locale/cs-CZ/v_identity/contents.rdf @ 2d024f

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

added czech locale, tagged as 0.6.4

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