/[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.8 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.9 by mkoch, Sun Dec 19 13:57:46 2004 UTC
# Line 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_en_GB extends ListResourceBundle  public class LocaleInformation_en_GB extends ListResourceBundle
46  {  {
   static final String[] ampms = { "", "" };  
   static final String shortDateFormat = "dd/MM/yy";  
   static final String currencySymbol = "\u00a3";  
   static final String intlCurrencySymbol = "GBP";  
   static final String currencyFormat = "\u00a3#,###,##0.00;-\u00a3#,###,##0.00";  
     
47    private static final String[][] zoneStrings =    private static final String[][] zoneStrings =
48    {    {
49      { "Europe/London", "Greenwich Mean Time", "GMT", "", "" },      { "Europe/London", "Greenwich Mean Time", "GMT", "", "" },
# Line 65  public class LocaleInformation_en_GB ext Line 59  public class LocaleInformation_en_GB ext
59      { "mediumTimeFormat", "HH:mm:ss" },      { "mediumTimeFormat", "HH:mm:ss" },
60      { "longTimeFormat", "HH:mm:ss z" },      { "longTimeFormat", "HH:mm:ss z" },
61      { "fullTimeFormat", "HH:mm:ss z" },      { "fullTimeFormat", "HH:mm:ss z" },
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
62      { "zoneStrings", zoneStrings },      { "zoneStrings", zoneStrings },
63    };    };
64    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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