[PATCH] up the free usage formatindex start from 50 to 60

In preparation of adding some builtin format codes, actually already
NF_FRACTION_3 and NF_FRACTION_4 needed that.

Change-Id: I734a1ef5e6405aceaace7d44e8901a6183dc2a64
This commit is contained in:
Eike Rathke 2016-06-02 17:20:21 +02:00
parent 31038459b5
commit a92eddbdde
27 changed files with 275 additions and 271 deletions

View File

@ -709,6 +709,10 @@ void LCFormatNode::generateCode (const OFileWriter &of) const
aFormatIndex = currNodeAttr.getValueByName("formatindex");
sal_Int16 formatindex = (sal_Int16)aFormatIndex.toInt32();
// Ensure the new reserved range is not used anymore, free usage start
// was up'ed from 50 to 60.
if (50 <= formatindex && formatindex < 60)
incErrorInt( "Error: Reserved formatindex=\"%d\" in FormatElement, free usage starts at 60.\n", formatindex);
if (!aFormatIndexSet.insert( formatindex).second)
incErrorInt( "Error: Duplicated formatindex=\"%d\" in FormatElement.\n", formatindex);
of.writeIntParameter("Formatindex", formatCount, formatindex);

View File

@ -195,16 +195,16 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>[NatNum1][~hijri]AM/PMHH:MM YYYY/MM/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="50">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="60">
<FormatCode>AM/PMHH:MM YYYY/MM/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="51">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="61">
<FormatCode>[NatNum1]AM/PMHH:MM YYYY/MM/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>[NatNum1]YYYY/MM/DD</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
<FormatCode>[NatNum1]General</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -195,16 +195,16 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>[NatNum1][~hijri]AM/PMHH:MM YYYY/MM/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="50">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="60">
<FormatCode>AM/PMHH:MM YYYY/MM/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="51">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="61">
<FormatCode>[NatNum1]AM/PMHH:MM YYYY/MM/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>[NatNum1]YYYY/MM/DD</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
<FormatCode>[NatNum1]General</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -195,7 +195,7 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>DD/MM/YYYY HH:MM:SS AM/PM</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatCode>[NatNum1]General</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -164,19 +164,19 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>[NatNum1]#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="59">
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="69">
<FormatCode>0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="70">
<FormatCode>0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER" formatindex="61">
<FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER" formatindex="71">
<FormatCode>#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="62">
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="72">
<FormatCode>#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="73">
<FormatCode>#,###.00</FormatCode>
</FormatElement>
<!-- Currency formats. taken from zh_CN.xml. -->
@ -205,10 +205,10 @@
<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
<FormatCode>[NatNum1]0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="56">
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="66">
<FormatCode>0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="57">
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="67">
<FormatCode>0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@ -217,7 +217,7 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="58">
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="68">
<FormatCode>[NatNum1]0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey4" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">

View File

@ -164,19 +164,19 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>[NatNum1]#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="59">
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="69">
<FormatCode>0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="70">
<FormatCode>0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER" formatindex="61">
<FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER" formatindex="71">
<FormatCode>#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="62">
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="72">
<FormatCode>#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="73">
<FormatCode>#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
@ -204,10 +204,10 @@
<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
<FormatCode>[NatNum1]0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="56">
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="66">
<FormatCode>0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="57">
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="67">
<FormatCode>0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@ -216,7 +216,7 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="58">
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="68">
<FormatCode>[NatNum1]0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey4" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">

View File

@ -73,7 +73,7 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode># ###,00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="59">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="69">
<FormatCode>[NatNum1]0;-0</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">

View File

@ -164,19 +164,19 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>[NatNum1]#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="59">
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="69">
<FormatCode>0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="70">
<FormatCode>0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER" formatindex="61">
<FormatElement msgid="FixedFormatskey9" default="false" type="short" usage="FIXED_NUMBER" formatindex="71">
<FormatCode>#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="62">
<FormatElement msgid="FixedFormatskey10" default="false" type="medium" usage="FIXED_NUMBER" formatindex="72">
<FormatCode>#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="73">
<FormatCode>#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
@ -197,22 +197,22 @@
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
<FormatCode>[NatNum1][CURRENCY]#,##0.--;[NatNum1][RED]-[CURRENCY]#,##0.--</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="50">
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="60">
<FormatCode>[CURRENCY]#,##0;-[CURRENCY]#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="51">
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="61">
<FormatCode>[CURRENCY]#,##0.00;-[CURRENCY]#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="52">
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="62">
<FormatCode>[CURRENCY]#,##0;[RED]-[CURRENCY]#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY" formatindex="53">
<FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY" formatindex="63">
<FormatCode>[CURRENCY]#,##0.00;[RED]-[CURRENCY]#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey11" default="false" type="medium" usage="CURRENCY" formatindex="54">
<FormatElement msgid="CurrencyFormatskey11" default="false" type="medium" usage="CURRENCY" formatindex="64">
<FormatCode>#,##0.00 CCC</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY" formatindex="55">
<FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY" formatindex="65">
<FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
@ -222,10 +222,10 @@
<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
<FormatCode>[NatNum1]0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="56">
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="66">
<FormatCode>0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="57">
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="67">
<FormatCode>0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@ -234,7 +234,7 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="58">
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="68">
<FormatCode>[NatNum1]0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey4" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">

