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

source: chrome/locale/ru-RU/v_identity/contents.rdf @ 88d97a2

ng_0.8ng_0.9
Last change on this file since 88d97a2 was 88d97a2, checked in by rene <rene@…>, 11 years ago

updated russian locales

  • Property mode set to 100644
File size: 733 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:ru-RU"/>
8  </RDF:Seq>
9
10  <!-- locale information -->
11  <RDF:Description about="urn:mozilla:locale:ru-RU"
12        chrome:displayName="РусскОй"
13        chrome:author="Vinser (ukrntb.com)"
14        chrome:name="ru-RU">
15    <chrome:packages>
16      <RDF:Seq about="urn:mozilla:locale:ru-RU:packages">
17        <RDF:li resource="urn:mozilla:locale:ru-RU: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.