src/share/classes/sun/text/resources/sl/FormatData_sl.java

Print this page




 104                     "Nedelja", // Sunday
 105                     "Ponedeljek", // Monday
 106                     "Torek", // Tuesday
 107                     "Sreda", // Wednesday
 108                     "\u010cetrtek", // Thursday
 109                     "Petek", // Friday
 110                     "Sobota" // Saturday
 111                 }
 112             },
 113             { "DayAbbreviations",
 114                 new String[] {
 115                     "Ned", // abb Sunday
 116                     "Pon", // abb Monday
 117                     "Tor", // abb Tuesday
 118                     "Sre", // abb Wednesday
 119                     "\u010cet", // abb Thursday
 120                     "Pet", // abb Friday
 121                     "Sob" // abb Saturday
 122                 }
 123             },











 124             { "Eras",
 125                 new String[] { // era strings
 126                     "pr.n.\u0161.",
 127                     "po Kr."
 128                 }
 129             },
 130             { "NumberElements",
 131                 new String[] {
 132                     ",", // decimal separator
 133                     ".", // group (thousands) separator
 134                     ";", // list separator
 135                     "%", // percent sign
 136                     "0", // native 0 digit
 137                     "#", // pattern digit
 138                     "-", // minus sign
 139                     "E", // exponential
 140                     "\u2030", // per mille
 141                     "\u221e", // infinity
 142                     "\ufffd" // NaN
 143                 }




 104                     "Nedelja", // Sunday
 105                     "Ponedeljek", // Monday
 106                     "Torek", // Tuesday
 107                     "Sreda", // Wednesday
 108                     "\u010cetrtek", // Thursday
 109                     "Petek", // Friday
 110                     "Sobota" // Saturday
 111                 }
 112             },
 113             { "DayAbbreviations",
 114                 new String[] {
 115                     "Ned", // abb Sunday
 116                     "Pon", // abb Monday
 117                     "Tor", // abb Tuesday
 118                     "Sre", // abb Wednesday
 119                     "\u010cet", // abb Thursday
 120                     "Pet", // abb Friday
 121                     "Sob" // abb Saturday
 122                 }
 123             },
 124             { "DayNarrows",
 125                 new String[] {
 126                     "n",
 127                     "p",
 128                     "t",
 129                     "s",
 130                     "\u010d",
 131                     "p",
 132                     "s",
 133                 }
 134             },
 135             { "Eras",
 136                 new String[] { // era strings
 137                     "pr.n.\u0161.",
 138                     "po Kr."
 139                 }
 140             },
 141             { "NumberElements",
 142                 new String[] {
 143                     ",", // decimal separator
 144                     ".", // group (thousands) separator
 145                     ";", // list separator
 146                     "%", // percent sign
 147                     "0", // native 0 digit
 148                     "#", // pattern digit
 149                     "-", // minus sign
 150                     "E", // exponential
 151                     "\u2030", // per mille
 152                     "\u221e", // infinity
 153                     "\ufffd" // NaN
 154                 }