1 /*
   2  * Copyright (c) 2005, 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-2007 Unicode, Inc. All rights reserved.
  30  * Distributed under 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
  39  * so, provided that (a) the above copyright notice(s) and this permission
  40  * notice appear with all copies of the Data Files or Software, (b) both the
  41  * above 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
  52  * USE, 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
  54  * PERFORMANCE 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
  59  * authorization of the copyright holder.
  60  */
  61 
  62 package sun.text.resources.ga;
  63 
  64 import sun.util.resources.ParallelListResourceBundle;
  65 
  66 public class FormatData_ga extends ParallelListResourceBundle {
  67     protected final Object[][] getContents() {
  68         return new Object[][] {
  69             { "MonthNames",
  70                 new String[] {
  71                     "Ean\u00e1ir",
  72                     "Feabhra",
  73                     "M\u00e1rta",
  74                     "Aibre\u00e1n",
  75                     "Bealtaine",
  76                     "Meitheamh",
  77                     "I\u00fail",
  78                     "L\u00fanasa",
  79                     "Me\u00e1n F\u00f3mhair",
  80                     "Deireadh F\u00f3mhair",
  81                     "Samhain",
  82                     "Nollaig",
  83                     "",
  84                 }
  85             },
  86             { "MonthAbbreviations",
  87                 new String[] {
  88                     "Ean",
  89                     "Feabh",
  90                     "M\u00e1rta",
  91                     "Aib",
  92                     "Beal",
  93                     "Meith",
  94                     "I\u00fail",
  95                     "L\u00fan",
  96                     "MF\u00f3mh",
  97                     "DF\u00f3mh",
  98                     "Samh",
  99                     "Noll",
 100                     "",
 101                 }
 102             },
 103             { "MonthNarrows",
 104                 new String[] {
 105                     "E",
 106                     "F",
 107                     "M",
 108                     "A",
 109                     "B",
 110                     "M",
 111                     "I",
 112                     "L",
 113                     "M",
 114                     "D",
 115                     "S",
 116                     "N",
 117                     "",
 118                 }
 119             },
 120             { "DayNames",
 121                 new String[] {
 122                     "D\u00e9 Domhnaigh",
 123                     "D\u00e9 Luain",
 124                     "D\u00e9 M\u00e1irt",
 125                     "D\u00e9 C\u00e9adaoin",
 126                     "D\u00e9ardaoin",
 127                     "D\u00e9 hAoine",
 128                     "D\u00e9 Sathairn",
 129                 }
 130             },
 131             { "DayAbbreviations",
 132                 new String[] {
 133                     "Domh",
 134                     "Luan",
 135                     "M\u00e1irt",
 136                     "C\u00e9ad",
 137                     "D\u00e9ar",
 138                     "Aoine",
 139                     "Sath",
 140                 }
 141             },
 142             { "AmPmMarkers",
 143                 new String[] {
 144                     "a.m.",
 145                     "p.m.",
 146                 }
 147             },
 148             { "Eras",
 149                 new String[] {
 150                     "RC",
 151                     "AD",
 152                 }
 153             },
 154             { "short.Eras",
 155                 new String[] {
 156                     "RC",
 157                     "AD",
 158                 }
 159             },
 160             { "NumberPatterns",
 161                 new String[] {
 162                     "#,##0.###",
 163                     "\u00a4 #,##0.00",
 164                     "#,##0%",
 165                 }
 166             },
 167             { "NumberElements",
 168                 new String[] {
 169                     ".",
 170                     ",",
 171                     ";",
 172                     "%",
 173                     "0",
 174                     "#",
 175                     "-",
 176                     "E",
 177                     "\u2030",
 178                     "\u221e",
 179                     "NaN",
 180                 }
 181             },
 182             { "TimePatterns",
 183                 new String[] {
 184                     "HH:mm:ss z",
 185                     "HH:mm:ss z",
 186                     "HH:mm:ss",
 187                     "HH:mm",
 188                 }
 189             },
 190             { "DatePatterns",
 191                 new String[] {
 192                     "EEEE, yyyy MMMM dd",
 193                     "yyyy MMMM d",
 194                     "yyyy MMM d",
 195                     "yy/MM/dd",
 196                 }
 197             },
 198             { "DateTimePatterns",
 199                 new String[] {
 200                     "{1} {0}",
 201                 }
 202             },
 203             { "DateTimePatternChars", "RbMLkUnsSElFtTauKcZ" },
 204         };
 205     }
 206 }