Use libc_hidden_* for fputs (bug 15105).
[glibc.git] / localedata / locales / ve_ZA
blob6b80455c98de7fccd58b1f84adf7311a6d71693e
1 comment_char %
2 escape_char /
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.
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-10-29):
19 %      2004-10-29 Dwayne Bailey <dwayne@translate.org.za>
20 %        - Converted to <UNNNN> syntax for everything
21 %        - Correct yes/noexpr
22 %        - Corrected some days of the week
23 %      2004-10-28 Dwayne Bailey <dwayne@translate.org.za>
24 %        - Updated all contact information
25 %        - Added Translate.org.za to "source" for clarity
26 %      2004-03-30 Dwayne Bailey <dwayne@translate.org.za>
27 %        - Added country_ab2/3, country_num
28 %      2004-02-27 Dwayne Bailey <dwayne@translate.org.za>
29 %            - Correct capatilisation of lang_name
30 % 0.1 (2004-02-24):
31 %          2004-02-24 Dwayne Bailey <dwayne@translate.org.za>
32 %            - Initial Venda locale for South Africa
33 %          by Zuza Software Foundation
35 LC_IDENTIFICATION
36 title      "Venda locale for South Africa"
37 source     "Zuza Software Foundation (Translate.org.za)"
38 address    "PO Box 28364, Sunnyside, 0132, South Africa"
39 contact    "Dwayne Bailey"
40 email      "dwayne@translate.org.za"
41 tel        ""
42 fax        ""
43 language   "Venda"
44 territory  "South Africa"
45 revision   "0.3"
46 date       "2005-10-13"
48 category "i18n:2012";LC_IDENTIFICATION
49 category "i18n:2012";LC_CTYPE
50 category "i18n:2012";LC_COLLATE
51 category "i18n:2012";LC_TIME
52 category "i18n:2012";LC_NUMERIC
53 category "i18n:2012";LC_MONETARY
54 category "i18n:2012";LC_MESSAGES
55 category "i18n:2012";LC_PAPER
56 category "i18n:2012";LC_NAME
57 category "i18n:2012";LC_ADDRESS
58 category "i18n:2012";LC_TELEPHONE
59 category "i18n:2012";LC_MEASUREMENT
60 END LC_IDENTIFICATION
62 LC_CTYPE
63 % Use the characters described in the charmap file "i18n.tgz"
64 copy "i18n"
66 translit_start
67 include  "translit_combining";""
68 translit_end
69 END LC_CTYPE
71 LC_COLLATE
72 % Copy the template from ISO/IEC 14651 i.e.
73 % use the rules there when making ordered lists of words.
74 copy "iso14651_t1"
75 END LC_COLLATE
77 LC_MONETARY
78 copy "en_ZA"
79 END LC_MONETARY
81 LC_NUMERIC
82 copy "en_ZA"
83 END LC_NUMERIC
85 LC_TIME
87 % abday - The abbreviations for the week days:
88 % - Swo, Mus, Vhi, Rar, L^a, T^an, Mug
89 abday       "Swo";/
90             "Mus";/
91             "Vhi";/
92             "Rar";/
93             "<U1E4B>a";/
94             "<U1E70>an";/
95             "Mug"
97 % day - The full names of the week days:
98 % - Swondaha, Musumbuluwo, L^avhuvhili, L^avhuraru, L^avhun^a, L^avhut^anu, Mugivhela
99 day         "Swondaha";/
100             "Musumbuluwo";/
101             "<U1E3C>avhuvhili";/
102             "<U1E3C>avhuraru";/
103             "<U1E3C>avhu<U1E4B>a";/
104             "<U1E3C>avhu<U1E71>anu";/
105             "Mugivhela"
107 % abmon - The abbreviations for the months
108 % - Pha, Luh, Fam, Lam, Shu, Lwi, Lwa, Ngu, Khu, Tsh, L^ar, Nye
109 abmon       "Pha";"Luh";/
110             "Fam";"Lam";/
111             "Shu";"Lwi";/
112             "Lwa";"Ngu";/
113             "Khu";"Tsh";/
114             "<U1E3C>ar";"Nye"
116 % mon - The full names of the months -
117 % - Phando, Luhuhi, T^hafamuhwe, Lambamai, Shundunthule, Fulwi
118 %   Fulwana, T^hangule, Khubvumedzi, Tshimedzi, L^ara, Nyendavhusiku
119 mon         "Phando";/
120             "Luhuhi";/
121             "<U1E70>hafamuhwe";/
122             "Lambamai";/
123             "Shundunthule";/
124             "Fulwi";/
125             "Fulwana";/
126             "<U1E70>hangule";/
127             "Khubvumedzi";/
128             "Tshimedzi";/
129             "<U1E3C>ara";/
130             "Nyendavhusiku"
132 % Abreviated date and time representation to be referenced by the "%c" field descriptor -
133 d_t_fmt     "%a %d %b %Y %T %Z"
135 % "%a" (short weekday name),
136 % "%d" (day of month as a decimal number),
137 % "%b" (short month name),
138 % "%Y" (year with century as a decimal number),
139 % "%T" (24-hour clock time in format HH:MM:SS),
140 % "%Z" (Time zone name)
142 % Date representation to be referenced by the "%x" field descriptor -
143 d_fmt   "%d//%m//%Y"
144 % "%d/%m/%Y", day/month/year as decimal numbers (01/01/2000).
146 % Time representation to be referenced by the "%X" field descriptor -
147 t_fmt       "%T"
148 % "%T" (24-hour clock time in format HH:MM:SS)
150 % Define representation of ante meridiem and post meridiem strings -
151 am_pm       "";""
152 % The "" mean 'default to "AM" and "PM".
154 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
155 t_fmt_ampm  ""
156 % The "" means that this format is not supported.
157 week 7;19971130;1
158 END LC_TIME
160 LC_MESSAGES
161 yesexpr "^[+1yYeE]"
162 noexpr  "^[-0nNhH]"
163 END LC_MESSAGES
165 LC_PAPER
166 copy "en_ZA"
167 END LC_PAPER
169 LC_TELEPHONE
170 copy "en_ZA"
171 END LC_TELEPHONE
173 LC_MEASUREMENT
174 copy "en_ZA"
175 END LC_MEASUREMENT
177 LC_NAME
178 % Format for addressing a person.
179 name_fmt    "%d%t%g%t%m%t%f"
180 % "Salutation",
181 % "Empty string, or <Space>",
182 % "First given name",
183 % "Empty string, or <Space>",
184 % "Middle names",
185 % "Empty string, or <Space>",
186 % "Clan names"
188 % FIXME - define all the following name_*
189 % General salutation for any sex
190 % name_gen    ""
192 % Salutation for unmarried females - ""
193 % name_miss   ""
195 % Salutation for males - ""
196 % name_mr     ""
198 % Salutation for married females - ""
199 % name_mrs    ""
201 % Salutation valid for all females - "" (no term)
202 % name_ms     ""
204 END LC_NAME
206 LC_ADDRESS
207 % Country name in Venda
208 country_name "Afurika Tshipembe"
210 % Abbreviated country postal name
211 country_post "ZA"
213 % UN Geneve 1949:68 Distinguishing signs of vehicles in international traffic
214 % http://www.unece.org/trans/conventn/disting-signs-5-2001.pdf
215 country_car   "ZA"
217 % FIXME define the following correctly
218 % country_isbn ""
220 % Language name in Venda - "Tshivend^a"
221 lang_name "Tshiven<U1E13>a"
223 % ISO 639 two and three letter language names
224 % see http://www.loc.gov/standards/iso639-2/englangn.html
225 lang_ab         "ve"
226 lang_term       "ven"
227 lang_lib        "ven"
229 % Representation of postal addresses (minus the addressee's name) in South
230 % Africa. (Ignored for now)
231 postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
232 % "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N", which gives -
233 % "firm name",
234 % "end of line",
235 % "C/O address",
236 % "end of line",
237 % "department name",
238 % "Building name",
239 % "end of line",
240 % "street or block name",
241 % "space",
242 % "house number or designation",
243 % "space",
244 % "floor number",
245 % "space",
246 % "room number, door designation",
247 % "end of line",
248 % "postal code",
249 % "space",
250 % "town, city",
251 % "end of line",
252 % "country designation for the <country_post> keyword",
253 % "end of line
256 % ISO 3166 country number and 2 and 3 letter abreviations
257 % http://www.unicode.org/onlinedat/countries.html
258 country_num   710
259 country_ab2   "ZA"
260 country_ab3   "ZAF"
262 END LC_ADDRESS