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.sr;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_sr extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "\u041a1",
  75                     "\u041a2",
  76                     "\u041a3",
  77                     "\u041a4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "\u041f\u0440\u0432\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435",
  83                     "\u0414\u0440\u0443\u0433\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435",
  84                     "\u0422\u0440\u0435\u045b\u0435 \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435",
  85                     "\u0427\u0435\u0442\u0432\u0440\u0442\u043e \u0442\u0440\u043e\u043c\u0435\u0441\u0435\u0447\u0458\u0435",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1.",
  91                     "2.",
  92                     "3.",
  93                     "4.",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "\u0411\u0443\u0434\u0438\u0441\u0442\u0438\u0447\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
  98             { "calendarname.gregorian",
  99                 "\u0413\u0440\u0435\u0433\u043e\u0440\u0438\u0458\u0430\u043d\u0441\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 100             { "calendarname.gregory",
 101                 "\u0413\u0440\u0435\u0433\u043e\u0440\u0438\u0458\u0430\u043d\u0441\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 102             { "calendarname.islamic",
 103                 "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 104             { "calendarname.islamic-civil",
 105                 "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0438 \u0446\u0438\u0432\u0438\u043b\u043d\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 106             { "calendarname.islamicc",
 107                 "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0438 \u0446\u0438\u0432\u0438\u043b\u043d\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 108             { "calendarname.japanese",
 109                 "\u0408\u0430\u043f\u0430\u043d\u0441\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 110             { "calendarname.roc",
 111                 "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0435 \u041a\u0438\u043d\u0435" },
 112             { "field.dayperiod",
 113                 "\u043f\u0440\u0435 \u043f\u043e\u0434\u043d\u0435/\u043f\u043e\u043f\u043e\u0434\u043d\u0435" },
 114             { "field.era",
 115                 "\u0435\u0440\u0430" },
 116             { "field.hour",
 117                 "\u0447\u0430\u0441" },
 118             { "field.minute",
 119                 "\u043c\u0438\u043d\u0443\u0442" },
 120             { "field.month",
 121                 "\u043c\u0435\u0441\u0435\u0446" },
 122             { "field.second",
 123                 "\u0441\u0435\u043a\u0443\u043d\u0434" },
 124             { "field.week",
 125                 "\u043d\u0435\u0434\u0435\u0459\u0430" },
 126             { "field.weekday",
 127                 "\u0434\u0430\u043d \u0443 \u043d\u0435\u0434\u0435\u0459\u0438" },
 128             { "field.year",
 129                 "\u0433\u043e\u0434\u0438\u043d\u0430" },
 130             { "field.zone",
 131                 "\u0437\u043e\u043d\u0430" },
 132             { "islamic.Eras",
 133                 new String[] {
 134                     "",
 135                     "\u0410\u0425",
 136                 }
 137             },
 138             { "islamic.MonthNames",
 139                 new String[] {
 140                     "\u041c\u0443\u0440\u0430\u0445\u0430\u043c",
 141                     "\u0421\u0430\u0444\u0430\u0440",
 142                     "\u0420\u0430\u0431\u0438\u02bb I",
 143                     "\u0420\u0430\u0431\u0438\u02bb II",
 144                     "\u0408\u0443\u043c\u0430\u0434\u0430 I",
 145                     "\u0408\u0443\u043c\u0430\u0434\u0430 II",
 146                     "\u0420\u0430\u0452\u0430\u0431",
 147                     "\u0428\u0430\u02bb\u0431\u0430\u043d",
 148                     "\u0420\u0430\u043c\u0430\u0434\u0430\u043d",
 149                     "\u0428\u0430\u0432\u0430\u043b",
 150                     "\u0414\u0443\u02bb\u043b-\u041a\u0438\u02bb\u0434\u0430",
 151                     "\u0414\u0443\u02bb\u043b-\u0445\u0438\u0452\u0430",
 152                     "",
 153                 }
 154             },
 155             { "islamic.short.Eras",
 156                 new String[] {
 157                     "",
 158                     "\u0410\u0425",
 159                 }
 160             },
 161             { "java.time.buddhist.short.Eras",
 162                 new String[] {
 163                     "BC",
 164                     "\u0411\u0415",
 165                 }
 166             },
 167             { "java.time.japanese.DatePatterns",
 168                 new String[] {
 169                     "EEEE, MMMM d, y G",
 170                     "MMMM d, y G",
 171                     "MMM d, y G",
 172                     "M/d/yy G",
 173                 }
 174             },
 175             { "java.time.japanese.long.Eras",
 176                 new String[] {
 177                     "\u043d. \u0435.",
 178                     "\u041c\u0435\u0438\u0452\u0438",
 179                     "\u0422\u0430\u0438\u0448\u043e",
 180                     "\u0428\u043e\u0432\u0430",
 181                     "\u0425\u0430\u0438\u0441\u0435\u0438",
 182                 }
 183             },
 184             { "java.time.japanese.short.Eras",
 185                 new String[] {
 186                     "\u043d. \u0435.",
 187                     "\u041c\u0435\u0438\u0452\u0438",
 188                     "\u0422\u0430\u0438\u0448\u043e",
 189                     "\u0428\u043e\u0432\u0430",
 190                     "\u0425\u0430\u0438\u0441\u0435\u0438",
 191                 }
 192             },
 193             { "java.time.long.Eras",
 194                 new String[] {
 195                     "\u041f\u0440\u0435 \u043d\u043e\u0432\u0435 \u0435\u0440\u0435",
 196                     "\u041d\u043e\u0432\u0435 \u0435\u0440\u0435",
 197                 }
 198             },
 199             { "java.time.short.Eras",
 200                 new String[] {
 201                     "\u043f. \u043d. \u0435.",
 202                     "\u043d. \u0435",
 203                 }
 204             },
 205             { "roc.Eras",
 206                 new String[] {
 207                     "\u041f\u0440\u0435 \u0420\u041a",
 208                     "\u0420\u041a",
 209                 }
 210             },
 211             { "roc.short.Eras",
 212                 new String[] {
 213                     "\u041f\u0440\u0435 \u0420\u041a",
 214                     "\u0420\u041a",
 215                 }
 216             },
 217         };
 218     }
 219 }