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

Diff of /classpath/gnu/java/locale/LocaleInformation_it_IT.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_it_IT extends ListResourceBundle  public class LocaleInformation_it_IT extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ",";  
   static final String groupingSeparator = "";  
   static final String numberFormat = "#.###";  
   static final String percentFormat = "#%";  
   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 shortDateFormat = "dd/MM/yyyy";  
   static final String currencySymbol = "L.";  
   static final String intlCurrencySymbol = "ITL";  
   static final String currencyFormat = "$ #,###,##0.;-$ #,###,##0.";  
   
47    private static final Object[][] contents =    private static final Object[][] contents =
48    {    {
     { "weekdays", weekdays },  
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
     { "ampms", ampms },  
     { "shortDateFormat", shortDateFormat },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
49      { "longTimeFormat", "H:mm:ss z" },      { "longTimeFormat", "H:mm:ss z" },
50    };    };
51    

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