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

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

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

revision 1.6 by mkoch, Sat Dec 18 21:18:53 2004 UTC revision 1.7 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_es_SV extends ListResourceBundle  public class LocaleInformation_es_SV extends ListResourceBundle
46  {  {
   static final String decimalSeparator = ".";  
   static final String groupingSeparator = "";  
   static final String numberFormat = "#.###";  
   static final String percentFormat = "#%";  
   static final String[] weekdays = { null, "domingo", "lunes", "martes", "mi\u00E9rcoles", "jueves", "viernes", "s\u00E1bado" };  
   
   static final String[] shortWeekdays = { null, "dom", "lun", "mar", "mi\u00E9", "jue", "vie", "s\u00E1b" };  
   
   static final String[] shortMonths = { "ene", "feb", "mar", "abr", "may", "jun", "jul", "ago", "sep", "oct", "nov", "dic", null };  
   
   static final String[] months = { "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", null };  
   
   static final String[] ampms = { "", "" };  
   static final String currencySymbol = "\u00A2";  
   static final String intlCurrencySymbol = "SVC";  
   static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";  
   
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 },  
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
49      { "shortDateFormat", "dd/MM/yy" },      { "shortDateFormat", "dd/MM/yy" },
50      { "mediumDateFormat", "dd/MM/yyyy" },      { "mediumDateFormat", "dd/MM/yyyy" },
51      { "shortTimeFormat", "hh:mm a" },      { "shortTimeFormat", "hh:mm a" },

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

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