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% Arabic language locale for Jordan.
12
13LC_IDENTIFICATION
14title      "Arabic language locale for Jordan"
15source     "IBM Globalization Center of Competency, Yamato Software Laboratory"
16address    "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
17contact    ""
18email      "bug-glibc-locales@gnu.org"
19tel        ""
20fax        ""
21language   "Arabic"
22territory  "Jordan"
23revision   "1.0"
24date       "2000-07-20"
25
26category "i18n:2012";LC_IDENTIFICATION
27category "i18n:2012";LC_CTYPE
28category "i18n:2012";LC_COLLATE
29category "i18n:2012";LC_TIME
30category "i18n:2012";LC_NUMERIC
31category "i18n:2012";LC_MONETARY
32category "i18n:2012";LC_MESSAGES
33category "i18n:2012";LC_PAPER
34category "i18n:2012";LC_NAME
35category "i18n:2012";LC_ADDRESS
36category "i18n:2012";LC_TELEPHONE
37category "i18n:2012";LC_MEASUREMENT
38END LC_IDENTIFICATION
39
40
41LC_CTYPE
42copy "ar_EG"
43END LC_CTYPE
44
45LC_COLLATE
46
47% Copy the template from ISO/IEC 14651
48copy "iso14651_t1"
49
50END LC_COLLATE
51
52LC_MONETARY
53% This is the POSIX Locale definition the LC_MONETARY category.
54% These are generated based on XML base Locale definition file
55% for IBM Class for Unicode/Java
56%
57int_curr_symbol       "JOD "
58currency_symbol       "<U062F>.<U0623>."
59mon_decimal_point     "."
60mon_thousands_sep     ","
61mon_grouping          3
62positive_sign         ""
63negative_sign         "-"
64int_frac_digits       3
65frac_digits           3
66p_cs_precedes         1
67p_sep_by_space        1
68n_cs_precedes         1
69n_sep_by_space        1
70p_sign_posn           1
71n_sign_posn           2
72%
73END LC_MONETARY
74
75
76LC_NUMERIC
77% This is the POSIX Locale definition for the LC_NUMERIC category.
78%
79decimal_point          "."
80thousands_sep          ","
81grouping               3
82%
83END LC_NUMERIC
84
85
86LC_TIME
87% This is the POSIX Locale definition for the LC_TIME category.
88% These are generated based on XML base Locale definition file
89% for IBM Class for Unicode/Java
90%
91% Abbreviated weekday names (%a)
92abday       "<U062D>"; /
93            "<U0646>"; /
94            "<U062B>"; /
95            "<U0631>"; /
96            "<U062E>"; /
97            "<U062C>"; /
98            "<U0633>"
99%
100% Full weekday names (%A)
101day         "<U0627><U0644><U0623><U062D><U062F>";/
102            "<U0627><U0644><U0627><U062B><U0646><U064A><U0646>";/
103            "<U0627><U0644><U062B><U0644><U0627><U062B><U0627><U0621>";/
104            "<U0627><U0644><U0623><U0631><U0628><U0639><U0627><U0621>";/
105            "<U0627><U0644><U062E><U0645><U064A><U0633>";/
106            "<U0627><U0644><U062C><U0645><U0639><U0629>";/
107            "<U0627><U0644><U0633><U0628><U062A>"
108%
109% Abbreviated month names (%b)
110abmon       "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
111<U062B><U0627><U0646><U064A>";/
112            "<U0634><U0628><U0627><U0637>";/
113            "<U0622><U0630><U0627><U0631>";/
114            "<U0646><U064A><U0633><U0627><U0646>";/
115            "<U0623><U064A><U0627><U0631>";/
116            "<U062D><U0632><U064A><U0631><U0627><U0646>";/
117            "<U062A><U0645><U0648><U0632>";/
118            "<U0622><U0628>";/
119            "<U0623><U064A><U0644><U0648><U0644>";/
120            "<U062A><U0634><U0631><U064A><U0646> <U0627><U0644>/
121<U0623><U0648><U0644>";/
122            "<U062A><U0634><U0631><U064A><U0646> <U0627><U0644>/
123<U062B><U0627><U0646><U064A>";/
124            "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
125<U0623><U0648><U0644>"
126%
127% Full month names (%B)
128mon         "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
129<U062B><U0627><U0646><U064A>";/
130            "<U0634><U0628><U0627><U0637>";/
131            "<U0622><U0630><U0627><U0631>";/
132            "<U0646><U064A><U0633><U0627><U0646>";/
133            "<U0623><U064A><U0627><U0631>";/
134            "<U062D><U0632><U064A><U0631><U0627><U0646>";/
135            "<U062A><U0645><U0648><U0632>";/
136            "<U0622><U0628>";/
137            "<U0623><U064A><U0644><U0648><U0644>";/
138            "<U062A><U0634><U0631><U064A><U0646> <U0627><U0644>/
139<U0623><U0648><U0644>";/
140            "<U062A><U0634><U0631><U064A><U0646> <U0627><U0644>/
141<U062B><U0627><U0646><U064A>";/
142            "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
143<U0623><U0648><U0644>"
144%
145% Equivalent of AM PM
146am_pm       "<U0635>";"<U0645>"
147%
148% Appropriate date and time representation
149d_t_fmt     "%d %b, %Y %I:%M:%S %p"
150%
151% Appropriate date and time representation for date(1)
152date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
153%
154% Appropriate date representation
155d_fmt       "%d %b, %Y"
156%
157% Appropriate time representation
158t_fmt       "%Z %I:%M:%S %p"
159%
160% Appropriate 12 h time representation (%r)
161t_fmt_ampm  "%Z %I:%M:%S %p"
162week 7;19971130;1
163first_weekday 7
164first_workday 1
165END LC_TIME
166
167
168LC_MESSAGES
169copy "ar_EG"
170END LC_MESSAGES
171
172
173LC_PAPER
174copy "i18n"
175END LC_PAPER
176
177
178LC_NAME
179% This is the ISO_IEC TR14652 Locale definition for the
180% LC_NAME category.
181%
182name_fmt    "%p%t%f%t%g"
183name_gen    "-san"
184name_mr     "Mr."
185name_mrs    "Mrs."
186name_miss   "Miss."
187name_ms     "Ms."
188
189END LC_NAME
190
191
192LC_ADDRESS
193% This is the ISO_IEC TR14652 Locale definition for the
194% LC_ADDRESS
195postal_fmt  "%z%c%T%s%b%e%r"
196country_name "<U0627><U0644><U0623><U0631><U062F><U0646>"
197country_ab2 "JO"
198country_ab3 "JOR"
199country_num 400
200country_car  "HKJ"
201lang_name    "<U0627><U0644><U0639><U0631><U0628><U064A><U0629>"
202lang_ab      "ar"
203lang_term    "ara"
204lang_lib    "ara"
205END LC_ADDRESS
206
207
208LC_TELEPHONE
209% This is the ISO_IEC TR14652 Locale definition for the
210%
211tel_int_fmt "+%c ;%a ;%l"
212int_prefix  "962"
213int_select  "00"
214END LC_TELEPHONE
215
216
217LC_MEASUREMENT
218copy "i18n"
219END LC_MEASUREMENT
220