tor-browser

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

mt.xml (993B)


      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 
     11 	<version number="$Revision$"/>
     12 	<language type="mt"/>
     13 </identity>
     14    <rbnf>
     15        <rulesetGrouping type="DurationRules">
     16            <rbnfRules><![CDATA[
     17 %with-words:
     18 0: 0 sekondi; 1 sekonda; =0= sekondi;
     19 60/60: <%%min<[, >>];
     20 3600/60: <%%hr<[, >>>];
     21 %%min:
     22 0: 0 minuti; 1 minuta; =0= minuti;
     23 %%hr:
     24 0: 0 siegħat; 1 siegħa; =0= siegħat;
     25 %in-numerals:
     26 0: =0= sek.;
     27 60: =%%min-sec=;
     28 3600: =%%hr-min-sec=;
     29 %%min-sec:
     30 0: :=00=;
     31 60/60: <0<>>;
     32 %%hr-min-sec:
     33 0: :=00=;
     34 60/60: <00<>>;
     35 3600/60: <#,##0<:>>>;
     36 %duration:
     37 0: =%in-numerals=;
     38 %%lenient-parse:
     39 & ':' = '.' = ' ' = '-';
     40 ]]></rbnfRules>
     41        </rulesetGrouping>
     42   </rbnf>
     43 </ldml>