View | Details | Raw Unified | Return to bug 22387 | Differences between
and this patch

Collapse All | Expand All

(-)a/localedata/locales/POSIX (-186 / +145 lines)
Lines 34-51 LC_CTYPE Link Here
34
% "print" is by default "alnum", "punct" and the <U0020> character
34
% "print" is by default "alnum", "punct" and the <U0020> character
35
% "graph" is by default "alnum" and "punct"
35
% "graph" is by default "alnum" and "punct"
36
%
36
%
37
upper   <U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;<U0047>;<U0048>;/
37
upper   A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z
38
        <U0049>;<U004A>;<U004B>;<U004C>;<U004D>;<U004E>;<U004F>;<U0050>;/
39
        <U0051>;<U0052>;<U0053>;<U0054>;<U0055>;<U0056>;<U0057>;<U0058>;/
40
        <U0059>;<U005A>
41
%
38
%
42
lower   <U0061>;<U0062>;<U0063>;<U0064>;<U0065>;<U0066>;<U0067>;<U0068>;/
39
lower   a;b;c;d;e;f;g;h;i;j;k;l;m;n;o;p;q;r;s;t;u;v;w;x;y;z
43
        <U0069>;<U006A>;<U006B>;<U006C>;<U006D>;<U006E>;<U006F>;<U0070>;/
44
        <U0071>;<U0072>;<U0073>;<U0074>;<U0075>;<U0076>;<U0077>;<U0078>;/
45
        <U0079>;<U007A>
46
%
40
%
47
digit   <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;/
41
digit   0;1;2;3;4;5;6;7;8;9
48
        <U0035>;<U0036>;<U0037>;<U0038>;<U0039>
49
%
42
%
50
space   <U0009>;<U000A>;<U000B>;<U000C>;/
43
space   <U0009>;<U000A>;<U000B>;<U000C>;/
51
        <U000D>;<U0020>
44
        <U000D>;<U0020>
Lines 57-97 cntrl <U0007>;<U0008>;<U0009>;<U000A>;<U000B>;/ Link Here
57
        <U0017>;<U0018>;<U0019>;<U001A>;<U001B>;<U001C>;<U001D>;<U001E>;/
50
        <U0017>;<U0018>;<U0019>;<U001A>;<U001B>;<U001C>;<U001D>;<U001E>;/
58
        <U001F>;<U007F>
51
        <U001F>;<U007F>
59
%
52
%
60
punct   <U0021>;<U0022>;<U0023>;/
53
punct   !;";#;$;%;&;';(;);*;+;,;-;.;<U002F>;:;;;<;=;>;?;@;[;\;];^;_;`;{;|;};~
61
        <U0024>;<U0025>;<U0026>;<U0027>;/
62
        <U0028>;<U0029>;<U002A>;/
63
        <U002B>;<U002C>;<U002D>;<U002E>;<U002F>;/
64
        <U003A>;<U003B>;<U003C>;<U003D>;/
65
        <U003E>;<U003F>;<U0040>;/
66
        <U005B>;<U005C>;<U005D>;/
67
        <U005E>;<U005F>;<U0060>;/
68
        <U007B>;<U007C>;<U007D>;<U007E>
69
%
54
%
70
xdigit  <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;<U0035>;<U0036>;<U0037>;/
55
xdigit  0;1;2;3;4;5;6;7;8;9;A;B;C;D;E;F;a;b;c;d;e;f
71
        <U0038>;<U0039>;<U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;/
72
        <U0061>;<U0062>;<U0063>;<U0064>;<U0065>;<U0066>
73
%
56
%
74
blank   <U0020>;<U0009>
57
blank   <U0020>;<U0009>
75
%
58
%
76
tolower (<U0041>,<U0061>);(<U0042>,<U0062>);(<U0043>,<U0063>);/
59
tolower (A,a);(B,b);(C,c);(D,d);(E,e);(F,f);(G,g);(H,h);(I,i);(J,j);(K,k);/
77
        (<U0044>,<U0064>);(<U0045>,<U0065>);(<U0046>,<U0066>);/
60
        (L,l);(M,m);(N,n);(O,o);(P,p);(Q,q);(R,r);(S,s);(T,t);(U,u);(V,v);/
78
        (<U0047>,<U0067>);(<U0048>,<U0068>);(<U0049>,<U0069>);/
61
        (W,w);(X,x);(Y,y);(Z,z)
79
        (<U004A>,<U006A>);(<U004B>,<U006B>);(<U004C>,<U006C>);/
62
%
80
        (<U004D>,<U006D>);(<U004E>,<U006E>);(<U004F>,<U006F>);/
63
toupper (a,A);(b,B);(c,C);(d,D);(e,E);(f,F);(g,G);(h,H);(i,I);(j,J);(k,K);/
81
        (<U0050>,<U0070>);(<U0051>,<U0071>);(<U0052>,<U0072>);/
64
        (l,L);(m,M);(n,N);(o,O);(p,P);(q,Q);(r,R);(s,S);(t,T);(u,U);(v,V);/
82
        (<U0053>,<U0073>);(<U0054>,<U0074>);(<U0055>,<U0075>);/
65
        (w,W);(x,X);(y,Y);(z,Z)
83
        (<U0056>,<U0076>);(<U0057>,<U0077>);(<U0058>,<U0078>);/
84
        (<U0059>,<U0079>);(<U005A>,<U007A>)
85
%
86
toupper (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);/
87
        (<U0064>,<U0044>);(<U0065>,<U0045>);(<U0066>,<U0046>);/
88
        (<U0067>,<U0047>);(<U0068>,<U0048>);(<U0069>,<U0049>);/
89
        (<U006A>,<U004A>);(<U006B>,<U004B>);(<U006C>,<U004C>);/
90
        (<U006D>,<U004D>);(<U006E>,<U004E>);(<U006F>,<U004F>);/
91
        (<U0070>,<U0050>);(<U0071>,<U0051>);(<U0072>,<U0052>);/
92
        (<U0073>,<U0053>);(<U0074>,<U0054>);(<U0075>,<U0055>);/
93
        (<U0076>,<U0056>);(<U0077>,<U0057>);(<U0078>,<U0058>);/
94
        (<U0079>,<U0059>);(<U007A>,<U005A>)
