tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ga.xml (1165B)


      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 <!--
      3 Copyright (C) 2016 and later: Unicode, Inc. and others.
      4 License & terms of use: http://www.unicode.org/copyright.html
      5 Copyright (c) 2013-2015 International Business Machines Corporation and others. All rights reserved.
      6 -->
      7 <!DOCTYPE ldml SYSTEM "../../dtd/cldr/common/dtd/ldml.dtd">
      8 <ldml>
      9 <identity>
     10 	<version number="$Revision$"/>
     11 	<language type="ga"/>
     12 </identity>
     13    <rbnf>
     14        <rulesetGrouping type="DurationRules">
     15            <rbnfRules><![CDATA[
     16 %with-words:
     17 0: =0= soicind;
     18 60/60: <%%min<[, >>];
     19 3600/60: <%%hr<[, >>>];
     20 %%min:
     21 0: =0= nóiméad;
     22 %%hr:
     23 0: =0= uair;
     24 3: =0= huaire;
     25 5: =0= uaire;
     26 6: =0= huaire;
     27 7: =0= n-uaire;
     28 10: =0= n-uair;
     29 11: =0= >%%uaire>;
     30 20: =0= uair; =0= >%%uaire>;
     31 %%uaire:
     32 1: uair;
     33 3: huaire;
     34 5: uaire;
     35 6: huaire;
     36 7: n-uaire;
     37 %hms:
     38 0: :=00=;
     39 60/60: <00<>>>
     40 3600/60: <#,##0<>>>;
     41 %in-numerals:
     42 0: =0= sec.;
     43 60: =%%min-sec=;
     44 3600: =%%hr-min-sec=;
     45 %%min-sec:
     46 0: :=00=;
     47 60/60: <0<>>;
     48 %%hr-min-sec:
     49 0: :=00=;
     50 60/60: <00<>>;
     51 3600/60: <#,##0<:>>>;
     52 %duration:
     53 0: =%in-numerals=;
     54 %%lenient-parse:
     55 & ':' = '.' = ' ' = '-';
     56 ]]></rbnfRules>
     57        </rulesetGrouping>
     58    </rbnf>
     59 </ldml>