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% English language locale for Denmark
12%
13% Written according to POSIX.2
14% ISO/IEC 9945-2:1993 specifications
15%
16% Source: Danish Standards Association
17% Address: Kollegievej 6
18%    DK-2920 Charlottenlund, Danmark
19% Contact: Keld Simonsen
20% Email: Keld.Simonsen@dkuug.dk
21% Tel: +45 - 39966101
22% Fax: +45 - 39966102
23% Language: en
24% Territory: DK
25% Revision: 4.2
26% Date: 1996-09-18
27% Application: general
28% Users: general
29
30LC_IDENTIFICATION
31title      "English locale for Denmark"
32source     "Danish Standards Association"
33address    "Kollegievej 6, DK-2920 Charlottenlund, Danmark"
34contact    ""
35email      "bug-glibc-locales@gnu.org"
36tel        ""
37fax        ""
38language   "English"
39territory  "Denmark"
40revision   "1.0"
41date       "2000-06-29"
42
43category "i18n:2012";LC_IDENTIFICATION
44category "i18n:2012";LC_CTYPE
45category "i18n:2012";LC_COLLATE
46category "i18n:2012";LC_TIME
47category "i18n:2012";LC_NUMERIC
48category "i18n:2012";LC_MONETARY
49category "i18n:2012";LC_MESSAGES
50category "i18n:2012";LC_PAPER
51category "i18n:2012";LC_NAME
52category "i18n:2012";LC_ADDRESS
53category "i18n:2012";LC_TELEPHONE
54category "i18n:2012";LC_MEASUREMENT
55END LC_IDENTIFICATION
56
57LC_COLLATE
58copy "iso14651_t1"
59END LC_COLLATE
60
61LC_CTYPE
62copy "en_GB"
63END LC_CTYPE
64
65LC_MONETARY
66int_curr_symbol      "DKK "
67currency_symbol      "kr."
68mon_decimal_point    ","
69mon_thousands_sep    "."
70mon_grouping         3;3
71positive_sign        ""
72negative_sign        "-"
73int_frac_digits      2
74frac_digits          2
75p_cs_precedes        1
76p_sep_by_space       0
77n_cs_precedes        1
78n_sep_by_space       0
79p_sign_posn          1
80n_sign_posn          1
81END LC_MONETARY
82
83LC_NUMERIC
84decimal_point        ","
85thousands_sep        "."
86grouping             3;3
87END LC_NUMERIC
88
89LC_TIME
90abday    "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
91day      "Sunday";/
92	 "Monday";/
93	 "Tuesday";/
94	 "Wednesday";/
95	 "Thursday";/
96	 "Friday";/
97	 "Saturday"
98abmon    "Jan";"Feb";/
99	 "Mar";"Apr";/
100	 "May";"Jun";/
101	 "Jul";"Aug";/
102	 "Sep";"Oct";/
103	 "Nov";"Dec"
104mon      "January";/
105	 "February";/
106	 "March";/
107	 "April";/
108	 "May";/
109	 "June";/
110	 "July";/
111	 "August";/
112	 "September";/
113	 "October";/
114	 "November";/
115	 "December"
116% date formats following ISO 8601-1988
117d_t_fmt  "%Y-%m-%dT%T %Z"
118date_fmt "%Y-%m-%dT%T %Z"
119d_fmt    "%Y-%m-%d"
120t_fmt    "%T"
121am_pm    "";""
122t_fmt_ampm  ""
123week    7;19971130;4
124first_weekday 2
125END LC_TIME
126
127LC_MESSAGES
128% en_DK is used outside Denmark, as some sort of generic continental
129% European English locale. Therefore, it makes sense to have matches
130% for more than just English in yesexpr:
131% + is ised in many applications for yes (- for no)
132% 1 is common yes, 0 is common no, - langage neutral
133% Jj is Danish/German/Swedish/Norwegian/Dutch "ja"
134% sS is Spanish/Italian "si"
135% yY is English "yes"
136% oO is French "oui"
137yesexpr "^[+1yYjJsSoO]"
138noexpr  "^[-0nN]"
139yesstr  "yes"
140nostr   "no"
141END LC_MESSAGES
142
143LC_PAPER
144copy "da_DK"
145END LC_PAPER
146
147LC_TELEPHONE
148copy "da_DK"
149END LC_TELEPHONE
150
151LC_MEASUREMENT
152copy "da_DK"
153END LC_MEASUREMENT
154
155LC_NAME
156name_fmt    "%d%t%g%t%m%t%f"
157END LC_NAME
158
159LC_ADDRESS
160postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
161country_name "Denmark"
162country_ab2 "DK"
163country_ab3 "DNK"
164country_num 208
165country_car    "DK"
166lang_name     "English"
167lang_ab      "en"
168lang_term    "eng"
169lang_lib    "eng"
170END LC_ADDRESS
171