View File

@ -71,10 +71,10 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="70">
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="80">
<FormatCode>#,##0_);(#,##0)</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="71">
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="81">
<FormatCode>#,##0.00_);(#,##0.00)</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@ -110,10 +110,10 @@
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
<FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="72">
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="82">
<FormatCode>[CURRENCY]* #,##0;-[CURRENCY]* #,##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="73">
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="83">
<FormatCode>[CURRENCY]* #,##0.00;-[CURRENCY]* #,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
@ -209,34 +209,34 @@
</FormatElement>
</LC_FORMAT>
<LC_FORMAT_1>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="50">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="60">
<FormatCode>[~jewish]NNNND MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="long" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey23" default="false" type="long" usage="DATE" formatindex="61">
<FormatCode>[~jewish]NNNNMMMM D YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="62">
<FormatCode>[~jewish]NN MMMM D YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="53">
<FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="63">
<FormatCode>[~jewish]NN D MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="54">
<FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="64">
<FormatCode>[~jewish]D MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="55">
<FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="65">
<FormatCode>[~jewish]MMMM D YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="56">
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="66">
<FormatCode>[~jewish]D MMMM</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="57">
<FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="67">
<FormatCode>[~jewish]MMMM D</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="58">
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="68">
<FormatCode>[~jewish]MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="59">
<FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="69">
<FormatCode>[~jewish]MMMM</FormatCode>
</FormatElement>
</LC_FORMAT_1>

View File

@ -117,13 +117,13 @@
<FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
<FormatCode>WW</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="50">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="60">
<FormatCode>[NatNum2][~jewish]YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="61">
<FormatCode>[NatNum2][~jewish]NNN DD MMMM YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>[NatNum2][~jewish]"יום "NN"׳ "DD MMMM YY</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39">

View File

@ -198,16 +198,16 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>DD.MM.YYYY HH:MM:SS AM/PM</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatCode>#.##0,00;[RED]-#.##0,00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="51">
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="61">
<FormatCode>#.###,00;[RED]-#.###,00</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>DD. MM. YYYY.</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="short" usage="DATE" formatindex="53">
<FormatElement msgid="DateFormatskey25" default="false" type="short" usage="DATE" formatindex="63">
<FormatCode>MM/YY</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -195,10 +195,10 @@
<FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="52">
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="62">
<FormatCode>H時MM分</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="53">
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="63">
<FormatCode>H時MM分SS秒</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME" formatindex="46">
@ -207,10 +207,10 @@
<FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY/M/D H:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey2" default="true" type="long" usage="DATE_TIME" formatindex="55">
<FormatElement msgid="DateTimeFormatskey2" default="true" type="long" usage="DATE_TIME" formatindex="65">
<FormatCode>YYYY/M/D H:MM</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="54">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="64">
<FormatCode>GE.MM.DD</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -71,13 +71,13 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>#.###,00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="52">
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="62">
<FormatCode>[NatNum1]0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="53">
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="63">
<FormatCode>[NatNum1]0,00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="54">
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="64">
<FormatCode>[NatNum1]#.###,00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@ -89,10 +89,10 @@
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
<FormatCode>##0,00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="58">
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="68">
<FormatCode>[NatNum1]0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="59">
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="69">
<FormatCode>[NatNum1]0,00%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
@ -119,13 +119,13 @@
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
<FormatCode>#.##0[CURRENCY].--;[RED]-#.##0[CURRENCY].--</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="55">
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="65">
<FormatCode>[NatNum1]#.##0[CURRENCY];-#.##0[CURRENCY]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="56">
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="66">
<FormatCode>[NatNum1]#.##0[CURRENCY].--;[RED]-#.##0[CURRENCY].--</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="57">
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="67">
<FormatCode>[NatNum1]#.##0,00[CURRENCY];[RED]-#.##0,00[CURRENCY]</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">

View File

