src/share/classes/sun/text/resources/sv/FormatData_sv.java

Print this page




  65                     "" // month 13 if applicable
  66                 }
  67             },
  68             { "MonthAbbreviations",
  69                 new String[] {
  70                     "jan", // abb january
  71                     "feb", // abb february
  72                     "mar", // abb march
  73                     "apr", // abb april
  74                     "maj", // abb may
  75                     "jun", // abb june
  76                     "jul", // abb july
  77                     "aug", // abb august
  78                     "sep", // abb september
  79                     "okt", // abb october
  80                     "nov", // abb november
  81                     "dec", // abb december
  82                     "" // abb month 13 if applicable
  83                 }
  84             },

















  85             { "DayNames",
  86                 new String[] {
  87                     "s\u00f6ndag", // Sunday
  88                     "m\u00e5ndag", // Monday
  89                     "tisdag", // Tuesday
  90                     "onsdag", // Wednesday
  91                     "torsdag", // Thursday
  92                     "fredag", // Friday
  93                     "l\u00f6rdag" // Saturday
  94                 }
  95             },
  96             { "DayAbbreviations",
  97                 new String[] {
  98                     "s\u00f6", // abb Sunday
  99                     "m\u00e5", // abb Monday
 100                     "ti", // abb Tuesday
 101                     "on", // abb Wednesday
 102                     "to", // abb Thursday
 103                     "fr", // abb Friday
 104                     "l\u00f6" // abb Saturday
 105                 }
 106             },




























 107             { "AmPmMarkers",
 108                 new String[] {
 109                     "fm", // am marker
 110                     "em" // pm marker






 111                 }
 112             },
 113             { "NumberElements",
 114                 new String[] {
 115                     ",", // decimal separator
 116                     "\u00a0", // group (thousands) separator
 117                     ";", // list separator
 118                     "%", // percent sign
 119                     "0", // native 0 digit
 120                     "#", // pattern digit
 121                     "-", // minus sign
 122                     "E", // exponential
 123                     "\u2030", // per mille
 124                     "\u221e", // infinity
 125                     "\ufffd" // NaN
 126                 }
 127             },
 128             { "TimePatterns",
 129                 new String[] {
 130                     "'kl 'H:mm z", // full time pattern




  65                     "" // month 13 if applicable
  66                 }
  67             },
  68             { "MonthAbbreviations",
  69                 new String[] {
  70                     "jan", // abb january
  71                     "feb", // abb february
  72                     "mar", // abb march
  73                     "apr", // abb april
  74                     "maj", // abb may
  75                     "jun", // abb june
  76                     "jul", // abb july
  77                     "aug", // abb august
  78                     "sep", // abb september
  79                     "okt", // abb october
  80                     "nov", // abb november
  81                     "dec", // abb december
  82                     "" // abb month 13 if applicable
  83                 }
  84             },
  85             { "standalone.MonthNarrows",
  86                 new String[] {
  87                     "J",
  88                     "F",
  89                     "M",
  90                     "A",
  91                     "M",
  92                     "J",
  93                     "J",
  94                     "A",
  95                     "S",
  96                     "O",
  97                     "N",
  98                     "D",
  99                     "",
 100                 }
 101             },
 102             { "DayNames",
 103                 new String[] {
 104                     "s\u00f6ndag", // Sunday
 105                     "m\u00e5ndag", // Monday
 106                     "tisdag", // Tuesday
 107                     "onsdag", // Wednesday
 108                     "torsdag", // Thursday
 109                     "fredag", // Friday
 110                     "l\u00f6rdag" // Saturday
 111                 }
 112             },
 113             { "DayAbbreviations",
 114                 new String[] {
 115                     "s\u00f6", // abb Sunday
 116                     "m\u00e5", // abb Monday
 117                     "ti", // abb Tuesday
 118                     "on", // abb Wednesday
 119                     "to", // abb Thursday
 120                     "fr", // abb Friday
 121                     "l\u00f6" // abb Saturday
 122                 }
 123             },
 124             { "DayNarrows",
 125                 new String[] {
 126                     "S",
 127                     "M",
 128                     "T",
 129                     "O",
 130                     "T",
 131                     "F",
 132                     "L",
 133                 }
 134             },
 135             { "standalone.DayNarrows",
 136                 new String[] {
 137                     "S",
 138                     "M",
 139                     "T",
 140                     "O",
 141                     "T",
 142                     "F",
 143                     "L",
 144                 }
 145             },
 146             { "narrow.Eras",
 147                 new String[] {
 148                     "f.Kr.",
 149                     "e.Kr.",
 150                 }
 151             },
 152             { "AmPmMarkers",
 153                 new String[] {
 154                     "fm", // am marker
 155                     "em" // pm marker
 156                 }
 157             },
 158             { "narrow.AmPmMarkers",
 159                 new String[] {
 160                     "f",
 161                     "e",
 162                 }
 163             },
 164             { "NumberElements",
 165                 new String[] {
 166                     ",", // decimal separator
 167                     "\u00a0", // group (thousands) separator
 168                     ";", // list separator
 169                     "%", // percent sign
 170                     "0", // native 0 digit
 171                     "#", // pattern digit
 172                     "-", // minus sign
 173                     "E", // exponential
 174                     "\u2030", // per mille
 175                     "\u221e", // infinity
 176                     "\ufffd" // NaN
 177                 }
 178             },
 179             { "TimePatterns",
 180                 new String[] {
 181                     "'kl 'H:mm z", // full time pattern