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

Diff of /classpath/gnu/java/locale/LocaleInformation_fr_BE.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 45  import java.util.ListResourceBundle; Line 45  import java.util.ListResourceBundle;
45  public class LocaleInformation_fr_BE extends ListResourceBundle  public class LocaleInformation_fr_BE extends ListResourceBundle
46  {  {
47    static final String decimalSeparator = ",";    static final String decimalSeparator = ",";
   static final String groupingSeparator = ".";  
48    static final String numberFormat = "#.###";    static final String numberFormat = "#.###";
49    static final String percentFormat = "#%";    static final String percentFormat = "#%";
50    static final String[] weekdays = { null, "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" };    static final String[] weekdays = { null, "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" };
# Line 57  public class LocaleInformation_fr_BE ext Line 56  public class LocaleInformation_fr_BE ext
56    static final String[] months = { "janvier", "f\u00E9vrier", "mars", "avril", "mai", "juin", "juillet", "ao\u00FBt", "septembre", "octobre", "novembre", "d\u00E9cembre", null };    static final String[] months = { "janvier", "f\u00E9vrier", "mars", "avril", "mai", "juin", "juillet", "ao\u00FBt", "septembre", "octobre", "novembre", "d\u00E9cembre", null };
57    
58    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "dd/MM/yy";  
59    static final String currencySymbol = "FB";    static final String currencySymbol = "FB";
60    static final String intlCurrencySymbol = "BEF";    static final String intlCurrencySymbol = "BEF";
61    static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";    static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";
# Line 70  public class LocaleInformation_fr_BE ext Line 67  public class LocaleInformation_fr_BE ext
67      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
68      { "months", months },      { "months", months },
69      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
70      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
71      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
72      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
73      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
     { "groupingSeparator", groupingSeparator },  
74      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
75      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
76        { "groupingSeparator", "." },
77        { "shortDateFormat", "d/MM/yy" },
78        { "mediumDateFormat", "dd-MMM-yy" },
79        { "fullTimeFormat", "H' h 'mm' min 'ss' s 'z" }
80    };    };
81    
82    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

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