File: wae_CH

package info (click to toggle)
glibc 2.28-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 271,524 kB
  • sloc: ansic: 1,008,513; asm: 259,608; makefile: 11,266; sh: 10,477; python: 6,910; cpp: 4,992; perl: 2,258; awk: 2,005; yacc: 290; pascal: 182; sed: 73
file content (230 lines) | stat: -rw-r--r-- 5,689 bytes parent folder | download | duplicates (27)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
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.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ChangeLog
%	0.1		2010-10-25 Kevin Bortis <bortis@translate-wae.ch>
%				- First version of wae_CH locale file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

LC_IDENTIFICATION
title      "Walser locale for Switzerland"
source     ""
address    ""
contact    "Walser Translation Team"
email      "ml@translate-wae.ch"
tel        ""
fax        ""
language   "Walser"
territory  "Switzerland"
revision   "0.1"
date       "2010-10-25"

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_MEASUREMENT
category "i18n:2012";LC_PAPER
category "i18n:2012";LC_NAME
category "i18n:2012";LC_ADDRESS
category "i18n:2012";LC_TELEPHONE
END LC_IDENTIFICATION

LC_CTYPE
% Using same characters as in German language (Switzerland)
copy "de_CH"
END LC_CTYPE

LC_COLLATE
% Copy the template from ISO/IEC 14651
copy "iso14651_t1"
END LC_COLLATE

LC_TIME
% abday - The abbreviations for the week days:
% - Sun, Män, Zis, Mit, Fro, Fri, Sam
abday	"Sun";/
	"M<U00E4>n";/
	"Zis";/
	"Mit";/
	"Fro";/
	"Fri";/
	"Sam"

% day - The full names of the week days:
% - Suntag, Mäntag, Zischtag, Mittwuch, Frontag, Fritag, Samschtag
day         "Suntag";/
            "M<U00E4>ntag";/
            "Zischtag";/
            "Mittwuch";/
            "Frontag";/
            "Fritag";/
            "Samschtag"

% abmon - The abbreviations for the months
% - Jen, Hor, Mär, Abr, Mei, Brá, Hei, Öig, Her, Wím, Win, Chr
abmon       	"Jen";/
		"Hor";/
		"M<U00E4>r";/
		"Abr";/
		"Mei";/
		"Br<U00E1>";/
		"Hei";/
		"<U00D6>ig";/
		"Her";/
		"W<U00ED>m";/
		"Win";/
		"Chr"

% mon - The full names of the months -
% - Jenner, Hornig, Märze, Abrille, Meije, Bráčet, Heiwet,
%    Öigšte, Herbštmánet, Wímánet, Wintermánet, Chrištmánet
mon         	"Jenner";/
		"Hornig";/
		"M<U00E4>rze";/
		"Abrille";/
		"Meije";/
		"Br<U00E1><U010D>et";/
		"Heiwet";/
		"<U00D6>ig<U0161>te";/
		"Herb<U0161>tm<U00E1>net";/
		"W<U00ED>m<U00E1>net";/
		"Winterm<U00E1>net";/
		"Chri<U0161>tm<U00E1>net"

% Abreviated date and time representation to be referenced by the "%c" field descriptor -
d_t_fmt "%a %d. %b %Y %T %Z"
%
% "%a" (short weekday name),
% "%d" (day of month as a decimal number),
% "%b" (short month name),
% "%Y" (year with century as a decimal number),
% "%T" (24-hour clock time in format HH:MM:SS),
% "%Z" (Time zone name)

% Date representation to be referenced by the "%x" field descriptor -
% "%Y-%m-%d", year.month.day as decimal numbers (2000-12-01).
d_fmt   "%Y-%m-%d"

% Time representation to be referenced by the "%X" field descriptor -
% "%T" (24-hour clock time in format HH:MM:SS)
t_fmt   "%T"

% Define representation of ante meridiem and post meridiem strings -
% The ""s mean default to "AM" and "PM".
am_pm       "";""

% Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
% field descriptor -
% The "" means that this format is not supported.
t_fmt_ampm  ""

% Date representation not described in ISO/IEC 14652. Comes out as -
date_fmt	"%a %-d %b %H:%M:%S %Z %Y"
% which is
% %a - abbreviated weekday name,
% %b - abreviated month name,
% %e - day of month as a decimal number with leading space (1 to 31),
% %H - hour (24-hour clock) as a decimal number (00 to 23),
% %M - minute as a decimal number (00 to 59),
% %S - seconds as a decimal number (00 to 59),
% %Z - time-zone name,
% %Y - year with century as a decimal number,e.g. 2001.

week    7;19971130;4
first_weekday 2
END LC_TIME

LC_MONETARY
copy "de_CH"
END LC_MONETARY

LC_NUMERIC
copy "de_CH"
END LC_NUMERIC

LC_MESSAGES
yesexpr "^[+1jJyY]"
noexpr  "^[-0nN]"
yesstr  "ja"
nostr   "nei"
END LC_MESSAGES

LC_PAPER
copy "de_CH"
END LC_PAPER

LC_TELEPHONE
copy "de_CH"
END LC_TELEPHONE

LC_MEASUREMENT
copy "de_CH"
END LC_MEASUREMENT

LC_NAME
name_fmt    "%d%t%g%t%m%t%f"
% Format for addressing a person.
% "Salutation",
% "Empty string, or <Space>",
% "First given name",
% "Empty string, or <Space>",
% "Middle names",
% "Empty string, or <Space>",
% "Clan names"
%
name_miss   "Fr<U00F6>lein"
% Salutation for unmarried females - "Frölein"
%
name_mr     "Herr"
% Salutation for males - "Herr"
%
name_mrs    "Fr<U00F6>iw"
% Salutation for married females - "Fröiw"
%
name_ms     "Fr<U00F6>iw"
% Salutation valid for all females - "Fröiw"
END LC_NAME

LC_ADDRESS
country_name "Schwiz"
% Country name "Switzerland"
%
country_post "DH"
% Abbreviated country postal name - "CH"
%
lang_name "Walser"
% Language name - "Walser"

% UN Geneve 1949:68 Distinguishing signs of vehicles in international traffic
country_car "CH"

% ISO 639 two and three letter language names
% see http://www.loc.gov/standards/iso639-2/englangn.html
% "", "wae", "wae"
lang_ab       ""
lang_term     "wae"
lang_lib      "wae"

postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"

% ISO 3166 country number and 2 and 3 letter abreviations
% http://www.unicode.org/onlinedat/countries.html
% "CH", "CHE"
country_ab2   "CH"
country_ab3   "CHE"
country_num   756
country_isbn  3

END LC_ADDRESS