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

Diff of /classpath/gnu/java/locale/LocaleInformation_es_PY.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 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_es_PY extends ListResourceBundle  public class LocaleInformation_es_PY extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ",";  
   static final String groupingSeparator = "";  
47    static final String numberFormat = "#.###";    static final String numberFormat = "#.###";
48    static final String percentFormat = "#%";    static final String percentFormat = "#%";
49    static final String[] weekdays = { null, "domingo", "lunes", "martes", "mi\u00E9rcoles", "jueves", "viernes", "s\u00E1bado" };    static final String[] weekdays = { null, "domingo", "lunes", "martes", "mi\u00E9rcoles", "jueves", "viernes", "s\u00E1bado" };
# Line 57  public class LocaleInformation_es_PY ext Line 55  public class LocaleInformation_es_PY ext
55    static final String[] months = { "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", null };    static final String[] months = { "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", null };
56    
57    static final String[] ampms = { "", "" };    static final String[] ampms = { "", "" };
   
   static final String shortDateFormat = "dd/MM/yy";  
58    static final String currencySymbol = "Gs.";    static final String currencySymbol = "Gs.";
59    static final String intlCurrencySymbol = "PYG";    static final String intlCurrencySymbol = "PYG";
   static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";  
60    
61    private static final Object[][] contents =    private static final Object[][] contents =
62    {    {
# Line 70  public class LocaleInformation_es_PY ext Line 65  public class LocaleInformation_es_PY ext
65      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
66      { "months", months },      { "months", months },
67      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
68      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
69      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
70      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
71      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
72        { "decimalSeparator", "," },
73        { "groupingSeparator", "." },
74        { "currencyFormat", "\u00a4 #,##0;\u00a4 -#,##0" },
75        { "shortDateFormat", "dd/MM/yy" },
76        { "mediumDateFormat", "dd/MM/yyyy" },
77        { "shortTimeFormat", "hh:mm a" },
78        { "mediumTimeFormat", "hh:mm:ss a" },
79        { "longTimeFormat", "hh:mm:ss a z" },
80        { "fullTimeFormat", "hh:mm:ss a z" }
81    };    };
82    
83    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