src/jdk.localedata/share/classes/sun/text/resources/sr/JavaTimeSupplementary_sr_Latn.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.sr;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_sr_Latn 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. kvartal",
  83                     "2. kvartal",
  84                     "3. kvartal",
  85                     "4. kvartal",
  86                 }
  87             },
  88             { "calendarname.buddhist",
  89                 "Budisti\u010dki kalendar" },
  90             { "calendarname.gregorian",
  91                 "Gregorijanski kalendar" },
  92             { "calendarname.gregory",
  93                 "Gregorijanski kalendar" },
  94             { "calendarname.islamic",
  95                 "Islamski kalendar" },
  96             { "calendarname.islamic-civil",
  97                 "Islamski civilni kalendar" },
  98             { "calendarname.islamicc",
  99                 "Islamski civilni kalendar" },
 100             { "calendarname.japanese",
 101                 "Japanski kalendar" },
 102             { "calendarname.roc",
 103                 "Kalendar Republike Kine" },
 104             { "field.dayperiod",
 105                 "pre podne/ popodne" },
 106             { "field.era",
 107                 "era" },
 108             { "field.hour",
 109                 "\u010das" },
 110             { "field.minute",
 111                 "minut" },
 112             { "field.month",
 113                 "mesec" },
 114             { "field.second",
 115                 "sekund" },
 116             { "field.week",
 117                 "nedelja" },
 118             { "field.weekday",
 119                 "dan u nedelji" },
 120             { "field.year",
 121                 "godina" },
 122             { "field.zone",
 123                 "zona" },






























































































































 124             { "java.time.long.Eras",
 125                 new String[] {
 126                     "Pre nove ere",
 127                     "Nove ere",
 128                 }
 129             },
 130             { "java.time.short.Eras",
 131                 new String[] {
 132                     "p. n. e.",
 133                     "n. e",
 134                 }
 135             },







































 136             { "roc.Eras",
 137                 new String[] {
 138                     "Pre RK",
 139                     "RK",
 140                 }
 141             },















































































 142             { "roc.short.Eras",
 143                 new String[] {
 144                     "Pre RK",
 145                     "RK",
 146                 }
 147             },
 148         };
 149     }
 150 }
   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.sr;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_sr_Latn extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "K1",
  79                     "K2",
  80                     "K3",
  81                     "K4",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "Prvo tromese\u010dje",
  87                     "Drugo tromese\u010dje",
  88                     "Tre\u0107e tromese\u010dje",
  89                     "\u010cetvrto tromese\u010dje",
  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "budisti\u010dki kalendar" },
  94             { "calendarname.gregorian",
  95                 "gregorijanski kalendar" },
  96             { "calendarname.gregory",
  97                 "gregorijanski kalendar" },
  98             { "calendarname.islamic",
  99                 "islamski kalendar" },
 100             { "calendarname.islamic-civil",
 101                 "Islamski civilni kalendar" },


 102             { "calendarname.japanese",
 103                 "japanski kalendar" },
 104             { "calendarname.roc",
 105                 "kalendar Republike Kine" },
 106             { "field.dayperiod",
 107                 "pre podne/po podne" },
 108             { "field.era",
 109                 "era" },
 110             { "field.hour",
 111                 "sat" },
 112             { "field.minute",
 113                 "minut" },
 114             { "field.month",
 115                 "mesec" },
 116             { "field.second",
 117                 "sekund" },
 118             { "field.week",
 119                 "nedelja" },
 120             { "field.weekday",
 121                 "dan u nedelji" },
 122             { "field.year",
 123                 "godina" },
 124             { "field.zone",
 125                 "vremenska zona" },
 126             { "islamic.AmPmMarkers",

 127                 new String[] {

 128                     "pre podne",
 129                     "po podne",
 130                 }

 131             },

 132             { "islamic.DayAbbreviations",

 133                 new String[] {

 134                     "ned",
 135                     "pon",
 136                     "uto",
 137                     "sre",
 138                     "\u010det",
 139                     "pet",
 140                     "sub",
 141                 }

 142             },

 143             { "islamic.DayNames",

 144                 new String[] {

 145                     "nedelja",
 146                     "ponedeljak",
 147                     "utorak",
 148                     "sreda",
 149                     "\u010detvrtak",
 150                     "petak",
 151                     "subota",
 152                 }

 153             },

 154             { "islamic.DayNarrows",

 155                 new String[] {

 156                     "n",
 157                     "p",
 158                     "u",
 159                     "s",
 160                     "\u010d",
 161                     "p",
 162                     "s",
 163                 }

 164             },

 165             { "islamic.Eras",

 166                 new String[] {

 167                     "",
 168                     "AH",
 169                 }

 170             },

 171             { "islamic.MonthNames",

 172                 new String[] {

 173                     "Muraham",
 174                     "Safar",
 175                     "Rabi\u02bb I",
 176                     "Rabi\u02bb II",
 177                     "Jumada I",
 178                     "Jumada II",
 179                     "Ra\u0111ab",
 180                     "\u0160a\u02bbban",
 181                     "Ramadan",
 182                     "\u0160aval",
 183                     "Du\u02bbl-Ki\u02bbda",
 184                     "Du\u02bbl-hi\u0111a",
 185                     "",
 186                 }

 187             },

 188             { "islamic.QuarterAbbreviations",

 189                 new String[] {

 190                     "K1",
 191                     "K2",
 192                     "K3",
 193                     "K4",
 194                 }

 195             },

 196             { "islamic.QuarterNames",

 197                 new String[] {

 198                     "Prvo tromese\u010dje",
 199                     "Drugo tromese\u010dje",
 200                     "Tre\u0107e tromese\u010dje",
 201                     "\u010cetvrto tromese\u010dje",
 202                 }

 203             },

 204             { "islamic.long.Eras",

 205                 new String[] {

 206                     "",
 207                     "AH",
 208                 }

 209             },

 210             { "islamic.narrow.Eras",

 211                 new String[] {

 212                     "",
 213                     "AH",
 214                 }

 215             },

 216             { "islamic.short.Eras",

 217                 new String[] {

 218                     "",
 219                     "AH",
 220                 }

 221             },

 222             { "java.time.buddhist.long.Eras",

 223                 new String[] {

 224                     "BC",
 225                     "BE",
 226                 }

 227             },

 228             { "java.time.buddhist.short.Eras",

 229                 new String[] {

 230                     "BC",
 231                     "BE",
 232                 }

 233             },

 234             { "java.time.japanese.long.Eras",

 235                 new String[] {

 236                     "Nove ere",
 237                     "Mei\u0111i",
 238                     "Tai\u0161o",
 239                     "\u0160ova",
 240                     "Haisei",
 241                 }

 242             },

 243             { "java.time.japanese.short.Eras",

 244                 new String[] {

 245                     "n. e.",
 246                     "Mei\u0111i",
 247                     "Tai\u0161o",
 248                     "\u0160ova",
 249                     "Haisei",
 250                 }

 251             },

 252             { "java.time.long.Eras",
 253                 new String[] {
 254                     "Pre nove ere",
 255                     "Nove ere",
 256                 }
 257             },
 258             { "java.time.short.Eras",
 259                 new String[] {
 260                     "p. n. e.",
 261                     "n. e",
 262                 }
 263             },
 264             { "roc.AmPmMarkers",

 265                 new String[] {

 266                     "pre podne",
 267                     "po podne",
 268                 }

 269             },

 270             { "roc.DayAbbreviations",

 271                 new String[] {

 272                     "ned",
 273                     "pon",
 274                     "uto",
 275                     "sre",
 276                     "\u010det",
 277                     "pet",
 278                     "sub",
 279                 }

 280             },

 281             { "roc.DayNames",

 282                 new String[] {

 283                     "nedelja",
 284                     "ponedeljak",
 285                     "utorak",
 286                     "sreda",
 287                     "\u010detvrtak",
 288                     "petak",
 289                     "subota",
 290                 }

 291             },

 292             { "roc.DayNarrows",

 293                 new String[] {

 294                     "n",
 295                     "p",
 296                     "u",
 297                     "s",
 298                     "\u010d",
 299                     "p",
 300                     "s",
 301                 }

 302             },

 303             { "roc.Eras",
 304                 new String[] {
 305                     "Pre RK",
 306                     "RK",
 307                 }
 308             },
 309             { "roc.MonthAbbreviations",

 310                 new String[] {

 311                     "jan",
 312                     "feb",
 313                     "mar",
 314                     "apr",
 315                     "maj",
 316                     "jun",
 317                     "jul",
 318                     "avg",
 319                     "sep",
 320                     "okt",
 321                     "nov",
 322                     "dec",
 323                     "",
 324                 }

 325             },

 326             { "roc.MonthNames",

 327                 new String[] {

 328                     "januar",
 329                     "februar",
 330                     "mart",
 331                     "april",
 332                     "maj",
 333                     "jun",
 334                     "jul",
 335                     "avgust",
 336                     "septembar",
 337                     "oktobar",
 338                     "novembar",
 339                     "decembar",
 340                     "",
 341                 }

 342             },

 343             { "roc.MonthNarrows",

 344                 new String[] {

 345                     "j",
 346                     "f",
 347                     "m",
 348                     "a",
 349                     "m",
 350                     "j",
 351                     "j",
 352                     "a",
 353                     "s",
 354                     "o",
 355                     "n",
 356                     "d",
 357                     "",
 358                 }

 359             },

 360             { "roc.QuarterAbbreviations",

 361                 new String[] {

 362                     "K1",
 363                     "K2",
 364                     "K3",
 365                     "K4",
 366                 }

 367             },

 368             { "roc.QuarterNames",

 369                 new String[] {

 370                     "Prvo tromese\u010dje",
 371                     "Drugo tromese\u010dje",
 372                     "Tre\u0107e tromese\u010dje",
 373                     "\u010cetvrto tromese\u010dje",
 374                 }

 375             },

 376             { "roc.long.Eras",

 377                 new String[] {

 378                     "Pre RK",
 379                     "RK",
 380                 }

 381             },

 382             { "roc.narrow.Eras",

 383                 new String[] {

 384                     "Pre RK",
 385                     "RK",
 386                 }

 387             },

 388             { "roc.short.Eras",
 389                 new String[] {
 390                     "Pre RK",
 391                     "RK",
 392                 }
 393             },
 394         };
 395     }
 396 }