summaryrefslogtreecommitdiff
path: root/src/zope/i18n/locales/data/es_US.xml
blob: 4bb7544d663be06acd5a188551bd6bc78712ffd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.1/ldml.dtd">
<ldml>
	<identity>
		<version number="1.1"/>
		<generation date="2004-06-04" />
		<language type="es" /> 
		<territory type="US" /> 
	</identity>
	<measurement>
		<measurementSystem type="US"/>
		<paperSize>
			<height>279</height>
			<width>216</width>
		</paperSize>
	</measurement>
	<dates>
		<calendars>
			<calendar type="gregorian">
				<week>
					<minDays count="1"/>
					<firstDay day="sun"/>
				</week>
				<dateFormats>
					<default type="medium"/>
					<dateFormatLength type="full">
						<dateFormat >
							<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
						</dateFormat>
					</dateFormatLength >
					<dateFormatLength type="long">
						<dateFormat >
							<pattern>d' de 'MMMM' de 'yyyy</pattern>
						</dateFormat>
					</dateFormatLength >
					<dateFormatLength type="medium">
						<dateFormat >
							<pattern>dd-MMM-yy</pattern>
						</dateFormat>
					</dateFormatLength >
					<dateFormatLength type="short">
						<dateFormat >
							<pattern>d/MM/yy</pattern>
						</dateFormat>
					</dateFormatLength >
				</dateFormats>
				<timeFormats>
					<default type="medium"/>
					<timeFormatLength type="full">
						<timeFormat >
							<pattern>HH'H'mm''ss" z</pattern>
						</timeFormat>
					</timeFormatLength >
					<timeFormatLength type="long">
						<timeFormat >
							<pattern>HH:mm:ss z</pattern>
						</timeFormat>
					</timeFormatLength >
					<timeFormatLength type="medium">
						<timeFormat >
							<pattern>HH:mm:ss</pattern>
						</timeFormat>
					</timeFormatLength >
					<timeFormatLength type="short">
						<timeFormat >
							<pattern>HH:mm</pattern>
						</timeFormat>
					</timeFormatLength >
				</timeFormats>
				<dateTimeFormats>
					<dateTimeFormatLength >
						<dateTimeFormat>
							<pattern>{1} {0}</pattern>
						</dateTimeFormat>
					</dateTimeFormatLength >
				</dateTimeFormats>
			</calendar>
		</calendars>
	</dates>
	<numbers>
		<decimalFormats>
			<decimalFormatLength >
				<decimalFormat >
					<pattern>#,##0.###;-#,##0.###</pattern>
				</decimalFormat>
			</decimalFormatLength >
		</decimalFormats>
		<scientificFormats>
			<scientificFormatLength >
				<scientificFormat >
					<pattern>#E0</pattern>
				</scientificFormat>
			</scientificFormatLength >
		</scientificFormats>
		<percentFormats>
			<percentFormatLength >
				<percentFormat >
					<pattern>#,##0%</pattern>
				</percentFormat>
			</percentFormatLength >
		</percentFormats>
		<currencyFormats>
			<currencyFormatLength >
				<currencyFormat >
					<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
				</currencyFormat>
			</currencyFormatLength >
		</currencyFormats>
	</numbers>
</ldml>