1 /*
   2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  28  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  29  *
  30  * The original version of this source code and documentation
  31  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  32  * subsidiary of IBM. These materials are provided under terms
  33  * of a License Agreement between Taligent and Sun. This technology
  34  * is protected by multiple US and International patents.
  35  *
  36  * This notice and attribution to Taligent may not be removed.
  37  * Taligent is a registered trademark of Taligent, Inc.
  38  *
  39  */
  40 
  41 package sun.text.resources.sk;
  42 
  43 import java.util.ListResourceBundle;
  44 
  45 public class FormatData_sk extends ListResourceBundle {
  46     /**
  47      * Overrides ListResourceBundle
  48      */
  49     protected final Object[][] getContents() {
  50         return new Object[][] {
  51             { "MonthNames",
  52                 new String[] {
  53                     "janu\u00e1ra",
  54                     "febru\u00e1ra",
  55                     "marca",
  56                     "apr\u00edla",
  57                     "m\u00e1ja",
  58                     "j\u00fana",
  59                     "j\u00fala",
  60                     "augusta",
  61                     "septembra",
  62                     "okt\u00f3bra",
  63                     "novembra",
  64                     "decembra",
  65                     "",
  66                 }
  67             },
  68             { "standalone.MonthNames",
  69                 new String[] {
  70                     "janu\u00e1r", // january
  71                     "febru\u00e1r", // february
  72                     "marec", // march
  73                     "apr\u00edl", // april
  74                     "m\u00e1j", // may
  75                     "j\u00fan", // june
  76                     "j\u00fal", // july
  77                     "august", // august
  78                     "september", // september
  79                     "okt\u00f3ber", // october
  80                     "november", // november
  81                     "december", // december
  82                     "" // month 13 if applicable
  83                 }
  84             },
  85             { "MonthAbbreviations",
  86                 new String[] {
  87                     "jan",
  88                     "feb",
  89                     "mar",
  90                     "apr",
  91                     "m\u00e1j",
  92                     "j\u00fan",
  93                     "j\u00fal",
  94                     "aug",
  95                     "sep",
  96                     "okt",
  97                     "nov",
  98                     "dec",
  99                     "",
 100                 }
 101             },
 102             { "standalone.MonthAbbreviations",
 103                 new String[] {
 104                     "jan", // abb january
 105                     "feb", // abb february
 106                     "mar", // abb march
 107                     "apr", // abb april
 108                     "m\u00e1j", // abb may
 109                     "j\u00fan", // abb june
 110                     "j\u00fal", // abb july
 111                     "aug", // abb august
 112                     "sep", // abb september
 113                     "okt", // abb october
 114                     "nov", // abb november
 115                     "dec", // abb december
 116                     "" // abb month 13 if applicable
 117                 }
 118             },
 119             { "DayNames",
 120                 new String[] {
 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                 }
 172             },
 173             { "TimePatterns",
 174                 new String[] {
 175                     "H:mm:ss z", // full time pattern
 176                     "H:mm:ss z", // long time pattern
 177                     "H:mm:ss", // medium time pattern
 178                     "H:mm", // short time pattern
 179                 }
 180             },
 181             { "DatePatterns",
 182                 new String[] {
 183                     "EEEE, yyyy, MMMM d", // full date pattern
 184                     "EEEE, yyyy, MMMM d", // long date pattern
 185                     "d.M.yyyy", // medium date pattern
 186                     "d.M.yyyy", // short date pattern
 187                 }
 188             },
 189             { "DateTimePatterns",
 190                 new String[] {
 191                     "{1} {0}" // date-time pattern
 192                 }
 193             },
 194             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 195         };
 196     }
 197 }