tor-browser

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

en.xml (1181B)


      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-2016 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="en"/>
     12 </identity>
     13    <rbnf>
     14        <rulesetGrouping type="DurationRules">
     15            <rbnfRules><![CDATA[
     16 %with-words:
     17 0: 0 seconds; 1 second; =0= seconds;
     18 60/60: <%%min<[, >>];
     19 3600/60: <%%hr<[, >>>];
     20 %%min:
     21 0: 0 minutes; 1 minute; =0= minutes;
     22 %%hr:
     23 0: 0 hours; 1 hour; =0= hours;
     24 %in-numerals:
     25 0: =0= sec.;
     26 60: =%%min-sec=;
     27 3600: =%%hr-min-sec=;
     28 %%min-sec:
     29 0: :=00=;
     30 60/60: <0<>>;
     31 %%hr-min-sec:
     32 0: :=00=;
     33 60/60: <00<>>;
     34 3600/60: <#,##0<:>>>;
     35 %duration:
     36 0: =%in-numerals=;
     37 %%lenient-parse:
     38 & ':' = '.' = ' ' = '-';
     39 ]]></rbnfRules>
     40        </rulesetGrouping>
     41        <rulesetGrouping type="SpelloutRules">
     42            <rbnfRules><![CDATA[
     43 %%lenient-parse:
     44 &[last primary ignorable ] << ' ' << ',' << '-' << '­';
     45 ]]></rbnfRules>
     46        </rulesetGrouping>
     47   </rbnf>
     48 </ldml>