mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 21:29:46 +08:00
49 lines
1.8 KiB
Java
49 lines
1.8 KiB
Java
|
// This file was automatically generated by localedef.
|
||
|
|
||
|
package gnu.java.locale;
|
||
|
|
||
|
import java.util.ListResourceBundle;
|
||
|
|
||
|
public class LocaleInformation_af_ZA extends ListResourceBundle
|
||
|
{
|
||
|
static final String decimalSeparator = ",";
|
||
|
static final String groupingSeparator = ".";
|
||
|
static final String numberFormat = "#,###,##0.###";
|
||
|
static final String percentFormat = "#,###,##0%";
|
||
|
static final String[] weekdays = { null, "Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag" };
|
||
|
|
||
|
static final String[] shortWeekdays = { null, "So", "Ma", "Di", "Wo", "Do", "Vr", "Sa" };
|
||
|
|
||
|
static final String[] shortMonths = { "Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des", null };
|
||
|
|
||
|
static final String[] months = { "Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember", null };
|
||
|
|
||
|
static final String[] ampms = { "VM", "NM" };
|
||
|
|
||
|
static final String shortDateFormat = "dd/MM/yy";
|
||
|
static final String defaultTimeFormat = "";
|
||
|
static final String currencySymbol = "R";
|
||
|
static final String intlCurrencySymbol = "ZAR";
|
||
|
static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";
|
||
|
|
||
|
private static final Object[][] contents =
|
||
|
{
|
||
|
{ "weekdays", weekdays },
|
||
|
{ "shortWeekdays", shortWeekdays },
|
||
|
{ "shortMonths", shortMonths },
|
||
|
{ "months", months },
|
||
|
{ "ampms", ampms },
|
||
|
{ "shortDateFormat", shortDateFormat },
|
||
|
{ "defaultTimeFormat", defaultTimeFormat },
|
||
|
{ "currencySymbol", currencySymbol },
|
||
|
{ "intlCurrencySymbol", intlCurrencySymbol },
|
||
|
{ "currencyFormat", currencyFormat },
|
||
|
{ "decimalSeparator", decimalSeparator },
|
||
|
{ "groupingSeparator", groupingSeparator },
|
||
|
{ "numberFormat", numberFormat },
|
||
|
{ "percentFormat", percentFormat },
|
||
|
};
|
||
|
|
||
|
public Object[][] getContents () { return contents; }
|
||
|
}
|