/[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.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_it_CH extends ListResourceBundle  public class LocaleInformation_it_CH extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ",";  
   static final String groupingSeparator = "'";  
47    static final String numberFormat = "#,###,##0.###";    static final String numberFormat = "#,###,##0.###";
48    static final String percentFormat = "#,###,##0%";    static final String percentFormat = "#,###,##0%";
49    static final String[] weekdays = { null, "domenica", "luned\u00EC", "marted\u00EC", "mercoled\u00EC", "gioved\u00EC", "venerd\u00EC", "sabato" };    static final String[] weekdays = { null, "domenica", "luned\u00EC", "marted\u00EC", "mercoled\u00EC", "gioved\u00EC", "venerd\u00EC", "sabato" };
# Line 57  public class LocaleInformation_it_CH ext Line 55  public class LocaleInformation_it_CH ext
55    static final String[] months = { "gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre", null };    static final String[] months = { "gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre", null };
56    
57    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "dd. MM. yy";  
58    static final String currencySymbol = LocaleInformation_de_CH.currencySymbol;    static final String currencySymbol = LocaleInformation_de_CH.currencySymbol;
59    static final String intlCurrencySymbol = LocaleInformation_de_CH.intlCurrencySymbol;    static final String intlCurrencySymbol = LocaleInformation_de_CH.intlCurrencySymbol;
   static final String currencyFormat = LocaleInformation_de_CH.currencyFormat;  
60    
61    private static final Object[][] contents =    private static final Object[][] contents =
62    {    {
63        { "decimalSeparator", "." },
64        { "groupingSeparator", "'" },
65        { "currencyFormat", "\u00a4 #,##0.00;\u00a4-#,##0.00" },
66        { "shortDateFormat", "dd.MM.yy" },
67        { "mediumDateFormat", "d-MMM-yy" },
68        { "longDateFormat", "d MMMM yyyy" },
69        { "fullDateFormat", "EEEE, d MMMM yyyy" },
70        { "fullTimeFormat", "HH.mm:ss' h' z" }
71      { "weekdays", weekdays },      { "weekdays", weekdays },
72      { "shortWeekdays", shortWeekdays },      { "shortWeekdays", shortWeekdays },
73      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
74      { "months", months },      { "months", months },
75      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
76      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
77      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
78      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
79      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
80    };    };

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