src/jdk.localedata/share/classes/sun/text/resources/is/JavaTimeSupplementary_is.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.is;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_is extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "F1",
  75                     "F2",
  76                     "F3",
  77                     "F4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1st fj\u00f3r\u00f0ungur",
  83                     "2nd fj\u00f3r\u00f0ungur",
  84                     "3rd fj\u00f3r\u00f0ungur",
  85                     "4th fj\u00f3r\u00f0ungur",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "B\u00fadd\u00edskt dagatal" },
  98             { "calendarname.gregorian",
  99                 "Gregor\u00edskt dagatal" },
 100             { "calendarname.gregory",
 101                 "Gregor\u00edskt dagatal" },
 102             { "calendarname.islamic",
 103                 "\u00cdslamskt dagatal" },
 104             { "calendarname.islamic-civil",
 105                 "\u00cdslamskt borgaradagatal" },
 106             { "calendarname.islamicc",
 107                 "\u00cdslamskt borgaradagatal" },
 108             { "calendarname.japanese",
 109                 "Japanskt dagatal" },
 110             { "calendarname.roc",
 111                 "k\u00ednverskt dagatal" },
 112             { "field.dayperiod",
 113                 "f.h./e.h." },
 114             { "field.era",
 115                 "t\u00edmabil" },
 116             { "field.hour",
 117                 "klukkustund" },
 118             { "field.minute",
 119                 "m\u00edn\u00fata" },
 120             { "field.month",
 121                 "m\u00e1nu\u00f0ur" },
 122             { "field.second",
 123                 "sek\u00fanda" },
 124             { "field.week",
 125                 "vika" },
 126             { "field.weekday",
 127                 "vikudagur" },
 128             { "field.year",
 129                 "\u00e1r" },
 130             { "field.zone",
 131                 "sv\u00e6\u00f0i" },
 132             { "java.time.short.Eras",













































































































 133                 new String[] {
 134                     "fyrir Krist",
 135                     "eftir Krist",
 136                 }
 137             },














































































































































 138         };
 139     }
 140 }
   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.is;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_is extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "F1",
  79                     "F2",
  80                     "F3",
  81                     "F4",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1. fj\u00f3r\u00f0ungur",
  87                     "2. fj\u00f3r\u00f0ungur",
  88                     "3. fj\u00f3r\u00f0ungur",
  89                     "4. fj\u00f3r\u00f0ungur",








  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "B\u00fadd\u00edskt dagatal" },
  94             { "calendarname.gregorian",
  95                 "Gregor\u00edskt dagatal" },
  96             { "calendarname.gregory",
  97                 "Gregor\u00edskt dagatal" },
  98             { "calendarname.islamic",
  99                 "\u00cdslamskt dagatal" },
 100             { "calendarname.islamic-civil",
 101                 "\u00cdslamskt borgaradagatal" },


 102             { "calendarname.japanese",
 103                 "Japanskt dagatal" },
 104             { "calendarname.roc",
 105                 "Minguo dagatal" },
 106             { "field.dayperiod",
 107                 "f.h./e.h." },
 108             { "field.era",
 109                 "t\u00edmabil" },
 110             { "field.hour",
 111                 "klukkustund" },
 112             { "field.minute",
 113                 "m\u00edn\u00fata" },
 114             { "field.month",
 115                 "m\u00e1nu\u00f0ur" },
 116             { "field.second",
 117                 "sek\u00fanda" },
 118             { "field.week",
 119                 "vika" },
 120             { "field.weekday",
 121                 "vikudagur" },
 122             { "field.year",
 123                 "\u00e1r" },
 124             { "field.zone",
 125                 "t\u00edmabelti" },
 126             { "islamic.AmPmMarkers",

 127                 new String[] {

 128                     "f.h.",
 129                     "e.h.",
 130                 }

 131             },

 132             { "islamic.DatePatterns",

 133                 new String[] {

 134                     "EEEE, d. MMMM y GGGG",
 135                     "d. MMMM y GGGG",
 136                     "d.M.y GGGG",
 137                     "d.M.y G",
 138                 }

 139             },

 140             { "islamic.DayAbbreviations",

 141                 new String[] {

 142                     "sun.",
 143                     "m\u00e1n.",
 144                     "\u00feri.",
 145                     "mi\u00f0.",
 146                     "fim.",
 147                     "f\u00f6s.",
 148                     "lau.",
 149                 }

 150             },

 151             { "islamic.DayNames",

 152                 new String[] {

 153                     "sunnudagur",
 154                     "m\u00e1nudagur",
 155                     "\u00feri\u00f0judagur",
 156                     "mi\u00f0vikudagur",
 157                     "fimmtudagur",
 158                     "f\u00f6studagur",
 159                     "laugardagur",
 160                 }

 161             },

 162             { "islamic.DayNarrows",

 163                 new String[] {

 164                     "S",
 165                     "M",
 166                     "\u00de",
 167                     "M",
 168                     "F",
 169                     "F",
 170                     "L",
 171                 }

 172             },

 173             { "islamic.QuarterAbbreviations",

 174                 new String[] {

 175                     "F1",
 176                     "F2",
 177                     "F3",
 178                     "F4",
 179                 }

 180             },

 181             { "islamic.QuarterNames",

 182                 new String[] {

 183                     "1. fj\u00f3r\u00f0ungur",
 184                     "2. fj\u00f3r\u00f0ungur",
 185                     "3. fj\u00f3r\u00f0ungur",
 186                     "4. fj\u00f3r\u00f0ungur",
 187                 }

 188             },

 189             { "islamic.QuarterNarrows",

 190                 new String[] {

 191                     "1",
 192                     "2",
 193                     "3",
 194                     "4",
 195                 }

 196             },

 197             { "islamic.TimePatterns",

 198                 new String[] {

 199                     "HH:mm:ss zzzz",
 200                     "HH:mm:ss z",
 201                     "HH:mm:ss",
 202                     "HH:mm",
 203                 }

 204             },

 205             { "islamic.narrow.AmPmMarkers",

 206                 new String[] {

 207                     "f.",
 208                     "e.",
 209                 }

 210             },

 211             { "java.time.buddhist.DatePatterns",

 212                 new String[] {

 213                     "EEEE, d. MMMM y G",
 214                     "d. MMMM y G",
 215                     "d.M.y G",
 216                     "d.M.y GGGGG",
 217                 }

 218             },

 219             { "java.time.islamic.DatePatterns",

 220                 new String[] {

 221                     "EEEE, d. MMMM y G",
 222                     "d. MMMM y G",
 223                     "d.M.y G",
 224                     "d.M.y GGGGG",
 225                 }

 226             },

 227             { "java.time.japanese.DatePatterns",

 228                 new String[] {

 229                     "EEEE, d. MMMM y G",
 230                     "d. MMMM y G",
 231                     "d.M.y G",
 232                     "d.M.y GGGGG",
 233                 }

 234             },

 235             { "java.time.long.Eras",

 236                 new String[] {
 237                     "fyrir Krist",
 238                     "eftir Krist",
 239                 }
 240             },
 241             { "java.time.roc.DatePatterns",

 242                 new String[] {

 243                     "EEEE, d. MMMM y G",
 244                     "d. MMMM y G",
 245                     "d.M.y G",
 246                     "d.M.y GGGGG",
 247                 }

 248             },

 249             { "java.time.short.Eras",

 250                 new String[] {

 251                     "f.Kr.",
 252                     "e.Kr.",
 253                 }

 254             },

 255             { "roc.AmPmMarkers",

 256                 new String[] {

 257                     "f.h.",
 258                     "e.h.",
 259                 }

 260             },

 261             { "roc.DatePatterns",

 262                 new String[] {

 263                     "EEEE, d. MMMM y GGGG",
 264                     "d. MMMM y GGGG",
 265                     "d.M.y GGGG",
 266                     "d.M.y G",
 267                 }

 268             },

 269             { "roc.DayAbbreviations",

 270                 new String[] {

 271                     "sun.",
 272                     "m\u00e1n.",
 273                     "\u00feri.",
 274                     "mi\u00f0.",
 275                     "fim.",
 276                     "f\u00f6s.",
 277                     "lau.",
 278                 }

 279             },

 280             { "roc.DayNames",

 281                 new String[] {

 282                     "sunnudagur",
 283                     "m\u00e1nudagur",
 284                     "\u00feri\u00f0judagur",
 285                     "mi\u00f0vikudagur",
 286                     "fimmtudagur",
 287                     "f\u00f6studagur",
 288                     "laugardagur",
 289                 }

 290             },

 291             { "roc.DayNarrows",

 292                 new String[] {

 293                     "S",
 294                     "M",
 295                     "\u00de",
 296                     "M",
 297                     "F",
 298                     "F",
 299                     "L",
 300                 }

 301             },

 302             { "roc.MonthAbbreviations",

 303                 new String[] {

 304                     "jan.",
 305                     "feb.",
 306                     "mar.",
 307                     "apr.",
 308                     "ma\u00ed",
 309                     "j\u00fan.",
 310                     "j\u00fal.",
 311                     "\u00e1g\u00fa.",
 312                     "sep.",
 313                     "okt.",
 314                     "n\u00f3v.",
 315                     "des.",
 316                     "",
 317                 }

 318             },

 319             { "roc.MonthNames",

 320                 new String[] {

 321                     "jan\u00faar",
 322                     "febr\u00faar",
 323                     "mars",
 324                     "apr\u00edl",
 325                     "ma\u00ed",
 326                     "j\u00fan\u00ed",
 327                     "j\u00fal\u00ed",
 328                     "\u00e1g\u00fast",
 329                     "september",
 330                     "okt\u00f3ber",
 331                     "n\u00f3vember",
 332                     "desember",
 333                     "",
 334                 }

 335             },

 336             { "roc.MonthNarrows",

 337                 new String[] {

 338                     "J",
 339                     "F",
 340                     "M",
 341                     "A",
 342                     "M",
 343                     "J",
 344                     "J",
 345                     "\u00c1",
 346                     "S",
 347                     "O",
 348                     "N",
 349                     "D",
 350                     "",
 351                 }

 352             },

 353             { "roc.QuarterAbbreviations",

 354                 new String[] {

 355                     "F1",
 356                     "F2",
 357                     "F3",
 358                     "F4",
 359                 }

 360             },

 361             { "roc.QuarterNames",

 362                 new String[] {

 363                     "1. fj\u00f3r\u00f0ungur",
 364                     "2. fj\u00f3r\u00f0ungur",
 365                     "3. fj\u00f3r\u00f0ungur",
 366                     "4. fj\u00f3r\u00f0ungur",
 367                 }

 368             },

 369             { "roc.TimePatterns",

 370                 new String[] {

 371                     "HH:mm:ss zzzz",
 372                     "HH:mm:ss z",
 373                     "HH:mm:ss",
 374                     "HH:mm",
 375                 }

 376             },

 377             { "roc.narrow.AmPmMarkers",

 378                 new String[] {

 379                     "f.",
 380                     "e.",
 381                 }

 382             },

 383         };
 384     }
 385 }