src/jdk.localedata/share/classes/sun/text/resources/sk/JavaTimeSupplementary_sk.java

Print this page


   1 /*
   2  * Copyright (c) 2013, 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  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  30  * the Terms of Use in http://www.unicode.org/copyright.html.

  31  *
  32  * Permission is hereby granted, free of charge, to any person obtaining a copy
  33  * of the Unicode data files and any associated documentation (the "Data
  34  * Files") or Unicode software and any associated documentation (the
  35  * "Software") to deal in the Data Files or Software without restriction,
  36  * including without limitation the rights to use, copy, modify, merge,
  37  * publish, distribute, and/or sell copies of the Data Files or Software, and
  38  * to permit persons to whom the Data Files or Software are furnished to do so,
  39  * provided that (a) the above copyright notice(s) and this permission notice
  40  * appear with all copies of the Data Files or Software, (b) both the above
  41  * copyright notice(s) and this permission notice appear in associated
  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,



  52  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  54  * OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written authorization
  59  * of the copyright holder.
  60  */
  61 
  62 //  Note: this file has been generated by a tool.
  63 
  64 package sun.text.resources.sk;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_sk extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "Q1",
  75                     "Q2",
  76                     "Q3",
  77                     "Q4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1. \u0161tvr\u0165rok",
  83                     "2. \u0161tvr\u0165rok",
  84                     "3. \u0161tvr\u0165rok",
  85                     "4. \u0161tvr\u0165rok",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "Buddhistick\u00fd kalend\u00e1r" },
  98             { "calendarname.gregorian",
  99                 "Gregori\u00e1nsky kalend\u00e1r" },
 100             { "calendarname.gregory",
 101                 "Gregori\u00e1nsky kalend\u00e1r" },
 102             { "calendarname.islamic",
 103                 "Islamsk\u00fd kalend\u00e1r" },
 104             { "calendarname.islamic-civil",
 105                 "Islamsk\u00fd ob\u010diansky kalend\u00e1r" },
 106             { "calendarname.islamicc",
 107                 "Islamsk\u00fd ob\u010diansky kalend\u00e1r" },
 108             { "calendarname.japanese",
 109                 "Japonsk\u00fd kalend\u00e1r" },
 110             { "calendarname.roc",
 111                 "Kalend\u00e1r \u010c\u00ednskej republiky" },
 112             { "field.dayperiod",
 113                 "\u010cas\u0165 d\u0148a" },
 114             { "field.era",
 115                 "\u00c9ra" },
 116             { "field.hour",
 117                 "Hodina" },
 118             { "field.minute",
 119                 "Min\u00fata" },
 120             { "field.month",
 121                 "Mesiac" },
 122             { "field.second",
 123                 "Sekunda" },
 124             { "field.week",
 125                 "T\u00fd\u017ede\u0148" },
 126             { "field.weekday",
 127                 "De\u0148 v t\u00fd\u017edni" },
 128             { "field.year",
 129                 "Rok" },
 130             { "field.zone",
 131                 "P\u00e1smo" },



























































































































 132             { "java.time.short.Eras",
 133                 new String[] {
 134                     "pred n.l.",
 135                     "n.l.",
 136                 }
 137             },
































































































































 138         };
 139     }
 140 }
   1 /*
   2  * Copyright (c) 2014, 2015 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  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2015 Unicode, Inc. All rights reserved.
  30  * Distributed under the Terms of Use in 
  31  * http://www.unicode.org/copyright.html.
  32  *
  33  * Permission is hereby granted, free of charge, to any person obtaining
  34  * a copy of the Unicode data files and any associated documentation
  35  * (the "Data Files") or Unicode software and any associated documentation
  36  * (the "Software") to deal in the Data Files or Software
  37  * without restriction, including without limitation the rights to use,
  38  * copy, modify, merge, publish, distribute, and/or sell copies of
  39  * the Data Files or Software, and to permit persons to whom the Data Files
  40  * or Software are furnished to do so, provided that
  41  * (a) this copyright and permission notice appear with all copies 
  42  * of the Data Files or Software,
  43  * (b) this copyright and permission notice appear in associated 
  44  * documentation, and
  45  * (c) there is clear notice in each modified Data File or in the Software
  46  * as well as in the documentation associated with the Data File(s) or
  47  * Software that the data or software has been modified.
  48  *
  49  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  50  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  51  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  52  * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  53  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  54  * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  55  * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  56  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  57  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  58  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  59  *
  60  * Except as contained in this notice, the name of a copyright holder
  61  * shall not be used in advertising or otherwise to promote the sale,
  62  * use or other dealings in these Data Files or Software without prior
  63  * written authorization of the copyright holder.
  64  */
  65 
  66 //  Note: this file has been generated by a tool.
  67 
  68 package sun.text.resources.sk;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_sk extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {








  76             { "QuarterNames",
  77                 new String[] {
  78                     "1. \u0161tvr\u0165rok",
  79                     "2. \u0161tvr\u0165rok",
  80                     "3. \u0161tvr\u0165rok",
  81                     "4. \u0161tvr\u0165rok",
  82                 }
  83             },








  84             { "calendarname.buddhist",
  85                 "buddhistick\u00fd kalend\u00e1r" },
  86             { "calendarname.gregorian",
  87                 "gregori\u00e1nsky kalend\u00e1r" },
  88             { "calendarname.gregory",
  89                 "gregori\u00e1nsky kalend\u00e1r" },
  90             { "calendarname.islamic",
  91                 "islamsk\u00fd kalend\u00e1r" },
  92             { "calendarname.islamic-civil",
  93                 "Islamsk\u00fd ob\u010diansky kalend\u00e1r" },


  94             { "calendarname.japanese",
  95                 "japonsk\u00fd kalend\u00e1r" },
  96             { "calendarname.roc",
  97                 "\u010d\u00ednsky republik\u00e1nsky kalend\u00e1r" },
  98             { "field.dayperiod",
  99                 "\u010das\u0165 d\u0148a" },
 100             { "field.era",
 101                 "letopo\u010det" },
 102             { "field.hour",
 103                 "hodina" },
 104             { "field.minute",
 105                 "min\u00fata" },
 106             { "field.month",
 107                 "mesiac" },
 108             { "field.second",
 109                 "sekunda" },
 110             { "field.week",
 111                 "t\u00fd\u017ede\u0148" },
 112             { "field.weekday",
 113                 "de\u0148 v t\u00fd\u017edni" },
 114             { "field.year",
 115                 "rok" },
 116             { "field.zone",
 117                 "\u010dasov\u00e9 p\u00e1smo" },
 118             { "islamic.AmPmMarkers",

 119                 new String[] {

 120                     "dopoludnia",
 121                     "odpoludnia",
 122                 }

 123             },

 124             { "islamic.DatePatterns",

 125                 new String[] {

 126                     "EEEE, d. MMMM y GGGG",
 127                     "d. MMMM y GGGG",
 128                     "d.M.y GGGG",
 129                     "d.M.y G",
 130                 }

 131             },

 132             { "islamic.DayAbbreviations",

 133                 new String[] {

 134                     "ne",
 135                     "po",
 136                     "ut",
 137                     "st",
 138                     "\u0161t",
 139                     "pi",
 140                     "so",
 141                 }

 142             },

 143             { "islamic.DayNames",

 144                 new String[] {

 145                     "nede\u013ea",
 146                     "pondelok",
 147                     "utorok",
 148                     "streda",
 149                     "\u0161tvrtok",
 150                     "piatok",
 151                     "sobota",
 152                 }

 153             },

 154             { "islamic.DayNarrows",

 155                 new String[] {

 156                     "N",
 157                     "P",
 158                     "U",
 159                     "S",
 160                     "\u0160",
 161                     "P",
 162                     "S",
 163                 }

 164             },

 165             { "islamic.QuarterAbbreviations",

 166                 new String[] {

 167                     "Q1",
 168                     "Q2",
 169                     "Q3",
 170                     "Q4",
 171                 }

 172             },

 173             { "islamic.QuarterNames",

 174                 new String[] {

 175                     "1. \u0161tvr\u0165rok",
 176                     "2. \u0161tvr\u0165rok",
 177                     "3. \u0161tvr\u0165rok",
 178                     "4. \u0161tvr\u0165rok",
 179                 }

 180             },

 181             { "islamic.QuarterNarrows",

 182                 new String[] {

 183                     "1",
 184                     "2",
 185                     "3",
 186                     "4",
 187                 }

 188             },

 189             { "islamic.TimePatterns",

 190                 new String[] {

 191                     "H:mm:ss zzzz",
 192                     "H:mm:ss z",
 193                     "H:mm:ss",
 194                     "H:mm",
 195                 }

 196             },

 197             { "islamic.narrow.AmPmMarkers",

 198                 new String[] {

 199                     "dop.",
 200                     "odp.",
 201                 }

 202             },

 203             { "java.time.buddhist.DatePatterns",

 204                 new String[] {

 205                     "EEEE, d. MMMM y G",
 206                     "d. MMMM y G",
 207                     "d.M.y G",
 208                     "d.M.y GGGGG",
 209                 }

 210             },

 211             { "java.time.islamic.DatePatterns",

 212                 new String[] {

 213                     "EEEE, d. MMMM y G",
 214                     "d. MMMM y G",
 215                     "d.M.y G",
 216                     "d.M.y GGGGG",
 217                 }

 218             },

 219             { "java.time.japanese.DatePatterns",

 220                 new String[] {

 221                     "EEEE, d. MMMM y G",
 222                     "d. MMMM y G",
 223                     "d.M.y G",
 224                     "d.M.y GGGGG",
 225                 }

 226             },

 227             { "java.time.long.Eras",

 228                 new String[] {

 229                     "pred Kristom",
 230                     "po Kristovi",
 231                 }

 232             },

 233             { "java.time.roc.DatePatterns",

 234                 new String[] {

 235                     "EEEE, d. MMMM y G",
 236                     "d. MMMM y G",
 237                     "d.M.y G",
 238                     "d.M.y GGGGG",
 239                 }

 240             },

 241             { "java.time.short.Eras",
 242                 new String[] {
 243                     "pred n.l.",
 244                     "n.l.",
 245                 }
 246             },
 247             { "roc.AmPmMarkers",

 248                 new String[] {

 249                     "dopoludnia",
 250                     "odpoludnia",
 251                 }

 252             },

 253             { "roc.DatePatterns",

 254                 new String[] {

 255                     "EEEE, d. MMMM y GGGG",
 256                     "d. MMMM y GGGG",
 257                     "d.M.y GGGG",
 258                     "d.M.y G",
 259                 }

 260             },

 261             { "roc.DayAbbreviations",

 262                 new String[] {

 263                     "ne",
 264                     "po",
 265                     "ut",
 266                     "st",
 267                     "\u0161t",
 268                     "pi",
 269                     "so",
 270                 }

 271             },

 272             { "roc.DayNames",

 273                 new String[] {

 274                     "nede\u013ea",
 275                     "pondelok",
 276                     "utorok",
 277                     "streda",
 278                     "\u0161tvrtok",
 279                     "piatok",
 280                     "sobota",
 281                 }

 282             },

 283             { "roc.DayNarrows",

 284                 new String[] {

 285                     "N",
 286                     "P",
 287                     "U",
 288                     "S",
 289                     "\u0160",
 290                     "P",
 291                     "S",
 292                 }

 293             },

 294             { "roc.MonthAbbreviations",

 295                 new String[] {

 296                     "jan",
 297                     "feb",
 298                     "mar",
 299                     "apr",
 300                     "m\u00e1j",
 301                     "j\u00fan",
 302                     "j\u00fal",
 303                     "aug",
 304                     "sep",
 305                     "okt",
 306                     "nov",
 307                     "dec",
 308                     "",
 309                 }

 310             },

 311             { "roc.MonthNames",

 312                 new String[] {

 313                     "janu\u00e1ra",
 314                     "febru\u00e1ra",
 315                     "marca",
 316                     "apr\u00edla",
 317                     "m\u00e1ja",
 318                     "j\u00fana",
 319                     "j\u00fala",
 320                     "augusta",
 321                     "septembra",
 322                     "okt\u00f3bra",
 323                     "novembra",
 324                     "decembra",
 325                     "",
 326                 }

 327             },

 328             { "roc.MonthNarrows",

 329                 new String[] {

 330                     "j",
 331                     "f",
 332                     "m",
 333                     "a",
 334                     "m",
 335                     "j",
 336                     "j",
 337                     "a",
 338                     "s",
 339                     "o",
 340                     "n",
 341                     "d",
 342                     "",
 343                 }

 344             },

 345             { "roc.QuarterAbbreviations",

 346                 new String[] {

 347                     "Q1",
 348                     "Q2",
 349                     "Q3",
 350                     "Q4",
 351                 }

 352             },

 353             { "roc.QuarterNames",

 354                 new String[] {

 355                     "1. \u0161tvr\u0165rok",
 356                     "2. \u0161tvr\u0165rok",
 357                     "3. \u0161tvr\u0165rok",
 358                     "4. \u0161tvr\u0165rok",
 359                 }

 360             },

 361             { "roc.TimePatterns",

 362                 new String[] {

 363                     "H:mm:ss zzzz",
 364                     "H:mm:ss z",
 365                     "H:mm:ss",
 366                     "H:mm",
 367                 }

 368             },

 369             { "roc.narrow.AmPmMarkers",

 370                 new String[] {

 371                     "dop.",
 372                     "odp.",
 373                 }

 374             },

 375         };
 376     }
 377 }