/[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.15 by mkoch, Tue Nov 16 11:40:03 2004 UTC revision 1.16 by mkoch, Wed Dec 1 19:24:51 2004 UTC
# Line 49  public class LocaleInformation_de extend Line 49  public class LocaleInformation_de extend
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    
52    private static final Object[] shortMonths = {    private static final String[] shortMonths = {
53      "Jan",      "Jan",
54      "Feb",      "Feb",
55      "Mrz",      "Mrz",
# Line 65  public class LocaleInformation_de extend Line 65  public class LocaleInformation_de extend
65      null,      null,
66    };    };
67    
68    private static final Object[] months = {    private static final String[] months = {
69      "Januar",      "Januar",
70      "Februar",      "Februar",
71      "M\u00e4rz",      "M\u00e4rz",
# Line 81  public class LocaleInformation_de extend Line 81  public class LocaleInformation_de extend
81      null,      null,
82    };    };
83    
84    private static final Object[] shortWeekdays = {    private static final String[] shortWeekdays = {
85      null,      null,
86      "So",      "So",
87      "Mo",      "Mo",
# Line 89  public class LocaleInformation_de extend Line 89  public class LocaleInformation_de extend
89      "Mi",      "Mi",
90      "Do",      "Do",
91      "Fr",      "Fr",
92      "Sa"      "Sa",
93    };    };
94    
95    private static final Object[] weekdays = {    private static final String[] weekdays = {
96      null,      null,
97      "Sonntag",      "Sonntag",
98      "Montag",      "Montag",
# Line 100  public class LocaleInformation_de extend Line 100  public class LocaleInformation_de extend
100      "Mittwoch",      "Mittwoch",
101      "Donnerstag",      "Donnerstag",
102      "Freitag",      "Freitag",
103      "Samstag"      "Samstag",
104    };    };
105    
106    private static final Object[] eras = {    private static final String[] eras = {
107      "v. Chr.",      "v. Chr.",
108      "n. Chr."      "n. Chr."
109    };    };
110    
111    private static final Object[] ampms = {    private static final String[] ampms = {
112      "vorm.",      "vorm.",
113      "nachm."      "nachm."
114    };    };
# Line 410  public class LocaleInformation_de extend Line 410  public class LocaleInformation_de extend
410      { "defaultDateFormat", defaultDateFormat },      { "defaultDateFormat", defaultDateFormat },
411      { "shortTimeFormat", shortTimeFormat },      { "shortTimeFormat", shortTimeFormat },
412      { "mediumTimeFormat", mediumTimeFormat },      { "mediumTimeFormat", mediumTimeFormat },
     { "longTimeFormat", longTimeFormat },  
413      { "defaultTimeFormat", defaultTimeFormat },      { "defaultTimeFormat", defaultTimeFormat },
414      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
415      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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