[Libreoffice-commits] .: 2 commits - i18npool/source

Eike Rathke erack at kemper.freedesktop.org
Sun Sep 4 05:13:08 PDT 2011


 i18npool/source/localedata/data/an_ES.xml |  706 +++++++++++++++---------------
 1 file changed, 353 insertions(+), 353 deletions(-)

New commits:
commit 5456b230a215b240ad67fdef137616afedb209e4
Author: Eike Rathke <erack at erack.de>
Date:   Sun Sep 4 14:04:02 2011 +0200

    fix an_ES locale data details
    
    compiling an_ES.xml gave:
    Warning: Time100SecSeparator is different from DecimalSeparator, this may be correct or not. Intended?
    Warning: Don't forget to adapt corresponding FormatCode elements when changing separators.
    Warning: QuotationStart may be wrong: U+201C “
    Warning: QuotationEnd may be wrong: U+201D ”
    Warning: DoubleQuotationStart may be wrong: U+2018 ‘
    Warning: DoubleQuotationEnd may be wrong: U+2019 ’
    
    * Exchanged Quotation(Start|End) and DoubleQuotation(Start|End)
    
    Not sure about the use of '.' Time100SecSeparator whereas DecimalSeparator is ','

diff --git a/i18npool/source/localedata/data/an_ES.xml b/i18npool/source/localedata/data/an_ES.xml
index 7c3ab2f..a5f21a7 100644
--- a/i18npool/source/localedata/data/an_ES.xml
+++ b/i18npool/source/localedata/data/an_ES.xml
@@ -25,10 +25,10 @@
       <LongDateYearSeparator> </LongDateYearSeparator>
     </Separators>
     <Markers>
-      <QuotationStart>“</QuotationStart>
-      <QuotationEnd>”</QuotationEnd>
-      <DoubleQuotationStart>‘</DoubleQuotationStart>
-      <DoubleQuotationEnd>’</DoubleQuotationEnd>
+      <QuotationStart>‘</QuotationStart>
+      <QuotationEnd>’</QuotationEnd>
+      <DoubleQuotationStart>“</DoubleQuotationStart>
+      <DoubleQuotationEnd>”</DoubleQuotationEnd>
     </Markers>
     <TimeAM>a. m.</TimeAM>
     <TimePM>p. m.</TimePM>
commit 9b92ca05cb8dea739ca9a5c3ce381b180ff7bf88
Author: Eike Rathke <erack at erack.de>
Date:   Sun Sep 4 14:00:38 2011 +0200

    an_ES indentation

diff --git a/i18npool/source/localedata/data/an_ES.xml b/i18npool/source/localedata/data/an_ES.xml
index 9b299a1..7c3ab2f 100644
--- a/i18npool/source/localedata/data/an_ES.xml
+++ b/i18npool/source/localedata/data/an_ES.xml
@@ -1,358 +1,358 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Locale SYSTEM "locale.dtd">
 <Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.0">
