2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2001-05-10 20:20:10 +00:00
|
|
|
// *
|
2003-06-03 06:44:40 +00:00
|
|
|
// * Copyright (C) 1997-2003, International Business Machines
|
2001-05-10 20:20:10 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2001-05-10 20:20:10 +00:00
|
|
|
|
2002-01-30 06:16:26 +00:00
|
|
|
af {
|
2003-09-27 01:09:40 +00:00
|
|
|
Version { "4.0" }
|
|
|
|
|
2001-07-31 01:09:48 +00:00
|
|
|
AmPmMarkers {
|
2002-01-30 06:16:26 +00:00
|
|
|
"VM",
|
|
|
|
"NM",
|
2001-05-10 20:20:10 +00:00
|
|
|
}
|
2003-12-18 22:05:19 +00:00
|
|
|
Countries {
|
|
|
|
ZA { "Suid-Afrika" }
|
|
|
|
}
|
|
|
|
// Currency display names
|
|
|
|
Currencies {
|
|
|
|
ZAR { "R", "ZAR" }
|
|
|
|
}
|
2001-05-10 20:20:10 +00:00
|
|
|
DayAbbreviations {
|
2002-01-30 06:16:26 +00:00
|
|
|
"So",
|
|
|
|
"Ma",
|
|
|
|
"Di",
|
|
|
|
"Wo",
|
|
|
|
"Do",
|
|
|
|
"Vr",
|
|
|
|
"Sa",
|
2001-05-10 20:20:10 +00:00
|
|
|
}
|
|
|
|
DayNames {
|
2002-01-30 06:16:26 +00:00
|
|
|
"Sondag",
|
|
|
|
"Maandag",
|
|
|
|
"Dinsdag",
|
|
|
|
"Woensdag",
|
|
|
|
"Donderdag",
|
|
|
|
"Vrydag",
|
|
|
|
"Saterdag",
|
2001-05-10 20:20:10 +00:00
|
|
|
}
|
2003-12-18 22:05:19 +00:00
|
|
|
Languages {
|
|
|
|
af { "Afrikaanse" }
|
|
|
|
}
|
2001-05-10 20:20:10 +00:00
|
|
|
MonthAbbreviations {
|
2002-01-30 06:16:26 +00:00
|
|
|
"Jan",
|
|
|
|
"Feb",
|
|
|
|
"Mar",
|
|
|
|
"Apr",
|
|
|
|
"Mei",
|
|
|
|
"Jun",
|
|
|
|
"Jul",
|
|
|
|
"Aug",
|
|
|
|
"Sep",
|
|
|
|
"Okt",
|
|
|
|
"Nov",
|
|
|
|
"Des",
|
2001-05-10 20:20:10 +00:00
|
|
|
}
|
|
|
|
MonthNames {
|
2002-01-30 06:16:26 +00:00
|
|
|
"Januarie",
|
|
|
|
"Februarie",
|
|
|
|
"Maart",
|
|
|
|
"April",
|
|
|
|
"Mei",
|
|
|
|
"Junie",
|
|
|
|
"Julie",
|
|
|
|
"Augustus",
|
|
|
|
"September",
|
|
|
|
"Oktober",
|
|
|
|
"November",
|
|
|
|
"Desember",
|
2001-05-10 20:20:10 +00:00
|
|
|
}
|
2001-07-31 01:09:48 +00:00
|
|
|
|
2002-02-09 01:12:10 +00:00
|
|
|
// NumberElements {
|
|
|
|
// ".",
|
|
|
|
// ",",
|
|
|
|
// ";",
|
|
|
|
// "%",
|
|
|
|
// "0",
|
|
|
|
// "#",
|
|
|
|
// "-",
|
|
|
|
// "E",
|
|
|
|
// "\u2030",
|
|
|
|
// "\u221e",
|
|
|
|
// "\ufffd",
|
|
|
|
// }
|
2003-12-18 22:05:19 +00:00
|
|
|
ExemplarCharacters { "[a-z\u00e1\u00e9\u00e8\u00e2\u00ea\u00ee\u00f4\u00fb\u00eb\u00ef\u00f6\u0149]" }
|
2003-09-30 03:03:22 +00:00
|
|
|
LocaleScript{
|
2003-12-18 22:05:19 +00:00
|
|
|
"Latn", // ISO 15924 Name
|
2003-09-30 03:03:22 +00:00
|
|
|
}
|
2001-07-31 01:09:48 +00:00
|
|
|
|
2002-01-30 06:16:26 +00:00
|
|
|
// /**************** Info Below is needed ****************/
|
2003-11-11 21:33:49 +00:00
|
|
|
// collations{}
|
2002-01-30 06:16:26 +00:00
|
|
|
// Countries{}
|
|
|
|
// Eras{}
|
|
|
|
// Languages{}
|
|
|
|
// localPatternChars{}
|
|
|
|
//
|
2003-04-11 19:34:13 +00:00
|
|
|
|
2001-05-10 20:20:10 +00:00
|
|
|
}
|