1 /*
   2  * Copyright (c) 2013, 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.nl;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_nl 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                     "1e kwartaal",
  87                     "2e kwartaal",
  88                     "3e kwartaal",
  89                     "4e kwartaal",
  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "Boeddhistische kalender" },
  94             { "calendarname.gregorian",
  95                 "Gregoriaanse kalender" },
  96             { "calendarname.gregory",
  97                 "Gregoriaanse kalender" },
  98             { "calendarname.islamic",
  99                 "Islamitische kalender" },
 100             { "calendarname.islamic-civil",
 101                 "Islamitische kalender (cyclisch)" },
 102             { "calendarname.islamic-umalqura",
 103                 "Islamitische kalender (Umm al-Qura)" },
 104             { "calendarname.japanese",
 105                 "Japanse kalender" },
 106             { "calendarname.roc",
 107                 "Kalender van de Chinese Republiek" },
 108             { "field.dayperiod",
 109                 "a.m./p.m." },
 110             { "field.era",
 111                 "Tijdperk" },
 112             { "field.hour",
 113                 "Uur" },
 114             { "field.minute",
 115                 "Minuut" },
 116             { "field.month",
 117                 "Maand" },
 118             { "field.second",
 119                 "Seconde" },
 120             { "field.weekday",
 121                 "Dag van de week" },
 122             { "field.year",
 123                 "Jaar" },
 124             { "islamic.AmPmMarkers",
 125                 new String[] {
 126                     "a.m.",
 127                     "p.m.",
 128                 }
 129             },
 130             { "islamic.DatePatterns",
 131                 new String[] {
 132                     "EEEE d MMMM y GGGG",
 133                     "d MMMM y GGGG",
 134                     "d MMM y GGGG",
 135                     "dd-MM-yy G",
 136                 }
 137             },
 138             { "islamic.DayAbbreviations",
 139                 new String[] {
 140                     "zo",
 141                     "ma",
 142                     "di",
 143                     "wo",
 144                     "do",
 145                     "vr",
 146                     "za",
 147                 }
 148             },
 149             { "islamic.DayNames",
 150                 new String[] {
 151                     "zondag",
 152                     "maandag",
 153                     "dinsdag",
 154                     "woensdag",
 155                     "donderdag",
 156                     "vrijdag",
 157                     "zaterdag",
 158                 }
 159             },
 160             { "islamic.DayNarrows",
 161                 new String[] {
 162                     "Z",
 163                     "M",
 164                     "D",
 165                     "W",
 166                     "D",
 167                     "V",
 168                     "Z",
 169                 }
 170             },
 171             { "islamic.Eras",
 172                 new String[] {
 173                     "",
 174                     "Sa\u02bbna Hizjria",
 175                 }
 176             },
 177             { "islamic.MonthAbbreviations",
 178                 new String[] {
 179                     "Moeh.",
 180                     "Saf.",
 181                     "Rab. I",
 182                     "Rab. II",
 183                     "Joem. I",
 184                     "Joem. II",
 185                     "Raj.",
 186                     "Sja.",
 187                     "Ram.",
 188                     "Sjaw.",
 189                     "Doe al k.",
 190                     "Doe al h.",
 191                     "",
 192                 }
 193             },
 194             { "islamic.MonthNames",
 195                 new String[] {
 196                     "Moeharram",
 197                     "Safar",
 198                     "Rabi\u02bba al awal",
 199                     "Rabi\u02bba al thani",
 200                     "Joemad\u02bbal awal",
 201                     "Joemad\u02bbal thani",
 202                     "Rajab",
 203                     "Sja\u02bbaban",
 204                     "Ramadan",
 205                     "Sjawal",
 206                     "Doe al ka\u02bbaba",
 207                     "Doe al hizja",
 208                     "",
 209                 }
 210             },
 211             { "islamic.QuarterAbbreviations",
 212                 new String[] {
 213                     "K1",
 214                     "K2",
 215                     "K3",
 216                     "K4",
 217                 }
 218             },
 219             { "islamic.QuarterNames",
 220                 new String[] {
 221                     "1e kwartaal",
 222                     "2e kwartaal",
 223                     "3e kwartaal",
 224                     "4e kwartaal",
 225                 }
 226             },
 227             { "islamic.QuarterNarrows",
 228                 new String[] {
 229                     "1",
 230                     "2",
 231                     "3",
 232                     "4",
 233                 }
 234             },
 235             { "islamic.TimePatterns",
 236                 new String[] {
 237                     "HH:mm:ss zzzz",
 238                     "HH:mm:ss z",
 239                     "HH:mm:ss",
 240                     "HH:mm",
 241                 }
 242             },
 243             { "islamic.long.Eras",
 244                 new String[] {
 245                     "",
 246                     "Sa\u02bbna Hizjria",
 247                 }
 248             },
 249             { "islamic.narrow.AmPmMarkers",
 250                 new String[] {
 251                     "a.m.",
 252                     "p.m.",
 253                 }
 254             },
 255             { "islamic.narrow.Eras",
 256                 new String[] {
 257                     "",
 258                     "Sa\u02bbna Hizjria",
 259                 }
 260             },
 261             { "islamic.short.Eras",
 262                 new String[] {
 263                     "",
 264                     "Sa\u02bbna Hizjria",
 265                 }
 266             },
 267             { "java.time.buddhist.DatePatterns",
 268                 new String[] {
 269                     "EEEE d MMMM y G",
 270                     "d MMMM y G",
 271                     "d MMM y G",
 272                     "dd-MM-yy GGGGG",
 273                 }
 274             },
 275             { "java.time.buddhist.long.Eras",
 276                 new String[] {
 277                     "BC",
 278                     "BE",
 279                 }
 280             },
 281             { "java.time.buddhist.short.Eras",
 282                 new String[] {
 283                     "BC",
 284                     "BE",
 285                 }
 286             },
 287             { "java.time.islamic.DatePatterns",
 288                 new String[] {
 289                     "EEEE d MMMM y G",
 290                     "d MMMM y G",
 291                     "d MMM y G",
 292                     "dd-MM-yy GGGGG",
 293                 }
 294             },
 295             { "java.time.japanese.DatePatterns",
 296                 new String[] {
 297                     "EEEE d MMMM y G",
 298                     "d MMMM y G",
 299                     "d MMM y G",
 300                     "dd-MM-yy GGGGG",
 301                 }
 302             },
 303             { "java.time.long.Eras",
 304                 new String[] {
 305                     "voor Christus",
 306                     "na Christus",
 307                 }
 308             },
 309             { "java.time.roc.DatePatterns",
 310                 new String[] {
 311                     "EEEE d MMMM y G",
 312                     "d MMMM y G",
 313                     "d MMM y G",
 314                     "dd-MM-yy GGGGG",
 315                 }
 316             },
 317             { "java.time.short.Eras",
 318                 new String[] {
 319                     "v. Chr.",
 320                     "n. Chr.",
 321                 }
 322             },
 323             { "roc.AmPmMarkers",
 324                 new String[] {
 325                     "a.m.",
 326                     "p.m.",
 327                 }
 328             },
 329             { "roc.DatePatterns",
 330                 new String[] {
 331                     "EEEE d MMMM y GGGG",
 332                     "d MMMM y GGGG",
 333                     "d MMM y GGGG",
 334                     "dd-MM-yy G",
 335                 }
 336             },
 337             { "roc.DayAbbreviations",
 338                 new String[] {
 339                     "zo",
 340                     "ma",
 341                     "di",
 342                     "wo",
 343                     "do",
 344                     "vr",
 345                     "za",
 346                 }
 347             },
 348             { "roc.DayNames",
 349                 new String[] {
 350                     "zondag",
 351                     "maandag",
 352                     "dinsdag",
 353                     "woensdag",
 354                     "donderdag",
 355                     "vrijdag",
 356                     "zaterdag",
 357                 }
 358             },
 359             { "roc.DayNarrows",
 360                 new String[] {
 361                     "Z",
 362                     "M",
 363                     "D",
 364                     "W",
 365                     "D",
 366                     "V",
 367                     "Z",
 368                 }
 369             },
 370             { "roc.Eras",
 371                 new String[] {
 372                     "Before R.O.C.",
 373                     "Minguo",
 374                 }
 375             },
 376             { "roc.MonthAbbreviations",
 377                 new String[] {
 378                     "jan.",
 379                     "feb.",
 380                     "mrt.",
 381                     "apr.",
 382                     "mei",
 383                     "jun.",
 384                     "jul.",
 385                     "aug.",
 386                     "sep.",
 387                     "okt.",
 388                     "nov.",
 389                     "dec.",
 390                     "",
 391                 }
 392             },
 393             { "roc.MonthNames",
 394                 new String[] {
 395                     "januari",
 396                     "februari",
 397                     "maart",
 398                     "april",
 399                     "mei",
 400                     "juni",
 401                     "juli",
 402                     "augustus",
 403                     "september",
 404                     "oktober",
 405                     "november",
 406                     "december",
 407                     "",
 408                 }
 409             },
 410             { "roc.MonthNarrows",
 411                 new String[] {
 412                     "J",
 413                     "F",
 414                     "M",
 415                     "A",
 416                     "M",
 417                     "J",
 418                     "J",
 419                     "A",
 420                     "S",
 421                     "O",
 422                     "N",
 423                     "D",
 424                     "",
 425                 }
 426             },
 427             { "roc.QuarterAbbreviations",
 428                 new String[] {
 429                     "K1",
 430                     "K2",
 431                     "K3",
 432                     "K4",
 433                 }
 434             },
 435             { "roc.QuarterNames",
 436                 new String[] {
 437                     "1e kwartaal",
 438                     "2e kwartaal",
 439                     "3e kwartaal",
 440                     "4e kwartaal",
 441                 }
 442             },
 443             { "roc.TimePatterns",
 444                 new String[] {
 445                     "HH:mm:ss zzzz",
 446                     "HH:mm:ss z",
 447                     "HH:mm:ss",
 448                     "HH:mm",
 449                 }
 450             },
 451             { "roc.long.Eras",
 452                 new String[] {
 453                     "Before R.O.C.",
 454                     "Minguo",
 455                 }
 456             },
 457             { "roc.narrow.AmPmMarkers",
 458                 new String[] {
 459                     "a.m.",
 460                     "p.m.",
 461                 }
 462             },
 463             { "roc.narrow.Eras",
 464                 new String[] {
 465                     "Before R.O.C.",
 466                     "Minguo",
 467                 }
 468             },
 469             { "roc.short.Eras",
 470                 new String[] {
 471                     "Before R.O.C.",
 472                     "Minguo",
 473                 }
 474             },
 475         };
 476     }
 477 }