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