95
END LC_CTYPE
66
END LC_CTYPE
96
67
97
LC_COLLATE
68
LC_COLLATE
Lines 131-230 order_start forward Link Here
131
<U001E>
102
<U001E>
132
<U001F>
103
<U001F>
133
<U0020>
104
<U0020>
134
<U0021>
105
!
135
<U0022>
106
"
136
<U0023>
107
#
137
<U0024>
108
$
138
<U0025>
109
%
139
<U0026>
110
&
140
<U0027>
111
'
141
<U0028>
112
(
142
<U0029>
113
)
143
<U002A>
114
*
144
<U002B>
115
+
145
<U002C>
116
,
146
<U002D>
117
-
147
<U002E>
118
.
148
<U002F>
119
/
149
<U0030>
120
0
150
<U0031>
121
1
151
<U0032>
122
2
152
<U0033>
123
3
153
<U0034>
124
4
154
<U0035>
125
5
155
<U0036>
126
6
156
<U0037>
127
7
157
<U0038>
128
8
158
<U0039>
129
9
159
<U003A>
130
:
160
<U003B>
131
;
161
<U003C>
132
<
162
<U003D>
133
=
163
<U003E>
134
>
164
<U003F>
135
?
165
<U0040>
136
@
166
<U0041>
137
A
167
<U0042>
138
B
168
<U0043>
139
C
169
<U0044>
140
D
170
<U0045>
141
E
171
<U0046>
142
F
172
<U0047>
143
G
173
<U0048>
144
H
174
<U0049>
145
I
175
<U004A>
146
J
176
<U004B>
147
K
177
<U004C>
148
L
178
<U004D>
149
M
179
<U004E>
150
N
180
<U004F>
151
O
181
<U0050>
152
P
182
<U0051>
153
Q
183
<U0052>
154
R
184
<U0053>
155
S
185
<U0054>
156
T
186
<U0055>
157
U
187
<U0056>
158
V
188
<U0057>
159
W
189
<U0058>
160
X
190
<U0059>
161
Y
191
<U005A>
162
Z
192
<U005B>
163
[
193
<U005C>
164
\
194
<U005D>
165
]
195
<U005E>
166
^
196
<U005F>
167
_
197
<U0060>
168
`
198
<U0061>
169
a
199
<U0062>
170
b
200
<U0063>
171
c
201
<U0064>
172
d
202
<U0065>
173
e
203
<U0066>
174
f
204
<U0067>
175
g
205
<U0068>
176
h
206
<U0069>
177
i
207
<U006A>
178
j
208
<U006B>
179
k
209
<U006C>
180
l
210
<U006D>
181
m
211
<U006E>
182
n
212
<U006F>
183
o
213
<U0070>
184
p
214
<U0071>
185
q
215
<U0072>
186
r
216
<U0073>
187
s
217
<U0074>
188
t
218
<U0075>
189
u
219
<U0076>
190
v
220
<U0077>
191
w
221
<U0078>
192
x
222
<U0079>
193
y
223
<U007A>
194
z
224
<U007B>
195
{
225
<U007C>
196
|
226
<U007D>
197
}
227
<U007E>
198
~
228
<U007F>
199
<U007F>
229
UNDEFINED
200
UNDEFINED
230
order_end
201
order_end
Lines 237-243 LC_MONETARY Link Here
237
%
208
%
238
int_curr_symbol     ""
209
int_curr_symbol     ""
239
currency_symbol     ""
210
currency_symbol     ""
240
mon_decimal_point   "<U002E>"
211
mon_decimal_point   "."
241
mon_thousands_sep   ""
212
mon_thousands_sep   ""
242
mon_grouping        -1
213
mon_grouping        -1
243
positive_sign       ""
214
positive_sign       ""
Lines 257-263 LC_NUMERIC Link Here
257
% This is the POSIX Locale definition for
228
% This is the POSIX Locale definition for
258
% the LC_NUMERIC category.
229
% the LC_NUMERIC category.
259
%
230
%
260
decimal_point   "<U002E>"
231
decimal_point   "."
261
thousands_sep   ""
232
thousands_sep   ""
262
grouping        -1
233
grouping        -1
263
%
234
%
Lines 268-341 LC_TIME Link Here
268
% the LC_TIME category.
239
% the LC_TIME category.
269
%
240
%
270
% Abbreviated weekday names (%s)
241
% Abbreviated weekday names (%s)
271
abday   "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";/
242
abday   "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
272
        "<U0054><U0075><U0065>";"<U0057><U0065><U0064>";/
273
        "<U0054><U0068><U0075>";"<U0046><U0072><U0069>";/
274
        "<U0053><U0061><U0074>"
275
%
243
%
276
% Full weekday names (%A)
244
% Full weekday names (%A)
277
day     "<U0053><U0075><U006E><U0064><U0061><U0079>";/
245
day     "Sunday";/
278
        "<U004D><U006F><U006E><U0064><U0061><U0079>";/
246
        "Monday";/
279
        "<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";/
247
        "Tuesday";/
280
        "<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";/
248
        "Wednesday";/
281
        "<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";/
249
        "Thursday";/
282
        "<U0046><U0072><U0069><U0064><U0061><U0079>";/
250
        "Friday";/
283
        "<U0053><U0061><U0074><U0075><U0072><U0064><U0061><U0079>"
251
        "Saturday"
284
%
252
%
285
% Abbreviated month names (%b)
253
% Abbreviated month names (%b)
286
abmon   "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
254
abmon   "Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec"
287
        "<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/
288
        "<U004D><U0061><U0079>";"<U004A><U0075><U006E>";/
289
        "<U004A><U0075><U006C>";"<U0041><U0075><U0067>";/
290
        "<U0053><U0065><U0070>";"<U004F><U0063><U0074>";/
291
        "<U004E><U006F><U0076>";"<U0044><U0065><U0063>"
292
%
255
%
293
% Full month names (%B)
256
% Full month names (%B)
294
mon     "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";/
257
mon     "January";/
295
        "<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";/
258
        "February";/
296
        "<U004D><U0061><U0072><U0063><U0068>";/
259
        "March";/
297
        "<U0041><U0070><U0072><U0069><U006C>";/
260
        "April";/
298
        "<U004D><U0061><U0079>";/
261
        "May";/
299
        "<U004A><U0075><U006E><U0065>";/
262
        "June";/
300
        "<U004A><U0075><U006C><U0079>";/
263
        "July";/
301
        "<U0041><U0075><U0067><U0075><U0073><U0074>";/
264
        "August";/
302
        "<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
265
        "September";/
303
        "<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
266
        "October";/
304
        "<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
267
        "November";/
305
        "<U0044><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
268
        "December"
306
%
269
%
307
% Equivalent of AM/PM (%p)      "AM"/"PM"
270
% Equivalent of AM/PM (%p)
308
am_pm   "<U0041><U004D>";"<U0050><U004D>"
271
am_pm   "AM";"PM"
309
%
272
%
310
% Appropriate date and time representation (%c)
273
% Appropriate date and time representation (%c)
311
%       "%a %b %e %H:%M:%S %Y"
274
d_t_fmt "%a %b %e %H:%M:%S %Y"
312
d_t_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
313
<U0020><U0025><U0048><U003A><U0025><U004D>/
314
<U003A><U0025><U0053><U0020><U0025><U0059>"
315
%
275
%
316
% Appropriate date representation (%x)   "%m/%d/%y"
276
% Appropriate date representation (%x)
317
d_fmt   "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0079>"
277
d_fmt   "%m/%d/%y"
318
%
278
%
319
% Appropriate time representation (%X)   "%H:%M:%S"
279
% Appropriate time representation (%X)
320
t_fmt   "<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
280
t_fmt   "%H:%M:%S"
321
%
281
%
322
% Appropriate 12 h time representation (%r)   "%I:%M:%S %p"
282
% Appropriate 12 h time representation (%r)
323
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/
283
t_fmt_ampm "%I:%M:%S %p"
324
<U0020><U0025><U0070>"
325
%
284
%
326
% Appropriate date representation (date(1))   "%a %b %e %H:%M:%S %Z %Y"
285
% Appropriate date representation (date(1))
327
date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A><U0020><U0025><U0059>"
286
date_fmt	"%a %b %e %H:%M:%S %Z %Y"
328
END LC_TIME
287
END LC_TIME
329
288
330
LC_MESSAGES
289
LC_MESSAGES
331
% This is the POSIX Locale definition for
290
% This is the POSIX Locale definition for
332
% the LC_NUMERIC category.
291
% the LC_NUMERIC category.
333
%
292
%
334
yesexpr "<U005E><U005B><U0079><U0059><U005D>"
293
yesexpr "^[yY]"
335
%
294
%
336
noexpr  "<U005E><U005B><U006E><U004E><U005D>"
295
noexpr  "^[nN]"
337
%
296
%
338
yesstr  "<U0059><U0065><U0073>"
297
yesstr  "Yes"
339
%
298
%
340
nostr   "<U004E><U006F>"
299
nostr   "No"
341
END LC_MESSAGES
300
END LC_MESSAGES
(-)a/localedata/locales/aa_DJ (-86 / +50 lines)
Lines 85-97 END LC_MEASUREMENT Link Here
85
85
86
LC_MONETARY
86
LC_MONETARY
87
%
87
%
88
int_curr_symbol       "<U0044><U004A><U0046><U0020>"
88
int_curr_symbol       "DJF "
89
currency_symbol       "<U0046><U0064><U006A>"
89
currency_symbol       "Fdj"
90
mon_decimal_point     "<U002E>"
90
mon_decimal_point     "."
91
mon_thousands_sep     "<U202F>"
91
mon_thousands_sep     "<U202F>"
92
mon_grouping          3;3
92
mon_grouping          3;3
93
positive_sign         ""
93
positive_sign         ""
94
negative_sign         "<U002D>"
94
negative_sign         "-"
95
int_frac_digits       2
95
int_frac_digits       2
96
frac_digits           2
96
frac_digits           2
97
p_cs_precedes         1
97
p_cs_precedes         1
Lines 108-114 LC_NUMERIC Link Here
108
%
108
%
109
% This is the POSIX Locale definition for the LC_NUMERIC category.
109
% This is the POSIX Locale definition for the LC_NUMERIC category.
110
%
110
%
111
decimal_point          "<U002E>"
111
decimal_point          "."
112
thousands_sep          ""
112
thousands_sep          ""
113
grouping               0;0
113
grouping               0;0
114
%
114
%
Lines 124-134 LC_TELEPHONE Link Here
124
%
124
%
125
% This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE category.
125
% This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE category.
126
%
126
%
127
tel_dom_fmt    "<U0025><U0061><U002D><U0025><U006C>"
127
tel_dom_fmt    "%a-%l"
128
tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
128
tel_int_fmt    "+%c %a %l"
129
<U006C>"
129
int_prefix     "253"
130
int_prefix     "<U0032><U0035><U0033>"
130
int_select     "00"
131
int_select     "<U0030><U0030>"
132
%
131
%
133
END LC_TELEPHONE
132
END LC_TELEPHONE
134
133
Lines 143-164 LC_ADDRESS Link Here
143
%
142
%
144
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
143
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
145
%
144
%
146
postal_fmt    "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
145
postal_fmt    "%z%c%T%s%b%e%r"
147
<U0025><U0062><U0025><U0065><U0025><U0072>"
146
country_name  "Yabuuti"
148
country_name  "<U0059><U0061><U0062><U0075><U0075><U0074><U0069>"
147
country_post  "DJI"
149
country_post  "<U0044><U004A><U0049>"
148
country_ab2   "DJ"
150
country_ab2   "<U0044><U004A>"
149
country_ab3   "DJI"
151
country_ab3   "<U0044><U004A><U0049>"
152
country_num   262
150
country_num   262
153
country_car "<U0044><U004A><U0049>"
151
country_car   "DJI"
154
% country_isbn  unknown, Need ISO 2108
152
% country_isbn  unknown, Need ISO 2108
155
lang_name     "<U0051><U0061><U0066><U0061><U0072>"
153
lang_name     "Qafar"
156
% aa
154
lang_ab       "aa"
157
lang_ab       "<U0061><U0061>"
155
lang_term     "aar"
158
% aar
156
lang_lib      "aar"
159
lang_term     "<U0061><U0061><U0072>"
160
% aar
161
lang_lib      "<U0061><U0061><U0072>"
162
%
157
%
163
END LC_ADDRESS
158
END LC_ADDRESS
164
159
Lines 172-183 LC_NAME Link Here
172
%
167
%
173
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
168
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
174
%
169
%
175
name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
170
name_fmt    "%d%t%g%t%m%t%f"
176
<U0025><U006D><U0025><U0074><U0025><U0066>"
177
name_gen    ""
171
name_gen    ""
178
name_mr     "<U0054><U006F><U006F><U0062><U006F><U006B><U006F><U0079><U0074><U0061>"
172
name_mr     "Toobokoyta"
179
name_mrs    "<U0047><U0069><U0073><U0074><U0069>"
173
name_mrs    "Gisti"
180
name_miss   "<U004D><U0061><U0071><U0061><U006E><U0078><U0061>"
174
name_miss   "Maqanxa"
181
name_ms     ""
175
name_ms     ""
182
%
176
%
183
END LC_NAME
177
END LC_NAME
Lines 187-271 LC_TIME Link Here
187
%
181
%
188
% Abbreviated weekday names (%a)
182
% Abbreviated weekday names (%a)
189
%
183
%
190
abday    "<U0061><U0063><U0061>";/
184
abday    "aca";"etl";"tal";"arb";"kam";"gum";"sab"
191
         "<U0065><U0074><U006C>";/
192
         "<U0074><U0061><U006C>";/
193
         "<U0061><U0072><U0062>";/
194
         "<U006B><U0061><U006D>";/
195
         "<U0067><U0075><U006D>";/
196
         "<U0073><U0061><U0062>"
197
%
185
%
198
% Full weekday names (%A)
186
% Full weekday names (%A)
199
%
187
%
200
day      "<U0041><U0063><U0061><U0061><U0064><U0061>";/
188
day      "Acaada";/
201
         "<U0045><U0074><U006C><U0065><U0065><U006E><U0069>";/
189
         "Etleeni";/
202
         "<U0054><U0061><U006C><U0061><U0061><U0074><U0061>";/
190
         "Talaata";/
203
         "<U0041><U0072><U0062><U0061><U0071><U0061>";/
191
         "Arbaqa";/
204
         "<U004B><U0061><U006D><U0069><U0069><U0073><U0069>";/
192
         "Kamiisi";/
205
         "<U0047><U0075><U006D><U0071><U0061><U0074><U0061>";/
193
         "Gumqata";/
206
         "<U0053><U0061><U0062><U0074><U0069>"
194
         "Sabti"
207
%
195
%
208
% Abbreviated month names (%b)
196
% Abbreviated month names (%b)
209
%
197
%
210
abmon    "<U0071><U0075><U006E>";/
198
abmon    "qun";"nah";"cig";"agd";"cax";"qas";"qad";"leq";"way";"dit";"xim";"kax"
211
         "<U006E><U0061><U0068>";/
212
         "<U0063><U0069><U0067>";/
213
         "<U0061><U0067><U0064>";/
214
         "<U0063><U0061><U0078>";/
215
         "<U0071><U0061><U0073>";/
216
         "<U0071><U0061><U0064>";/
217
         "<U006C><U0065><U0071>";/
218
         "<U0077><U0061><U0079>";/
219
         "<U0064><U0069><U0074>";/
220
         "<U0078><U0069><U006D>";/
221
         "<U006B><U0061><U0078>"
222
%
199
%
223
% Full month names (%B)
200
% Full month names (%B)
224
%
201
%
225
mon      "<U0051><U0075><U006E><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>";/
202
mon      "Qunxa Garablu";/
226
         "<U004B><U0075><U0064><U006F>";/
203
         "Kudo";/
227
         "<U0043><U0069><U0067><U0067><U0069><U006C><U0074><U0061><U0020><U004B><U0075><U0064><U006F>";/
204
         "Ciggilta Kudo";/
228
         "<U0041><U0067><U0064><U0061><U0020><U0042><U0061><U0078><U0069><U0073><U0073><U006F>";/
205
         "Agda Baxisso";/
229
         "<U0043><U0061><U0078><U0061><U0068><U0020><U0041><U006C><U0073><U0061>";/
206
         "Caxah Alsa";/
230
         "<U0051><U0061><U0073><U0061><U0020><U0044><U0069><U0072><U0072><U0069>";/
207
         "Qasa Dirri";/
231
         "<U0051><U0061><U0064><U006F><U0020><U0044><U0069><U0072><U0072><U0069>";/
208
         "Qado Dirri";/
232
         "<U004C><U0069><U0069><U0071><U0065><U006E>";/
209
         "Liiqen";/
233
         "<U0057><U0061><U0079><U0073><U0075>";/
210
         "Waysu";/
234
         "<U0044><U0069><U0074><U0065><U006C><U0069>";/
211
         "Diteli";/
235
         "<U0058><U0069><U006D><U006F><U006C><U0069>";/
212
         "Ximoli";/
236
         "<U004B><U0061><U0078><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>"
213
         "Kaxxa Garablu"
237
%
214
%
238
% Equivalent of AM PM
215
% Equivalent of AM PM
239
%
216
%
240
am_pm    "<U0073><U0061><U0061><U006B><U0075>";/
217
am_pm    "saaku";"carra"
241
         "<U0063><U0061><U0072><U0072><U0061>"
242
%
218
%
243
% Appropriate date representation (%x)
219
% Appropriate date representation (%x)
244
%	"%d.%m.%Y"
220
d_fmt   "%d.%m.%Y"
245
%
246
d_fmt   "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
247
%
221
%
248
% Appropriate time representation (%X)
222
% Appropriate time representation (%X)
249
%	"%H:%M:%S"
223
t_fmt "%l:%M:%S"
250
%
251
t_fmt "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
252
%
224
%
253
% Appropriate AM/PM time representation (%r)
225
% Appropriate AM/PM time representation (%r)
254
%	"%X %p"
226
t_fmt_ampm "%X %p"
255
%
256
t_fmt_ampm "<U0025><U0058><U0020><U0025><U0070>"
257
%
227
%
258
% Appropriate date and time representation (%c)
228
% Appropriate date and time representation (%c)
259
%	"%a %d %b %Y %r %Z
229
d_t_fmt    "%a %d %b %Y %r %Z"
260
%
261
d_t_fmt    "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062>/
262
<U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
263
%
230
%
264
% Appropriate date representation (date(1))
231
% Appropriate date representation (date(1))
265
%	"%a %b %e %r %Z %Y"
232
date_fmt    "%a %b %e %r %Z %Y"
266
%
267
date_fmt    "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
268
<U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>"
269
%
233
%
270
week 7;19971130;1
234
week 7;19971130;1
271
first_weekday 7
235
first_weekday 7
(-)a/localedata/locales/aa_ER (-77 / +52 lines)
Lines 105-127 LC_ADDRESS Link Here
105
%
105
%
106
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
106
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
107
%
107
%
108
postal_fmt    "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
108
postal_fmt    "%z%c%T%s%b%e%r"
109
<U0025><U0062><U0025><U0065><U0025><U0072>"
109
country_name  "Eretria"
110
country_name  "<U0045><U0072><U0065><U0074><U0072><U0069><U0061>"
110
country_post  "ERI"
111
country_post  "<U0045><U0052><U0049>"
111
country_ab2   "ER"
112
country_ab2   "<U0045><U0052>"
112
country_ab3   "ERI"
113
country_ab3   "<U0045><U0052><U0049>"
114
country_num   232
113
country_num   232
115
% ER
114
country_car   "ER"
116
country_car  "<U0045><U0052>"
117
% country_isbn  unknown, Need ISO 2108
115
% country_isbn  unknown, Need ISO 2108
118
lang_name     "<U0051><U0061><U0066><U0061><U0072>"
116
lang_name     "Qafar"
119
% aa
117
lang_ab       "aa"
120
lang_ab       "<U0061><U0061>"
118
lang_term     "aar"
121
% aar
119
lang_lib      "aar"
122
lang_term     "<U0061><U0061><U0072>"
123
% aar
124
lang_lib      "<U0061><U0061><U0072>"
125
%
120
%
126
END LC_ADDRESS
121
END LC_ADDRESS
127
122
Lines 135-146 LC_NAME Link Here
135
%
130
%
136
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
131
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
137
%
132
%
138
name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
133
name_fmt    "%d%t%g%t%m%t%f"
139
<U0025><U006D><U0025><U0074><U0025><U0066>"
140
name_gen    ""
134
name_gen    ""
141
name_mr     "<U0054><U006F><U006F><U0062><U006F><U006B><U006F><U0079><U0074><U0061>"
135
name_mr     "Toobokoyta"
142
name_mrs    "<U0047><U0069><U0073><U0074><U0069>"
136
name_mrs    "Gisti"
143
name_miss   "<U004D><U0061><U0071><U0061><U006E><U0078><U0061>"
137
name_miss   "Maqanxa"
144
name_ms     ""
138
name_ms     ""
145
%
139
%
146
END LC_NAME
140
END LC_NAME
Lines 150-234 LC_TIME Link Here
150
%
144
%
151
% Abbreviated weekday names (%a)
145
% Abbreviated weekday names (%a)
152
%
146
%
153
abday    "<U0041><U0063><U0061>";/
147
abday    "Aca";"Etl";"Tal";"Arb";"Kam";"Gum";"Sab"
154
         "<U0045><U0074><U006C>";/
155
         "<U0054><U0061><U006C>";/
156
         "<U0041><U0072><U0062>";/
157
         "<U004B><U0061><U006D>";/
158
         "<U0047><U0075><U006D>";/
159
         "<U0053><U0061><U0062>"
160
%
148
%
161
% Full weekday names (%A)
149
% Full weekday names (%A)
162
%
150
%
163
day      "<U0041><U0063><U0061><U0061><U0064><U0061>";/
151
day      "Acaada";/
164
         "<U0045><U0074><U006C><U0065><U0065><U006E><U0069>";/
152
         "Etleeni";/
165
         "<U0054><U0061><U006C><U0061><U0061><U0074><U0061>";/
153
         "Talaata";/
166
         "<U0041><U0072><U0062><U0061><U0071><U0061>";/
154
         "Arbaqa";/
167
         "<U004B><U0061><U006D><U0069><U0069><U0073><U0069>";/
155
         "Kamiisi";/
168
         "<U0047><U0075><U006D><U0071><U0061><U0074><U0061>";/
156
         "Gumqata";/
169
         "<U0053><U0061><U0062><U0074><U0069>"
157
         "Sabti"
170
%
158
%
171
% Abbreviated month names (%b)
159
% Abbreviated month names (%b)
172
%
160
%
173
abmon    "<U0051><U0075><U006E>";/
161
abmon    "Qun";/
174
         "<U004E><U0061><U0068>";/
162
         "Nah";/
175
         "<U0043><U0069><U0067>";/
163
         "Cig";/
176
         "<U0041><U0067><U0064>";/
164
         "Agd";/
177
         "<U0043><U0061><U0078>";/
165
         "Cax";/
178
         "<U0051><U0061><U0073>";/
166
         "Qas";/
179
         "<U0051><U0061><U0064>";/
167
         "Qad";/
180
         "<U004C><U0065><U0071>";/
168
         "Leq";/
181
         "<U0057><U0061><U0079>";/
169
         "Way";/
182
         "<U0044><U0069><U0074>";/
170
         "Dit";/
183
         "<U0058><U0069><U006D>";/
171
         "Xim";/
184
         "<U004B><U0061><U0078>"
172
         "Kax"
185
%
173
%
186
% Full month names (%B)
174
% Full month names (%B)
187
%
175
%
188
mon      "<U0051><U0075><U006E><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>";/
176
mon      "Qunxa Garablu";/
189
         "<U004E><U0061><U0068><U0061><U0072><U0073><U0069><U0020><U004B><U0075><U0064><U006F>";/
177
         "Naharsi Kudo";/
190
         "<U0043><U0069><U0067><U0067><U0069><U006C><U0074><U0061><U0020><U004B><U0075><U0064><U006F>";/
178
         "Ciggilta Kudo";/
191
         "<U0041><U0067><U0064><U0061><U0020><U0042><U0061><U0078><U0069><U0073><U0073><U006F>";/
179
         "Agda Baxisso";/
192
         "<U0043><U0061><U0078><U0061><U0068><U0020><U0041><U006C><U0073><U0061>";/
180
         "Caxah Alsa";/
193
         "<U0051><U0061><U0073><U0061><U0020><U0044><U0069><U0072><U0072><U0069>";/
181
         "Qasa Dirri";/
194
         "<U0051><U0061><U0064><U006F><U0020><U0044><U0069><U0072><U0072><U0069>";/
182
         "Qado Dirri";/
195
         "<U004C><U0065><U0071><U0065><U0065><U006E><U0069>";/
183
         "Leqeeni";/
196
         "<U0057><U0061><U0079><U0073><U0075>";/
184
         "Waysu";/
197
         "<U0044><U0069><U0074><U0065><U006C><U0069>";/
185
         "Diteli";/
198
         "<U0058><U0069><U006D><U006F><U006C><U0069>";/
186
         "Ximoli";/
199
         "<U004B><U0061><U0078><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>"
187
         "Kaxxa Garablu"
200
%
188
%
201
% Equivalent of AM PM
189
% Equivalent of AM PM
202
%
190
%
203
am_pm    "<U0073><U0061><U0061><U006B><U0075>";/
191
am_pm    "saaku";"carra"
204
         "<U0063><U0061><U0072><U0072><U0061>"
205
%
192
%
206
% Appropriate date representation (%x)
193
% Appropriate date representation (%x)
207
%	"%d/%m/%Y"
194
d_fmt   "%d/%m/%Y"
208
%
209
d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0059>"
210
%
195
%
211
% Appropriate time representation (%X)
196
% Appropriate time representation (%X)
212
%	"%l:%M:%S"
197
t_fmt "%l:%M:%S"
213
%
214
t_fmt "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
215
%
198
%
216
% Appropriate AM/PM time representation (%r)
199
% Appropriate AM/PM time representation (%r)
217
%	"%X %p"
200
t_fmt_ampm "%X %p"
218
%
219
t_fmt_ampm "<U0025><U0058><U0020><U0025><U0070>"
220
%
201
%
221
% Appropriate date and time representation (%c)
202
% Appropriate date and time representation (%c)
222
%	"%A, %B %e, %Y %r %Z
203
d_t_fmt    "%A, %B %e, %Y %r %Z"
223
%
224
d_t_fmt    "<U0025><U0041><U002C><U0020><U0025><U0042><U0020><U0025><U0065><U002C>/
225
<U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
226
%
204
%
227
% Appropriate date representation (date(1))
205
% Appropriate date representation (date(1))
228
%	"%A, %b %e, %r %Z %Y"
206
date_fmt    "%A, %B %e, %r %Z %Y"
229
%
230
date_fmt    "<U0025><U0041><U002C><U0020><U0025><U0042><U0020><U0025><U0065><U002C>/
231
<U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>"
232
%
207
%
233
week 7;19971130;1
208
week 7;19971130;1
234
first_weekday 2
209
first_weekday 2
(-)a/localedata/locales/aa_ER@saaho (-62 / +42 lines)
Lines 115-126 LC_NAME Link Here
115
%
115
%
116
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
116
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
117
%
117
%
118
name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
118
name_fmt    "%d%t%g%t%m%t%f"
119
<U0025><U006D><U0025><U0074><U0025><U0066>"
120
name_gen    ""
119
name_gen    ""
121
name_mr     "<U0053><U0061><U0071><U0061><U006C>"
120
name_mr     "Saqal"
122
name_mrs    "<U004E><U0075><U006D><U0061>"
121
name_mrs    "Numa"
123
name_miss   "<U0051><U0075><U006E><U0078><U0061><U0020><U0041><U0077><U006B><U0061>"
122
name_miss   "Qunxa Awka"
124
name_ms     ""
123
name_ms     ""
125
%
124
%
126
END LC_NAME
125
END LC_NAME
Lines 130-214 LC_TIME Link Here
130
%
129
%
131
% Abbreviated weekday names (%a)
130
% Abbreviated weekday names (%a)
132
%
131
%
133
abday    "<U004E><U0061><U0062>";/
132
abday    "Nab";"San";"Sal";"Rab";"Cam";"Jum";"Qun"
134
         "<U0053><U0061><U006E>";/
135
         "<U0053><U0061><U006C>";/
136
         "<U0052><U0061><U0062>";/
137
         "<U0043><U0061><U006D>";/
138
         "<U004A><U0075><U006D>";/
139
         "<U0051><U0075><U006E>"
140
%
133
%
141
% Full weekday names (%A)
134
% Full weekday names (%A)
142
%
135
%
143
day      "<U004E><U0061><U0062><U0061><U0020><U0053><U0061><U006D><U0062><U0061><U0074>";/
136
day      "Naba Sambat";/
144
         "<U0053><U0061><U006E><U0069>";/
137
         "Sani";/
145
         "<U0053><U0061><U006C><U0075><U0073>";/
138
         "Salus";/
146
         "<U0052><U0061><U0062><U0075><U0071>";/
139
         "Rabuq";/
147
         "<U0043><U0061><U006D><U0075><U0073>";/
140
         "Camus";/
148
         "<U004A><U0075><U006D><U0071><U0061><U0074><U0061>";/
141
         "Jumqata";/
149
         "<U0051><U0075><U006E><U0078><U0061><U0020><U0053><U0061><U006D><U0062><U0061><U0074>"
142
         "Qunxa Sambat"
150
%
143
%
151
% Abbreviated month names (%b)
144
% Abbreviated month names (%b)
152
%
145
%
153
abmon    "<U0051><U0075><U006E>";/
146
abmon    "Qun";/
154
         "<U004E><U0061><U0068>";/
147
         "Nah";/
155
         "<U0043><U0069><U0067>";/
148
         "Cig";/
156
         "<U0041><U0067><U0064>";/
149
         "Agd";/
157
         "<U0043><U0061><U0078>";/
150
         "Cax";/
158
         "<U0051><U0061><U0073>";/
151
         "Qas";/
159
         "<U0051><U0061><U0064>";/
152
         "Qad";/
160
         "<U004C><U0065><U0071>";/
153
         "Leq";/
161
         "<U0057><U0061><U0079>";/
154
         "Way";/
162
         "<U0044><U0069><U0074>";/
155
         "Dit";/
163
         "<U0058><U0069><U006D>";/
156
         "Xim";/
164
         "<U004B><U0061><U0078>"
157
         "Kax"
165
%
158
%
166
% Full month names (%B)
159
% Full month names (%B)
167
%
160
%
168
mon      "<U0051><U0075><U006E><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>";/
161
mon      "Qunxa Garablu";/
169
         "<U004E><U0061><U0068><U0061><U0072><U0073><U0069><U0020><U004B><U0075><U0064><U006F>";/
162
         "Naharsi Kudo";/
170
         "<U0043><U0069><U0067><U0067><U0069><U006C><U0074><U0061><U0020><U004B><U0075><U0064><U006F>";/
163
         "Ciggilta Kudo";/
171
         "<U0041><U0067><U0064><U0061><U0020><U0042><U0061><U0078><U0069><U0073><U0073><U006F>";/
164
         "Agda Baxisso";/
172
         "<U0043><U0061><U0078><U0061><U0068><U0020><U0041><U006C><U0073><U0061>";/
165
         "Caxah Alsa";/
173
         "<U0051><U0061><U0073><U0061><U0020><U0044><U0069><U0072><U0072><U0069>";/
166
         "Qasa Dirri";/
174
         "<U0051><U0061><U0064><U006F><U0020><U0044><U0069><U0072><U0072><U0069>";/
167
         "Qado Dirri";/
175
         "<U004C><U0065><U0071><U0065><U0065><U006E><U0069>";/
168
         "Leqeeni";/
176
         "<U0057><U0061><U0079><U0073><U0075>";/
169
         "Waysu";/
177
         "<U0044><U0069><U0074><U0065><U006C><U0069>";/
170
         "Diteli";/
178
         "<U0058><U0069><U006D><U006F><U006C><U0069>";/
171
         "Ximoli";/
179
         "<U004B><U0061><U0078><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>"
172
         "Kaxxa Garablu"
180
%
173
%
181
% Equivalent of AM PM
174
% Equivalent of AM PM
182
%
175
%
183
am_pm    "<U0073><U0061><U0061><U006B><U0075>";/
176
am_pm    "saaku";"carra"
184
         "<U0063><U0061><U0072><U0072><U0061>"
185
%
177
%
186
% Appropriate date representation (%x)
178
% Appropriate date representation (%x)
187
%	"%d/%m/%Y"
179
d_fmt   "%d/%m/%Y"
188
%
189
d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0059>"
190
%
180
%
191
% Appropriate time representation (%X)
181
% Appropriate time representation (%X)
192
%	"%l:%M:%S"
182
t_fmt "%l:%M:%S"
193
%
194
t_fmt "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
195
%
183
%
196
% Appropriate AM/PM time representation (%r)
184
% Appropriate AM/PM time representation (%r)
197
%	"%X %p"
185
t_fmt_ampm "%X %p"
198
%
199
t_fmt_ampm "<U0025><U0058><U0020><U0025><U0070>"
200
%
186
%
201
% Appropriate date and time representation (%c)
187
% Appropriate date and time representation (%c)
202
%	"%A, %B %e, %Y %r %Z
188
d_t_fmt    "%A, %B %e, %Y %r %Z"
203
%
204
d_t_fmt    "<U0025><U0041><U002C><U0020><U0025><U0042><U0020><U0025><U0065><U002C>/
205
<U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
206
%
189
%
207
% Appropriate date representation (date(1))
190
% Appropriate date representation (date(1))
208
%	"%A, %b %e, %r %Z %Y"
191
date_fmt    "%A, %B %e, %r %Z %Y"
209
%
210
date_fmt    "<U0025><U0041><U002C><U0020><U0025><U0042><U0020><U0025><U0065><U002C>/
211
<U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>"
212
%
192
%
213
week 7;19971130;1
193
week 7;19971130;1
214
first_weekday 2
194
first_weekday 2
(-)a/localedata/locales/aa_ET (-78 / +52 lines)
Lines 105-128 LC_ADDRESS Link Here
105
%
105
%
106
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
106
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category.
107
%
107
%
108
postal_fmt    "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
108
postal_fmt    "%z%c%T%s%b%e%r"
109
<U0025><U0062><U0025><U0065><U0025><U0072>"
109
country_name  "Otobbia"
110
country_name  "<U004F><U0074><U006F><U0062><U0062><U0069><U0061>"
110
country_post  "ETH"
111
country_post  "<U0045><U0054><U0048>"
111
country_ab2   "ET"
112
country_ab2   "<U0045><U0054>"
112
country_ab3   "ETH"
113
country_ab3   "<U0045><U0054><U0048>"
114
country_num   231   % 210 found in at least one ISO 3166 doc
113
country_num   231   % 210 found in at least one ISO 3166 doc
115
% ETH
114
country_car   "ETH"
116
country_car   "<U0045><U0054><U0048>"
117
% country_isbn  unknown, Need ISO 2108
115
% country_isbn  unknown, Need ISO 2108
118
lang_name     "<U0051><U0061><U0066><U0061><U0072>"
116
lang_name     "Qafar"
119
% aa
117
lang_ab       "aa"
120
lang_ab       "<U0061><U0061>"
118
lang_term     "aar"
121
% aar
119
lang_lib      "aar"
122
lang_term     "<U0061><U0061><U0072>"
123
% aar
124
lang_lib      "<U0061><U0061><U0072>"
125
%
126
END LC_ADDRESS
120
END LC_ADDRESS
127
121
128
122
Lines 138-149 LC_NAME Link Here
138
%
132
%
139
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
133
% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category.
140
%
134
%
141
name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
135
name_fmt    "%d%t%g%t%m%t%f"
142
<U0025><U006D><U0025><U0074><U0025><U0066>"
143
name_gen    ""
136
name_gen    ""
144
name_mr     "<U0054><U006F><U006F><U0062><U006F><U006B><U006F><U0079><U0074><U0061>"
137
name_mr     "Toobokoyta"
145
name_mrs    "<U0047><U0069><U0073><U0074><U0069>"
138
name_mrs    "Gisti"
146
name_miss   "<U004D><U0061><U0071><U0061><U006E><U0078><U0061>"
139
name_miss   "Maqanxa"
147
name_ms     ""
140
name_ms     ""
148
%
141
%
149
END LC_NAME
142
END LC_NAME
Lines 153-237 LC_TIME Link Here
153
%
146
%
154
% Abbreviated weekday names (%a)
147
% Abbreviated weekday names (%a)
155
%
148
%
156
abday    "<U0041><U0063><U0061>";/
149
abday    "Aca";"Etl";"Tal";"Arb";"Kam";"Gum";"Sab"
157
         "<U0045><U0074><U006C>";/
158
         "<U0054><U0061><U006C>";/
159
         "<U0041><U0072><U0062>";/
160
         "<U004B><U0061><U006D>";/
161
         "<U0047><U0075><U006D>";/
162
         "<U0053><U0061><U0062>"
163
%
150
%
164
% Full weekday names (%A)
151
% Full weekday names (%A)
165
%
152
%
166
day      "<U0041><U0063><U0061><U0061><U0064><U0061>";/
153
day      "Acaada";/
167
         "<U0045><U0074><U006C><U0065><U0065><U006E><U0069>";/
154
         "Etleeni";/
168
         "<U0054><U0061><U006C><U0061><U0061><U0074><U0061>";/
155
         "Talaata";/
169
         "<U0041><U0072><U0062><U0061><U0071><U0061>";/
156
         "Arbaqa";/
170
         "<U004B><U0061><U006D><U0069><U0069><U0073><U0069>";/
157
         "Kamiisi";/
171
         "<U0047><U0075><U006D><U0071><U0061><U0074><U0061>";/
158
         "Gumqata";/
172
         "<U0053><U0061><U0062><U0074><U0069>"
159
         "Sabti"
173
%
160
%
174
% Abbreviated month names (%b)
161
% Abbreviated month names (%b)
175
%
162
%
176
abmon    "<U0051><U0075><U006E>";/
163
abmon    "Qun";/
177
         "<U004B><U0075><U0064>";/
164
         "Kud";/
178
         "<U0043><U0069><U0067>";/
165
         "Cig";/
179
         "<U0041><U0067><U0064>";/
166
         "Agd";/
180
         "<U0043><U0061><U0078>";/
167
         "Cax";/
181
         "<U0051><U0061><U0073>";/
168
         "Qas";/
182
         "<U0051><U0061><U0064>";/
169
         "Qad";/
183
         "<U004C><U0065><U0071>";/
170
         "Leq";/
184
         "<U0057><U0061><U0079>";/
171
         "Way";/
185
         "<U0044><U0069><U0074>";/
172
         "Dit";/
186
         "<U0058><U0069><U006D>";/
173
         "Xim";/
187
         "<U004B><U0061><U0078>"
174
         "Kax"
188
%
175
%
189
% Full month names (%B)
176
% Full month names (%B)
190
%
177
%
191
mon      "<U0051><U0075><U006E><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>";/
178
mon      "Qunxa Garablu";/
192
         "<U004B><U0075><U0064><U006F>";/
179
         "Kudo";/
193
         "<U0043><U0069><U0067><U0067><U0069><U006C><U0074><U0061><U0020><U004B><U0075><U0064><U006F>";/
180
         "Ciggilta Kudo";/
194
         "<U0041><U0067><U0064><U0061><U0020><U0042><U0061><U0078><U0069><U0073><U0073><U006F>";/
181
         "Agda Baxisso";/
195
         "<U0043><U0061><U0078><U0061><U0068><U0020><U0041><U006C><U0073><U0061>";/
182
         "Caxah Alsa";/
196
         "<U0051><U0061><U0073><U0061><U0020><U0044><U0069><U0072><U0072><U0069>";/
183
         "Qasa Dirri";/
197
         "<U0051><U0061><U0064><U006F><U0020><U0044><U0069><U0072><U0072><U0069>";/
184
         "Qado Dirri";/
198
         "<U004C><U0069><U0069><U0071><U0065><U006E>";/
185
         "Liiqen";/
199
         "<U0057><U0061><U0079><U0073><U0075>";/
186
         "Waysu";/
200
         "<U0044><U0069><U0074><U0065><U006C><U0069>";/
187
         "Diteli";/
201
         "<U0058><U0069><U006D><U006F><U006C><U0069>";/
188
         "Ximoli";/
202
         "<U004B><U0061><U0078><U0078><U0061><U0020><U0047><U0061><U0072><U0061><U0062><U006C><U0075>"
189
         "Kaxxa Garablu"
203
%
190
%
204
% Equivalent of AM PM
191
% Equivalent of AM PM
205
%
192
%
206
am_pm    "<U0073><U0061><U0061><U006B><U0075>";/
193
am_pm    "saaku";"carra"
207
         "<U0063><U0061><U0072><U0072><U0061>"
208
%
194
%
209
% Appropriate date representation (%x)
195
% Appropriate date representation (%x)
210
%	"%d/%m/%Y"
196
d_fmt   "%d/%m/%Y"
211
%
212
d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0059>"
213
%
197
%
214
% Appropriate time representation (%X)
198
% Appropriate time representation (%X)
215
%	"%l:%M:%S"
199
t_fmt "%l:%M:%S"
216
%
217
t_fmt "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
218
%
200
%
219
% Appropriate AM/PM time representation (%r)
201
% Appropriate AM/PM time representation (%r)
220
%	"%X %p"
202
t_fmt_ampm "%X %p"
221
%
222
t_fmt_ampm "<U0025><U0058><U0020><U0025><U0070>"
223
%
203
%
224
% Appropriate date and time representation (%c)
204
% Appropriate date and time representation (%c)
225
%	"%A, %B %e, %Y %r %Z
205
d_t_fmt    "%A, %B %e, %Y %r %Z"
226
%
227
d_t_fmt    "<U0025><U0041><U002C><U0020><U0025><U0042><U0020><U0025><U0065><U002C>/
228
<U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
229
%
206
%
230
% Appropriate date representation (date(1))
207
% Appropriate date representation (date(1))
231
%	"%A, %b %e, %r %Z %Y"
208
date_fmt    "%A, %B %e, %r %Z %Y"
232
%
233
date_fmt    "<U0025><U0041><U002C><U0020><U0025><U0042><U0020><U0025><U0065><U002C>/
234
<U0020><U0025><U0072><U0020><U0025><U005A><U0020><U0025><U0059>"
235
%
209
%
236
week 7;19971130;1
210
week 7;19971130;1
237
END LC_TIME
211
END LC_TIME

Return to bug 22387