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

Diff of /classpath/gnu/java/locale/LocaleInformation_es_BO.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_BO extends ListResourceBundle  public class LocaleInformation_es_BO 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 58  public class LocaleInformation_es_BO ext Line 56  public class LocaleInformation_es_BO ext
56    
57    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
58    
   static final String shortDateFormat = "dd/MM/yy";  
59    static final String currencySymbol = "$b";    static final String currencySymbol = "$b";
60    static final String intlCurrencySymbol = "BOB";    static final String intlCurrencySymbol = "BOB";
61    static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";    static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";
# Line 70  public class LocaleInformation_es_BO ext Line 67  public class LocaleInformation_es_BO ext
67      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
68      { "months", months },      { "months", months },
69      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
70      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
71      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
72      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
73      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
74      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
75        { "decimalSeparator", "," },
76        { "groupingSeparator", "." },
77        { "shortDateFormat", "dd/MM/yy" },
78        { "mediumDateFormat", "dd/MM/yyyy" },
79        { "shortTimeFormat", "hh:mm a" },
80        { "mediumTimeFormat", "hh:mm:ss a" },
81        { "longTimeFormat", "hh:mm:ss a z" },
82        { "fullTimeFormat", "hh:mm:ss a z" }
83    };    };
84    
85    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