@ -77,7 +77,7 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="91">
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="101">
<FormatCode>##0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="medium" usage="PERCENT_NUMBER" formatindex="8">
@ -168,88 +168,88 @@
<FormatElement msgid="DataFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
<FormatCode>"제"WW"주"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="61">
<FormatCode>YYYY"년" M"월"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>YYYY"년도 제"Q"사분기"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="53">
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="63">
<FormatCode>YY"年" M"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="54">
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="64">
<FormatCode>YYYY"年" M"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="55">
<FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="65">
<FormatCode>[NatNum1]YYYY"年度 第"QQ"四分期"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="56">
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="66">
<FormatCode>[NatNum1]YY"年度 第"QQ"四分期"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="57">
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="67">
<FormatCode>M"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="58">
<FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="68">
<FormatCode>"第"WW"週"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="59">
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="69">
<FormatCode>YY-M</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="60">
<FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="70">
<FormatCode>YYYY-M</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="61">
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="71">
<FormatCode>YY/M/D NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey34" default="true" type="long" usage="DATE" formatindex="62">
<FormatElement msgid="DateFormatskey34" default="true" type="long" usage="DATE" formatindex="72">
<FormatCode>YYYY/M/D NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="63">
<FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="73">
<FormatCode>YY/M</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey36" default="false" type="long" usage="DATE" formatindex="64">
<FormatElement msgid="DateFormatskey36" default="false" type="long" usage="DATE" formatindex="74">
<FormatCode>M/D</FormatCode>
</FormatElement>
<FormatElement msgid="DataFormatskey37" default="false" type="medium" usage="DATE" formatindex="77">
<FormatElement msgid="DataFormatskey37" default="false" type="medium" usage="DATE" formatindex="87">
<FormatCode>YYYY. M. D.</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="78">
<FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="88">
<FormatCode>YYYY. M. D. (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="79">
<FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="89">
<FormatCode>YYYY. M. D. NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey40" default="false" type="medium" usage="DATE" formatindex="80">
<FormatElement msgid="DateFormatskey40" default="false" type="medium" usage="DATE" formatindex="90">
<FormatCode>[~hanja]YYYY. M. D. (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey41" default="false" type="medium" usage="DATE" formatindex="81">
<FormatElement msgid="DateFormatskey41" default="false" type="medium" usage="DATE" formatindex="91">
<FormatCode>[~hanja]YYYY. M. D. NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DataFormatskey42" default="false" type="medium" usage="DATE" formatindex="82">
<FormatElement msgid="DataFormatskey42" default="false" type="medium" usage="DATE" formatindex="92">
<FormatCode>YY. M. D.</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey43" default="false" type="medium" usage="DATE" formatindex="83">
<FormatElement msgid="DateFormatskey43" default="false" type="medium" usage="DATE" formatindex="93">
<FormatCode>YY. M. D. (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey44" default="false" type="medium" usage="DATE" formatindex="84">
<FormatElement msgid="DateFormatskey44" default="false" type="medium" usage="DATE" formatindex="94">
<FormatCode>YY. M. D. NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey45" default="false" type="medium" usage="DATE" formatindex="85">
<FormatElement msgid="DateFormatskey45" default="false" type="medium" usage="DATE" formatindex="95">
<FormatCode>[~hanja]YY. M. D. (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey46" default="false" type="medium" usage="DATE" formatindex="86">
<FormatElement msgid="DateFormatskey46" default="false" type="medium" usage="DATE" formatindex="96">
<FormatCode>[~hanja]YY. M. D. NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey47" default="false" type="medium" usage="DATE" formatindex="87">
<FormatElement msgid="DateFormatskey47" default="false" type="medium" usage="DATE" formatindex="97">
<FormatCode>YY"년" M"월" D"일" (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey48" default="false" type="medium" usage="DATE" formatindex="88">
<FormatElement msgid="DateFormatskey48" default="false" type="medium" usage="DATE" formatindex="98">
<FormatCode>YYYY"년" M"월" D"일" (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey49" default="false" type="medium" usage="DATE" formatindex="89">
<FormatElement msgid="DateFormatskey49" default="false" type="medium" usage="DATE" formatindex="99">
<FormatCode>[~hanja]YYYY"年" M"月" D"日" (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey50" default="false" type="medium" usage="DATE" formatindex="90">
<FormatElement msgid="DateFormatskey50" default="false" type="medium" usage="DATE" formatindex="100">
<FormatCode>[~hanja]YY"年" M"月" D"日" (NN)</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey1" default="false" type="medium" usage="TIME" formatindex="39">
@ -273,28 +273,28 @@
<FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
<FormatCode>[H]:M:S.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="65">
<FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="75">
<FormatCode>H"時" M"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="66">
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="76">
<FormatCode>H:M</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="67">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="77">
<FormatCode>H"時" M"分" S"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="68">
<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="78">
<FormatCode>H:M:S</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="69">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="79">
<FormatCode>[~hanja]AM/PM H"時" M"分" S"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="70">
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="80">
<FormatCode>AM/PM H:M:S</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey14" default="false" type="medium" usage="TIME" formatindex="71">
<FormatElement msgid="TimeFormatskey14" default="false" type="medium" usage="TIME" formatindex="81">
<FormatCode>[~hanja]AM/PM H"時" M"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey15" default="false" type="medium" usage="TIME" formatindex="72">
<FormatElement msgid="TimeFormatskey15" default="false" type="medium" usage="TIME" formatindex="82">
<FormatCode>AM/PM H:M</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="false" type="medium" usage="DATE_TIME" formatindex="46">
@ -303,19 +303,19 @@
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY. M. D. H:M:S</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey2" default="true" type="medium" usage="DATE_TIME" formatindex="50">
<FormatElement msgid="DateTimeFormatskey2" default="true" type="medium" usage="DATE_TIME" formatindex="60">
<FormatCode>YYYY"년" M"월" D"일" H"시" M"분" S"초"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="73">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="83">
<FormatCode>YY"年" M"月" D"日" H"時" M"分" S"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="74">
<FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="84">
<FormatCode>YY/M/D H:M</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="75">
<FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="85">
<FormatCode>YY. M. D. H:M</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey7" default="false" type="medium" usage="DATE_TIME" formatindex="76">
<FormatElement msgid="DateTimeFormatskey7" default="false" type="medium" usage="DATE_TIME" formatindex="86">
<FormatCode>YYYY"年" M"月" D"日" H"時" M"分" S"秒"</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -168,7 +168,7 @@
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="38">
<FormatCode>WW</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey10" default="true" type="long" usage="DATE" formatindex="50">
<FormatElement msgid="DateFormatskey10" default="true" type="long" usage="DATE" formatindex="60">
<FormatCode>NNNN "ວັນທີ" DD "ເດືອນ" MMMM "ປີ" YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39">

View File

@ -205,8 +205,8 @@
The following FormatElements must follow specific rules:
All:
The format indices 0..49 are reserved and, for backwards compatibility,
MUST be used as stated in
The format indices 0..59 are reserved and, for backwards compatibility,
indices 0..49 MUST be used as stated in
offapi/com/sun/star/i18n/NumberFormatIndex.idl (
http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/i18n/NumberFormatIndex.idl )
Note that indices 10 ("# ?/?"), 11 ("# ??/??"), 48 (BOOLEAN) and 49 (@
@ -236,7 +236,7 @@
If you want to define yet more formats than the preset and reserved
0..49 range that's fine, only make sure those formatindex="..." values
are each >=50 and all values are unique within one locale.
are each >=60 and all values are unique within one locale.
Of usage="FIXED_NUMBER":
formatindex="0" MUST be the format containing the 'General' keyword.

View File

@ -169,7 +169,7 @@
<FormatElement msgid="DateFormatskey20" default="false" type="medium" usage="DATE" formatindex="38">
<FormatCode>WW</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="50">
<FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="60">
<FormatCode>YYYY MMMM DD NN</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39">
@ -193,19 +193,19 @@
<FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS,00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="51">
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="61">
<FormatCode>H"."MM "val."</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="52">
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="62">
<FormatCode>H "val." M "min."</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="53">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="63">
<FormatCode>H "val." MM "min." SS "sek."</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="false" type="short" usage="TIME" formatindex="54">
<FormatElement msgid="TimeFormatskey11" default="false" type="short" usage="TIME" formatindex="64">
<FormatCode>H "h" M "min"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="55">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="65">
<FormatCode>H "h" M "min" S "s"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">

View File

@ -71,22 +71,22 @@
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
<FormatCode>[NatNum1]#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatCode>General</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER" formatindex="51">
<FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER" formatindex="61">
<FormatCode>0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="52">
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="62">
<FormatCode>0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER" formatindex="53">
<FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER" formatindex="63">
<FormatCode>#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="54">
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="64">
<FormatCode>#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="55">
<FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="65">
<FormatCode>#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
@ -98,10 +98,10 @@
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
<FormatCode>##0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="58">
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="68">
<FormatCode>[NatNum1]0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="59">
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="69">
<FormatCode>[NatNum1]0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
@ -128,13 +128,13 @@
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
<FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey7" default="true" type="medium" usage="CURRENCY" formatindex="80">
<FormatElement msgid="CurrencyFormatskey7" default="true" type="medium" usage="CURRENCY" formatindex="90">
<FormatCode>[NatNum1]#,##0[CURRENCY];[NatNum1]-#,##0[CURRENCY]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey8" default="true" type="long" usage="CURRENCY" formatindex="81">
<FormatElement msgid="CurrencyFormatskey8" default="true" type="long" usage="CURRENCY" formatindex="91">
<FormatCode>[NatNum1]#,##0 [CURRENCY];[NatNum1]-#,##0 [CURRENCY]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey9" default="false" type="long" usage="CURRENCY" formatindex="82">
<FormatElement msgid="CurrencyFormatskey9" default="false" type="long" usage="CURRENCY" formatindex="92">
<FormatCode>[NatNum1]#,##0 [CURRENCY];[RED][NatNum1]-#,##0 [CURRENCY]</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey1" default="false" type="short" usage="DATE" formatindex="18">
@ -201,31 +201,31 @@
<FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
<FormatCode>WW</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="true" type="medium" usage="DATE" formatindex="60">
<FormatElement msgid="DateFormatskey22" default="true" type="medium" usage="DATE" formatindex="70">
<FormatCode>[NatNum1]DD/MM/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="true" type="short" usage="DATE" formatindex="61">
<FormatElement msgid="DateFormatskey23" default="true" type="short" usage="DATE" formatindex="71">
<FormatCode>[NatNum1]D/M/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="72">
<FormatCode>[NatNum1]DD/MM/YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="63">
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="73">
<FormatCode>[NatNum1]DD-MM-YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="64">
<FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="74">
<FormatCode>[NatNum1]D. MMM. YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="65">
<FormatElement msgid="DateFormatskey27" default="false" type="long" usage="DATE" formatindex="75">
<FormatCode>[NatNum1]D. MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey28" default="true" type="long" usage="DATE" formatindex="66">
<FormatElement msgid="DateFormatskey28" default="true" type="long" usage="DATE" formatindex="76">
<FormatCode>[NatNum1]NNN၊ MMMM D၊ YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="67">
<FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="77">
<FormatCode>[NatNum1]MMMM D</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="68">
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="79">
<FormatCode>[NatNum1]YYYYခုနှစ်၊ MMMMလ Dရက် NNNနေ့</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey1" default="false" type="short" usage="TIME" formatindex="39">
@ -249,13 +249,13 @@
<FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="true" type="short" usage="TIME" formatindex="70">
<FormatElement msgid="TimeFormatskey8" default="true" type="short" usage="TIME" formatindex="80">
<FormatCode>[NatNum1]HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="true" type="medium" usage="TIME" formatindex="71">
<FormatElement msgid="TimeFormatskey9" default="true" type="medium" usage="TIME" formatindex="81">
<FormatCode>[NatNum1]HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="72">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="82">
<FormatCode>[NatNum1]HHနာရီ MMမိနစ်</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
@ -264,7 +264,7 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="73">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="83">
<FormatCode>[NatNum1]DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -195,7 +195,7 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY-MM-DD HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="true" type="medium" usage="DATE_TIME" formatindex="50">
<FormatElement msgid="DateTimeFormatskey3" default="true" type="medium" usage="DATE_TIME" formatindex="60">
<FormatCode>YYYY-MM-DD HH:MM</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -117,43 +117,43 @@
<FormatElement msgid="DateFormatskey21" default="false" type="medium" usage="DATE" formatindex="38">
<FormatCode>WW</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="50">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="60">
<FormatCode>QQ "de" AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="61">
<FormatCode>Q "de" AA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey24" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>Q "de" AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="53">
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="63">
<FormatCode>DD-MMM-AA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="54">
<FormatElement msgid="DateFormatskey26" default="false" type="medium" usage="DATE" formatindex="64">
<FormatCode>DD-MMM-AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="56">
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="66">
<FormatCode>MMMM-AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="57">
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="67">
<FormatCode>MMM-AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="58">
<FormatElement msgid="DateFormatskey29" default="false" type="medium" usage="DATE" formatindex="68">
<FormatCode>MMMM-AA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="59">
<FormatElement msgid="DateFormatskey30" default="false" type="medium" usage="DATE" formatindex="69">
<FormatCode>MMM-AA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="60">
<FormatElement msgid="DateFormatskey31" default="false" type="medium" usage="DATE" formatindex="70">
<FormatCode>D-MMMM-AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey32" default="false" type="medium" usage="DATE" formatindex="61">
<FormatElement msgid="DateFormatskey32" default="false" type="medium" usage="DATE" formatindex="71">
<FormatCode>D-MMMM-AA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="62">
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="72">
<FormatCode>MMMM "de" AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="63">
<FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="73">
<FormatCode>MMM "de" AAAA</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39">
@ -183,7 +183,7 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>DD-MM-AAAA HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="55">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="65">
<FormatCode>AAAA-MM-DD HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">

View File

@ -192,115 +192,115 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="88">
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="98">
<FormatCode>##0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="61">
<FormatCode>[~buddhist]DD/MM/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="62">
<FormatCode>[~buddhist]DD/MM/YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="53">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="63">
<FormatCode>[~buddhist]DD/MM/YY HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="54">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="medium" usage="DATE_TIME" formatindex="64">
<FormatCode>[~buddhist]DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="short" usage="DATE" formatindex="55">
<FormatElement msgid="DateFormatskey24" default="false" type="short" usage="DATE" formatindex="65">
<FormatCode>D/M/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="56">
<FormatElement msgid="DateFormatskey25" default="false" type="long" usage="DATE" formatindex="66">
<FormatCode>D MMM YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey26" default="false" type="short" usage="DATE" formatindex="57">
<FormatElement msgid="DateFormatskey26" default="false" type="short" usage="DATE" formatindex="67">
<FormatCode>[NatNum1][~buddhist]D/M/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="58">
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="68">
<FormatCode>[NatNum1][~buddhist]DD/MM/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="59">
<FormatElement msgid="DateFormatskey28" default="false" type="medium" usage="DATE" formatindex="69">
<FormatCode>[NatNum1][~buddhist]DD/MM/YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="60">
<FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="70">
<FormatCode>[NatNum1][~buddhist]D MMM YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="61">
<FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="71">
<FormatCode>[NatNum1][~buddhist]NN D MMM YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="62">
<FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="72">
<FormatCode>[NatNum1][~buddhist]D MMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="63">
<FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="73">
<FormatCode>[NatNum1][~buddhist]D MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="64">
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="74">
<FormatCode>[NatNum1][~buddhist]NN D MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="65">
<FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="75">
<FormatCode>[NatNum1][~buddhist]วันNNNNที่ D MMMM GG YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="66">
<FormatElement msgid="DateFormatskey35" default="false" type="long" usage="DATE" formatindex="76">
<FormatCode>[NatNum1][~buddhist]วันNNNNที่ D MMMM YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="67">
<FormatElement msgid="DateTimeFormatskey5" default="false" type="medium" usage="DATE_TIME" formatindex="77">
<FormatCode>[NatNum1][~buddhist]DD/MM/YY HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="68">
<FormatElement msgid="DateTimeFormatskey6" default="false" type="medium" usage="DATE_TIME" formatindex="78">
<FormatCode>[NatNum1][~buddhist]DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="69">
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="79">
<FormatCode>[NatNum1]HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatsKey9" default="false" type="medium" usage="TIME" formatindex="70">
<FormatElement msgid="TimeFormatsKey9" default="false" type="medium" usage="TIME" formatindex="80">
<FormatCode>[NatNum1]HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="71">
<FormatElement msgid="PercentFormatskey3" default="false" type="short" usage="PERCENT_NUMBER" formatindex="81">
<FormatCode>[NatNum1]0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="72">
<FormatElement msgid="PercentFormatskey4" default="false" type="long" usage="PERCENT_NUMBER" formatindex="82">
<FormatCode>[NatNum1]0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="50">
<FormatElement msgid="FixedFormatskey7" default="false" type="medium" usage="FIXED_NUMBER" formatindex="60">
<FormatCode>[NatNum1]Standard</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER" formatindex="73">
<FormatElement msgid="FixedFormatskey8" default="false" type="short" usage="FIXED_NUMBER" formatindex="83">
<FormatCode>[NatNum1]0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="74">
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="84">
<FormatCode>[NatNum1]0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER" formatindex="75">
<FormatElement msgid="FixedFormatskey10" default="false" type="short" usage="FIXED_NUMBER" formatindex="85">
<FormatCode>[NatNum1]#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="76">
<FormatElement msgid="FixedFormatskey11" default="false" type="medium" usage="FIXED_NUMBER" formatindex="86">
<FormatCode>[NatNum1]#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="77">
<FormatElement msgid="FixedFormatskey12" default="false" type="medium" usage="FIXED_NUMBER" formatindex="87">
<FormatCode>[NatNum1]#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="78">
<FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="88">
<FormatCode>#,##0 [$บาท-41E];-#,##0 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="79">
<FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="89">
<FormatCode>#,##0.00 [$บาท-41E];-#,##0.00 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="80">
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="90">
<FormatCode>#,##0 [$บาท-41E];[RED]-#,##0 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY" formatindex="81">
<FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY" formatindex="91">
<FormatCode>#,##0.00 [$บาท-41E];[RED]-#,##0.00 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey11" default="false" type="short" usage="CURRENCY" formatindex="82">
<FormatElement msgid="CurrencyFormatskey11" default="false" type="short" usage="CURRENCY" formatindex="92">
<FormatCode>[NatNum1]#,##0 [$บาท-41E];[NatNum1]-#,##0 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY" formatindex="83">
<FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY" formatindex="93">
<FormatCode>[NatNum1]#,##0.00 [$บาท-41E];[NatNum1]-#,##0.00 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey13" default="false" type="medium" usage="CURRENCY" formatindex="84">
<FormatElement msgid="CurrencyFormatskey13" default="false" type="medium" usage="CURRENCY" formatindex="94">
<FormatCode>[NatNum1]#,##0 [$บาท-41E];[NatNum1][RED]-#,##0 [$บาท-41E]</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey14" default="false" type="medium" usage="CURRENCY" formatindex="85">
<FormatElement msgid="CurrencyFormatskey14" default="false" type="medium" usage="CURRENCY" formatindex="95">
<FormatCode>[NatNum1]#,##0.00 [$บาท-41E];[NatNum1][RED]-#,##0.00 [$บาท-41E]</FormatCode>
</FormatElement>

View File

@ -199,16 +199,16 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
<FormatCode>DD.MM.YYYY HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="61">
<FormatCode>DD/MM/YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="short" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey23" default="false" type="short" usage="DATE" formatindex="62">
<FormatCode>DD/MM/YY</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="53">
<FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="63">
<FormatCode>DD/MMM/YYYY</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="54">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" usage="DATE_TIME" formatindex="64">
<FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -202,25 +202,25 @@
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<!-- Time format extension. -->
<FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="50">
<FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="60">
<FormatCode>HH"时"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME" formatindex="51">
<FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME" formatindex="61">
<FormatCode>HH"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="52">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="62">
<FormatCode>AM/PM HH"时"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME" formatindex="53">
<FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME" formatindex="63">
<FormatCode>AM/PM HH"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="54">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="64">
<FormatCode>[HH]"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="55">
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="65">
<FormatCode>MM"分"SS"秒"00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME" formatindex="56">
<FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME" formatindex="66">
<FormatCode>[HH]"时"MM"分"SS"秒"00</FormatCode>
</FormatElement>
<!-- Date_Time formats. Index range is from 46 to 47. -->
@ -230,10 +230,10 @@
<FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY/MM/DD HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME" formatindex="58">
<FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME" formatindex="68">
<FormatCode>M/D/YY HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="59">
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="69">
<FormatCode>MM/DD/YYYY HH:MM:SS</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -174,22 +174,22 @@
<FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="50">
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="60">
<FormatCode>HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="51">
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="61">
<FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="52">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="62">
<FormatCode>AM/PM HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="53">
<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="63">
<FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="54">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="64">
<FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="55">
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="65">
<FormatCode>MM"分"SS"秒"00</FormatCode>
</FormatElement>
<!-- DateTime formats. Index range is 46-47. -->
@ -200,10 +200,10 @@
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="57">
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="67">
<FormatCode>YY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="56">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="66">
<FormatCode>D/M/YY HH:MM</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -173,22 +173,22 @@
<FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="50">
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="60">
<FormatCode>HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="51">
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="61">
<FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="52">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="62">
<FormatCode>AM/PM HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="true" type="medium" usage="TIME" formatindex="53">
<FormatElement msgid="TimeFormatskey11" default="true" type="medium" usage="TIME" formatindex="63">
<FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="54">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="64">
<FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="55">
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="65">
<FormatCode>MM"分"SS"秒"00</FormatCode>
</FormatElement>
<!-- DateTime formats. Index range is 46-47. -->
@ -198,13 +198,13 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME" formatindex="56">
<FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME" formatindex="66">
<FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="57">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="67">
<FormatCode>YY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="58">
<FormatElement msgid="DateFormatskey22" default="false" type="medium" usage="DATE" formatindex="68">
<FormatCode>D-M-YYYY</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -173,25 +173,25 @@
<FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="50">
<FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME" formatindex="60">
<FormatCode>HH"时"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME" formatindex="51">
<FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME" formatindex="61">
<FormatCode>HH"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="52">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="62">
<FormatCode>AM/PM HH"时"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME" formatindex="53">
<FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME" formatindex="63">
<FormatCode>AM/PM HH"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="54">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="64">
<FormatCode>[HH]"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="55">
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="65">
<FormatCode>MM"分"SS"秒"00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME" formatindex="56">
<FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME" formatindex="66">
<FormatCode>[HH]"时"MM"分"SS"秒"00</FormatCode>
</FormatElement>
<!-- Date_Timeformats. Index range is 46-47. -->
@ -201,10 +201,10 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY"年"MM"月"D"日"HH"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="57">
<FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="67">
<FormatCode>M/D/YY HH:MM</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="58">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="68">
<FormatCode>MM/DD/YYYY HH:MM:SS</FormatCode>
</FormatElement>
</LC_FORMAT>

View File

@ -83,7 +83,7 @@
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
<FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="80">
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="90">
<FormatCode>##0.00E+00</FormatCode>
</FormatElement>
<!-- Percent Number formats. Index range is 8-9. -->
@ -177,61 +177,61 @@
<FormatElement msgid="DateFormatskey21" default="false" type="short" usage="DATE" formatindex="38">
<FormatCode>"第"WW"週"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey22" default="false" type="short" usage="DATE" formatindex="50">
<FormatElement msgid="DateFormatskey22" default="false" type="short" usage="DATE" formatindex="60">
<FormatCode>E/M/D</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="51">
<FormatElement msgid="DateFormatskey23" default="false" type="medium" usage="DATE" formatindex="61">
<FormatCode>GGEE"年"M"月"D"日"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="52">
<FormatElement msgid="DateFormatskey24" default="false" type="long" usage="DATE" formatindex="62">
<FormatCode>[NatNum1]GGEE"年"M"月"D"日"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="53">
<FormatElement msgid="DateFormatskey25" default="false" type="medium" usage="DATE" formatindex="63">
<FormatCode>GGGEE"年"M"月"D"日"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="54">
<FormatElement msgid="DateFormatskey26" default="false" type="long" usage="DATE" formatindex="64">
<FormatCode>[NatNum1]GGGEE"年"M"月"D"日"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="55">
<FormatElement msgid="DateFormatskey27" default="false" type="medium" usage="DATE" formatindex="65">
<FormatCode>GGEE"年"M"月"D"日 ("DDD")"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey28" default="false" type="long" usage="DATE" formatindex="56">
<FormatElement msgid="DateFormatskey28" default="false" type="long" usage="DATE" formatindex="66">
<FormatCode>GGGEE"年"M"月"D"日 ("DDD")"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="57">
<FormatElement msgid="DateFormatskey29" default="false" type="long" usage="DATE" formatindex="67">
<FormatCode>YYYY"年"M"月"D"日 ("DDD")"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="58">
<FormatElement msgid="DateFormatskey30" default="false" type="long" usage="DATE" formatindex="68">
<FormatCode>YYYY"年"M"月"D"日 "NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="59">
<FormatElement msgid="DateFormatskey31" default="false" type="long" usage="DATE" formatindex="69">
<FormatCode>GGEE"年"M"月"D"日 "NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="60">
<FormatElement msgid="DateFormatskey32" default="false" type="long" usage="DATE" formatindex="70">
<FormatCode>[NatNum1]GGEE"年"M"月"D"日 "NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="61">
<FormatElement msgid="DateFormatskey33" default="false" type="long" usage="DATE" formatindex="71">
<FormatCode>GGGEE"年"M"月"D"日 "NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="62">
<FormatElement msgid="DateFormatskey34" default="false" type="long" usage="DATE" formatindex="72">
<FormatCode>[NatNum1]GGGEE"年"M"月"D"日 "NNNN</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey35" default="false" type="medium" usage="DATE" formatindex="63">
<FormatElement msgid="DateFormatskey35" default="false" type="medium" usage="DATE" formatindex="73">
<FormatCode>[NatNum1]EE"年"M"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey36" default="false" type="medium" usage="DATE" formatindex="64">
<FormatElement msgid="DateFormatskey36" default="false" type="medium" usage="DATE" formatindex="74">
<FormatCode>[NatNum1]GGEE"年"M"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey37" default="false" type="medium" usage="DATE" formatindex="65">
<FormatElement msgid="DateFormatskey37" default="false" type="medium" usage="DATE" formatindex="75">
<FormatCode>[NatNum1]GGGEE"年"M"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="66">
<FormatElement msgid="DateFormatskey38" default="false" type="medium" usage="DATE" formatindex="76">
<FormatCode>YYYY"年"MM"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="67">
<FormatElement msgid="DateFormatskey39" default="false" type="medium" usage="DATE" formatindex="77">
<FormatCode>[NatNum1]YYYY"年"MM"月"</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey40" default="false" type="short" usage="DATE" formatindex="68">
<FormatElement msgid="DateFormatskey40" default="false" type="short" usage="DATE" formatindex="78">
<FormatCode>M"."D</FormatCode>
</FormatElement>
<!-- Time formats. Index range is 39-45. -->
@ -256,22 +256,22 @@
<FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME" formatindex="45">
<FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="69">
<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="79">
<FormatCode>HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="70">
<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="80">
<FormatCode>HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="71">
<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="81">
<FormatCode>AM/PM HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="72">
<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="82">
<FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="73">
<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="83">
<FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="74">
<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="84">
<FormatCode>MM"分"SS"秒"00</FormatCode>
</FormatElement>
<!-- Date_Time formats. Index range is 46-47. -->
@ -281,19 +281,19 @@
<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY/MM/DD HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME" formatindex="75">
<FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME" formatindex="85">
<FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="76">
<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="86">
<FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey5" default="false" type="long" usage="DATE_TIME" formatindex="77">
<FormatElement msgid="DateTimeFormatskey5" default="false" type="long" usage="DATE_TIME" formatindex="87">
<FormatCode>EE"年"M"月"D"日" HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey6" default="false" type="long" usage="DATE_TIME" formatindex="78">
<FormatElement msgid="DateTimeFormatskey6" default="false" type="long" usage="DATE_TIME" formatindex="88">
<FormatCode>GGEE"年"M"月"D"日" HH"時"MM"分"</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey7" default="false" type="long" usage="DATE_TIME" formatindex="79">
<FormatElement msgid="DateTimeFormatskey7" default="false" type="long" usage="DATE_TIME" formatindex="89">
<FormatCode>GGGEE"年"M"月"D"日" HH"時"MM"分"</FormatCode>
</FormatElement>
</LC_FORMAT>