170 lines
3.6 KiB
Plaintext
170 lines
3.6 KiB
Plaintext
|
comment_char %
|
||
|
escape_char /
|
||
|
|
||
|
% This file is part of the GNU C Library and contains locale data.
|
||
|
% The Free Software Foundation does not claim any copyright interest
|
||
|
% in the locale data contained in this file. The foregoing does not
|
||
|
% affect the license of the GNU C Library as a whole. It does not
|
||
|
% exempt you from the conditions of the license if your use would
|
||
|
% otherwise be governed by that license.
|
||
|
|
||
|
% English language locale for Denmark
|
||
|
%
|
||
|
% Written according to POSIX.2
|
||
|
% ISO/IEC 9945-2:1993 specifications
|
||
|
%
|
||
|
% Source: Danish Standards Association
|
||
|
% Address: Kollegievej 6
|
||
|
% DK-2920 Charlottenlund, Danmark
|
||
|
% Contact: Keld Simonsen
|
||
|
% Email: Keld.Simonsen@dkuug.dk
|
||
|
% Tel: +45 - 39966101
|
||
|
% Fax: +45 - 39966102
|
||
|
% Language: en
|
||
|
% Territory: DK
|
||
|
% Revision: 4.2
|
||
|
% Date: 1996-09-18
|
||
|
% Application: general
|
||
|
% Users: general
|
||
|
|
||
|
LC_IDENTIFICATION
|
||
|
title "English locale for Denmark"
|
||
|
source "Danish Standards Association"
|
||
|
address "Kollegievej 6, DK-2920 Charlottenlund, Danmark"
|
||
|
contact ""
|
||
|
email "bug-glibc-locales@gnu.org"
|
||
|
tel ""
|
||
|
fax ""
|
||
|
language "English"
|
||
|
territory "Denmark"
|
||
|
revision "1.0"
|
||
|
date "2000-06-29"
|
||
|
|
||
|
category "i18n:2012";LC_IDENTIFICATION
|
||
|
category "i18n:2012";LC_CTYPE
|
||
|
category "i18n:2012";LC_COLLATE
|
||
|
category "i18n:2012";LC_TIME
|
||
|
category "i18n:2012";LC_NUMERIC
|
||
|
category "i18n:2012";LC_MONETARY
|
||
|
category "i18n:2012";LC_MESSAGES
|
||
|
category "i18n:2012";LC_PAPER
|
||
|
category "i18n:2012";LC_NAME
|
||
|
category "i18n:2012";LC_ADDRESS
|
||
|
category "i18n:2012";LC_TELEPHONE
|
||
|
category "i18n:2012";LC_MEASUREMENT
|
||
|
END LC_IDENTIFICATION
|
||
|
|
||
|
LC_COLLATE
|
||
|
copy "iso14651_t1"
|
||
|
END LC_COLLATE
|
||
|
|
||
|
LC_CTYPE
|
||
|
copy "en_GB"
|
||
|
END LC_CTYPE
|
||
|
|
||
|
LC_MONETARY
|
||
|
int_curr_symbol "DKK "
|
||
|
currency_symbol "kr."
|
||
|
mon_decimal_point ","
|
||
|
mon_thousands_sep "."
|
||
|
mon_grouping 3;3
|
||
|
positive_sign ""
|
||
|
negative_sign "-"
|
||
|
int_frac_digits 2
|
||
|
frac_digits 2
|
||
|
p_cs_precedes 1
|
||
|
p_sep_by_space 0
|
||
|
n_cs_precedes 1
|
||
|
n_sep_by_space 0
|
||
|
p_sign_posn 1
|
||
|
n_sign_posn 1
|
||
|
END LC_MONETARY
|
||
|
|
||
|
LC_NUMERIC
|
||
|
decimal_point ","
|
||
|
thousands_sep "."
|
||
|
grouping 3;3
|
||
|
END LC_NUMERIC
|
||
|
|
||
|
LC_TIME
|
||
|
abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
|
||
|
day "Sunday";/
|
||
|
"Monday";/
|
||
|
"Tuesday";/
|
||
|
"Wednesday";/
|
||
|
"Thursday";/
|
||
|
"Friday";/
|
||
|
"Saturday"
|
||
|
abmon "Jan";"Feb";/
|
||
|
"Mar";"Apr";/
|
||
|
"May";"Jun";/
|
||
|
"Jul";"Aug";/
|
||
|
"Sep";"Oct";/
|
||
|
"Nov";"Dec"
|
||
|
mon "January";/
|
||
|
"February";/
|
||
|
"March";/
|
||
|
"April";/
|
||
|
"May";/
|
||
|
"June";/
|
||
|
"July";/
|
||
|
"August";/
|
||
|
"September";/
|
||
|
"October";/
|
||
|
"November";/
|
||
|
"December"
|
||
|
% date formats following ISO 8601-1988
|
||
|
d_t_fmt "%Y-%m-%dT%T %Z"
|
||
|
d_fmt "%Y-%m-%d"
|
||
|
t_fmt "%T"
|
||
|
am_pm "";""
|
||
|
t_fmt_ampm ""
|
||
|
week 7;19971130;4
|
||
|
first_weekday 2
|
||
|
END LC_TIME
|
||
|
|
||
|
LC_MESSAGES
|
||
|
% en_DK is used outside Denmark, as some sort of generic continental
|
||
|
% European English locale. Therefore, it makes sense to have matches
|
||
|
% for more than just English in yesexpr:
|
||
|
% + is ised in many applications for yes (- for no)
|
||
|
% 1 is common yes, 0 is common no, - langage neutral
|
||
|
% Jj is Danish/German/Swedish/Norwegian/Dutch "ja"
|
||
|
% sS is Spanish/Italian "si"
|
||
|
% yY is English "yes"
|
||
|
% oO is French "oui"
|
||
|
yesexpr "^[+1yYjJsSoO]"
|
||
|
noexpr "^[-0nN]"
|
||
|
yesstr "yes"
|
||
|
nostr "no"
|
||
|
END LC_MESSAGES
|
||
|
|
||
|
LC_PAPER
|
||
|
copy "da_DK"
|
||
|
END LC_PAPER
|
||
|
|
||
|
LC_TELEPHONE
|
||
|
copy "da_DK"
|
||
|
END LC_TELEPHONE
|
||
|
|
||
|
LC_MEASUREMENT
|
||
|
copy "da_DK"
|
||
|
END LC_MEASUREMENT
|
||
|
|
||
|
LC_NAME
|
||
|
name_fmt "%d%t%g%t%m%t%f"
|
||
|
END LC_NAME
|
||
|
|
||
|
LC_ADDRESS
|
||
|
postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
|
||
|
country_name "Denmark"
|
||
|
country_ab2 "DK"
|
||
|
country_ab3 "DNK"
|
||
|
country_num 208
|
||
|
country_car "DK"
|
||
|
lang_name "English"
|
||
|
lang_ab "en"
|
||
|
lang_term "eng"
|
||
|
lang_lib "eng"
|
||
|
END LC_ADDRESS
|