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

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

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

revision 1.2 by egagnon, Sun Aug 11 21:19:01 2002 UTC revision 1.2.2.1 by gnu_andrew, Sun Jan 16 15:15:05 2005 UTC
# Line 1  Line 1 
1  /* LocaleInformation_nl_BE.java  /* LocaleInformation_nl_BE.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 36  obligated to do so.  If you do not wish Line 36  obligated to do so.  If you do not wish
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  // This file was automatically generated by localedef.  // This file was automatically generated by gnu.localegen from LDML
40    
41  package gnu.java.locale;  package gnu.java.locale;
42    
43    import java.util.Enumeration;
44    import java.util.Hashtable;
45    import java.util.StringTokenizer;
46  import java.util.ListResourceBundle;  import java.util.ListResourceBundle;
47    
48  public class LocaleInformation_nl_BE extends ListResourceBundle  public class LocaleInformation_nl_BE extends ListResourceBundle
49  {  {
   static final String decimalSeparator = LocaleInformation_fr_BE.decimalSeparator;  
   static final String groupingSeparator = LocaleInformation_fr_BE.groupingSeparator;  
   static final String numberFormat = LocaleInformation_fr_BE.numberFormat;  
   static final String percentFormat = LocaleInformation_fr_BE.percentFormat;  
   static final String[] weekdays = { null, "zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag" };  
   
   static final String[] shortWeekdays = { null, "zo", "ma", "di", "wo", "do", "vr", "za" };  
   
   static final String[] shortMonths = { "jan", "feb", "mrt", "apr", "mei", "jun", "jul", "aug", "sep", "okt", "nov", "dec", null };  
   
   static final String[] months = { "januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december", null };  
   
   static final String[] ampms = { "", "" };  
   
   static final String shortDateFormat = "dd-MM-yy";  
   static final String defaultTimeFormat = "";  
   static final String currencySymbol = LocaleInformation_fr_BE.currencySymbol;  
   static final String intlCurrencySymbol = LocaleInformation_fr_BE.intlCurrencySymbol;  
   static final String currencyFormat = LocaleInformation_fr_BE.currencyFormat;  
   
50    private static final Object[][] contents =    private static final Object[][] contents =
51    {    {
52      { "weekdays", weekdays },      { "currencyFormat", "#,##0.00 \u00a4;-#,##0.00 \u00a4" },
53      { "shortWeekdays", shortWeekdays },      { "shortDateFormat", "d/MM/yy" },
54      { "shortMonths", shortMonths },      { "mediumDateFormat", "d-MMM-yy" },
55      { "months", months },      { "shortTimeFormat", "HH:mm" },
56      { "ampms", ampms },      { "mediumTimeFormat", "HH:mm:ss" },
57      { "shortDateFormat", shortDateFormat },      { "longTimeFormat", "HH:mm:ss z" },
58      { "defaultTimeFormat", defaultTimeFormat },      { "fullTimeFormat", "HH.mm' u. 'z" },
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
59    };    };
60    
61    public Object[][] getContents () { return contents; }    public Object[][] getContents() { return contents; }
62  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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