~wouterbulten/mai-lib/main

« back to all changes in this revision

Viewing changes to library/Zend/Locale/Data/de_CH.xml

  • Committer: Wouter Bulten
  • Date: 2009-09-09 18:52:29 UTC
  • Revision ID: wouterbulten@fabricgames.com-20090909185229-98kwknzlx7jl1epd
First commit for new Mai Lib project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
 
3
<ldml>
 
4
        <identity>
 
5
                <version number="$Revision: 1.56 $"/>
 
6
                <generation date="$Date: 2009/05/05 23:06:34 $"/>
 
7
                <language type="de"/>
 
8
                <territory type="CH"/>
 
9
        </identity>
 
10
        <localeDisplayNames>
 
11
                <languages>
 
12
                        <language type="be">Weissrussisch</language>
 
13
                </languages>
 
14
                <territories>
 
15
                        <territory type="BD">Bangladesh</territory>
 
16
                        <territory type="BN">Brunei</territory>
 
17
                        <territory type="BW">Botswana</territory>
 
18
                        <territory type="BY">Weissrussland</territory>
 
19
                        <territory type="CV">Kapverden</territory>
 
20
                        <territory type="DJ">Djibouti</territory>
 
21
                        <territory type="GB">Grossbritannien</territory>
 
22
                        <territory type="MH">Marshall-Inseln</territory>
 
23
                        <territory type="QO">Äusseres Ozeanien</territory>
 
24
                        <territory type="RW">Rwanda</territory>
 
25
                        <territory type="SB">Salomon-Inseln</territory>
 
26
                        <territory type="ST">Sao Tomé und Principe</territory>
 
27
                        <territory type="ZW">Zimbabwe</territory>
 
28
                </territories>
 
29
        </localeDisplayNames>
 
30
        <delimiters>
 
31
                <quotationStart>«</quotationStart>
 
32
                <quotationEnd>»</quotationEnd>
 
33
                <alternateQuotationStart>‹</alternateQuotationStart>
 
34
                <alternateQuotationEnd>›</alternateQuotationEnd>
 
35
        </delimiters>
 
36
        <dates>
 
37
                <calendars>
 
38
                        <calendar type="gregorian">
 
39
                                <dateTimeFormats>
 
40
                                        <availableFormats>
 
41
                                                <dateFormatItem id="MMdd">MM-dd</dateFormatItem>
 
42
                                        </availableFormats>
 
43
                                </dateTimeFormats>
 
44
                        </calendar>
 
45
                </calendars>
 
46
        </dates>
 
47
        <numbers>
 
48
                <symbols>
 
49
                        <decimal>.</decimal>
 
50
                        <group>'</group>
 
51
                </symbols>
 
52
                <currencyFormats>
 
53
                        <currencyFormatLength>
 
54
                                <currencyFormat>
 
55
                                        <pattern>¤ #,##0.00;¤-#,##0.00</pattern>
 
56
                                </currencyFormat>
 
57
                        </currencyFormatLength>
 
58
                </currencyFormats>
 
59
        </numbers>
 
60
</ldml>
 
61