src/share/classes/sun/text/resources/es/FormatData_es.java

Print this page




  87                     "domingo", // Sunday
  88                     "lunes", // Monday
  89                     "martes", // Tuesday
  90                     "mi\u00e9rcoles", // Wednesday
  91                     "jueves", // Thursday
  92                     "viernes", // Friday
  93                     "s\u00e1bado" // Saturday
  94                 }
  95             },
  96             { "DayAbbreviations",
  97                 new String[] {
  98                     "dom", // abb Sunday
  99                     "lun", // abb Monday
 100                     "mar", // abb Tuesday
 101                     "mi\u00e9", // abb Wednesday
 102                     "jue", // abb Thursday
 103                     "vie", // abb Friday
 104                     "s\u00e1b" // abb Saturday
 105                 }
 106             },











 107             { "NumberPatterns",
 108                 new String[] {
 109                     "#,##0.###;-#,##0.###", // decimal pattern
 110                     "\u00A4#,##0.00;(\u00A4#,##0.00)", // currency pattern
 111                     "#,##0%" // percent pattern
 112                 }
 113             },
 114             { "NumberElements",
 115                 new String[] {
 116                     ",", // decimal separator
 117                     ".", // group (thousands) separator
 118                     ";", // list separator
 119                     "%", // percent sign
 120                     "0", // native 0 digit
 121                     "#", // pattern digit
 122                     "-", // minus sign
 123                     "E", // exponential
 124                     "\u2030", // per mille
 125                     "\u221e", // infinity
 126                     "\ufffd" // NaN




  87                     "domingo", // Sunday
  88                     "lunes", // Monday
  89                     "martes", // Tuesday
  90                     "mi\u00e9rcoles", // Wednesday
  91                     "jueves", // Thursday
  92                     "viernes", // Friday
  93                     "s\u00e1bado" // Saturday
  94                 }
  95             },
  96             { "DayAbbreviations",
  97                 new String[] {
  98                     "dom", // abb Sunday
  99                     "lun", // abb Monday
 100                     "mar", // abb Tuesday
 101                     "mi\u00e9", // abb Wednesday
 102                     "jue", // abb Thursday
 103                     "vie", // abb Friday
 104                     "s\u00e1b" // abb Saturday
 105                 }
 106             },
 107             { "DayNarrows",
 108                 new String[] {
 109                     "D",
 110                     "L",
 111                     "M",
 112                     "X",
 113                     "J",
 114                     "V",
 115                     "S",
 116                 }
 117             },
 118             { "NumberPatterns",
 119                 new String[] {
 120                     "#,##0.###;-#,##0.###", // decimal pattern
 121                     "\u00A4#,##0.00;(\u00A4#,##0.00)", // currency pattern
 122                     "#,##0%" // percent pattern
 123                 }
 124             },
 125             { "NumberElements",
 126                 new String[] {
 127                     ",", // decimal separator
 128                     ".", // group (thousands) separator
 129                     ";", // list separator
 130                     "%", // percent sign
 131                     "0", // native 0 digit
 132                     "#", // pattern digit
 133                     "-", // minus sign
 134                     "E", // exponential
 135                     "\u2030", // per mille
 136                     "\u221e", // infinity
 137                     "\ufffd" // NaN