Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / i18npool / source / localedata / data / zh_CN.xml
blobe58c59a2d390ca8b93430e7a7850bfdb42031bf5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Locale SYSTEM 'locale.dtd'>
3 <!--
4  * This file is part of the LibreOffice project.
5  *
6  * This Source Code Form is subject to the terms of the Mozilla Public
7  * License, v. 2.0. If a copy of the MPL was not distributed with this
8  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9  *
10  * This file incorporates work covered by the following license notice:
11  *
12  *   Licensed to the Apache Software Foundation (ASF) under one or more
13  *   contributor license agreements. See the NOTICE file distributed
14  *   with this work for additional information regarding copyright
15  *   ownership. The ASF licenses this file to you under the Apache
16  *   License, Version 2.0 (the "License"); you may not use this file
17  *   except in compliance with the License. You may obtain a copy of
18  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
19  -->
20 <Locale versionDTD="2.0.3" allowUpdateFromCLDR="no"  version="1.2">
21   <LC_INFO>
22     <Language>
23       <LangID>zh</LangID>
24       <DefaultName>Simplified Chinese</DefaultName>
25     </Language>
26     <Country>
27       <CountryID>CN</CountryID>
28       <DefaultName>China</DefaultName>
29     </Country>
30   </LC_INFO>
31   <LC_CTYPE unoid="generic">
32     <Separators>
33       <DateSeparator>/</DateSeparator>
34       <ThousandSeparator>,</ThousandSeparator>
35       <DecimalSeparator>.</DecimalSeparator>
36       <TimeSeparator>:</TimeSeparator>
37       <Time100SecSeparator>.</Time100SecSeparator>
38       <ListSeparator>;</ListSeparator>
39       <LongDateDayOfWeekSeparator/>
40       <LongDateDaySeparator>日</LongDateDaySeparator>
41       <LongDateMonthSeparator>月</LongDateMonthSeparator>
42       <LongDateYearSeparator>年</LongDateYearSeparator>
43     </Separators>
44     <Markers>
45       <QuotationStart>‘</QuotationStart>
46       <QuotationEnd>’</QuotationEnd>
47       <DoubleQuotationStart>“</DoubleQuotationStart>
48       <DoubleQuotationEnd>”</DoubleQuotationEnd>
49     </Markers>
50     <TimeAM>上午</TimeAM>
51     <TimePM>下午</TimePM>
52     <MeasurementSystem>metric</MeasurementSystem>
53   </LC_CTYPE>
54   <LC_FORMAT>
55     <DateAcceptancePattern>M-D</DateAcceptancePattern>
56     <DateAcceptancePattern>M/D</DateAcceptancePattern>
57     <DateAcceptancePattern>M/D</DateAcceptancePattern>
58     <DateAcceptancePattern>Y.M.D</DateAcceptancePattern>
59     <DateAcceptancePattern>Y/M/D</DateAcceptancePattern>
60     <DateAcceptancePattern>Y年M月D日</DateAcceptancePattern>
61     <DateAcceptancePattern>M月D日</DateAcceptancePattern>
62     <!-- Fix number formats. Index range is from 0 to 5. -->
63     <FormatElement msgid="NumberFormatskey1" default="true" type="medium" usage="FIXED_NUMBER"  formatindex="0">
64       <FormatCode>General</FormatCode>
65     </FormatElement>
66     <FormatElement msgid="NumberFormatskey2" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="1">
67       <FormatCode>0</FormatCode>
68     </FormatElement>
69     <FormatElement msgid="NumberFormatskey3" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="2">
70       <FormatCode>0.00</FormatCode>
71     </FormatElement>
72     <FormatElement msgid="NumberFormatskey4" default="true" type="short" usage="FIXED_NUMBER"  formatindex="3">
73       <FormatCode>#,##0</FormatCode>
74     </FormatElement>
75     <FormatElement msgid="NumberFormatskey5" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="4">
76       <FormatCode>#,##0.00</FormatCode>
77     </FormatElement>
78     <FormatElement msgid="NumberFormatskey6" default="false" type="medium" usage="FIXED_NUMBER"  formatindex="5">
79       <FormatCode>#,###.00</FormatCode>
80     </FormatElement>
81     <!-- Scientific number formats. Index range is from 6 to 7. -->
82     <FormatElement msgid="ScientificFormatskey1" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
83       <FormatCode>0.00E+000</FormatCode>
84     </FormatElement>
85     <FormatElement msgid="ScientificFormatskey2" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
86       <FormatCode>0.00E+00</FormatCode>
87     </FormatElement>
88     <!-- Percent number formats. Index range is from 8 to 9. -->
89     <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
90       <FormatCode>0%</FormatCode>
91     </FormatElement>
92     <FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
93       <FormatCode>0.00%</FormatCode>
94     </FormatElement>
95     <!-- Currency formats. Code range is from 12 to 17. -->
96     <FormatElement msgid="CurrencyFormatskey1" default="true" type="medium" usage="CURRENCY" formatindex="12">
97       <FormatCode>[$¥-804]#,##0;-[$¥-804]#,##0</FormatCode>
98     </FormatElement>
99     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
100       <FormatCode>[$¥-804]#,##0.00;-[$¥-804]#,##0.00</FormatCode>
101     </FormatElement>
102     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
103       <FormatCode>[$¥-804]#,##0;[RED]-[$¥-804]#,##0</FormatCode>
104     </FormatElement>
105     <FormatElement msgid="CurrencyFormatskey4" default="true" type="long" usage="CURRENCY" formatindex="15">
106       <FormatCode>[$¥-804]#,##0.00;[RED]-[$¥-804]#,##0.00</FormatCode>
107     </FormatElement>
108     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
109       <FormatCode>#,##0.00 CCC</FormatCode>
110     </FormatElement>
111     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
112       <FormatCode>[$¥-804]#,##0.--;[RED]-[$¥-804]#,##0.--</FormatCode>
113     </FormatElement>
114     <!-- Date formats. Index range is from 18 to 38 -->
115     <FormatElement msgid="DateFormatskey1" default="true" type="medium" usage="DATE" formatindex="18">
116       <FormatCode>YY"年"M"月"D"日"</FormatCode>
117     </FormatElement>
118     <FormatElement msgid="DateFormatskey2" default="true" type="long" usage="DATE" formatindex="19">
119       <FormatCode>YYYY"年"M"月"D"日" NNNN</FormatCode>
120     </FormatElement>
121     <FormatElement msgid="DateFormatskey3" default="false" type="medium" usage="DATE" formatindex="20">
122       <FormatCode>YY/M/D</FormatCode>
123     </FormatElement>
124     <FormatElement msgid="DateFormatskey4" default="false" type="medium" usage="DATE" formatindex="21">
125       <FormatCode>YYYY/M/D</FormatCode>
126     </FormatElement>
127     <FormatElement msgid="DateFormatskey22" default="false" type="short" usage="DATE" formatindex="22">
128       <FormatCode>YYYY"年"M"月"</FormatCode>
129     </FormatElement>
130     <FormatElement msgid="DateFormatskey6" default="false" type="medium" usage="DATE" formatindex="23">
131       <FormatCode>YYYY"年"MMMD"日"</FormatCode>
132     </FormatElement>
133     <FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="24">
134       <FormatCode>YYYY "年" MMM D "日"</FormatCode>
135     </FormatElement>
136     <FormatElement msgid="DateFormatskey8" default="false" type="long" usage="DATE" formatindex="25">
137       <FormatCode>YYYY"年"M"月"D"日"</FormatCode>
138     </FormatElement>
139     <FormatElement msgid="DateFormatskey9" default="false" type="long" usage="DATE" formatindex="26">
140       <FormatCode>YYYY "年"M"月"D"日"</FormatCode>
141     </FormatElement>
142     <FormatElement msgid="DateFormatskey10" default="false" type="medium" usage="DATE" formatindex="27">
143       <FormatCode>YY"年"M"月"D"日" NNNN</FormatCode>
144     </FormatElement>
145     <FormatElement msgid="DateFormatskey11" default="false" type="medium" usage="DATE" formatindex="28">
146       <FormatCode>YY/M/D NNNN</FormatCode>
147     </FormatElement>
148     <FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="29">
149       <FormatCode>YYYY/M/D NNNN</FormatCode>
150     </FormatElement>
151     <FormatElement msgid="DateFormatskey13" default="false" type="long" usage="DATE" formatindex="30">
152       <FormatCode>YYYY"年"M"月"D"日" NNNN</FormatCode>
153     </FormatElement>
154     <FormatElement msgid="DateFormatskey14" default="true" type="short" usage="DATE" formatindex="31">
155       <FormatCode>M"月"D"日"</FormatCode>
156     </FormatElement>
157     <FormatElement msgid="DateFormatskey15" default="false" type="medium" usage="DATE" formatindex="32">
158       <FormatCode>YY-MM-DD</FormatCode>
159     </FormatElement>
160     <FormatElement msgid="DateFormatskey16" default="false" type="medium" usage="DATE" formatindex="33">
161       <FormatCode>YYYY-MM-DD</FormatCode>
162       <DefaultName>ISO 8601</DefaultName>
163     </FormatElement>
164     <FormatElement msgid="DateFormatskey17" default="false" type="short" usage="DATE" formatindex="34">
165       <FormatCode>YY"年"M"月"</FormatCode>
166     </FormatElement>
167     <FormatElement msgid="DateFormatskey18" default="false" type="short" usage="DATE" formatindex="35">
168       <FormatCode>M"月"D"日"</FormatCode>
169     </FormatElement>
170     <FormatElement msgid="DateFormatskey19" default="false" type="short" usage="DATE" formatindex="36">
171       <FormatCode>MMMM</FormatCode>
172     </FormatElement>
173     <FormatElement msgid="DateFormatskey20" default="false" type="medium" usage="DATE" formatindex="37">
174       <FormatCode>YYYY"年"QQ</FormatCode>
175     </FormatElement>
176     <FormatElement msgid="DateFormatskey21" default="false" type="short" usage="DATE" formatindex="38">
177       <FormatCode>"第"WW"周"</FormatCode>
178     </FormatElement>
179     <!-- Time formats. Index range is from 39 to 45. -->
180     <FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME"  formatindex="39">
181       <FormatCode>HH:MM</FormatCode>
182     </FormatElement>
183     <FormatElement msgid="TimeFormatskey2" default="true" type="medium" usage="TIME"  formatindex="40">
184       <FormatCode>HH:MM:SS</FormatCode>
185     </FormatElement>
186     <FormatElement msgid="TimeFormatskey3" default="false" type="medium" usage="TIME"  formatindex="41">
187       <FormatCode>AM/PM HH:MM</FormatCode>
188     </FormatElement>
189     <FormatElement msgid="TimeFormatskey4" default="false" type="medium" usage="TIME"  formatindex="42">
190       <FormatCode>AM/PM HH:MM:SS</FormatCode>
191     </FormatElement>
192     <FormatElement msgid="TimeFormatskey5" default="false" type="medium" usage="TIME"  formatindex="43">
193       <FormatCode>[HH]:MM:SS</FormatCode>
194     </FormatElement>
195     <FormatElement msgid="TimeFormatskey6" default="false" type="medium" usage="TIME"  formatindex="44">
196       <FormatCode>MM:SS.00</FormatCode>
197     </FormatElement>
198     <FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME"  formatindex="45">
199       <FormatCode>[HH]:MM:SS.00</FormatCode>
200     </FormatElement>
201     <!-- Time format extension. -->
202     <FormatElement msgid="TimeFormatskey8" default="false" type="medium" usage="TIME"  formatindex="50">
203       <FormatCode>HH"时"MM"分"</FormatCode>
204     </FormatElement>
205     <FormatElement msgid="TimeFormatskey9" default="false" type="long" usage="TIME"  formatindex="51">
206       <FormatCode>HH"时"MM"分"SS"秒"</FormatCode>
207     </FormatElement>
208     <FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME"  formatindex="52">
209       <FormatCode>AM/PM HH"时"MM"分"</FormatCode>
210     </FormatElement>
211     <FormatElement msgid="TimeFormatskey11" default="false" type="long" usage="TIME"  formatindex="53">
212       <FormatCode>AM/PM HH"时"MM"分"SS"秒"</FormatCode>
213     </FormatElement>
214     <FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME"  formatindex="54">
215       <FormatCode>[HH]"时"MM"分"SS"秒"</FormatCode>
216     </FormatElement>
217     <FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME"  formatindex="55">
218       <FormatCode>MM"分"SS"秒"00</FormatCode>
219     </FormatElement>
220     <FormatElement msgid="TimeFormatskey14" default="false" type="long" usage="TIME"  formatindex="56">
221       <FormatCode>[HH]"时"MM"分"SS"秒"00</FormatCode>
222     </FormatElement>
223     <!-- Date_Time formats. Index range is from 46 to 47. -->
224     <FormatElement msgid="DateTimeFormatskey4" default="true" type="long" usage="DATE_TIME"  formatindex="46">
225       <FormatCode>YYYY"年"MM"月"D"日"HH"时"MM"分"SS"秒"</FormatCode>
226     </FormatElement>
227     <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME"  formatindex="47">
228       <FormatCode>YY"年"M"月"D"日"HH"时"MM"分"</FormatCode>
229     </FormatElement>
230     <FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME"  formatindex="58">
231       <FormatCode>M/D/YY HH:MM</FormatCode>
232     </FormatElement>
233     <FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME"  formatindex="59">
234       <FormatCode>MM/DD/YYYY HH:MM:SS</FormatCode>
235     </FormatElement>
236   </LC_FORMAT>
237   <LC_COLLATION>
238     <Collator unoid="pinyin" default="true"/>
239     <Collator unoid="stroke" default="false"/>
240     <Collator unoid="radical" default="false"/>
241     <Collator unoid="charset" default="false"/>
242     <CollationOptions>
243       <TransliterationModules>IGNORE_CASE</TransliterationModules>
244     </CollationOptions>
245   </LC_COLLATION>
246   <LC_SEARCH>
247     <SearchOptions>
248       <TransliterationModules>IGNORE_CASE</TransliterationModules>
249       <TransliterationModules>IGNORE_WIDTH</TransliterationModules>
250     </SearchOptions>
251   </LC_SEARCH>
252   <LC_INDEX>
253     <IndexKey unoid="pinyin" default="true" phonetic="true" module="asian"/>
254     <IndexKey unoid="stroke" default="false" phonetic="false" module="asian"/>
255     <IndexKey unoid="radical" default="false" phonetic="false" module="asian"/>
256     <UnicodeScript>70</UnicodeScript>
257     <FollowPageWord></FollowPageWord>
258     <FollowPageWord></FollowPageWord>
259   </LC_INDEX>
260   <LC_CALENDAR>
261     <Calendar unoid="gregorian" default="true">
262       <DaysOfWeek>
263         <Day>
264           <DayID>sun</DayID>
265           <DefaultAbbrvName>日</DefaultAbbrvName>
266           <DefaultFullName>星期日</DefaultFullName>
267         </Day>
268         <Day>
269           <DayID>mon</DayID>
270           <DefaultAbbrvName>一</DefaultAbbrvName>
271           <DefaultFullName>星期一</DefaultFullName>
272         </Day>
273         <Day>
274           <DayID>tue</DayID>
275           <DefaultAbbrvName>二</DefaultAbbrvName>
276           <DefaultFullName>星期二</DefaultFullName>
277         </Day>
278         <Day>
279           <DayID>wed</DayID>
280           <DefaultAbbrvName>三</DefaultAbbrvName>
281           <DefaultFullName>星期三</DefaultFullName>
282         </Day>
283         <Day>
284           <DayID>thu</DayID>
285           <DefaultAbbrvName>四</DefaultAbbrvName>
286           <DefaultFullName>星期四</DefaultFullName>
287         </Day>
288         <Day>
289           <DayID>fri</DayID>
290           <DefaultAbbrvName>五</DefaultAbbrvName>
291           <DefaultFullName>星期五</DefaultFullName>
292         </Day>
293         <Day>
294           <DayID>sat</DayID>
295           <DefaultAbbrvName>六</DefaultAbbrvName>
296           <DefaultFullName>星期六</DefaultFullName>
297         </Day>
298       </DaysOfWeek>
299       <MonthsOfYear>
300         <Month>
301           <MonthID>jan</MonthID>
302           <DefaultAbbrvName>一月</DefaultAbbrvName>
303           <DefaultFullName>一月</DefaultFullName>
304         </Month>
305         <Month>
306           <MonthID>feb</MonthID>
307           <DefaultAbbrvName>二月</DefaultAbbrvName>
308           <DefaultFullName>二月</DefaultFullName>
309         </Month>
310         <Month>
311           <MonthID>mar</MonthID>
312           <DefaultAbbrvName>三月</DefaultAbbrvName>
313           <DefaultFullName>三月</DefaultFullName>
314         </Month>
315         <Month>
316           <MonthID>apr</MonthID>
317           <DefaultAbbrvName>四月</DefaultAbbrvName>
318           <DefaultFullName>四月</DefaultFullName>
319         </Month>
320         <Month>
321           <MonthID>may</MonthID>
322           <DefaultAbbrvName>五月</DefaultAbbrvName>
323           <DefaultFullName>五月</DefaultFullName>
324         </Month>
325         <Month>
326           <MonthID>jun</MonthID>
327           <DefaultAbbrvName>六月</DefaultAbbrvName>
328           <DefaultFullName>六月</DefaultFullName>
329         </Month>
330         <Month>
331           <MonthID>jul</MonthID>
332           <DefaultAbbrvName>七月</DefaultAbbrvName>
333           <DefaultFullName>七月</DefaultFullName>
334         </Month>
335         <Month>
336           <MonthID>aug</MonthID>
337           <DefaultAbbrvName>八月</DefaultAbbrvName>
338           <DefaultFullName>八月</DefaultFullName>
339         </Month>
340         <Month>
341           <MonthID>sep</MonthID>
342           <DefaultAbbrvName>九月</DefaultAbbrvName>
343           <DefaultFullName>九月</DefaultFullName>
344         </Month>
345         <Month>
346           <MonthID>oct</MonthID>
347           <DefaultAbbrvName>十月</DefaultAbbrvName>
348           <DefaultFullName>十月</DefaultFullName>
349         </Month>
350         <Month>
351           <MonthID>nov</MonthID>
352           <DefaultAbbrvName>十一月</DefaultAbbrvName>
353           <DefaultFullName>十一月</DefaultFullName>
354         </Month>
355         <Month>
356           <MonthID>dec</MonthID>
357           <DefaultAbbrvName>十二月</DefaultAbbrvName>
358           <DefaultFullName>十二月</DefaultFullName>
359         </Month>
360       </MonthsOfYear>
361       <Eras>
362         <Era>
363           <EraID>bc</EraID>
364           <DefaultAbbrvName>前</DefaultAbbrvName>
365           <DefaultFullName>公元前</DefaultFullName>
366         </Era>
367         <Era>
368           <EraID>ad</EraID>
369           <DefaultAbbrvName/>
370           <DefaultFullName>公元</DefaultFullName>
371         </Era>
372       </Eras>
373       <StartDayOfWeek><DayID>mon</DayID></StartDayOfWeek>
374       <MinimalDaysInFirstWeek>4</MinimalDaysInFirstWeek>
375     </Calendar>
376   </LC_CALENDAR>
377   <LC_CURRENCY>
378     <Currency default="true" usedInCompatibleFormatCodes="true">
379       <CurrencyID>CNY</CurrencyID>
380       <CurrencySymbol>¥</CurrencySymbol>
381       <BankSymbol>CNY</BankSymbol>
382       <CurrencyName>人民币</CurrencyName>
383       <DecimalPlaces>2</DecimalPlaces>
384     </Currency>
385     <!--more currency should be put here -->
386   </LC_CURRENCY>
387   <LC_TRANSLITERATION>
388     <Transliteration unoid="SENTENCE_CASE"/>
389     <Transliteration unoid="LOWERCASE_UPPERCASE"/>
390     <Transliteration unoid="UPPERCASE_LOWERCASE"/>
391     <Transliteration unoid="TITLE_CASE"/>
392     <Transliteration unoid="TOGGLE_CASE"/>
393     <Transliteration unoid="NumToTextLower_zh_CN"/>
394     <Transliteration unoid="NumToTextUpper_zh_CN"/>
395     <Transliteration unoid="NumToCharLower_zh_CN"/>
396     <Transliteration unoid="NumToCharUpper_zh_CN"/>
397     <Transliteration unoid="HALFWIDTH_FULLWIDTH"/>
398     <Transliteration unoid="FULLWIDTH_HALFWIDTH"/>
399     <Transliteration unoid="IGNORE_CASE"/>
400     <Transliteration unoid="IGNORE_WIDTH"/>
401   </LC_TRANSLITERATION>
402   <LC_MISC>
403     <ForbiddenCharacters>
404       <ForbiddenLineBeginCharacters>:!),.:;?]}¢'"、。〉》」』】〕〗〞︰︱︳﹐、﹒﹔﹕﹖﹗﹚﹜﹞!),.:;?|}︴︶︸︺︼︾﹀﹂﹄﹏、~¢々‖•·ˇˉ―--′’”</ForbiddenLineBeginCharacters>
405       <ForbiddenLineEndCharacters>([{£¥'"‵〈《「『【〔〖([{£¥〝︵︷︹︻︽︿﹁﹃﹙﹛﹝({“‘</ForbiddenLineEndCharacters>
406       <LineBreakHangingCharacters>!,.:;?、。!,.:;?</LineBreakHangingCharacters>
407     </ForbiddenCharacters>
408     <ReservedWords>
409       <trueWord>真</trueWord>
410       <falseWord>假</falseWord>
411       <quarter1Word>第1季度</quarter1Word>
412       <quarter2Word>第2季度</quarter2Word>
413       <quarter3Word>第3季度</quarter3Word>
414       <quarter4Word>第4季度</quarter4Word>
415       <aboveWord>上面</aboveWord>
416       <belowWord>下面</belowWord>
417       <quarter1Abbreviation>1季</quarter1Abbreviation>
418       <quarter2Abbreviation>2季</quarter2Abbreviation>
419       <quarter3Abbreviation>3季</quarter3Abbreviation>
420       <quarter4Abbreviation>4季</quarter4Abbreviation>
421     </ReservedWords>
422   </LC_MISC>
423   <LC_NumberingLevel>
424     <NumberingLevel Prefix=" " NumType="4" Suffix="." />
425     <NumberingLevel Prefix=" " NumType="19" Suffix=")" />
426     <NumberingLevel Prefix=" " NumType="15" Suffix="、" />
427     <NumberingLevel Prefix=" " NumType="16" Suffix="、" />
428     <NumberingLevel Prefix=" " NumType="0" Suffix="." />
429     <NumberingLevel Prefix="(" NumType="15" Suffix=")" />
430     <NumberingLevel Prefix=" " NumType="18" Suffix="、" />
431     <NumberingLevel Prefix=" " NumType="3" Suffix="." />
432   </LC_NumberingLevel>
433   <LC_OutLineNumberingLevel>
434     <OutlineStyle>
435       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
436       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="1" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
437       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="2" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
438       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="3" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
439       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="4" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
440     </OutlineStyle>
441     <OutlineStyle>
442       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
443       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="1" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
444       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="2" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
445       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="3" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
446       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="4" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
447     </OutlineStyle>
448     <OutlineStyle>
449       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="条" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0" />
450       <OutLineNumberingLevel Prefix="节" NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="1" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0" />
451       <OutLineNumberingLevel Prefix="(" NumType="1" Suffix=")" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0" />
452       <OutLineNumberingLevel Prefix=" " NumType="14" Suffix=" " BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0" />
453       <OutLineNumberingLevel Prefix=" " NumType="3" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0" />
454     </OutlineStyle>
455     <OutlineStyle>
456       <OutLineNumberingLevel Prefix=" " NumType="18" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0" />
457       <OutLineNumberingLevel Prefix=" " NumType="19" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0" />
458       <OutLineNumberingLevel Prefix=" " NumType="15" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0" />
459       <OutLineNumberingLevel Prefix=" " NumType="16" Suffix="、" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0" />
460       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0" />
461     </OutlineStyle>
462     <OutlineStyle>
463       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="章" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
464       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="节" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
465       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="项" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
466       <OutLineNumberingLevel Prefix="第" NumType="4" Suffix="条" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
467       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
468     </OutlineStyle>
469     <OutlineStyle>
470       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="章" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
471       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="节" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
472       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="项" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
473       <OutLineNumberingLevel Prefix="第" NumType="15" Suffix="条" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
474       <OutLineNumberingLevel Prefix=" " NumType="15" Suffix="、" BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
475     </OutlineStyle>
476     <OutlineStyle>
477       <OutLineNumberingLevel Prefix="第" NumType="16" Suffix="章" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0"/>
478       <OutLineNumberingLevel Prefix="第" NumType="16" Suffix="节" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0"/>
479       <OutLineNumberingLevel Prefix="第" NumType="16" Suffix="项" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0"/>
480       <OutLineNumberingLevel Prefix="第" NumType="16" Suffix="条" BulletChar=""  BulletFontName="" ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0"/>
481       <OutLineNumberingLevel Prefix=" " NumType="16" Suffix="、" BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
482     </OutlineStyle>
483     <OutlineStyle>
484       <OutLineNumberingLevel Prefix=" " NumType="2" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="0" SymbolTextDistance="50" FirstLineOffset="0" />
485       <OutLineNumberingLevel Prefix=" " NumType="0" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="50" SymbolTextDistance="50" FirstLineOffset="0" />
486       <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="100" SymbolTextDistance="50" FirstLineOffset="0" />
487       <OutLineNumberingLevel Prefix=" " NumType="3" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="150" SymbolTextDistance="50" FirstLineOffset="0" />
488       <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." BulletChar=""  BulletFontName=""  ParentNumbering="0" LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0" />
489     </OutlineStyle>
490   </LC_OutLineNumberingLevel>
491 </Locale>