src/share/classes/sun/text/resources/sk/FormatData_sk.java

Print this page




 121                     "Nede\u013ea", // Sunday
 122                     "Pondelok", // Monday
 123                     "Utorok", // Tuesday
 124                     "Streda", // Wednesday
 125                     "\u0160tvrtok", // Thursday
 126                     "Piatok", // Friday
 127                     "Sobota" // Saturday
 128                 }
 129             },
 130             { "DayAbbreviations",
 131                 new String[] {
 132                     "Ne", // abb Sunday
 133                     "Po", // abb Monday
 134                     "Ut", // abb Tuesday
 135                     "St", // abb Wednesday
 136                     "\u0160t", // abb Thursday
 137                     "Pi", // abb Friday
 138                     "So" // abb Saturday
 139                 }
 140             },











 141             { "Eras",
 142                 new String[] { // era strings
 143                     "pred n.l.",
 144                     "n.l."
 145                 }
 146             },
 147             { "NumberElements",
 148                 new String[] {
 149                     ",", // decimal separator
 150                     "\u00a0", // group (thousands) separator
 151                     ";", // list separator
 152                     "%", // percent sign
 153                     "0", // native 0 digit
 154                     "#", // pattern digit
 155                     "-", // minus sign
 156                     "E", // exponential
 157                     "\u2030", // per mille
 158                     "\u221e", // infinity
 159                     "\ufffd" // NaN
 160                 }




 121                     "Nede\u013ea", // Sunday
 122                     "Pondelok", // Monday
 123                     "Utorok", // Tuesday
 124                     "Streda", // Wednesday
 125                     "\u0160tvrtok", // Thursday
 126                     "Piatok", // Friday
 127                     "Sobota" // Saturday
 128                 }
 129             },
 130             { "DayAbbreviations",
 131                 new String[] {
 132                     "Ne", // abb Sunday
 133                     "Po", // abb Monday
 134                     "Ut", // abb Tuesday
 135                     "St", // abb Wednesday
 136                     "\u0160t", // abb Thursday
 137                     "Pi", // abb Friday
 138                     "So" // abb Saturday
 139                 }
 140             },
 141             { "DayNarrows",
 142                 new String[] {
 143                     "N",
 144                     "P",
 145                     "U",
 146                     "S",
 147                     "\u0160",
 148                     "P",
 149                     "S",
 150                 }
 151             },
 152             { "Eras",
 153                 new String[] { // era strings
 154                     "pred n.l.",
 155                     "n.l."
 156                 }
 157             },
 158             { "NumberElements",
 159                 new String[] {
 160                     ",", // decimal separator
 161                     "\u00a0", // group (thousands) separator
 162                     ";", // list separator
 163                     "%", // percent sign
 164                     "0", // native 0 digit
 165                     "#", // pattern digit
 166                     "-", // minus sign
 167                     "E", // exponential
 168                     "\u2030", // per mille
 169                     "\u221e", // infinity
 170                     "\ufffd" // NaN
 171                 }