blob: 6e01cf4e7167af10e1fa6798b78c85c505811ebe (
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
|
comment_char %
escape_char /
% German Language Locale for Austria with Euro
% Source: O:sterreiches Normungsinstitut
% Address: Postfach 130, A-1021 Wien
% Contact: Gerhard Budin
% Email: not available
% Tel: +43-222-25 75 35 ext 310
% Fax: +43-222-216 32 72
% Language: de
% Territory: AT
% Option: euro
% Date: 2000-08-20
% Users: general
% Charset: ISO-8859-15
% Distribution and use is free, also
% for commercial purposes.
LC_IDENTIFICATION
title "German locale for Austria with Euro"
source "O:sterreiches Normungsinstitut"
address "Postfach 130, A-1021 Wien"
contact "Gerhard Budin"
email "bug-glibc@gnu.org"
tel ""
fax ""
language "German"
territory "Austria"
revision "1.0"
date "2000-08-20"
%
category "de_AT@euro:2000";LC_IDENTIFICATION
category "de_AT@euro:2000";LC_CTYPE
category "de_AT@euro:2000";LC_COLLATE
category "de_AT@euro:2000";LC_TIME
category "de_AT@euro:2000";LC_NUMERIC
category "de_AT@euro:2000";LC_MONETARY
category "de_AT@euro:2000";LC_MESSAGES
category "de_AT@euro:2000";LC_PAPER
category "de_AT@euro:2000";LC_NAME
category "de_AT@euro:2000";LC_ADDRESS
category "de_AT@euro:2000";LC_TELEPHONE
END LC_IDENTIFICATION
LC_CTYPE
copy "de_AT"
END LC_CTYPE
LC_COLLATE
% Copy the template from ISO/IEC 14651
copy "iso14651_t1"
END LC_COLLATE
LC_MESSAGES
copy "de_AT"
END LC_MESSAGES
LC_MONETARY
copy "de_AT"
END LC_MONETARY
LC_NUMERIC
copy "de_AT"
END LC_NUMERIC
LC_TIME
copy "de_AT"
END LC_TIME
LC_PAPER
copy "de_AT"
END LC_PAPER
LC_TELEPHONE
copy "de_AT"
END LC_TELEPHONE
LC_MEASUREMENT
copy "de_AT"
END LC_MEASUREMENT
LC_NAME
copy "de_AT"
END LC_NAME
LC_ADDRESS
copy "de_AT"
END LC_ADDRESS
|