]> git.ipfire.org Git - thirdparty/glibc.git/blob - localedata/locales/de_DE
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / localedata / locales / de_DE
1 comment_char %
2 escape_char /
3
4 % This file is part of the GNU C Library and contains locale data.
5 % The Free Software Foundation does not claim any copyright interest
6 % in the locale data contained in this file. The foregoing does not
7 % affect the license of the GNU C Library as a whole. It does not
8 % exempt you from the conditions of the license if your use would
9 % otherwise be governed by that license.
10
11 % Locale for German locale in Germany
12 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
13
14 LC_IDENTIFICATION
15 title "German locale for Germany"
16 source "Free Software Foundation, Inc."
17 address "https:////www.gnu.org//software//libc//"
18 contact ""
19 email "bug-glibc-locales@gnu.org"
20 tel ""
21 fax ""
22 language "German"
23 territory "Germany"
24 revision "1.0"
25 date "2000-06-24"
26
27 category "i18n:2012";LC_IDENTIFICATION
28 category "i18n:2012";LC_CTYPE
29 category "i18n:2012";LC_COLLATE
30 category "i18n:2012";LC_TIME
31 category "i18n:2012";LC_NUMERIC
32 category "i18n:2012";LC_MONETARY
33 category "i18n:2012";LC_MESSAGES
34 category "i18n:2012";LC_PAPER
35 category "i18n:2012";LC_NAME
36 category "i18n:2012";LC_ADDRESS
37 category "i18n:2012";LC_TELEPHONE
38 category "i18n:2012";LC_MEASUREMENT
39 END LC_IDENTIFICATION
40
41 LC_CTYPE
42 copy "i18n"
43
44 translit_start
45
46 include "translit_combining";""
47
48 % German umlauts.
49 % LATIN CAPITAL LETTER A WITH DIAERESIS.
50 <U00C4> "A<U0308>";"AE"
51 % LATIN CAPITAL LETTER O WITH DIAERESIS.
52 <U00D6> "O<U0308>";"OE"
53 % LATIN CAPITAL LETTER U WITH DIAERESIS.
54 <U00DC> "U<U0308>";"UE"
55 % LATIN SMALL LETTER A WITH DIAERESIS.
56 <U00E4> "a<U0308>";"ae"
57 % LATIN SMALL LETTER O WITH DIAERESIS.
58 <U00F6> "o<U0308>";"oe"
59 % LATIN SMALL LETTER U WITH DIAERESIS.
60 <U00FC> "u<U0308>";"ue"
61
62 % Danish.
63 % LATIN CAPITAL LETTER A WITH RING ABOVE.
64 <U00C5> "A<U030A>";"AA"
65 % LATIN SMALL LETTER A WITH RING ABOVE.
66 <U00E5> "a<U030A>";"aa"
67
68 % The following strange first-level transliteration derive from the use
69 % U201E and U201C as "correct" quoting characters. These two characters
70 % do not really belong together. The result is that somebody who uses
71 % U201C and U201D will get the incorrect U00AB / U00BB sequences.
72 % LEFT DOUBLE QUOTATION MARK
73 <U201C> <U00AB>;<U0022>
74 % RIGHT DOUBLE QUOTATION MARK
75 <U201D> <U00BB>;<U0022>
76 % DOUBLE LOW-9 QUOTATION MARK
77 <U201E> <U00BB>;"<U002C><U002C>"
78 % DOUBLE HIGH-REVERSED-9 QUOTATION MARK
79 <U201F> <U00AB>;<U0022>
80
81 translit_end
82
83 END LC_CTYPE
84
85 LC_COLLATE
86
87 % Copy the template from ISO/IEC 14651
88 copy "iso14651_t1"
89
90 END LC_COLLATE
91
92 LC_MONETARY
93 int_curr_symbol "EUR "
94 currency_symbol "<U20AC>"
95 mon_decimal_point ","
96 mon_thousands_sep "."
97 mon_grouping 3;3
98 positive_sign ""
99 negative_sign "-"
100 int_frac_digits 2
101 frac_digits 2
102 p_cs_precedes 0
103 p_sep_by_space 1
104 n_cs_precedes 0
105 n_sep_by_space 1
106 p_sign_posn 1
107 n_sign_posn 1
108 %
109 END LC_MONETARY
110
111 LC_NUMERIC
112 decimal_point ","
113 thousands_sep "."
114 grouping 3;3
115 END LC_NUMERIC
116
117 LC_TIME
118 abday "So";"Mo";/
119 "Di";"Mi";/
120 "Do";"Fr";/
121 "Sa"
122 day "Sonntag";/
123 "Montag";/
124 "Dienstag";/
125 "Mittwoch";/
126 "Donnerstag";/
127 "Freitag";/
128 "Samstag"
129 abmon "Jan";"Feb";/
130 "M<U00E4>r";"Apr";/
131 "Mai";"Jun";/
132 "Jul";"Aug";/
133 "Sep";"Okt";/
134 "Nov";"Dez"
135 mon "Januar";/
136 "Februar";/
137 "M<U00E4>rz";/
138 "April";/
139 "Mai";/
140 "Juni";/
141 "Juli";/
142 "August";/
143 "September";/
144 "Oktober";/
145 "November";/
146 "Dezember"
147 am_pm "";""
148 % Appropriate date and time representation (%c)
149 d_t_fmt "%a %d %b %Y %T %Z"
150 %
151 % Appropriate date representation (%x)
152 d_fmt "%d.%m.%Y"
153 %
154 % Appropriate time representation (%X)
155 t_fmt "%T"
156 t_fmt_ampm ""
157 date_fmt "%a %-d. %b %H:%M:%S %Z %Y"
158
159 week 7;19971130;4
160 first_weekday 2
161 END LC_TIME
162
163 LC_MESSAGES
164 yesexpr "^[+1jJyY]"
165 noexpr "^[-0nN]"
166 yesstr "ja"
167 nostr "nein"
168 END LC_MESSAGES
169
170 LC_PAPER
171 copy "i18n"
172 END LC_PAPER
173
174 LC_NAME
175 name_fmt "%d%t%g%t%m%t%f"
176 name_miss "Fr<U00E4>ulein"
177 name_mr "Herr"
178 name_mrs "Frau"
179 name_ms "Frau"
180 END LC_NAME
181
182
183 LC_ADDRESS
184 postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
185 country_name "Deutschland"
186 country_post "D"
187 country_ab2 "DE"
188 country_ab3 "DEU"
189 country_num 276
190 country_car "D"
191 country_isbn 3
192 lang_name "Deutsch"
193 lang_ab "de"
194 lang_term "deu"
195 lang_lib "ger"
196 END LC_ADDRESS
197
198 LC_TELEPHONE
199 tel_int_fmt "+%c %a %l"
200 tel_dom_fmt "%A %l"
201 int_select "00"
202 int_prefix "49"
203 END LC_TELEPHONE
204
205 LC_MEASUREMENT
206 copy "i18n"
207 END LC_MEASUREMENT