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

Diff of /classpath/gnu/java/locale/LocaleInformation_sv_SE.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 47  public class LocaleInformation_sv_SE ext Line 47  public class LocaleInformation_sv_SE ext
47    static final String decimalSeparator = ",";    static final String decimalSeparator = ",";
48    static final String groupingSeparator = " ";    static final String groupingSeparator = " ";
49    static final String numberFormat = "#,###,##0.###";    static final String numberFormat = "#,###,##0.###";
   static final String percentFormat = "#,###,##0%";  
50    static final String[] weekdays = { null, "s\u00F6ndag", "m\u00E5ndag", "tisdag", "onsdag", "torsdag", "fredag", "l\u00F6rdag" };    static final String[] weekdays = { null, "s\u00F6ndag", "m\u00E5ndag", "tisdag", "onsdag", "torsdag", "fredag", "l\u00F6rdag" };
51    
52    static final String[] shortWeekdays = { null, "s\u00F6n", "m\u00E5n", "tis", "ons", "tor", "fre", "l\u00F6r" };    static final String[] shortWeekdays = { null, "s\u00F6n", "m\u00E5n", "tis", "ons", "tor", "fre", "l\u00F6r" };
# Line 57  public class LocaleInformation_sv_SE ext Line 56  public class LocaleInformation_sv_SE ext
56    static final String[] months = { "januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december", null };    static final String[] months = { "januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december", null };
57    
58    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "yyyy-MM-dd";  
59    static final String currencySymbol = "kr";    static final String currencySymbol = "kr";
60    static final String intlCurrencySymbol = "SEK";    static final String intlCurrencySymbol = "SEK";
   static final String currencyFormat = "#,###,##0.00 $;-#,###,##0.00 $";  
61    
62    private static final Object[][] contents =    private static final Object[][] contents =
63    {    {
# Line 70  public class LocaleInformation_sv_SE ext Line 66  public class LocaleInformation_sv_SE ext
66      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
67      { "months", months },      { "months", months },
68      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
69      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
70      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
71      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },
72      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
73      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
74      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
75      { "percentFormat", percentFormat },      { "percentFormat", "#,##0 %" },
76        { "currencyFormat", "#,##0.00 \u00a4;-#,##0.00 \u00a4" }
77    };    };
78    
79    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