]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/gnu/java/locale/LocaleInformation_uz_UZ.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / gnu / java / locale / LocaleInformation_uz_UZ.java
diff --git a/libjava/gnu/java/locale/LocaleInformation_uz_UZ.java b/libjava/gnu/java/locale/LocaleInformation_uz_UZ.java
deleted file mode 100644 (file)
index 2024d87..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-// This file was automatically generated by localedef.
-
-package gnu.java.locale;
-
-import java.util.ListResourceBundle;
-
-public class LocaleInformation_uz_UZ 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, "yakshanba", "dushanba", "seshanba", "chorshanba", "payshanba", "juma", "shanba" };
-
-  static final String[] shortWeekdays = { null, "Yak", "Du", "Se", "Cho", "Pay", "Ju", "Sha" };
-
-  static final String[] shortMonths = { "Yav", "Fev", "Mar", "Apr", "May", "Iyn", "Iyl", "Avg", "Sen", "Okt", "Noy", "Dek", null };
-
-  static final String[] months = { "yanvar", "fevral", "mart", "aprel", "may", "iyun", "iyul", "avgust", "senyabr", "oktyabr", "noyabr", "dekabr", null };
-
-  static final String[] ampms = { "", "" };
-
-  static final String shortDateFormat = "dd/MM/yy";
-  static final String defaultTimeFormat = "";
-  static final String currencySymbol = "so'm";
-  static final String intlCurrencySymbol = "UZS";
-  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; }
-}