mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 22:35:37 +08:00
49 lines
2.0 KiB
Java
49 lines
2.0 KiB
Java
|
// 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; }
|
||
|
}
|