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

Diff of /classpath/gnu/java/locale/LocaleInformation_fr_LU.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_fr_LU extends ListResourceBundle  public class LocaleInformation_fr_LU extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ",";  
   static final String numberFormat = "#.###";  
   static final String percentFormat = "#%";  
   static final String[] weekdays = { null, "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" };  
   
   static final String[] shortWeekdays = { null, "dim", "lun", "mar", "mer", "jeu", "ven", "sam" };  
   
   static final String[] shortMonths = { "jan", "f\u00E9v", "mar", "avr", "mai", "jun", "jui", "ao\u00FB", "sep", "oct", "nov", "d\u00E9c", null };  
   
   static final String[] months = { "janvier", "f\u00E9vrier", "mars", "avril", "mai", "juin", "juillet", "ao\u00FBt", "septembre", "octobre", "novembre", "d\u00E9cembre", null };  
   
   static final String[] ampms = { "", "" };  
   
   static final String shortDateFormat = "dd.MM.yyyy";  
   static final String currencySymbol = "FLUX";  
   static final String intlCurrencySymbol = "LUF";  
   static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";  
   
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 },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
49      { "groupingSeparator", "." },      { "groupingSeparator", "." },
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