Makefile.in: Rebuilt.
[platform/upstream/gcc.git] / libjava / gnu / java / locale / LocaleInformation_nl_BE.java
1 // This file was automatically generated by localedef.
2
3 package gnu.java.locale;
4
5 import java.util.ListResourceBundle;
6
7 public class LocaleInformation_nl_BE extends ListResourceBundle
8 {
9   static final String decimalSeparator = LocaleInformation_fr_BE.decimalSeparator;
10   static final String groupingSeparator = LocaleInformation_fr_BE.groupingSeparator;
11   static final String numberFormat = LocaleInformation_fr_BE.numberFormat;
12   static final String percentFormat = LocaleInformation_fr_BE.percentFormat;
13   static final String[] weekdays = { null, "zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag" };
14
15   static final String[] shortWeekdays = { null, "zo", "ma", "di", "wo", "do", "vr", "za" };
16
17   static final String[] shortMonths = { "jan", "feb", "mrt", "apr", "mei", "jun", "jul", "aug", "sep", "okt", "nov", "dec", null };
18
19   static final String[] months = { "januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december", null };
20
21   static final String[] ampms = { "", "" };
22
23   static final String shortDateFormat = "dd-MM-yy";
24   static final String defaultTimeFormat = "";
25   static final String currencySymbol = LocaleInformation_fr_BE.currencySymbol;
26   static final String intlCurrencySymbol = LocaleInformation_fr_BE.intlCurrencySymbol;
27   static final String currencyFormat = LocaleInformation_fr_BE.currencyFormat;
28
29   private static final Object[][] contents =
30   {
31     { "weekdays", weekdays },
32     { "shortWeekdays", shortWeekdays },
33     { "shortMonths", shortMonths },
34     { "months", months },
35     { "ampms", ampms },
36     { "shortDateFormat", shortDateFormat },
37     { "defaultTimeFormat", defaultTimeFormat },
38     { "currencySymbol", currencySymbol },
39     { "intlCurrencySymbol", intlCurrencySymbol },
40     { "currencyFormat", currencyFormat },
41     { "decimalSeparator", decimalSeparator },
42     { "groupingSeparator", groupingSeparator },
43     { "numberFormat", numberFormat },
44     { "percentFormat", percentFormat },
45   };
46
47   public Object[][] getContents () { return contents; }
48 }