summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/java/locale/LocaleInformation_oc_FR.java
blob: 48dd7510ed1d96d2772cd7cac10a00136fc5bc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// This file was automatically generated by localedef.

package gnu.java.locale;

import java.util.ListResourceBundle;

public class LocaleInformation_oc_FR extends ListResourceBundle
{
  static final String decimalSeparator = LocaleInformation_fr_FR.decimalSeparator;
  static final String groupingSeparator = LocaleInformation_fr_FR.groupingSeparator;
  static final String numberFormat = LocaleInformation_fr_FR.numberFormat;
  static final String percentFormat = LocaleInformation_fr_FR.percentFormat;
  static final String[] weekdays = { null, "dimenge", "diluns", "dimars", "dimecres", "dij\u00F3us", "divendres", "disabte" };

  static final String[] shortWeekdays = { null, "dim", "lun", "mar", "mec", "j\u00F3u", "ven", "sab" };

  static final String[] shortMonths = { "gen", "feb", "mar", "abr", "mai", "jun", "jul", "ag\u00F3", "set", "oct", "nov", "dec", null };

  static final String[] months = { "geni\u00E8r", "febri\u00E8r", "mar\u00E7", "abrial", "mai", "junh", "julhet", "ag\u00F3st", "setembre", "octobre", "novembre", "decembre", null };

  static final String[] ampms = { "", "" };

  static final String shortDateFormat = "dd.MM.yyyy";
  static final String defaultTimeFormat = "";
  static final String currencySymbol = LocaleInformation_fr_FR.currencySymbol;
  static final String intlCurrencySymbol = LocaleInformation_fr_FR.intlCurrencySymbol;
  static final String currencyFormat = LocaleInformation_fr_FR.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; }
}
OpenPOWER on IntegriCloud