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

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

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

revision 1.10 by robilad, Sun Jul 25 17:04:17 2004 UTC revision 1.11 by mkoch, Tue Nov 16 08:34:47 2004 UTC
# Line 1  Line 1 
1  /* LocaleInformation_de.java -- German locale data  /* LocaleInformation_de.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 de.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 German locale  
   * @author Jochen Hoenicke  
   */  
45  public class LocaleInformation_de extends ListResourceBundle  public class LocaleInformation_de extends ListResourceBundle
46  {  {
   
 /*  
  * 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.  
   */  
47  private static final String collation_rules =  private static final String collation_rules =
48    "<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" +
49    "<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" +
50    "&ae,\u00e4&Ae,\u00c4&oe,\u00f6&Oe,\u00d6&ue,\u00fc&Ue,\u00dc&ss,\u00df";    "&ae,\u00e4&Ae,\u00c4&oe,\u00f6&Oe,\u00d6&ue,\u00fc&Ue,\u00dc&ss,\u00df";
51    
 /**  
   * This is the list of months, fully spelled out  
   */  
52  private static final String[] months = { "Januar", "Februar", "M\u00e4rz",  private static final String[] months = { "Januar", "Februar", "M\u00e4rz",
53    "April", "Mai", "Juni", "Juli", "August", "September", "Oktober",    "April", "Mai", "Juni", "Juli", "August", "September", "Oktober",
54    "November", "Dezember", null };    "November", "Dezember", null };
55    
 /**  
   * This is the list of abbreviated month names  
   */  
56  private static final String[] shortMonths = {  private static final String[] shortMonths = {
57    "Jan", "Feb", "M\u00e4r", "Apr", "Mai",    "Jan", "Feb", "M\u00e4r", "Apr", "Mai",
58    "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez", null    "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez", null
59  };  };
60    
 /**  
   * This is the list of weekdays, fully spelled out  
   */  
61  private static final String[] weekdays = {  private static final String[] weekdays = {
62    null, "Sonntag", "Montag", "Dienstag",    null, "Sonntag", "Montag", "Dienstag",
63    "Mittwoch", "Donnerstag", "Freitag", "Samstag"    "Mittwoch", "Donnerstag", "Freitag", "Samstag"
64  };  };
65    
 /**  
   * This is the list of abbreviated weekdays  
   */  
66  private static final String[] shortWeekdays = {  private static final String[] shortWeekdays = {
67    null, "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"    null, "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"
68  };  };
69    
 /**  
   * This is the list of era identifiers  
   */  
70  private static final String[] eras = { "v. Chr.", "n. Chr." };  private static final String[] eras = { "v. Chr.", "n. Chr." };
71    
 /**  
   * This is the list of timezone strings.  The JDK appears to include a  
   * city name as the sixth element.  
   */  
72  private static final String[][] zoneStrings =  private static final String[][] zoneStrings =
73  {  {
74    // European time zones.  The city names are a little bit random.    // European time zones.  The city names are a little bit random.
# Line 108  private static final String[][] zoneStri Line 77  private static final String[][] zoneStri
77    { "EET", "Osteurop\u00e4ische Zeit", "OEZ", "Mitteleurop\u00e4ische Sommerzeit", "OESZ", "Istanbul" },    { "EET", "Osteurop\u00e4ische Zeit", "OEZ", "Mitteleurop\u00e4ische Sommerzeit", "OESZ", "Istanbul" },
78  };  };
79    
 /**  
   * This is the DateFormat.SHORT date format  
   */  
80  private static final String shortDateFormat = "dd.MM.yy";  private static final String shortDateFormat = "dd.MM.yy";
81    
 /**  
   * This is the DateFormat.MEDIUM format  
   */  
82  private static final String mediumDateFormat = "d. MMM yy";  private static final String mediumDateFormat = "d. MMM yy";
83    
 /**  
   * This is the DateFormat.LONG format  
   */  
84  private static final String longDateFormat = "d. MMMM yyyy";  private static final String longDateFormat = "d. MMMM yyyy";
85    
 /**  
   * This is the DateFormat.FULL format  
   */  
86  private static final String fullDateFormat = "EEEE, d. MMMM yyyy";  private static final String fullDateFormat = "EEEE, d. MMMM yyyy";
87    
 /**  
   * This is the DateFormat.DEFAULT format  
   */  
88  private static final String defaultDateFormat = "dd.MM.yy";  private static final String defaultDateFormat = "dd.MM.yy";
89    
 /**  
   * This is the DateFormat.SHORT format  
   */  
90  private static final String shortTimeFormat = "H:mm";  private static final String shortTimeFormat = "H:mm";
91    
 /**  
   * This is the DateFormat.MEDIUM format  
   */  
92  private static final String mediumTimeFormat = "H:mm:ss";  private static final String mediumTimeFormat = "H:mm:ss";
93    
 /**  
   * This is the DateFormat.LONG format  
   */  
94  private static final String longTimeFormat = "H:mm:ss z";  private static final String longTimeFormat = "H:mm:ss z";
95    
 /**  
   * This is the DateFormat.FULL format  
   */  
96  private static final String fullTimeFormat = "H:mm:ss 'Uhr' z";  private static final String fullTimeFormat = "H:mm:ss 'Uhr' z";
97    
 /**  
   * This is the DateFormat.DEFAULT format  
   */  
98  private static final String defaultTimeFormat = "H:mm:ss";  private static final String defaultTimeFormat = "H:mm:ss";
99    
 /**  
   * This is the currency symbol  
   */  
100  private static final String currencySymbol = "DM";  private static final String currencySymbol = "DM";
101    
 /**  
   * This is the international currency symbol.  
   */  
102  private static final String intlCurrencySymbol = "DEM";  private static final String intlCurrencySymbol = "DEM";
103    
 /**  
   * This is the decimal point.  
   */  
104  private static final String decimalSeparator = ",";  private static final String decimalSeparator = ",";
105    
 /**  
   * This is the decimal separator in monetary values.  
   */  
106  private static final String monetarySeparator = ",";  private static final String monetarySeparator = ",";
107    
 /*************************************************************************/  
   
 /**  
   * This is the object array used to hold the keys and values  
   * for this bundle  
   */  
   
108  private static final Object[][] contents =  private static final Object[][] contents =
109  {  {
   // For RuleBasedCollator  
110    { "collation_rules", collation_rules },    { "collation_rules", collation_rules },
   // For SimpleDateFormat/DateFormatSymbols  
111    { "months", months },    { "months", months },
112    { "shortMonths", shortMonths },    { "shortMonths", shortMonths },
113    { "weekdays", weekdays },    { "weekdays", weekdays },
# Line 206  private static final Object[][] contents Line 124  private static final Object[][] contents
124    { "longTimeFormat", longTimeFormat },    { "longTimeFormat", longTimeFormat },
125    { "fullTimeFormat", fullTimeFormat },    { "fullTimeFormat", fullTimeFormat },
126    { "defaultTimeFormat", defaultTimeFormat },    { "defaultTimeFormat", defaultTimeFormat },
   // For DecimalFormat/DecimalFormatSymbols  
127    { "currencySymbol", currencySymbol },    { "currencySymbol", currencySymbol },
128    { "intlCurrencySymbol", intlCurrencySymbol },    { "intlCurrencySymbol", intlCurrencySymbol },
129    { "decimalSeparator", decimalSeparator },    { "decimalSeparator", decimalSeparator },
130    { "monetarySeparator", monetarySeparator },    { "monetarySeparator", monetarySeparator },
131  };  };
132    
133  /*************************************************************************/    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);  
134  }  }
   
 } // class LocaleInformation_de  

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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