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

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

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

revision 1.7 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.8 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_CH extends ListResourceBundle  public class LocaleInformation_fr_CH extends ListResourceBundle
46  {  {
   static final String groupingSeparator = "";  
   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 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    {    {
     { "weekdays", weekdays },  
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
     { "ampms", ampms },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "percentFormat", percentFormat },  
49      { "decimalSeparator", "." },      { "decimalSeparator", "." },
50      { "groupingSeparator", "'" },      { "groupingSeparator", "'" },
51      { "currencyFormat", "\u00a4 #,##0.00;\u00a4-#,##0.00" },      { "currencyFormat", "\u00a4 #,##0.00;\u00a4-#,##0.00" },

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

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