aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/locale/LocaleInformation_cy_GB.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/java/locale/LocaleInformation_cy_GB.java')
-rw-r--r--libjava/gnu/java/locale/LocaleInformation_cy_GB.java48
1 files changed, 48 insertions, 0 deletions
diff --git a/libjava/gnu/java/locale/LocaleInformation_cy_GB.java b/libjava/gnu/java/locale/LocaleInformation_cy_GB.java
new file mode 100644
index 00000000000..9885265446d
--- /dev/null
+++ b/libjava/gnu/java/locale/LocaleInformation_cy_GB.java
@@ -0,0 +1,48 @@
+// 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; }
+}