]> git.ipfire.org Git - thirdparty/glibc.git/blob - localedata/locales/ss_ZA
Sync "language", "lang_name", "territory", "country_name" with CLDR/langtable
[thirdparty/glibc.git] / localedata / locales / ss_ZA
1 comment_char %
2 escape_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 % ChangeLog
12 % 0.3 (2005-10-13):
13 % 2005-10-12 Dwayne Bailey <dwayne@translate.org.za>
14 % - Added 'Charset: UTF-8' information
15 % - Update contact information
16 % - Allign spellings of month and weekday names with Dept. of
17 % Art and Culture's: Multilingual Mathematics Dictionary
18 % 0.2 (2004-11-09):
19 % 2004-11-09 Dwayne Bailey <dwayne@translate.org.za>
20 % - Short month names comment corrected to match values in abmon
21 % - Correct yesexpr regex
22 % - <UNNNN> escaped all entries
23 % 2004-11-08 Dwayne Bailey <dwayne@translate.org.za>
24 % - Changed all contact details
25 % - Change %d to %-e for d_t_fmt and date_fmt
26 % - Remove .* from yes/noexpr
27 % - <UNNNN> escaped some entries
28 % 2004-03-30 Dwayne Bailey <dwayne@translate.org.za>
29 % - Added country_ab2/3, country_num
30 % 2004-02-27 Dwayne Bailey <dwayne@translate.org.za>
31 % - Correct capatilisation of lang_name
32 % 0.1 (2004-02-24):
33 % - Initial Swati locale for South Africa
34 % by Zuza Software Foundation
35
36 LC_IDENTIFICATION
37 title "Swati locale for South Africa"
38 source "Zuza Software Foundation (Translate.org.za)"
39 address "PO Box 28364, Sunnyside, 0132, South Africa"
40 contact "Dwayne Bailey"
41 email "dwayne@translate.org.za"
42 tel ""
43 fax ""
44 language "Swati"
45 territory "South Africa"
46 revision "0.3"
47 date "2005-10-13"
48
49 category "i18n:2012";LC_IDENTIFICATION
50 category "i18n:2012";LC_CTYPE
51 category "i18n:2012";LC_COLLATE
52 category "i18n:2012";LC_TIME
53 category "i18n:2012";LC_NUMERIC
54 category "i18n:2012";LC_MONETARY
55 category "i18n:2012";LC_MESSAGES
56 category "i18n:2012";LC_PAPER
57 category "i18n:2012";LC_NAME
58 category "i18n:2012";LC_ADDRESS
59 category "i18n:2012";LC_TELEPHONE
60 category "i18n:2012";LC_MEASUREMENT
61 END LC_IDENTIFICATION
62
63 LC_CTYPE
64 % Use the characters described in the charmap file "i18n.tgz"
65 copy "i18n"
66
67 translit_start
68 include "translit_combining";""
69 translit_end
70 END LC_CTYPE
71
72 LC_COLLATE
73 % Copy the template from ISO/IEC 14651 i.e.
74 % use the rules there when making ordered lists of words.
75 copy "iso14651_t1"
76 END LC_COLLATE
77
78 LC_MONETARY
79 copy "en_ZA"
80 END LC_MONETARY
81
82 LC_NUMERIC
83 copy "en_ZA"
84 END LC_NUMERIC
85
86 LC_TIME
87
88 % abday - The abbreviations for the week days:
89 abday "Son";/
90 "Mso";/
91 "Bil";/
92 "Tsa";/
93 "Ne";/
94 "Hla";/
95 "Mgc"
96
97 % day - The full names of the week days:
98 day "Lisontfo";/
99 "uMsombuluko";/
100 "Lesibili";/
101 "Lesitsatfu";/
102 "Lesine";/
103 "Lesihlanu";/
104 "uMgcibelo"
105
106 % abmon - The abbreviations for the months
107 abmon "Bhi";"Van";/
108 "Vul";"Mab";/
109 "Khk";"Nhl";/
110 "Kho";"Ngc";/
111 "Nyo";"Imp";/
112 "Lwe";"Ngo"
113
114 % mon - The full names of the months
115 mon "Bhimbidvwane";/
116 "iNdlovane";/
117 "iNdlovulenkhulu";/
118 "Mabasa";/
119 "Inkhwenkhweti";/
120 "iNhlaba";/
121 "Kholwane";/
122 "iNgci";/
123 "iNyoni";/
124 "Impala";/
125 "Lweti";/
126 "iNgongoni"
127
128 % Abreviated date and time representation to be referenced by the "%c" field descriptor -
129 d_t_fmt "%a %-e %b %Y %T %Z"
130 %
131 % "%a" (short weekday name),
132 % "%-e" (day of month as a decimal number),
133 % "%b" (short month name),
134 % "%Y" (year with century as a decimal number),
135 % "%T" (24-hour clock time in format HH:MM:SS),
136 % "%Z" (Time zone name)
137
138 % Date representation to be referenced by the "%x" field descriptor -
139 d_fmt "%d//%m//%Y"
140 % "%d/%m/%Y", day/month/year as decimal numbers (01/01/2000).
141
142 % Time representation to be referenced by the "%X" field descriptor -
143 t_fmt "%T"
144 % "%T" (24-hour clock time in format HH:MM:SS)
145
146 % Define representation of ante meridiem and post meridiem strings -
147 am_pm "";""
148 % The "" mean 'default to "AM" and "PM".
149
150 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
151 t_fmt_ampm ""
152 % The "" means that this format is not supported.
153
154 % Date representation not described in ISO/IEC 14652. Comes out as -
155 % "%a %b %-e %H:%M:%S %Z %Y" which is default "date" command output
156 date_fmt "%a %b %-e %H:%M:%S %Z %Y"
157 %
158 % %a - abbreviated weekday name,
159 % %b - abreviated month name,
160 % %-e - day of month as a decimal number without leading space (1 to 31),
161 % %H - hour (24-hour clock) as a decimal number (00 to 23),
162 % %M - minute as a decimal number (00 to 59),
163 % %S - seconds as a decimal number (00 to 59),
164 % %Z - time-zone name,
165 % %Y - year with century as a decimal number,e.g. 2001.
166
167 week 7;19971130;1
168 END LC_TIME
169
170 LC_MESSAGES
171 yesexpr "^[+1yY]"
172 noexpr "^[-0nNaA]"
173 END LC_MESSAGES
174
175 LC_PAPER
176 copy "en_ZA"
177 END LC_PAPER
178
179 LC_TELEPHONE
180 copy "en_ZA"
181 END LC_TELEPHONE
182
183 LC_MEASUREMENT
184 copy "en_ZA"
185 END LC_MEASUREMENT
186
187 LC_NAME
188 % Format for addressing a person.
189 name_fmt "%d%t%g%t%m%t%f"
190 % "Salutation",
191 % "Empty string, or <Space>",
192 % "First given name",
193 % "Empty string, or <Space>",
194 % "Middle names",
195 % "Empty string, or <Space>",
196 % "Clan names"
197
198 % FIXME - define all the following name_*
199 % General salutation for any sex
200 % name_gen ""
201
202 % Salutation for unmarried females - ""
203 % name_miss ""
204
205 % Salutation for males - ""
206 % name_mr ""
207
208 % Salutation for married females - ""
209 % name_mrs ""
210
211 % Salutation valid for all females - "" (no term)
212 % name_ms ""
213
214 END LC_NAME
215
216 LC_ADDRESS
217 % Country name in Swati
218 country_name "iNingizimu Afrika"
219
220 % Abbreviated country postal name
221 country_post "ZA"
222
223 % UN Geneve 1949:68 Distinguishing signs of vehicles in international traffic
224 % http://www.unece.org/trans/conventn/disting-signs-5-2001.pdf
225 country_car "ZA"
226
227 % FIXME define the following correctly
228 % country_isbn ""
229
230 % Language name in Swati
231 lang_name "siSwati"
232
233 % ISO 639 two and three letter language names
234 % see http://www.loc.gov/standards/iso639-2/englangn.html
235 lang_ab "ss"
236 lang_term "ssw"
237 lang_lib "ssw"
238
239 % Representation of postal addresses (minus the addressee's name) in South
240 % Africa. (Ignored for now)
241 postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
242 % "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N", which gives -
243 % "firm name",
244 % "end of line",
245 % "C/O address",
246 % "end of line",
247 % "department name",
248 % "Building name",
249 % "end of line",
250 % "street or block name",
251 % "space",
252 % "house number or designation",
253 % "space",
254 % "floor number",
255 % "space",
256 % "room number, door designation",
257 % "end of line",
258 % "postal code",
259 % "space",
260 % "town, city",
261 % "end of line",
262 % "country designation for the <country_post> keyword",
263 % "end of line
264 %
265
266 % ISO 3166 country number and 2 and 3 letter abreviations
267 % http://www.unicode.org/onlinedat/countries.html
268 country_num 710
269 country_ab2 "ZA"
270 country_ab3 "ZAF"
271
272 END LC_ADDRESS