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

Diff of /classpath/gnu/java/locale/LocaleInformation_es_NI.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 57  public class LocaleInformation_es_NI ext Line 57  public class LocaleInformation_es_NI ext
57    static final String[] months = { "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", null };    static final String[] months = { "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", null };
58    
59    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "dd/MM/yy";  
60    static final String currencySymbol = "$C";    static final String currencySymbol = "$C";
61    static final String intlCurrencySymbol = "NIO";    static final String intlCurrencySymbol = "NIO";
62    static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";    static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";
# Line 70  public class LocaleInformation_es_NI ext Line 68  public class LocaleInformation_es_NI ext
68      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
69      { "months", months },      { "months", months },
70      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
71      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
72      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
73      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
# Line 78  public class LocaleInformation_es_NI ext Line 75  public class LocaleInformation_es_NI ext
75      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
76      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
77      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
78        { "shortDateFormat", "dd/MM/yy" },
79        { "mediumDateFormat", "dd/MM/yyyy" },
80        { "shortTimeFormat", "hh:mm a" },
81        { "mediumTimeFormat", "hh:mm:ss a" },
82        { "longTimeFormat", "hh:mm:ss a z" },
83        { "fullTimeFormat", "hh:mm:ss a z" }
84    };    };
85    
86    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