src/jdk.localedata/share/classes/sun/text/resources/ga/JavaTimeSupplementary_ga.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.ga;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_ga extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "R1",
  75                     "R2",
  76                     "R3",
  77                     "R4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1\u00fa r\u00e1ithe",
  83                     "2\u00fa r\u00e1ithe",
  84                     "3\u00fa r\u00e1ithe",
  85                     "4\u00fa r\u00e1ithe",
  86                 }
  87             },





















































































































































  88             { "java.time.short.Eras",
  89                 new String[] {
  90                     "RC",
  91                     "AD",
  92                 }
  93             },


























































































































  94         };
  95     }
  96 }
   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.ga;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_ga extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "R1",
  79                     "R2",
  80                     "R3",
  81                     "R4",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1\u00fa r\u00e1ithe",
  87                     "2\u00fa r\u00e1ithe",
  88                     "3\u00fa r\u00e1ithe",
  89                     "4\u00fa r\u00e1ithe",
  90                 }
  91             },
  92             { "calendarname.buddhist",

  93                 "F\u00e9ilire B\u00fada\u00edoch" },
  94             { "calendarname.gregorian",

  95                 "F\u00e9ilire Ghr\u00e9ag\u00f3ra" },
  96             { "calendarname.gregory",

  97                 "F\u00e9ilire Ghr\u00e9ag\u00f3ra" },
  98             { "calendarname.islamic",

  99                 "F\u00e9ilire Iosl\u00e1mach" },
 100             { "calendarname.japanese",

 101                 "F\u00e9ilire Seap\u00e1nach" },
 102             { "calendarname.roc",

 103                 "F\u00e9ilire T\u00e9av\u00e1nach" },
 104             { "field.dayperiod",

 105                 "a.m./p.m." },
 106             { "field.era",

 107                 "R\u00e9" },
 108             { "field.hour",

 109                 "Uair" },
 110             { "field.minute",

 111                 "N\u00f3im\u00e9ad" },
 112             { "field.month",

 113                 "M\u00ed" },
 114             { "field.second",

 115                 "Soicind" },
 116             { "field.week",

 117                 "Seachtain" },
 118             { "field.weekday",

 119                 "L\u00e1 na seachtaine" },
 120             { "field.year",

 121                 "Bliain" },
 122             { "field.zone",

 123                 "Crios Ama" },
 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/y G",
 136                 }

 137             },

 138             { "islamic.DayAbbreviations",

 139                 new String[] {

 140                     "Domh",
 141                     "Luan",
 142                     "M\u00e1irt",
 143                     "C\u00e9ad",
 144                     "D\u00e9ar",
 145                     "Aoine",
 146                     "Sath",
 147                 }

 148             },

 149             { "islamic.DayNames",

 150                 new String[] {

 151                     "D\u00e9 Domhnaigh",
 152                     "D\u00e9 Luain",
 153                     "D\u00e9 M\u00e1irt",
 154                     "D\u00e9 C\u00e9adaoin",
 155                     "D\u00e9ardaoin",
 156                     "D\u00e9 hAoine",
 157                     "D\u00e9 Sathairn",
 158                 }

 159             },

 160             { "islamic.DayNarrows",

 161                 new String[] {

 162                     "D",
 163                     "L",
 164                     "M",
 165                     "C",
 166                     "D",
 167                     "A",
 168                     "S",
 169                 }

 170             },

 171             { "islamic.QuarterAbbreviations",

 172                 new String[] {

 173                     "R1",
 174                     "R2",
 175                     "R3",
 176                     "R4",
 177                 }

 178             },

 179             { "islamic.QuarterNames",

 180                 new String[] {

 181                     "1\u00fa r\u00e1ithe",
 182                     "2\u00fa r\u00e1ithe",
 183                     "3\u00fa r\u00e1ithe",
 184                     "4\u00fa r\u00e1ithe",
 185                 }

 186             },

 187             { "islamic.QuarterNarrows",

 188                 new String[] {

 189                     "1",
 190                     "2",
 191                     "3",
 192                     "4",
 193                 }

 194             },

 195             { "islamic.TimePatterns",

 196                 new String[] {

 197                     "HH:mm:ss zzzz",
 198                     "HH:mm:ss z",
 199                     "HH:mm:ss",
 200                     "HH:mm",
 201                 }

 202             },

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

 204                 new String[] {

 205                     "EEEE d MMMM y G",
 206                     "d MMMM y G",
 207                     "d MMM y G",
 208                     "dd/MM/y GGGGG",
 209                 }

 210             },

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

 212                 new String[] {

 213                     "EEEE d MMMM y G",
 214                     "d MMMM y G",
 215                     "d MMM y G",
 216                     "dd/MM/y GGGGG",
 217                 }

 218             },

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

 220                 new String[] {

 221                     "EEEE d MMMM y G",
 222                     "d MMMM y G",
 223                     "d MMM y G",
 224                     "dd/MM/y GGGGG",
 225                 }

 226             },

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

 228                 new String[] {

 229                     "Roimh Chr\u00edost",
 230                     "Anno Domini",
 231                 }

 232             },

 233             { "java.time.roc.DatePatterns",

 234                 new String[] {

 235                     "EEEE d MMMM y G",
 236                     "d MMMM y G",
 237                     "d MMM y G",
 238                     "dd/MM/y GGGGG",
 239                 }

 240             },

 241             { "java.time.short.Eras",
 242                 new String[] {
 243                     "RC",
 244                     "AD",
 245                 }
 246             },
 247             { "roc.AmPmMarkers",

 248                 new String[] {

 249                     "a.m.",
 250                     "p.m.",
 251                 }

 252             },

 253             { "roc.DatePatterns",

 254                 new String[] {

 255                     "EEEE d MMMM y GGGG",
 256                     "d MMMM y GGGG",
 257                     "d MMM y GGGG",
 258                     "dd/MM/y G",
 259                 }

 260             },

 261             { "roc.DayAbbreviations",

 262                 new String[] {

 263                     "Domh",
 264                     "Luan",
 265                     "M\u00e1irt",
 266                     "C\u00e9ad",
 267                     "D\u00e9ar",
 268                     "Aoine",
 269                     "Sath",
 270                 }

 271             },

 272             { "roc.DayNames",

 273                 new String[] {

 274                     "D\u00e9 Domhnaigh",
 275                     "D\u00e9 Luain",
 276                     "D\u00e9 M\u00e1irt",
 277                     "D\u00e9 C\u00e9adaoin",
 278                     "D\u00e9ardaoin",
 279                     "D\u00e9 hAoine",
 280                     "D\u00e9 Sathairn",
 281                 }

 282             },

 283             { "roc.DayNarrows",

 284                 new String[] {

 285                     "D",
 286                     "L",
 287                     "M",
 288                     "C",
 289                     "D",
 290                     "A",
 291                     "S",
 292                 }

 293             },

 294             { "roc.MonthAbbreviations",

 295                 new String[] {

 296                     "Ean",
 297                     "Feabh",
 298                     "M\u00e1rta",
 299                     "Aib",
 300                     "Beal",
 301                     "Meith",
 302                     "I\u00fail",
 303                     "L\u00fan",
 304                     "MF\u00f3mh",
 305                     "DF\u00f3mh",
 306                     "Samh",
 307                     "Noll",
 308                     "",
 309                 }

 310             },

 311             { "roc.MonthNames",

 312                 new String[] {

 313                     "Ean\u00e1ir",
 314                     "Feabhra",
 315                     "M\u00e1rta",
 316                     "Aibre\u00e1n",
 317                     "Bealtaine",
 318                     "Meitheamh",
 319                     "I\u00fail",
 320                     "L\u00fanasa",
 321                     "Me\u00e1n F\u00f3mhair",
 322                     "Deireadh F\u00f3mhair",
 323                     "Samhain",
 324                     "Nollaig",
 325                     "",
 326                 }

 327             },

 328             { "roc.MonthNarrows",

 329                 new String[] {

 330                     "E",
 331                     "F",
 332                     "M",
 333                     "A",
 334                     "B",
 335                     "M",
 336                     "I",
 337                     "L",
 338                     "M",
 339                     "D",
 340                     "S",
 341                     "N",
 342                     "",
 343                 }

 344             },

 345             { "roc.QuarterAbbreviations",

 346                 new String[] {

 347                     "R1",
 348                     "R2",
 349                     "R3",
 350                     "R4",
 351                 }

 352             },

 353             { "roc.QuarterNames",

 354                 new String[] {

 355                     "1\u00fa r\u00e1ithe",
 356                     "2\u00fa r\u00e1ithe",
 357                     "3\u00fa r\u00e1ithe",
 358                     "4\u00fa r\u00e1ithe",
 359                 }

 360             },

 361             { "roc.TimePatterns",

 362                 new String[] {

 363                     "HH:mm:ss zzzz",
 364                     "HH:mm:ss z",
 365                     "HH:mm:ss",
 366                     "HH:mm",
 367                 }

 368             },

 369         };
 370     }
 371 }