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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:32 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 58  public class LocaleInformation_es_HN ext Line 58  public class LocaleInformation_es_HN ext
58    
59    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
60    
   static final String shortDateFormat = "dd/MM/yy";  
61    static final String currencySymbol = "L.";    static final String currencySymbol = "L.";
62    static final String intlCurrencySymbol = "HNL";    static final String intlCurrencySymbol = "HNL";
63    static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";    static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";
# Line 70  public class LocaleInformation_es_HN ext Line 69  public class LocaleInformation_es_HN ext
69      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
70      { "months", months },      { "months", months },
71      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
72      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
73      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
74      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
# Line 78  public class LocaleInformation_es_HN ext Line 76  public class LocaleInformation_es_HN ext
76      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
77      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
78      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
79        { "shortDateFormat", "dd/MM/yy" },
80        { "mediumDateFormat", "dd/MM/yyyy" },
81        { "longDateFormat", "dd' de 'MMMM' de 'yyyy" },
82        { "fullDateFormat", "EEEE dd' de 'MMMM' de 'yyyy" },
83        { "shortTimeFormat", "hh:mm a" },
84        { "mediumTimeFormat", "hh:mm:ss a" },
85        { "longTimeFormat", "hh:mm:ss a z" },
86        { "fullTimeFormat", "hh:mm:ss a z" }
87    };    };
88    
89    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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