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

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

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

revision 1.8 by robilad, Sun Jul 25 17:04:17 2004 UTC revision 1.9 by mkoch, Wed Dec 1 19:28:19 2004 UTC
# Line 1  Line 1 
1  /* LocaleInformation_nl.java -- Dutch locale data  /* LocaleInformation_nl.java --
2     Copyright (C) 1999, 2001 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 7  GNU Classpath is free software; you can Line 7  GNU Classpath is free software; you can
7  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
9  any later version.  any later version.
10    
11  GNU Classpath is distributed in the hope that it will be useful, but  GNU Classpath is distributed in the hope that it will be useful, but
12  WITHOUT ANY WARRANTY; without even the implied warranty of  WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# 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 gnu.localegen from LDML nl.xml
40    
41  package gnu.java.locale;  package gnu.java.locale;
42    
43  import java.util.ListResourceBundle;  import java.util.ListResourceBundle;
44    
 /**  
   * This class contains locale data for the Dutch locale  
   */  
   
45  public class LocaleInformation_nl extends ListResourceBundle  public class LocaleInformation_nl extends ListResourceBundle
46  {  {
47    
 /*  
  * This area is used for defining object values  
  */  
   
 /**  
   * This is the set of collation rules used by java.text.RuleBasedCollator  
   * to sort strings properly.  See the documentation of that class for the  
   * proper format.  
   * <p>  
   * This is the same rule as used in the English locale.  
   */  
48  private static final String collation_rules =  private static final String collation_rules =
49    "<0<1<2<3<4<5<6<7<8<9<A,a<b,B<c,C<d,D<e,E<f,F<g,G<h,H<i,I<j,J<k,K" +    "<0<1<2<3<4<5<6<7<8<9<A,a<b,B<c,C<d,D<e,E<f,F<g,G<h,H<i,I<j,J<k,K" +
50    "<l,L<m,M<n,N<o,O<p,P<q,Q<r,R<s,S<t,T<u,U<v,V<w,W<x,X<y,Y<z,Z";    "<l,L<m,M<n,N<o,O<p,P<q,Q<r,R<s,S<t,T<u,U<v,V<w,W<x,X<y,Y<z,Z";
51    
 /**  
   * This is the list of months, fully spelled out  
   */  
52  private static final String[] months = { "januari", "februari", "maart",  private static final String[] months = { "januari", "februari", "maart",
53    "april", "mei", "juni", "juli", "augustus", "september", "october",    "april", "mei", "juni", "juli", "augustus", "september", "october",
54    "november", "december", null };    "november", "december", null };
55    
 /**  
   * This is the list of abbreviated month names  
   */  
56  private static final String[] shortMonths = { "jan", "feb", "mrt", "apr", "mei",  private static final String[] shortMonths = { "jan", "feb", "mrt", "apr", "mei",
57    "jun", "jul", "aug", "sep", "oct", "nov", "dec", null };    "jun", "jul", "aug", "sep", "oct", "nov", "dec", null };
58    
 /**  
   * This is the list of weekdays, fully spelled out  
   */  
59  private static final String[] weekdays = { null, "zondag", "maandag", "dinsdag",  private static final String[] weekdays = { null, "zondag", "maandag", "dinsdag",
60    "woensdag", "donderdag", "vrijdag", "zaterdag" };    "woensdag", "donderdag", "vrijdag", "zaterdag" };
61    
 /**  
   * This is the list of abbreviated weekdays  
   */  
62  private static final String[] shortWeekdays = { null, "zo", "ma", "di", "wo",  private static final String[] shortWeekdays = { null, "zo", "ma", "di", "wo",
63    "do", "vr", "za" };    "do", "vr", "za" };
64    
 /**  
   * This is the list of AM/PM strings  
   * <p>  
   * Is there a real equivalent in Dutch? "Voormiddag"/"Namiddag"?  
   * Just using the Latin names for now.  
   */  
65  private static final String[] ampms = { "AM", "PM" };  private static final String[] ampms = { "AM", "PM" };
66    
 /**  
   * This is the list of era identifiers  
   * <p>  
   * Is there a real equivalent in Dutch? "voor Christus"/"na Christus"?  
   * Just use the Latin/English names for now.  
   */  
67  private static final String[] eras = { "BC", "AD" };  private static final String[] eras = { "BC", "AD" };
68    
 /**  
   * This is the list of timezone strings.  The JDK appears to include a  
   * city name as the sixth element.  
   * XXX - TODO - FIXME - Which timezones should be included here and how are  
   * they called?  
   */  
69  private static final String[][] zoneStrings =  private static final String[][] zoneStrings =
70  {  {
71    // European time zones.  The city names are a little bit random.    // European time zones.  The city names are a little bit random.
# Line 117  private static final String[][] zoneStri Line 74  private static final String[][] zoneStri
74    { "EET", "Oost Europese Tijd", "EET", "Oost Europese Zomertijd", "EEST", "Istanbul" },    { "EET", "Oost Europese Tijd", "EET", "Oost Europese Zomertijd", "EEST", "Istanbul" },
75  };  };
76    
 /**  
   * This is the list of pattern characters for formatting dates  
   * <p>  
   * This is the same as the English locale uses: era (G), year (y), month (M),  
   * month (d), hour from 1-12 (h), hour 0-23 (H), minute (m), second (s),  
   * millisecond (S), date of week (E), date of year (D),  
   * day of week in month (F), week in year (w), week in month (W), am/pm (a),  
   * hour from 1-24 (k), hour from 0-11 (K), time zone (z).  
   * Why would you use others?  
   */  
77  private static final String localPatternChars = "GyMdhHmsSEDFwWakKz"; // Not a mistake!  private static final String localPatternChars = "GyMdhHmsSEDFwWakKz"; // Not a mistake!
78    
 /**  
   * This is the DateFormat.SHORT date format  
   */  
79  private static final String shortDateFormat = "dd-MM-yy";  private static final String shortDateFormat = "dd-MM-yy";
80    
 /**  
   * This is the DateFormat.MEDIUM format  
   */  
81  private static final String mediumDateFormat = "dd-MMM-yy";  private static final String mediumDateFormat = "dd-MMM-yy";
82    
 /**  
   * This is the DateFormat.LONG format  
   */  
83  private static final String longDateFormat = "dd MMMM yyyy";  private static final String longDateFormat = "dd MMMM yyyy";
84    
 /**  
   * This is the DateFormat.FULL format  
   */  
85  private static final String fullDateFormat = "EEEE dd MMMM yyyy";  private static final String fullDateFormat = "EEEE dd MMMM yyyy";
86    
 /**  
   * This is the DateFormat.DEFAULT format  
   */  
87  private static final String defaultDateFormat = mediumDateFormat;  private static final String defaultDateFormat = mediumDateFormat;
88    
 /**  
   * This is the TimeFormat.SHORT format  
   */  
89  private static final String shortTimeFormat = "HH:mm";  private static final String shortTimeFormat = "HH:mm";
90    
 /**  
   * This is the TimeFormat.MEDIUM format  
   */  
91  private static final String mediumTimeFormat = "HH:mm:ss";  private static final String mediumTimeFormat = "HH:mm:ss";
92    
 /**  
   * This is the TimeFormat.LONG format  
   */  
93  private static final String longTimeFormat = "HH:mm:ss";  private static final String longTimeFormat = "HH:mm:ss";
94    
 /**  
   * This is the TimeFormat.FULL format  
   */  
95  private static final String fullTimeFormat = "HH:mm:ss z";  private static final String fullTimeFormat = "HH:mm:ss z";
96    
 /**  
   * This is the TimeFormat.DEFAULT format  
   */  
97  private static final String defaultTimeFormat = shortTimeFormat;  private static final String defaultTimeFormat = shortTimeFormat;
98    
 /**  
   * This is the currency symbol  
   */  
99  private static final String currencySymbol = "fl";  private static final String currencySymbol = "fl";
100    
 /**  
   * This is the international currency symbol.  
   */  
101  private static final String intlCurrencySymbol = "NLG";  private static final String intlCurrencySymbol = "NLG";
102    
 /**  
   * This is the decimal point.  
   */  
103  private static final String decimalSeparator = ",";  private static final String decimalSeparator = ",";
104    
 /**  
   * This is the exponential symbol  
   */  
105  private static final String exponential = "E";  private static final String exponential = "E";
106    
 /**  
   * This is the char used for digits in format strings  
   */  
107  private static final String digit = "#";  private static final String digit = "#";
108    
 /**  
   * This is the grouping separator symbols  
   */  
109  private static final String groupingSeparator = ",";  private static final String groupingSeparator = ",";
110    
 /**  
   * This is the symbols for infinity  
   */  
111  private static final String infinity = "\u221e";  private static final String infinity = "\u221e";
112    
 /**  
   * This is the symbol for the not a number value  
   */  
113  private static final String NaN = "\ufffd";  private static final String NaN = "\ufffd";
114    
 /**  
   * This is the minus sign symbol.  
   */  
115  private static final String minusSign = "-";  private static final String minusSign = "-";
116    
 /**  
   * This is the decimal separator in monetary values.  
   */  
117  private static final String monetarySeparator = ",";  private static final String monetarySeparator = ",";
118    
 /**  
   * This is the separator between positive and negative subpatterns.  
   */  
119  private static final String patternSeparator = ";";  private static final String patternSeparator = ";";
120    
 /**  
   * This is the percent sign  
   */  
121  private static final String percent = "%";  private static final String percent = "%";
122    
 /**  
   * This is the per mille sign  
   */  
123  private static final String perMill = "\u2030";  private static final String perMill = "\u2030";
124    
 /**  
   * This is the character for zero.  
   */  
125  private static final String zeroDigit = "0";  private static final String zeroDigit = "0";
126    
 /*************************************************************************/  
   
 /**  
   * This is the object array used to hold the keys and values  
   * for this bundle  
   */  
   
127  private static final Object[][] contents =  private static final Object[][] contents =
128  {  {
   // For RuleBasedCollator  
129    { "collation_rules", collation_rules },    { "collation_rules", collation_rules },
   // For SimpleDateFormat/DateFormatSymbols  
130    { "months", months },    { "months", months },
131    { "shortMonths", shortMonths },    { "shortMonths", shortMonths },
132    { "weekdays", weekdays },    { "weekdays", weekdays },
# Line 279  private static final Object[][] contents Line 145  private static final Object[][] contents
145    { "longTimeFormat", longTimeFormat },    { "longTimeFormat", longTimeFormat },
146    { "fullTimeFormat", fullTimeFormat },    { "fullTimeFormat", fullTimeFormat },
147    { "defaultTimeFormat", defaultTimeFormat },    { "defaultTimeFormat", defaultTimeFormat },
   // For DecimalFormat/DecimalFormatSymbols  
148    { "currencySymbol", currencySymbol },    { "currencySymbol", currencySymbol },
149    { "intlCurrencySymbol", intlCurrencySymbol },    { "intlCurrencySymbol", intlCurrencySymbol },
150    { "decimalSeparator", decimalSeparator },    { "decimalSeparator", decimalSeparator },
# Line 296  private static final Object[][] contents Line 161  private static final Object[][] contents
161    { "zeroDigit", zeroDigit },    { "zeroDigit", zeroDigit },
162  };  };
163    
164  /*************************************************************************/    public Object[][] getContents() { return contents; }
   
 /**  
   * This method returns the object array of key, value pairs containing  
   * the data for this bundle.  
   *  
   * @return The key, value information.  
   */  
 public Object[][]  
 getContents()  
 {  
   return(contents);  
165  }  }
   
 } // class LocaleInformation_nl  

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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