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

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

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

revision 1.6 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.7 by mkoch, Sun Dec 19 13:57:46 2004 UTC
# Line 48  public class LocaleInformation_de_AT ext Line 48  public class LocaleInformation_de_AT ext
48    
49    static final String[] months = { "J\u00E4nner", "Feber", "M\u00E4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember", null };    static final String[] months = { "J\u00E4nner", "Feber", "M\u00E4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember", null };
50    
   static final String[] ampms = { "", "" };  
   
   static final String currencySymbol = "S";  
   static final String intlCurrencySymbol = "ATS";  
   static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";  
   
51    private static final Object[][] contents =    private static final Object[][] contents =
52    {    {
53      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
54      { "months", months },      { "months", months },
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
55      { "longDateFormat", "dd. MMMM yyyy" },      { "longDateFormat", "dd. MMMM yyyy" },
56      { "fullDateFormat", "EEEE, dd. MMMM yyyy" },      { "fullDateFormat", "EEEE, dd. MMMM yyyy" },
57      { "fullTimeFormat", "HH:mm' Uhr 'z" },      { "fullTimeFormat", "HH:mm' Uhr 'z" },

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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