-<LC_INFO>
-<Language>
-<LangID>an</LangID>
-<DefaultName>Aragonese</DefaultName>
-</Language>
-<Country>
-<CountryID>ES</CountryID>
-<DefaultName>Spain</DefaultName>
-</Country>
-</LC_INFO>
-<LC_CTYPE unoid="generic">
-<Separators>
-<DateSeparator>/</DateSeparator>
-<ThousandSeparator>.</ThousandSeparator>
-<DecimalSeparator>,</DecimalSeparator>
-<TimeSeparator>:</TimeSeparator>
-<Time100SecSeparator>.</Time100SecSeparator>
-<ListSeparator>;</ListSeparator>
-<LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
-<LongDateDaySeparator>, </LongDateDaySeparator>
-<LongDateMonthSeparator> de</LongDateMonthSeparator>
-<LongDateYearSeparator> </LongDateYearSeparator>
-</Separators>
-<Markers>
-<QuotationStart>“</QuotationStart>
-<QuotationEnd>”</QuotationEnd>
-<DoubleQuotationStart>‘</DoubleQuotationStart>
-<DoubleQuotationEnd>’</DoubleQuotationEnd>
-</Markers>
-<TimeAM>a. m.</TimeAM>
-<TimePM>p. m.</TimePM>
-<MeasurementSystem>metric</MeasurementSystem>
-</LC_CTYPE>
-<LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$€-665]">
-<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
-<FormatCode>General</FormatCode>
-</FormatElement>
-<FormatElement msgid="FixedFormatskey2" default="true" type="short" usage="FIXED_NUMBER" formatindex="1">
-<FormatCode>0</FormatCode>
-</FormatElement>
-<FormatElement msgid="FixedFormatskey3" default="false" type="medium" usage="FIXED_NUMBER" formatindex="2">
-<FormatCode>0,00</FormatCode>
-</FormatElement>
-<FormatElement msgid="FixedFormatskey4" default="false" type="short" usage="FIXED_NUMBER" formatindex="3">
-<FormatCode>#.##0</FormatCode>
-</FormatElement>
-<FormatElement msgid="FixedFormatskey5" default="false" type="medium" usage="FIXED_NUMBER" formatindex="4">
-<FormatCode>#.##0,00</FormatCode>
-</FormatElement>
-<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
-<FormatCode>#.###,00</FormatCode>
-</FormatElement>
-<FormatElement msgid="ScientificFormatskey1" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
-<FormatCode>0,00E+00</FormatCode>
-</FormatElement>
-<FormatElement msgid="ScientificFormatskey2" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
-<FormatCode>0,00E+000</FormatCode>
-</FormatElement>
-<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
-<FormatCode>0%</FormatCode>
-</FormatElement>
-<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
-<FormatCode>0,00%</FormatCode>
-</FormatElement>
-<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
-<FormatCode>#.##0 [CURRENCY];-#.##0 [CURRENCY]</FormatCode>
-</FormatElement>
-<FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
-<FormatCode>#.##0,00 [CURRENCY];-#.##0,00 [CURRENCY]</FormatCode>
-</FormatElement>
-<FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
-<FormatCode>#.##0 [CURRENCY];[RED]-#.##0 [CURRENCY]</FormatCode>
-</FormatElement>
-<FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
-<FormatCode>#.##0,00 [CURRENCY];[RED]-#.##0,00 [CURRENCY]</FormatCode>
-</FormatElement>
-<FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
-<FormatCode>#.##0,00 CCC</FormatCode>
-</FormatElement>
-<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
-<FormatCode>#.##0,-- [CURRENCY];[RED]-#.##0,-- [CURRENCY]</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey11" default="true" type="short" usage="DATE" formatindex="18">
-<FormatCode>D/MM/YY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey14" default="true" type="long" usage="DATE" formatindex="19">
-<FormatCode>NNNNDD, MMMM deYYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey6" default="true" type="medium" usage="DATE" formatindex="20">
-<FormatCode>DD/MM/YY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey5" default="false" type="medium" usage="DATE" formatindex="21">
-<FormatCode>DD/MM/YYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey15" default="false" type="long" usage="DATE" formatindex="22">
-<FormatCode>D, MMM deYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey16" default="false" type="long" usage="DATE" formatindex="23">
-<FormatCode>D, MMM deYYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey21" default="false" type="long" usage="DATE" formatindex="24">
-<FormatCode>D, MMM deYYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey17" default="false" type="long" usage="DATE" formatindex="25">
-<FormatCode>D, MMMM deYYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey22" default="false" type="long" usage="DATE" formatindex="26">
-<FormatCode>D, MMMM deYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey10" default="false" type="medium" usage="DATE" formatindex="27">
-<FormatCode>NN, DD/MMM/YY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey18" default="false" type="long" usage="DATE" formatindex="28">
-<FormatCode>NN, D, MMM deYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey19" default="false" type="long" usage="DATE" formatindex="29">
-<FormatCode>NN, D, MMMM deYYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey20" default="false" type="long" usage="DATE" formatindex="30">
-<FormatCode>NNNND, MMMM deYYYY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey12" default="false" type="short" usage="DATE" formatindex="31">
-<FormatCode>MM/DD</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="32">
-<FormatCode>YY-MM-DD</FormatCode>
-<DefaultName>ISO 8601</DefaultName>
-</FormatElement>
-<FormatElement msgid="DateFormatskey8" default="false" type="medium" usage="DATE" formatindex="33">
-<FormatCode>YYYY-MM-DD</FormatCode>
-<DefaultName>ISO 8601</DefaultName>
-</FormatElement>
-<FormatElement msgid="DateFormatskey1" default="false" type="medium" usage="DATE" formatindex="34">
-<FormatCode>MM/YY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey2" default="false" type="medium" usage="DATE" formatindex="35">
-<FormatCode>MMM/DD</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey3" default="false" type="medium" usage="DATE" formatindex="36">
-<FormatCode>MMMM</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey4" default="false" type="medium" usage="DATE" formatindex="37">
-<FormatCode>QQ YY</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateFormatskey9" default="false" type="medium" usage="DATE" formatindex="38">
-<FormatCode>WW</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey1" default="false" type="short" usage="TIME" formatindex="39">
-<FormatCode>HH:MM</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey2" default="false" type="medium" usage="TIME" formatindex="40">
-<FormatCode>HH:MM:SS</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey3" default="true" type="short" usage="TIME" formatindex="41">
-<FormatCode>HH:MM AM/PM</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey4" default="true" type="medium" usage="TIME" formatindex="42">
-<FormatCode>HH:MM:SS AM/PM</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey5" default="false" type="medium" usage="TIME" formatindex="43">
-<FormatCode>[HH]:MM:SS</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey6" default="false" type="short" usage="TIME" formatindex="44">
-<FormatCode>MM:SS.00</FormatCode>
-</FormatElement>
-<FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
-<FormatCode>[HH]:MM:SS.00</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
-<FormatCode>DD/MM/YY HH:MM</FormatCode>
-</FormatElement>
-<FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
-<FormatCode>DD/MM/YYYY HH:MM:SS AM/PM</FormatCode>
-</FormatElement>
-</LC_FORMAT>
-<LC_COLLATION>
-<Collator default="true" unoid="alphanumeric"/>
-<CollationOptions>
-<TransliterationModules>IGNORE_CASE</TransliterationModules>
-</CollationOptions>
-</LC_COLLATION>
-<LC_SEARCH>
-<SearchOptions>
-<TransliterationModules>IGNORE_CASE</TransliterationModules>
-</SearchOptions>
-</LC_SEARCH>
-<LC_INDEX>
-<IndexKey phonetic="false" default="true" unoid="alphanumeric">A-Z</IndexKey>
-<UnicodeScript>0</UnicodeScript>
-<UnicodeScript>1</UnicodeScript>
-<FollowPageWord>p.</FollowPageWord>
-<FollowPageWord>pp.</FollowPageWord>
-</LC_INDEX>
-<LC_CALENDAR>
-<Calendar unoid="gregorian" default="true">
-<DaysOfWeek>
-<Day>
-<DayID>sun</DayID>
-<DefaultAbbrvName>dom</DefaultAbbrvName>
-<DefaultFullName>domingo</DefaultFullName>
-</Day>
-<Day>
-<DayID>mon</DayID>
-<DefaultAbbrvName>lun</DefaultAbbrvName>
-<DefaultFullName>luns</DefaultFullName>
-</Day>
-<Day>
-<DayID>tue</DayID>
-<DefaultAbbrvName>mar</DefaultAbbrvName>
-<DefaultFullName>martz</DefaultFullName>
-</Day>
-<Day>
-<DayID>wed</DayID>
-<DefaultAbbrvName>mie</DefaultAbbrvName>
-<DefaultFullName>mierques</DefaultFullName>
-</Day>
-<Day>
-<DayID>thu</DayID>
-<DefaultAbbrvName>chu</DefaultAbbrvName>
-<DefaultFullName>chueus</DefaultFullName>
-</Day>
-<Day>
-<DayID>fri</DayID>
-<DefaultAbbrvName>vie</DefaultAbbrvName>
-<DefaultFullName>viernes</DefaultFullName>
-</Day>
-<Day>
-<DayID>sat</DayID>
-<DefaultAbbrvName>sab</DefaultAbbrvName>
-<DefaultFullName>sabado</DefaultFullName>
-</Day>
-</DaysOfWeek>
-<MonthsOfYear>
-<Month>
-<MonthID>jan</MonthID>
-<DefaultAbbrvName>chi</DefaultAbbrvName>
-<DefaultFullName>chinero</DefaultFullName>
-</Month>
-<Month>
-<MonthID>feb</MonthID>
-<DefaultAbbrvName>feb</DefaultAbbrvName>
-<DefaultFullName>febrero</DefaultFullName>
-</Month>
-<Month>
-<MonthID>mar</MonthID>
-<DefaultAbbrvName>mar</DefaultAbbrvName>
-<DefaultFullName>marzo</DefaultFullName>
-</Month>
-<Month>
-<MonthID>apr</MonthID>
-<DefaultAbbrvName>abr</DefaultAbbrvName>
-<DefaultFullName>abril</DefaultFullName>
-</Month>
-<Month>
-<MonthID>may</MonthID>
-<DefaultAbbrvName>may</DefaultAbbrvName>
-<DefaultFullName>mayo</DefaultFullName>
-</Month>
-<Month>
-<MonthID>jun</MonthID>
-<DefaultAbbrvName>chun</DefaultAbbrvName>
-<DefaultFullName>chunio</DefaultFullName>
-</Month>
-<Month>
-<MonthID>jul</MonthID>
-<DefaultAbbrvName>chul</DefaultAbbrvName>
-<DefaultFullName>chulio</DefaultFullName>
-</Month>
-<Month>
-<MonthID>aug</MonthID>
-<DefaultAbbrvName>ago</DefaultAbbrvName>
-<DefaultFullName>agosto</DefaultFullName>
-</Month>
-<Month>
-<MonthID>sep</MonthID>
-<DefaultAbbrvName>set</DefaultAbbrvName>
-<DefaultFullName>setiembre</DefaultFullName>
-</Month>
-<Month>
-<MonthID>oct</MonthID>
-<DefaultAbbrvName>oct</DefaultAbbrvName>
-<DefaultFullName>octubre</DefaultFullName>
-</Month>
-<Month>
-<MonthID>nov</MonthID>
-<DefaultAbbrvName>nov</DefaultAbbrvName>
-<DefaultFullName>noviembre</DefaultFullName>
-</Month>
-<Month>
-<MonthID>dec</MonthID>
-<DefaultAbbrvName>avi</DefaultAbbrvName>
-<DefaultFullName>aviento</DefaultFullName>
-</Month>
-</MonthsOfYear>
-<Eras>
-<Era>
-<EraID>bc</EraID>
-<DefaultAbbrvName>a.C</DefaultAbbrvName>
-<DefaultFullName>antes de Cristo</DefaultFullName>
-</Era>
-<Era>
-<EraID>ad</EraID>
-<DefaultAbbrvName>d.C</DefaultAbbrvName>
-<DefaultFullName>dimpués de Cristo</DefaultFullName>
-</Era>
-</Eras>
-<StartDayOfWeek>
-<DayID>mon</DayID>
-</StartDayOfWeek>
-<MinimalDaysInFirstWeek>1</MinimalDaysInFirstWeek>
-</Calendar>
-</LC_CALENDAR>
-<LC_CURRENCY>
-<Currency default="true" usedInCompatibleFormatCodes="true">
-<CurrencyID>EUR</CurrencyID>
-<CurrencySymbol>€</CurrencySymbol>
-<BankSymbol>EUR</BankSymbol>
-<CurrencyName>euro</CurrencyName>
-<DecimalPlaces>2</DecimalPlaces>
-</Currency>
-</LC_CURRENCY>
-<LC_TRANSLITERATION>
-<Transliteration unoid="LOWERCASE_UPPERCASE"/>
-<Transliteration unoid="UPPERCASE_LOWERCASE"/>
-<Transliteration unoid="IGNORE_CASE"/>
-</LC_TRANSLITERATION>
-<LC_MISC>
-<ReservedWords>
-<trueWord>Verdadero</trueWord>
-<falseWord>Falso</falseWord>
-<quarter1Word>Primer trimestre</quarter1Word>
-<quarter2Word>Segundo trimestre</quarter2Word>
-<quarter3Word>Tercer trimestre</quarter3Word>
-<quarter4Word>Quatreno trimestre</quarter4Word>
-<aboveWord>Dencima</aboveWord>
-<belowWord>Debaixo</belowWord>
-<quarter1Abbreviation>1T</quarter1Abbreviation>
-<quarter2Abbreviation>2T</quarter2Abbreviation>
-<quarter3Abbreviation>3T</quarter3Abbreviation>
-<quarter4Abbreviation>4T</quarter4Abbreviation>
-</ReservedWords>
-</LC_MISC>
-<LC_NumberingLevel>
-<NumberingLevel NumType="4" Prefix=" " Suffix=")"/>
-<NumberingLevel NumType="4" Prefix=" " Suffix="."/>
-<NumberingLevel NumType="4" Prefix="(" Suffix=")"/>
-<NumberingLevel NumType="2" Prefix=" " Suffix="."/>
-<NumberingLevel NumType="0" Prefix=" " Suffix=")"/>
-<NumberingLevel NumType="1" Prefix=" " Suffix=")"/>
-<NumberingLevel NumType="1" Prefix="(" Suffix=")"/>
-<NumberingLevel NumType="3" Prefix=" " Suffix="."/>
-</LC_NumberingLevel>
-<LC_OutLineNumberingLevel ref="en_US"/>
+  <LC_INFO>
+    <Language>
+      <LangID>an</LangID>
+      <DefaultName>Aragonese</DefaultName>
+    </Language>
+    <Country>
+      <CountryID>ES</CountryID>
+      <DefaultName>Spain</DefaultName>
+    </Country>
+  </LC_INFO>
+  <LC_CTYPE unoid="generic">
+    <Separators>
+      <DateSeparator>/</DateSeparator>
+      <ThousandSeparator>.</ThousandSeparator>
+      <DecimalSeparator>,</DecimalSeparator>
+      <TimeSeparator>:</TimeSeparator>
+      <Time100SecSeparator>.</Time100SecSeparator>
+      <ListSeparator>;</ListSeparator>
+      <LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
+      <LongDateDaySeparator>, </LongDateDaySeparator>
+      <LongDateMonthSeparator> de</LongDateMonthSeparator>
+      <LongDateYearSeparator> </LongDateYearSeparator>
+    </Separators>
+    <Markers>
+      <QuotationStart>“</QuotationStart>
+      <QuotationEnd>”</QuotationEnd>
+      <DoubleQuotationStart>‘</DoubleQuotationStart>
+      <DoubleQuotationEnd>’</DoubleQuotationEnd>
+    </Markers>
+    <TimeAM>a. m.</TimeAM>
+    <TimePM>p. m.</TimePM>
+    <MeasurementSystem>metric</MeasurementSystem>
+  </LC_CTYPE>
+  <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$€-665]">
+    <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
+      <FormatCode>General</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="FixedFormatskey2" default="true" type="short" usage="FIXED_NUMBER" formatindex="1">
+      <FormatCode>0</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="FixedFormatskey3" default="false" type="medium" usage="FIXED_NUMBER" formatindex="2">
+      <FormatCode>0,00</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="FixedFormatskey4" default="false" type="short" usage="FIXED_NUMBER" formatindex="3">
+      <FormatCode>#.##0</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="FixedFormatskey5" default="false" type="medium" usage="FIXED_NUMBER" formatindex="4">
+      <FormatCode>#.##0,00</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
+      <FormatCode>#.###,00</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="ScientificFormatskey1" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
+      <FormatCode>0,00E+00</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="ScientificFormatskey2" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
+      <FormatCode>0,00E+000</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
+      <FormatCode>0%</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
+      <FormatCode>0,00%</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
+      <FormatCode>#.##0 [CURRENCY];-#.##0 [CURRENCY]</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
+      <FormatCode>#.##0,00 [CURRENCY];-#.##0,00 [CURRENCY]</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
+      <FormatCode>#.##0 [CURRENCY];[RED]-#.##0 [CURRENCY]</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
+      <FormatCode>#.##0,00 [CURRENCY];[RED]-#.##0,00 [CURRENCY]</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
+      <FormatCode>#.##0,00 CCC</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
+      <FormatCode>#.##0,-- [CURRENCY];[RED]-#.##0,-- [CURRENCY]</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey11" default="true" type="short" usage="DATE" formatindex="18">
+      <FormatCode>D/MM/YY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey14" default="true" type="long" usage="DATE" formatindex="19">
+      <FormatCode>NNNNDD, MMMM deYYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey6" default="true" type="medium" usage="DATE" formatindex="20">
+      <FormatCode>DD/MM/YY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey5" default="false" type="medium" usage="DATE" formatindex="21">
+      <FormatCode>DD/MM/YYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey15" default="false" type="long" usage="DATE" formatindex="22">
+      <FormatCode>D, MMM deYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey16" default="false" type="long" usage="DATE" formatindex="23">
+      <FormatCode>D, MMM deYYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey21" default="false" type="long" usage="DATE" formatindex="24">
+      <FormatCode>D, MMM deYYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey17" default="false" type="long" usage="DATE" formatindex="25">
+      <FormatCode>D, MMMM deYYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey22" default="false" type="long" usage="DATE" formatindex="26">
+      <FormatCode>D, MMMM deYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey10" default="false" type="medium" usage="DATE" formatindex="27">
+      <FormatCode>NN, DD/MMM/YY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey18" default="false" type="long" usage="DATE" formatindex="28">
+      <FormatCode>NN, D, MMM deYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey19" default="false" type="long" usage="DATE" formatindex="29">
+      <FormatCode>NN, D, MMMM deYYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey20" default="false" type="long" usage="DATE" formatindex="30">
+      <FormatCode>NNNND, MMMM deYYYY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey12" default="false" type="short" usage="DATE" formatindex="31">
+      <FormatCode>MM/DD</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="32">
+      <FormatCode>YY-MM-DD</FormatCode>
+      <DefaultName>ISO 8601</DefaultName>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey8" default="false" type="medium" usage="DATE" formatindex="33">
+      <FormatCode>YYYY-MM-DD</FormatCode>
+      <DefaultName>ISO 8601</DefaultName>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey1" default="false" type="medium" usage="DATE" formatindex="34">
+      <FormatCode>MM/YY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey2" default="false" type="medium" usage="DATE" formatindex="35">
+      <FormatCode>MMM/DD</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey3" default="false" type="medium" usage="DATE" formatindex="36">
+      <FormatCode>MMMM</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey4" default="false" type="medium" usage="DATE" formatindex="37">
+      <FormatCode>QQ YY</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateFormatskey9" default="false" type="medium" usage="DATE" formatindex="38">
+      <FormatCode>WW</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey1" default="false" type="short" usage="TIME" formatindex="39">
+      <FormatCode>HH:MM</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey2" default="false" type="medium" usage="TIME" formatindex="40">
+      <FormatCode>HH:MM:SS</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey3" default="true" type="short" usage="TIME" formatindex="41">
+      <FormatCode>HH:MM AM/PM</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey4" default="true" type="medium" usage="TIME" formatindex="42">
+      <FormatCode>HH:MM:SS AM/PM</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey5" default="false" type="medium" usage="TIME" formatindex="43">
+      <FormatCode>[HH]:MM:SS</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey6" default="false" type="short" usage="TIME" formatindex="44">
+      <FormatCode>MM:SS.00</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
+      <FormatCode>[HH]:MM:SS.00</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46">
+      <FormatCode>DD/MM/YY HH:MM</FormatCode>
+    </FormatElement>
+    <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" usage="DATE_TIME" formatindex="47">
+      <FormatCode>DD/MM/YYYY HH:MM:SS AM/PM</FormatCode>
+    </FormatElement>
+  </LC_FORMAT>
+  <LC_COLLATION>
+    <Collator default="true" unoid="alphanumeric"/>
+    <CollationOptions>
+      <TransliterationModules>IGNORE_CASE</TransliterationModules>
+    </CollationOptions>
+  </LC_COLLATION>
+  <LC_SEARCH>
+    <SearchOptions>
+      <TransliterationModules>IGNORE_CASE</TransliterationModules>
+    </SearchOptions>
+  </LC_SEARCH>
+  <LC_INDEX>
+    <IndexKey phonetic="false" default="true" unoid="alphanumeric">A-Z</IndexKey>
+    <UnicodeScript>0</UnicodeScript>
+    <UnicodeScript>1</UnicodeScript>
+    <FollowPageWord>p.</FollowPageWord>
+    <FollowPageWord>pp.</FollowPageWord>
+  </LC_INDEX>
+  <LC_CALENDAR>
+    <Calendar unoid="gregorian" default="true">
+      <DaysOfWeek>
+        <Day>
+          <DayID>sun</DayID>
+          <DefaultAbbrvName>dom</DefaultAbbrvName>
+          <DefaultFullName>domingo</DefaultFullName>
+        </Day>
+        <Day>
+          <DayID>mon</DayID>
+          <DefaultAbbrvName>lun</DefaultAbbrvName>
+          <DefaultFullName>luns</DefaultFullName>
+        </Day>
+        <Day>
+          <DayID>tue</DayID>
+          <DefaultAbbrvName>mar</DefaultAbbrvName>
+          <DefaultFullName>martz</DefaultFullName>
+        </Day>
+        <Day>
+          <DayID>wed</DayID>
+          <DefaultAbbrvName>mie</DefaultAbbrvName>
+          <DefaultFullName>mierques</DefaultFullName>
+        </Day>
+        <Day>
+          <DayID>thu</DayID>
+          <DefaultAbbrvName>chu</DefaultAbbrvName>
+          <DefaultFullName>chueus</DefaultFullName>
+        </Day>
+        <Day>
+          <DayID>fri</DayID>
+          <DefaultAbbrvName>vie</DefaultAbbrvName>
+          <DefaultFullName>viernes</DefaultFullName>
+        </Day>
+        <Day>
+          <DayID>sat</DayID>
+          <DefaultAbbrvName>sab</DefaultAbbrvName>
+          <DefaultFullName>sabado</DefaultFullName>
+        </Day>
+      </DaysOfWeek>
+      <MonthsOfYear>
+        <Month>
+          <MonthID>jan</MonthID>
+          <DefaultAbbrvName>chi</DefaultAbbrvName>
+          <DefaultFullName>chinero</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>feb</MonthID>
+          <DefaultAbbrvName>feb</DefaultAbbrvName>
+          <DefaultFullName>febrero</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>mar</MonthID>
+          <DefaultAbbrvName>mar</DefaultAbbrvName>
+          <DefaultFullName>marzo</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>apr</MonthID>
+          <DefaultAbbrvName>abr</DefaultAbbrvName>
+          <DefaultFullName>abril</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>may</MonthID>
+          <DefaultAbbrvName>may</DefaultAbbrvName>
+          <DefaultFullName>mayo</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>jun</MonthID>
+          <DefaultAbbrvName>chun</DefaultAbbrvName>
+          <DefaultFullName>chunio</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>jul</MonthID>
+          <DefaultAbbrvName>chul</DefaultAbbrvName>
+          <DefaultFullName>chulio</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>aug</MonthID>
+          <DefaultAbbrvName>ago</DefaultAbbrvName>
+          <DefaultFullName>agosto</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>sep</MonthID>
+          <DefaultAbbrvName>set</DefaultAbbrvName>
+          <DefaultFullName>setiembre</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>oct</MonthID>
+          <DefaultAbbrvName>oct</DefaultAbbrvName>
+          <DefaultFullName>octubre</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>nov</MonthID>
+          <DefaultAbbrvName>nov</DefaultAbbrvName>
+          <DefaultFullName>noviembre</DefaultFullName>
+        </Month>
+        <Month>
+          <MonthID>dec</MonthID>
+          <DefaultAbbrvName>avi</DefaultAbbrvName>
+          <DefaultFullName>aviento</DefaultFullName>
+        </Month>
+      </MonthsOfYear>
+      <Eras>
+        <Era>
+          <EraID>bc</EraID>
+          <DefaultAbbrvName>a.C</DefaultAbbrvName>
+          <DefaultFullName>antes de Cristo</DefaultFullName>
+        </Era>
+        <Era>
+          <EraID>ad</EraID>
+          <DefaultAbbrvName>d.C</DefaultAbbrvName>
+          <DefaultFullName>dimpués de Cristo</DefaultFullName>
+        </Era>
+      </Eras>
+      <StartDayOfWeek>
+        <DayID>mon</DayID>
+      </StartDayOfWeek>
+      <MinimalDaysInFirstWeek>1</MinimalDaysInFirstWeek>
+    </Calendar>
+  </LC_CALENDAR>
+  <LC_CURRENCY>
+    <Currency default="true" usedInCompatibleFormatCodes="true">
+      <CurrencyID>EUR</CurrencyID>
+      <CurrencySymbol>€</CurrencySymbol>
+      <BankSymbol>EUR</BankSymbol>
+      <CurrencyName>euro</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+  </LC_CURRENCY>
+  <LC_TRANSLITERATION>
+    <Transliteration unoid="LOWERCASE_UPPERCASE"/>
+    <Transliteration unoid="UPPERCASE_LOWERCASE"/>
+    <Transliteration unoid="IGNORE_CASE"/>
+  </LC_TRANSLITERATION>
+  <LC_MISC>
+    <ReservedWords>
+      <trueWord>Verdadero</trueWord>
+      <falseWord>Falso</falseWord>
+      <quarter1Word>Primer trimestre</quarter1Word>
+      <quarter2Word>Segundo trimestre</quarter2Word>
+      <quarter3Word>Tercer trimestre</quarter3Word>
+      <quarter4Word>Quatreno trimestre</quarter4Word>
+      <aboveWord>Dencima</aboveWord>
+      <belowWord>Debaixo</belowWord>
+      <quarter1Abbreviation>1T</quarter1Abbreviation>
+      <quarter2Abbreviation>2T</quarter2Abbreviation>
+      <quarter3Abbreviation>3T</quarter3Abbreviation>
+      <quarter4Abbreviation>4T</quarter4Abbreviation>
+    </ReservedWords>
+  </LC_MISC>
+  <LC_NumberingLevel>
+    <NumberingLevel NumType="4" Prefix=" " Suffix=")"/>
+    <NumberingLevel NumType="4" Prefix=" " Suffix="."/>
+    <NumberingLevel NumType="4" Prefix="(" Suffix=")"/>
+    <NumberingLevel NumType="2" Prefix=" " Suffix="."/>
+    <NumberingLevel NumType="0" Prefix=" " Suffix=")"/>
+    <NumberingLevel NumType="1" Prefix=" " Suffix=")"/>
+    <NumberingLevel NumType="1" Prefix="(" Suffix=")"/>
+    <NumberingLevel NumType="3" Prefix=" " Suffix="."/>
+  </LC_NumberingLevel>
+  <LC_OutLineNumberingLevel ref="en_US"/>
 </Locale>
 <!--Version 1.0  -->


More information about the Libreoffice-commits mailing list