]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/gnu/java/locale/LocaleInformation_tr_TR.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / gnu / java / locale / LocaleInformation_tr_TR.java
diff --git a/libjava/gnu/java/locale/LocaleInformation_tr_TR.java b/libjava/gnu/java/locale/LocaleInformation_tr_TR.java
deleted file mode 100644 (file)
index 5676e51..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_tr_TR 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, "Pazar", "Pazartesi", "Sal\u0131", "\u00C7ar\u015Famba", "Per\u015Fembe", "Cuma", "Cumartesi" };
-
-  static final String[] shortWeekdays = { null, "Paz", "Pzt", "Sal", "\u00C7r\u015F", "Pr\u015F", "Cum", "Cts" };
-
-  static final String[] shortMonths = { "Oca", "\u015Eub", "Mar", "Nis", "May", "Haz", "Tem", "A\u011Fu", "Eyl", "Eki", "Kas", "Ara", null };
-
-  static final String[] months = { "Ocak", "\u015Eubat", "Mart", "Nisan", "May\u0131s", "Haziran", "Temmuz", "A\u011Fustos", "Eyl\u00FCl", "Ekim", "Kas\u0131m", "Aral\u0131k", null };
-
-  static final String[] ampms = { "\u00D6\u00D6", "\u00D6S" };
-
-  static final String shortDateFormat = "dd-MM-yyyy";
-  static final String defaultTimeFormat = "hh:m:s a";
-  static final String currencySymbol = "TL";
-  static final String intlCurrencySymbol = "TRL";
-  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; }
-}