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

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

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

revision 1.6 by mkoch, Fri Dec 17 14:57: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_it_CH extends ListResourceBundle  public class LocaleInformation_it_CH extends ListResourceBundle
46  {  {
   static final String numberFormat = "#,###,##0.###";  
   static final String percentFormat = "#,###,##0%";  
   static final String[] weekdays = { null, "domenica", "luned\u00EC", "marted\u00EC", "mercoled\u00EC", "gioved\u00EC", "venerd\u00EC", "sabato" };  
   
   static final String[] shortWeekdays = { null, "dom", "lun", "mar", "mer", "gio", "ven", "sab" };  
   
   static final String[] shortMonths = { "gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic", null };  
   
   static final String[] months = { "gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre", null };  
   
   static final String[] ampms = { "", "" };  
   static final String currencySymbol = LocaleInformation_de_CH.currencySymbol;  
   static final String intlCurrencySymbol = LocaleInformation_de_CH.intlCurrencySymbol;  
   
47    private static final Object[][] contents =    private static final Object[][] contents =
48    {    {
49      { "decimalSeparator", "." },      { "decimalSeparator", "." },
# Line 68  public class LocaleInformation_it_CH ext Line 54  public class LocaleInformation_it_CH ext
54      { "longDateFormat", "d MMMM yyyy" },      { "longDateFormat", "d MMMM yyyy" },
55      { "fullDateFormat", "EEEE, d MMMM yyyy" },      { "fullDateFormat", "EEEE, d MMMM yyyy" },
56      { "fullTimeFormat", "HH.mm:ss' h' z" },      { "fullTimeFormat", "HH.mm:ss' h' z" },
     { "weekdays", weekdays },  
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
57    };    };
58    
59    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

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