X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=libjava%2Fgnu%2Fjava%2Flocale%2FLocaleInformation_cy_GB.java;fp=libjava%2Fgnu%2Fjava%2Flocale%2FLocaleInformation_cy_GB.java;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=9885265446de48238f65a83dd8899d5f30f7a397;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/gnu/java/locale/LocaleInformation_cy_GB.java b/libjava/gnu/java/locale/LocaleInformation_cy_GB.java deleted file mode 100644 index 98852654..00000000 --- a/libjava/gnu/java/locale/LocaleInformation_cy_GB.java +++ /dev/null @@ -1,48 +0,0 @@ -// This file was automatically generated by localedef. - -package gnu.java.locale; - -import java.util.ListResourceBundle; - -public class LocaleInformation_cy_GB extends ListResourceBundle -{ - static final String decimalSeparator = LocaleInformation_en_GB.decimalSeparator; - static final String groupingSeparator = LocaleInformation_en_GB.groupingSeparator; - static final String numberFormat = LocaleInformation_en_GB.numberFormat; - static final String percentFormat = LocaleInformation_en_GB.percentFormat; - static final String[] weekdays = { null, "Sul", "Llun", "Mawrth", "Mercher", "Iau", "Gwener", "Sadwrn" }; - - static final String[] shortWeekdays = { null, "Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad" }; - - static final String[] shortMonths = { "Ion", "Chw", "Maw", "Ebr", "Mai", "Meh", "Gor", "Aws", "Med", "Hyd", "Tach", "Rha", null }; - - static final String[] months = { "Ionawr", "Chwefror", "Mawrth", "Ebrill", "Mai", "Mehefin", "Gorffennaf", "Awst", "Medi", "Hydref", "Tachwedd", "Rhagfyr", null }; - - static final String[] ampms = { "", "" }; - - static final String shortDateFormat = "dd.MM.yy"; - static final String defaultTimeFormat = ""; - static final String currencySymbol = LocaleInformation_en_GB.currencySymbol; - static final String intlCurrencySymbol = LocaleInformation_en_GB.intlCurrencySymbol; - static final String currencyFormat = LocaleInformation_en_GB.currencyFormat; - - 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; } -}