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

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

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

revision 1.6 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.7 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_kw_GB extends ListResourceBundle  public class LocaleInformation_kw_GB extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ".";  
   static final String groupingSeparator = ",";  
   static final String numberFormat = "#,###,##0.###";  
   static final String percentFormat = "#,###,##0%";  
   static final String[] weekdays = { null, "De Sul", "De Lun", "De Merth", "De Merher", "De Yow", "De Gwener", "De Sadorn" };  
   
   static final String[] shortWeekdays = { null, "Sul", "Lun", "Mth", "Mhr", "Yow", "Gwe", "Sad" };  
   
   static final String[] shortMonths = { "Gen", "Whe>", "Mer", "Ebr", "Me", "Evn", "Gor", "Est", "Gwn", "Hed", "Du", "Kev", null };  
   
   static final String[] months = { "Mys Genver", "Mys Whevrel", "Mys Merth", "Mys Ebrel", "Mys Me", "Mys Evan", "Mys Gortheren", "Mye Est", "Mys Gwyngala", "Mys Hedra", "Mys Du", "Mys Kevardhu", null };  
   
   static final String[] ampms = { "", "" };  
   static final String currencySymbol = "\u00A3";  
   static final String intlCurrencySymbol = "GBP";  
   
47    private static final Object[][] contents =    private static final Object[][] contents =
48    {    {
     { "weekdays", weekdays },  
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
49      { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },      { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },
50      { "shortDateFormat", "dd/MM/yyyy" },      { "shortDateFormat", "dd/MM/yyyy" },
51      { "mediumDateFormat", "d MMM yyyy" },      { "mediumDateFormat", "d MMM yyyy" },

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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