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.fi;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_fi extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "1. nelj.",
  79                     "2. nelj.",
  80                     "3. nelj.",
  81                     "4. nelj.",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1. nelj\u00e4nnes",
  87                     "2. nelj\u00e4nnes",
  88                     "3. nelj\u00e4nnes",
  89                     "4. nelj\u00e4nnes",
  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "buddhalainen kalenteri" },
  94             { "calendarname.gregorian",
  95                 "gregoriaaninen kalenteri" },
  96             { "calendarname.gregory",
  97                 "gregoriaaninen kalenteri" },
  98             { "calendarname.islamic",
  99                 "islamilainen kalenteri" },
 100             { "calendarname.islamic-civil",
 101                 "islamilainen siviilikalenteri, perjantai-epookki" },
 102             { "calendarname.islamic-umalqura",
 103                 "islamilainen Umm al-Qura -kalenteri" },
 104             { "calendarname.japanese",
 105                 "japanilainen kalenteri" },
 106             { "calendarname.roc",
 107                 "Kiinan tasavallan kalenteri" },
 108             { "field.dayperiod",
 109                 "vuorokaudenaika" },
 110             { "field.era",
 111                 "aikakausi" },
 112             { "field.hour",
 113                 "tunti" },
 114             { "field.minute",
 115                 "minuutti" },
 116             { "field.month",
 117                 "kuukausi" },
 118             { "field.second",
 119                 "sekunti" },
 120             { "field.week",
 121                 "viikko" },
 122             { "field.weekday",
 123                 "viikonp\u00e4iv\u00e4" },
 124             { "field.year",
 125                 "vuosi" },
 126             { "field.zone",
 127                 "aikavy\u00f6hyke" },
 128             { "islamic.AmPmMarkers",
 129                 new String[] {
 130                     "ap.",
 131                     "ip.",
 132                 }
 133             },
 134             { "islamic.DatePatterns",
 135                 new String[] {
 136                     "EEEE d. MMMM y GGGG",
 137                     "d. MMMM y GGGG",
 138                     "d.M.y GGGG",
 139                     "d.M.y G",
 140                 }
 141             },
 142             { "islamic.DayAbbreviations",
 143                 new String[] {
 144                     "su",
 145                     "ma",
 146                     "ti",
 147                     "ke",
 148                     "to",
 149                     "pe",
 150                     "la",
 151                 }
 152             },
 153             { "islamic.DayNames",
 154                 new String[] {
 155                     "sunnuntaina",
 156                     "maanantaina",
 157                     "tiistaina",
 158                     "keskiviikkona",
 159                     "torstaina",
 160                     "perjantaina",
 161                     "lauantaina",
 162                 }
 163             },
 164             { "islamic.DayNarrows",
 165                 new String[] {
 166                     "S",
 167                     "M",
 168                     "T",
 169                     "K",
 170                     "T",
 171                     "P",
 172                     "L",
 173                 }
 174             },
 175             { "islamic.MonthNames",
 176                 new String[] {
 177                     "muharram",
 178                     "safar",
 179                     "rabi\u2019 al-awwal",
 180                     "rabi\u2019 al-akhir",
 181                     "d\u017eumada-l-ula",
 182                     "d\u017eumada-l-akhira",
 183                     "rad\u017eab",
 184                     "\u0161a\u2019ban",
 185                     "ramadan",
 186                     "\u0161awwal",
 187                     "dhu-l-qa\u2019da",
 188                     "dhu-l-hidd\u017ea",
 189                     "",
 190                 }
 191             },
 192             { "islamic.QuarterAbbreviations",
 193                 new String[] {
 194                     "1. nelj.",
 195                     "2. nelj.",
 196                     "3. nelj.",
 197                     "4. nelj.",
 198                 }
 199             },
 200             { "islamic.QuarterNames",
 201                 new String[] {
 202                     "1. nelj\u00e4nnes",
 203                     "2. nelj\u00e4nnes",
 204                     "3. nelj\u00e4nnes",
 205                     "4. nelj\u00e4nnes",
 206                 }
 207             },
 208             { "islamic.QuarterNarrows",
 209                 new String[] {
 210                     "1",
 211                     "2",
 212                     "3",
 213                     "4",
 214                 }
 215             },
 216             { "islamic.TimePatterns",
 217                 new String[] {
 218                     "H.mm.ss zzzz",
 219                     "H.mm.ss z",
 220                     "H.mm.ss",
 221                     "H.mm",
 222                 }
 223             },
 224             { "islamic.narrow.AmPmMarkers",
 225                 new String[] {
 226                     "ap.",
 227                     "ip.",
 228                 }
 229             },
 230             { "java.time.DatePatterns",
 231                 new String[] {
 232                     "cccc d. MMMM y",
 233                     "d. MMMM y",
 234                     "d.M.y",
 235                     "d.M.y",
 236                 }
 237             },
 238             { "java.time.buddhist.DatePatterns",
 239                 new String[] {
 240                     "cccc d. MMMM y G",
 241                     "d. MMMM y G",
 242                     "d.M.y G",
 243                     "d.M.y GGGGG",
 244                 }
 245             },
 246             { "java.time.buddhist.long.Eras",
 247                 new String[] {
 248                     "BC",
 249                     "BE",
 250                 }
 251             },
 252             { "java.time.buddhist.short.Eras",
 253                 new String[] {
 254                     "BC",
 255                     "BE",
 256                 }
 257             },
 258             { "java.time.islamic.DatePatterns",
 259                 new String[] {
 260                     "cccc d. MMMM y G",
 261                     "d. MMMM y G",
 262                     "d.M.y G",
 263                     "d.M.y GGGGG",
 264                 }
 265             },
 266             { "java.time.japanese.DatePatterns",
 267                 new String[] {
 268                     "cccc d. MMMM y G",
 269                     "d. MMMM y G",
 270                     "d.M.y G",
 271                     "d.M.y GGGGG",
 272                 }
 273             },
 274             { "java.time.long.Eras",
 275                 new String[] {
 276                     "ennen Kristuksen syntym\u00e4\u00e4",
 277                     "j\u00e4lkeen Kristuksen syntym\u00e4n",
 278                 }
 279             },
 280             { "java.time.roc.DatePatterns",
 281                 new String[] {
 282                     "cccc d. MMMM y G",
 283                     "d. MMMM y G",
 284                     "d.M.y G",
 285                     "d.M.y GGGGG",
 286                 }
 287             },
 288             { "java.time.short.Eras",
 289                 new String[] {
 290                     "eKr.",
 291                     "jKr.",
 292                 }
 293             },
 294             { "roc.AmPmMarkers",
 295                 new String[] {
 296                     "ap.",
 297                     "ip.",
 298                 }
 299             },
 300             { "roc.DatePatterns",
 301                 new String[] {
 302                     "EEEE d. MMMM y GGGG",
 303                     "d. MMMM y GGGG",
 304                     "d.M.y GGGG",
 305                     "d.M.y G",
 306                 }
 307             },
 308             { "roc.DayAbbreviations",
 309                 new String[] {
 310                     "su",
 311                     "ma",
 312                     "ti",
 313                     "ke",
 314                     "to",
 315                     "pe",
 316                     "la",
 317                 }
 318             },
 319             { "roc.DayNames",
 320                 new String[] {
 321                     "sunnuntaina",
 322                     "maanantaina",
 323                     "tiistaina",
 324                     "keskiviikkona",
 325                     "torstaina",
 326                     "perjantaina",
 327                     "lauantaina",
 328                 }
 329             },
 330             { "roc.DayNarrows",
 331                 new String[] {
 332                     "S",
 333                     "M",
 334                     "T",
 335                     "K",
 336                     "T",
 337                     "P",
 338                     "L",
 339                 }
 340             },
 341             { "roc.Eras",
 342                 new String[] {
 343                     "Before R.O.C.",
 344                     "Minguo",
 345                 }
 346             },
 347             { "roc.MonthAbbreviations",
 348                 new String[] {
 349                     "tammikuuta",
 350                     "helmikuuta",
 351                     "maaliskuuta",
 352                     "huhtikuuta",
 353                     "toukokuuta",
 354                     "kes\u00e4kuuta",
 355                     "hein\u00e4kuuta",
 356                     "elokuuta",
 357                     "syyskuuta",
 358                     "lokakuuta",
 359                     "marraskuuta",
 360                     "joulukuuta",
 361                     "",
 362                 }
 363             },
 364             { "roc.MonthNames",
 365                 new String[] {
 366                     "tammikuuta",
 367                     "helmikuuta",
 368                     "maaliskuuta",
 369                     "huhtikuuta",
 370                     "toukokuuta",
 371                     "kes\u00e4kuuta",
 372                     "hein\u00e4kuuta",
 373                     "elokuuta",
 374                     "syyskuuta",
 375                     "lokakuuta",
 376                     "marraskuuta",
 377                     "joulukuuta",
 378                     "",
 379                 }
 380             },
 381             { "roc.MonthNarrows",
 382                 new String[] {
 383                     "T",
 384                     "H",
 385                     "M",
 386                     "H",
 387                     "T",
 388                     "K",
 389                     "H",
 390                     "E",
 391                     "S",
 392                     "L",
 393                     "M",
 394                     "J",
 395                     "",
 396                 }
 397             },
 398             { "roc.QuarterAbbreviations",
 399                 new String[] {
 400                     "1. nelj.",
 401                     "2. nelj.",
 402                     "3. nelj.",
 403                     "4. nelj.",
 404                 }
 405             },
 406             { "roc.QuarterNames",
 407                 new String[] {
 408                     "1. nelj\u00e4nnes",
 409                     "2. nelj\u00e4nnes",
 410                     "3. nelj\u00e4nnes",
 411                     "4. nelj\u00e4nnes",
 412                 }
 413             },
 414             { "roc.TimePatterns",
 415                 new String[] {
 416                     "H.mm.ss zzzz",
 417                     "H.mm.ss z",
 418                     "H.mm.ss",
 419                     "H.mm",
 420                 }
 421             },
 422             { "roc.long.Eras",
 423                 new String[] {
 424                     "Before R.O.C.",
 425                     "Minguo",
 426                 }
 427             },
 428             { "roc.narrow.AmPmMarkers",
 429                 new String[] {
 430                     "ap.",
 431                     "ip.",
 432                 }
 433             },
 434             { "roc.narrow.Eras",
 435                 new String[] {
 436                     "Before R.O.C.",
 437                     "Minguo",
 438                 }
 439             },
 440             { "roc.short.Eras",
 441                 new String[] {
 442                     "Before R.O.C.",
 443                     "Minguo",
 444                 }
 445             },
 446         };
 447     }
 448 }