FSF GCC merge 02/23/03
[official-gcc.git] / libjava / gnu / java / locale / LocaleInformation_uz_UZ.java
blob2024d87a3c8d07c317f2becd7cbae75f09a38800
1 // This file was automatically generated by localedef.
3 package gnu.java.locale;
5 import java.util.ListResourceBundle;
7 public class LocaleInformation_uz_UZ extends ListResourceBundle
9 static final String decimalSeparator = ".";
10 static final String groupingSeparator = ",";
11 static final String numberFormat = "#,###,##0.###";
12 static final String percentFormat = "#,###,##0%";
13 static final String[] weekdays = { null, "yakshanba", "dushanba", "seshanba", "chorshanba", "payshanba", "juma", "shanba" };
15 static final String[] shortWeekdays = { null, "Yak", "Du", "Se", "Cho", "Pay", "Ju", "Sha" };
17 static final String[] shortMonths = { "Yav", "Fev", "Mar", "Apr", "May", "Iyn", "Iyl", "Avg", "Sen", "Okt", "Noy", "Dek", null };
19 static final String[] months = { "yanvar", "fevral", "mart", "aprel", "may", "iyun", "iyul", "avgust", "senyabr", "oktyabr", "noyabr", "dekabr", null };
21 static final String[] ampms = { "", "" };
23 static final String shortDateFormat = "dd/MM/yy";
24 static final String defaultTimeFormat = "";
25 static final String currencySymbol = "so'm";
26 static final String intlCurrencySymbol = "UZS";
27 static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";
29 private static final Object[][] contents =
31 { "weekdays", weekdays },
32 { "shortWeekdays", shortWeekdays },
33 { "shortMonths", shortMonths },
34 { "months", months },
35 { "ampms", ampms },
36 { "shortDateFormat", shortDateFormat },
37 { "defaultTimeFormat", defaultTimeFormat },
38 { "currencySymbol", currencySymbol },
39 { "intlCurrencySymbol", intlCurrencySymbol },
40 { "currencyFormat", currencyFormat },
41 { "decimalSeparator", decimalSeparator },
42 { "groupingSeparator", groupingSeparator },
43 { "numberFormat", numberFormat },
44 { "percentFormat", percentFormat },
47 public Object[][] getContents () { return contents; }