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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:31 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 61  public class LocaleInformation_el_GR ext Line 61  public class LocaleInformation_el_GR ext
61    static final String shortDateFormat = "dd/MM/yyyy";    static final String shortDateFormat = "dd/MM/yyyy";
62    static final String currencySymbol = "\u03B4\u03C1\u03C7";    static final String currencySymbol = "\u03B4\u03C1\u03C7";
63    static final String intlCurrencySymbol = "GRD";    static final String intlCurrencySymbol = "GRD";
   static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";  
64    
65    private static final Object[][] contents =    private static final Object[][] contents =
66    {    {
# Line 73  public class LocaleInformation_el_GR ext Line 72  public class LocaleInformation_el_GR ext
72      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
73      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
74      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
75      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
76      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
77      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
78      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
79        { "currencyFormat", "#,##0.00\u00a4;-\u00a4#,##0.00" }
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