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

Diff of /classpath/gnu/java/locale/LocaleInformation_en_BW.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_en_BW extends ListResourceBundle  public class LocaleInformation_en_BW extends ListResourceBundle
46  {  {
   static final String decimalSeparator = LocaleInformation_en_ZA.decimalSeparator;  
   static final String groupingSeparator = LocaleInformation_en_ZA.groupingSeparator;  
   static final String numberFormat = LocaleInformation_en_ZA.numberFormat;  
   static final String percentFormat = LocaleInformation_en_ZA.percentFormat;  
   static final String[] weekdays = LocaleInformation_en_ZA.weekdays;  
   
   static final String[] shortWeekdays = LocaleInformation_en_ZA.shortWeekdays;  
   
   static final String[] shortMonths = LocaleInformation_en_ZA.shortMonths;  
   
   static final String[] months = LocaleInformation_en_ZA.months;  
   
47    static final String[] ampms = LocaleInformation_en_ZA.ampms;    static final String[] ampms = LocaleInformation_en_ZA.ampms;
   
   static final String shortDateFormat = LocaleInformation_en_ZA.shortDateFormat;  
48    static final String currencySymbol = "Pu";    static final String currencySymbol = "Pu";
49    static final String intlCurrencySymbol = "BWP";    static final String intlCurrencySymbol = "BWP";
50    static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";    static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";
51    
52    private static final Object[][] contents =    private static final Object[][] contents =
53    {    {
     { "weekdays", weekdays },  
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
54      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
55      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
56      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
57      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
58      { "decimalSeparator", decimalSeparator },      { "shortDateFormat", "dd/MM/yy" },
59      { "groupingSeparator", groupingSeparator },      { "mediumDateFormat", "MMM dd,yy" },
60      { "numberFormat", numberFormat },      { "longDateFormat", "dd MMMM yyyy" },
61      { "percentFormat", percentFormat },      { "fullDateFormat", "EEEE dd MMMM yyyy" },
62        { "longTimeFormat", "h:mm:ss a" },
63        { "fullTimeFormat", "h:mm:ss a" }
64    };    };
65    
66    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