/[classpath]/classpath/gnu/java/locale/LocaleInformation_oc_FR.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_oc_FR.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Fri Dec 17 11:01:32 2004 UTC revision 1.4 by mkoch, Fri Dec 17 21:54:49 2004 UTC
# Line 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_oc_FR extends ListResourceBundle  public class LocaleInformation_oc_FR extends ListResourceBundle
46  {  {
   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;  
47    static final String[] weekdays = { null, "dimenge", "diluns", "dimars", "dimecres", "dij\u00F3us", "divendres", "disabte" };    static final String[] weekdays = { null, "dimenge", "diluns", "dimars", "dimecres", "dij\u00F3us", "divendres", "disabte" };
   
48    static final String[] shortWeekdays = { null, "dim", "lun", "mar", "mec", "j\u00F3u", "ven", "sab" };    static final String[] shortWeekdays = { null, "dim", "lun", "mar", "mec", "j\u00F3u", "ven", "sab" };
   
49    static final String[] shortMonths = { "gen", "feb", "mar", "abr", "mai", "jun", "jul", "ag\u00F3", "set", "oct", "nov", "dec", null };    static final String[] shortMonths = { "gen", "feb", "mar", "abr", "mai", "jun", "jul", "ag\u00F3", "set", "oct", "nov", "dec", null };
   
50    static final String[] months = { "geni\u00E8r", "febri\u00E8r", "mar\u00E7", "abrial", "mai", "junh", "julhet", "ag\u00F3st", "setembre", "octobre", "novembre", "decembre", null };    static final String[] months = { "geni\u00E8r", "febri\u00E8r", "mar\u00E7", "abrial", "mai", "junh", "julhet", "ag\u00F3st", "setembre", "octobre", "novembre", "decembre", null };
   
51    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
52      static final String currencySymbol = "F";
53    static final String shortDateFormat = "dd.MM.yyyy";    static final String intlCurrencySymbol = "FRF";
   static final String currencySymbol = LocaleInformation_fr_FR.currencySymbol;  
   static final String intlCurrencySymbol = LocaleInformation_fr_FR.intlCurrencySymbol;  
   static final String currencyFormat = LocaleInformation_fr_FR.currencyFormat;  
54    
55    private static final Object[][] contents =    private static final Object[][] contents =
56    {    {
# Line 70  public class LocaleInformation_oc_FR ext Line 59  public class LocaleInformation_oc_FR ext
59      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
60      { "months", months },      { "months", months },
61      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
62      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
63      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
64    };    };
65    
66    public Object[][] getContents () { return contents; }    public Object[][] getContents () { return contents; }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26