1 /*
   2  * Copyright (c) 2013, 2016, 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-2016 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.ext;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_nl extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] sharedQuarterAbbreviations = {
  76             "K1",
  77             "K2",
  78             "K3",
  79             "K4",
  80         };
  81 
  82         final String[] sharedQuarterNames = {
  83             "1e kwartaal",
  84             "2e kwartaal",
  85             "3e kwartaal",
  86             "4e kwartaal",
  87         };
  88 
  89         final String[] sharedAmPmMarkers = {
  90             "a.m.",
  91             "p.m.",
  92         };
  93 
  94         final String[] sharedDatePatterns = {
  95             "EEEE d MMMM y GGGG",
  96             "d MMMM y GGGG",
  97             "d MMM y GGGG",
  98             "dd-MM-yy G",
  99         };
 100 
 101         final String[] sharedDayAbbreviations = {
 102             "zo",
 103             "ma",
 104             "di",
 105             "wo",
 106             "do",
 107             "vr",
 108             "za",
 109         };
 110 
 111         final String[] sharedDayNames = {
 112             "zondag",
 113             "maandag",
 114             "dinsdag",
 115             "woensdag",
 116             "donderdag",
 117             "vrijdag",
 118             "zaterdag",
 119         };
 120 
 121         final String[] sharedDayNarrows = {
 122             "Z",
 123             "M",
 124             "D",
 125             "W",
 126             "D",
 127             "V",
 128             "Z",
 129         };
 130 
 131         final String[] sharedEras = {
 132             "",
 133             "Sa\u02bbna Hizjria",
 134         };
 135 
 136         final String[] sharedJavaTimeDatePatterns = {
 137             "EEEE d MMMM y G",
 138             "d MMMM y G",
 139             "d MMM y G",
 140             "dd-MM-yy GGGGG",
 141         };
 142 
 143         final String[] sharedShortEras = {
 144             "voor R.O.C.",
 145             "Minguo",
 146         };
 147 
 148         return new Object[][] {
 149             { "QuarterAbbreviations",
 150                 sharedQuarterAbbreviations },
 151             { "QuarterNames",
 152                 sharedQuarterNames },
 153             { "calendarname.buddhist",
 154                 "Boeddhistische kalender" },
 155             { "calendarname.gregorian",
 156                 "Gregoriaanse kalender" },
 157             { "calendarname.gregory",
 158                 "Gregoriaanse kalender" },
 159             { "calendarname.islamic",
 160                 "Islamitische kalender" },
 161             { "calendarname.islamic-civil",
 162                 "Islamitische kalender (cyclisch)" },
 163             { "calendarname.islamic-umalqura",
 164                 "Islamitische kalender (Umm al-Qura)" },
 165             { "calendarname.japanese",
 166                 "Japanse kalender" },
 167             { "calendarname.roc",
 168                 "Kalender van de Chinese Republiek" },
 169             { "field.dayperiod",
 170                 "a.m./p.m." },
 171             { "field.era",
 172                 "tijdperk" },
 173             { "field.hour",
 174                 "Uur" },
 175             { "field.minute",
 176                 "minuut" },
 177             { "field.month",
 178                 "maand" },
 179             { "field.second",
 180                 "seconde" },
 181             { "field.week",
 182                 "week" },
 183             { "field.weekday",
 184                 "dag van de week" },
 185             { "field.year",
 186                 "jaar" },
 187             { "field.zone",
 188                 "tijdzone" },
 189             { "islamic.AmPmMarkers",
 190                 sharedAmPmMarkers },
 191             { "islamic.DatePatterns",
 192                 sharedDatePatterns },
 193             { "islamic.DayAbbreviations",
 194                 sharedDayAbbreviations },
 195             { "islamic.DayNames",
 196                 sharedDayNames },
 197             { "islamic.DayNarrows",
 198                 sharedDayNarrows },
 199             { "islamic.Eras",
 200                 sharedEras },
 201             { "islamic.MonthAbbreviations",
 202                 new String[] {
 203                     "Moeh.",
 204                     "Saf.",
 205                     "Rab. I",
 206                     "Rab. II",
 207                     "Joem. I",
 208                     "Joem. II",
 209                     "Raj.",
 210                     "Sja.",
 211                     "Ram.",
 212                     "Sjaw.",
 213                     "Doe al k.",
 214                     "Doe al h.",
 215                     "",
 216                 }
 217             },
 218             { "islamic.MonthNames",
 219                 new String[] {
 220                     "Moeharram",
 221                     "Safar",
 222                     "Rabi\u02bba al awal",
 223                     "Rabi\u02bba al thani",
 224                     "Joemad\u02bbal awal",
 225                     "Joemad\u02bbal thani",
 226                     "Rajab",
 227                     "Sja\u02bbaban",
 228                     "Ramadan",
 229                     "Sjawal",
 230                     "Doe al ka\u02bbaba",
 231                     "Doe al hizja",
 232                     "",
 233                 }
 234             },
 235             { "islamic.QuarterAbbreviations",
 236                 sharedQuarterAbbreviations },
 237             { "islamic.QuarterNames",
 238                 sharedQuarterNames },
 239             { "islamic.abbreviated.AmPmMarkers",
 240                 sharedAmPmMarkers },
 241             { "islamic.long.Eras",
 242                 sharedEras },
 243             { "islamic.narrow.AmPmMarkers",
 244                 sharedAmPmMarkers },
 245             { "islamic.narrow.Eras",
 246                 sharedEras },
 247             { "islamic.short.Eras",
 248                 sharedEras },
 249             { "java.time.buddhist.DatePatterns",
 250                 sharedJavaTimeDatePatterns },
 251             { "java.time.buddhist.short.Eras",
 252                 new String[] {
 253                     "BC",
 254                     "BE",
 255                 }
 256             },
 257             { "java.time.islamic.DatePatterns",
 258                 sharedJavaTimeDatePatterns },
 259             { "java.time.japanese.DatePatterns",
 260                 sharedJavaTimeDatePatterns },
 261             { "java.time.japanese.long.Eras",
 262                 new String[] {
 263                     "na Christus",
 264                     "Meiji",
 265                     "Taish\u014d",
 266                     "Sh\u014dwa",
 267                     "Heisei",
 268                 }
 269             },
 270             { "java.time.japanese.short.Eras",
 271                 new String[] {
 272                     "n.Chr.",
 273                     "Meiji",
 274                     "Taish\u014d",
 275                     "Sh\u014dwa",
 276                     "Heisei",
 277                 }
 278             },
 279             { "java.time.long.Eras",
 280                 new String[] {
 281                     "voor Christus",
 282                     "na Christus",
 283                 }
 284             },
 285             { "java.time.roc.DatePatterns",
 286                 sharedJavaTimeDatePatterns },
 287             { "java.time.short.Eras",
 288                 new String[] {
 289                     "v. Chr.",
 290                     "n. Chr.",
 291                 }
 292             },
 293             { "roc.AmPmMarkers",
 294                 sharedAmPmMarkers },
 295             { "roc.DatePatterns",
 296                 sharedDatePatterns },
 297             { "roc.DayAbbreviations",
 298                 sharedDayAbbreviations },
 299             { "roc.DayNames",
 300                 sharedDayNames },
 301             { "roc.DayNarrows",
 302                 sharedDayNarrows },
 303             { "roc.Eras",
 304                 sharedShortEras },
 305             { "roc.MonthAbbreviations",
 306                 new String[] {
 307                     "jan.",
 308                     "feb.",
 309                     "mrt.",
 310                     "apr.",
 311                     "mei",
 312                     "jun.",
 313                     "jul.",
 314                     "aug.",
 315                     "sep.",
 316                     "okt.",
 317                     "nov.",
 318                     "dec.",
 319                     "",
 320                 }
 321             },
 322             { "roc.MonthNames",
 323                 new String[] {
 324                     "januari",
 325                     "februari",
 326                     "maart",
 327                     "april",
 328                     "mei",
 329                     "juni",
 330                     "juli",
 331                     "augustus",
 332                     "september",
 333                     "oktober",
 334                     "november",
 335                     "december",
 336                     "",
 337                 }
 338             },
 339             { "roc.MonthNarrows",
 340                 new String[] {
 341                     "J",
 342                     "F",
 343                     "M",
 344                     "A",
 345                     "M",
 346                     "J",
 347                     "J",
 348                     "A",
 349                     "S",
 350                     "O",
 351                     "N",
 352                     "D",
 353                     "",
 354                 }
 355             },
 356             { "roc.QuarterAbbreviations",
 357                 sharedQuarterAbbreviations },
 358             { "roc.QuarterNames",
 359                 sharedQuarterNames },
 360             { "roc.abbreviated.AmPmMarkers",
 361                 sharedAmPmMarkers },
 362             { "roc.long.Eras",
 363                 sharedShortEras },
 364             { "roc.narrow.AmPmMarkers",
 365                 sharedAmPmMarkers },
 366             { "roc.narrow.Eras",
 367                 sharedShortEras },
 368             { "roc.short.Eras",
 369                 sharedShortEras },
 370         };
 371     }
 372 }