1 /*
   2  * Copyright (c) 1997, 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  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  28  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  29  *
  30  * The original version of this source code and documentation
  31  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  32  * subsidiary of IBM. These materials are provided under terms
  33  * of a License Agreement between Taligent and Sun. This technology
  34  * is protected by multiple US and International patents.
  35  *
  36  * This notice and attribution to Taligent may not be removed.
  37  * Taligent is a registered trademark of Taligent, Inc.
  38  *
  39  */
  40 
  41 /*
  42  * COPYRIGHT AND PERMISSION NOTICE
  43  *
  44  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  45  * the Terms of Use in http://www.unicode.org/copyright.html.
  46  *
  47  * Permission is hereby granted, free of charge, to any person obtaining a copy
  48  * of the Unicode data files and any associated documentation (the "Data
  49  * Files") or Unicode software and any associated documentation (the
  50  * "Software") to deal in the Data Files or Software without restriction,
  51  * including without limitation the rights to use, copy, modify, merge,
  52  * publish, distribute, and/or sell copies of the Data Files or Software, and
  53  * to permit persons to whom the Data Files or Software are furnished to do so,
  54  * provided that (a) the above copyright notice(s) and this permission notice
  55  * appear with all copies of the Data Files or Software, (b) both the above
  56  * copyright notice(s) and this permission notice appear in associated
  57  * documentation, and (c) there is clear notice in each modified Data File or
  58  * in the Software as well as in the documentation associated with the Data
  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.hu;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_hu extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "janu\u00e1r", // january
  90                     "febru\u00e1r", // february
  91                     "m\u00e1rcius", // march
  92                     "\u00e1prilis", // april
  93                     "m\u00e1jus", // may
  94                     "j\u00fanius", // june
  95                     "j\u00falius", // july
  96                     "augusztus", // august
  97                     "szeptember", // september
  98                     "okt\u00f3ber", // october
  99                     "november", // november
 100                     "december", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },
 104             { "MonthAbbreviations",
 105                 new String[] {
 106                     "jan.", // abb january
 107                     "febr.", // abb february
 108                     "m\u00e1rc.", // abb march
 109                     "\u00e1pr.", // abb april
 110                     "m\u00e1j.", // abb may
 111                     "j\u00fan.", // abb june
 112                     "j\u00fal.", // abb july
 113                     "aug.", // abb august
 114                     "szept.", // abb september
 115                     "okt.", // abb october
 116                     "nov.", // abb november
 117                     "dec.", // abb december
 118                     "" // abb month 13 if applicable
 119                 }
 120             },
 121             { "DayNames",
 122                 new String[] {
 123                     "vas\u00e1rnap", // Sunday
 124                     "h\u00e9tf\u0151", // Monday
 125                     "kedd", // Tuesday
 126                     "szerda", // Wednesday
 127                     "cs\u00fct\u00f6rt\u00f6k", // Thursday
 128                     "p\u00e9ntek", // Friday
 129                     "szombat" // Saturday
 130                 }
 131             },
 132             { "DayAbbreviations",
 133                 new String[] {
 134                     "V", // abb Sunday
 135                     "H", // abb Monday
 136                     "K", // abb Tuesday
 137                     "Sze", // abb Wednesday
 138                     "Cs", // abb Thursday
 139                     "P", // abb Friday
 140                     "Szo" // abb Saturday
 141                 }
 142             },
 143             { "DayNarrows",
 144                 new String[] {
 145                     "V",
 146                     "H",
 147                     "K",
 148                     "Sz",
 149                     "Cs",
 150                     "P",
 151                     "Sz",
 152                 }
 153             },
 154             { "AmPmMarkers",
 155                 new String[] {
 156                     "DE", // am marker
 157                     "DU" // pm marker
 158                 }
 159             },
 160             { "Eras",
 161                 new String[] { // era strings
 162                     "i.e.",
 163                     "i.u."
 164                 }
 165             },
 166             { "NumberElements",
 167                 new String[] {
 168                     ",", // decimal separator
 169                     "\u00a0", // group (thousands) separator
 170                     ";", // list separator
 171                     "%", // percent sign
 172                     "0", // native 0 digit
 173                     "#", // pattern digit
 174                     "-", // minus sign
 175                     "E", // exponential
 176                     "\u2030", // per mille
 177                     "\u221e", // infinity
 178                     "\ufffd" // NaN
 179                 }
 180             },
 181             { "TimePatterns",
 182                 new String[] {
 183                     "H:mm:ss z", // full time pattern
 184                     "H:mm:ss z", // long time pattern
 185                     "H:mm:ss", // medium time pattern
 186                     "H:mm", // short time pattern
 187                 }
 188             },
 189             { "DatePatterns",
 190                 new String[] {
 191                     "yyyy. MMMM d.", // full date pattern
 192                     "yyyy. MMMM d.", // long date pattern
 193                     "yyyy.MM.dd.", // medium date pattern
 194                     "yyyy.MM.dd.", // short date pattern
 195                 }
 196             },
 197             { "DateTimePatterns",
 198                 new String[] {
 199                     "{1} {0}" // date-time pattern
 200                 }
 201             },
 202             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 203             { "islamic.MonthNames",
 204                 new String[] {
 205                     "Moharrem",
 206                     "Safar",
 207                     "R\u00e9bi el avvel",
 208                     "R\u00e9bi el accher",
 209                     "Dsem\u00e1di el avvel",
 210                     "Dsem\u00e1di el accher",
 211                     "Redseb",
 212                     "Sab\u00e1n",
 213                     "Ramad\u00e1n",
 214                     "Sevv\u00e1l",
 215                     "Ds\u00fcl kade",
 216                     "Ds\u00fcl hedse",
 217                     "",
 218                 }
 219             },
 220             { "islamic.Eras",
 221                 new String[] {
 222                     "",
 223                     "MF",
 224                 }
 225             },
 226             { "calendarname.islamic-civil", "iszl\u00e1m civil napt\u00e1r" },
 227             { "calendarname.islamicc", "iszl\u00e1m civil napt\u00e1r" },
 228             { "calendarname.islamic", "iszl\u00e1m napt\u00e1r" },
 229             { "calendarname.japanese", "jap\u00e1n napt\u00e1r" },
 230             { "calendarname.gregorian", "Gergely-napt\u00e1r" },
 231             { "calendarname.gregory", "Gergely-napt\u00e1r" },
 232             { "calendarname.roc", "K\u00ednai k\u00f6zt\u00e1rsas\u00e1gi napt\u00e1r" },
 233             { "calendarname.buddhist", "buddhista napt\u00e1r" },
 234             { "field.era", "\u00e9ra" },
 235             { "field.year", "\u00e9v" },
 236             { "field.month", "h\u00f3nap" },
 237             { "field.week", "h\u00e9t" },
 238             { "field.weekday", "h\u00e9t napja" },
 239             { "field.dayperiod", "napszak" },
 240             { "field.hour", "\u00f3ra" },
 241             { "field.minute", "perc" },
 242             { "field.second", "m\u00e1sodperc" },
 243             { "field.zone", "z\u00f3na" },
 244         };
 245     }
 246 }