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

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

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

revision 1.2 by egagnon, Sun Aug 11 21:19:01 2002 UTC revision 1.2.2.1 by gnu_andrew, Sun Jan 16 15:15:03 2005 UTC
# Line 1  Line 1 
1  /* LocaleInformation_en_GB.java  /* LocaleInformation_en_GB.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 36  obligated to do so.  If you do not wish Line 36  obligated to do so.  If you do not wish
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  // This file was automatically generated by localedef.  // This file was automatically generated by gnu.localegen from LDML
40    
41  package gnu.java.locale;  package gnu.java.locale;
42    
43    import java.util.Enumeration;
44    import java.util.Hashtable;
45    import java.util.StringTokenizer;
46  import java.util.ListResourceBundle;  import java.util.ListResourceBundle;
47    
48  public class LocaleInformation_en_GB extends ListResourceBundle  public class LocaleInformation_en_GB extends ListResourceBundle
49  {  {
50    static final String decimalSeparator = ".";    private static final String[][] zoneStrings =
51    static final String groupingSeparator = ",";    {
52    static final String numberFormat = "#,###,##0.###";      { "GMT", "Greenwich Mean Time", "", "",  "Europe/London" },
53    static final String percentFormat = "#,###,##0%";    };
   static final String[] weekdays = { null, "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" };  
   
   static final String[] shortWeekdays = { null, "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };  
   
   static final String[] shortMonths = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", null };  
   
   static final String[] months = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", null };  
   
   static final String[] ampms = { "", "" };  
   
   static final String shortDateFormat = "dd/MM/yy";  
   static final String defaultTimeFormat = "";  
   static final String currencySymbol = "\u00A3";  
   static final String intlCurrencySymbol = "GBP";  
   static final String currencyFormat = "$#,###,##0.00;-$#,###,##0.00";  
54    
55    private static final Object[][] contents =    private static final Object[][] contents =
56    {    {
57      { "weekdays", weekdays },      { "shortDateFormat", "dd/MM/yyyy" },
58      { "shortWeekdays", shortWeekdays },      { "mediumDateFormat", "d MMM yyyy" },
59      { "shortMonths", shortMonths },      { "longDateFormat", "d MMMM yyyy" },
60      { "months", months },      { "fullDateFormat", "EEEE, d MMMM yyyy" },
61      { "ampms", ampms },      { "shortTimeFormat", "HH:mm" },
62      { "shortDateFormat", shortDateFormat },      { "mediumTimeFormat", "HH:mm:ss" },
63      { "defaultTimeFormat", defaultTimeFormat },      { "longTimeFormat", "HH:mm:ss z" },
64      { "currencySymbol", currencySymbol },      { "fullTimeFormat", "HH:mm:ss z" },
65      { "intlCurrencySymbol", intlCurrencySymbol },      { "zoneStrings", zoneStrings },
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
66    };    };
67    
68    public Object[][] getContents () { return contents; }    public Object[][] getContents() { return contents; }
69  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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