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

Diff of /classpath/gnu/java/locale/LocaleInformation_es_ES.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 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_es_ES extends ListResourceBundle  public class LocaleInformation_es_ES extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ",";  
   static final String groupingSeparator = "";  
47    static final String numberFormat = "#.###";    static final String numberFormat = "#.###";
48    static final String percentFormat = "#%";    static final String percentFormat = "#%";
49    static final String[] weekdays = { null, "domingo", "lunes", "martes", "mi\u00E9rcoles", "jueves", "viernes", "s\u00E1bado" };    static final String[] weekdays = { null, "domingo", "lunes", "martes", "mi\u00E9rcoles", "jueves", "viernes", "s\u00E1bado" };
# Line 57  public class LocaleInformation_es_ES ext Line 55  public class LocaleInformation_es_ES ext
55    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 };
56    
57    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "dd/MM/yy";  
   static final String currencySymbol = "Pts";  
58    static final String intlCurrencySymbol = "ESP";    static final String intlCurrencySymbol = "ESP";
59    static final String currencyFormat = "$ #,###,##0.;-$ #,###,##0.";    static final String currencyFormat = "$ #,###,##0.;-$ #,###,##0.";
60    
# Line 70  public class LocaleInformation_es_ES ext Line 65  public class LocaleInformation_es_ES ext
65      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
66      { "months", months },      { "months", months },
67      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
68      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
69      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
70      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
71      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
72        { "decimalSeparator", "," },
73        { "groupingSeparator", "." },
74        { "currencyFormat", "#,##0.00 \u00a4;-#,##0.00 \u00a4" },
75        { "shortDateFormat", "dd/MM/yy" },
76        { "mediumDateFormat", "dd/MM/yyyy" },
77        { "shortTimeFormat", "H:mm" },
78        { "mediumTimeFormat", "H:mm:ss" }
79    };    };
80    
81    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