1 /*
   2  * Copyright (c) 2003, 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  *******************************************************************************
  28  * (C) Copyright IBM Corp. 1996-2003 - All Rights Reserved                     *
  29  *                                                                             *
  30  * The original version of this source code and documentation is copyrighted   *
  31  * and owned by IBM, These materials are provided under terms of a License     *
  32  * Agreement between IBM and Sun. This technology is protected by multiple     *
  33  * US and International patents. This notice and attribution to IBM may not    *
  34  * to removed.                                                                 *
  35  *******************************************************************************
  36  *
  37  * This locale data is based on the ICU's Vietnamese locale data (rev. 1.38)
  38  * found at:
  39  *
  40  * http://oss.software.ibm.com/cvs/icu/icu/source/data/locales/vi.txt?rev=1.38
  41  */
  42 
  43 /*
  44  * COPYRIGHT AND PERMISSION NOTICE
  45  *
  46  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  47  * the Terms of Use in http://www.unicode.org/copyright.html.
  48  *
  49  * Permission is hereby granted, free of charge, to any person obtaining a copy
  50  * of the Unicode data files and any associated documentation (the "Data
  51  * Files") or Unicode software and any associated documentation (the
  52  * "Software") to deal in the Data Files or Software without restriction,
  53  * including without limitation the rights to use, copy, modify, merge,
  54  * publish, distribute, and/or sell copies of the Data Files or Software, and
  55  * to permit persons to whom the Data Files or Software are furnished to do so,
  56  * provided that (a) the above copyright notice(s) and this permission notice
  57  * appear with all copies of the Data Files or Software, (b) both the above
  58  * copyright notice(s) and this permission notice appear in associated
  59  * documentation, and (c) there is clear notice in each modified Data File or
  60  * in the Software as well as in the documentation associated with the Data
  61  * File(s) or Software that the data or software has been modified.
  62  *
  63  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  64  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  65  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  66  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  67  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  68  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  69  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  70  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  71  * OF THE DATA FILES OR SOFTWARE.
  72  *
  73  * Except as contained in this notice, the name of a copyright holder shall not
  74  * be used in advertising or otherwise to promote the sale, use or other
  75  * dealings in these Data Files or Software without prior written authorization
  76  * of the copyright holder.
  77  */
  78 
  79 package sun.text.resources.vi;
  80 
  81 import java.util.ListResourceBundle;
  82 
  83 public class FormatData_vi extends ListResourceBundle {
  84     /**
  85      * Overrides ListResourceBundle
  86      */
  87     protected final Object[][] getContents() {
  88         return new Object[][] {
  89             { "MonthNames",
  90                 new String[] {
  91                     "th\u00e1ng m\u1ed9t", // january
  92                     "th\u00e1ng hai", // february
  93                     "th\u00e1ng ba", // march
  94                     "th\u00e1ng t\u01b0", // april
  95                     "th\u00e1ng n\u0103m", // may
  96                     "th\u00e1ng s\u00e1u", // june
  97                     "th\u00e1ng b\u1ea3y", // july
  98                     "th\u00e1ng t\u00e1m", // august
  99                     "th\u00e1ng ch\u00edn", // september
 100                     "th\u00e1ng m\u01b0\u1eddi", // october
 101                     "th\u00e1ng m\u01b0\u1eddi m\u1ed9t", // november
 102                     "th\u00e1ng m\u01b0\u1eddi hai", // december
 103                     "" // month 13 if applicable
 104                 }
 105             },
 106             { "MonthAbbreviations",
 107                 new String[] {
 108                     "thg 1", // abb january
 109                     "thg 2", // abb february
 110                     "thg 3", // abb march
 111                     "thg 4", // abb april
 112                     "thg 5", // abb may
 113                     "thg 6", // abb june
 114                     "thg 7", // abb july
 115                     "thg 8", // abb august
 116                     "thg 9", // abb september
 117                     "thg 10", // abb october
 118                     "thg 11", // abb november
 119                     "thg 12", // abb december
 120                     "" // abb month 13 if applicable
 121                 }
 122             },
 123             { "DayNames",
 124                 new String[] {
 125                     "Ch\u1ee7 nh\u1eadt", // Sunday
 126                     "Th\u1ee9 hai", // Monday
 127                     "Th\u1ee9 ba",  // Tuesday
 128                     "Th\u1ee9 t\u01b0", // Wednesday
 129                     "Th\u1ee9 n\u0103m", // Thursday
 130                     "Th\u1ee9 s\u00e1u", // Friday
 131                     "Th\u1ee9 b\u1ea3y" // Saturday
 132                 }
 133             },
 134             { "DayAbbreviations",
 135                 new String[] {
 136                     "CN", // abb Sunday
 137                     "Th 2", // abb Monday
 138                     "Th 3", // abb Tuesday
 139                     "Th 4", // abb Wednesday
 140                     "Th 5", // abb Thursday
 141                     "Th 6", // abb Friday
 142                     "Th 7" // abb Saturday
 143                 }
 144             },
 145             { "DayNarrows",
 146                 new String[] {
 147                     "CN",
 148                     "T2",
 149                     "T3",
 150                     "T4",
 151                     "T5",
 152                     "T6",
 153                     "T7",
 154                 }
 155             },
 156             { "AmPmMarkers",
 157                 new String[] {
 158                     "SA", // am marker
 159                     "CH" // pm marker
 160                 }
 161             },
 162             { "Eras",
 163                 new String[] { // era strings
 164                     "tr. CN",
 165                     "sau CN"
 166                 }
 167             },
 168             { "NumberElements",
 169                 new String[] {
 170                     ",", // decimal separator
 171                     ".", // group (thousands) separator
 172                     ";", // list separator
 173                     "%", // percent sign
 174                     "0", // native 0 digit
 175                     "#", // pattern digit
 176                     "-", // minus sign
 177                     "E", // exponential
 178                     "\u2030", // per mille
 179                     "\u221e", // infinity
 180                     "\ufffd" // NaN
 181                 }
 182             },
 183             { "TimePatterns",
 184                 new String[] {
 185                     "HH:mm:ss z", // full time pattern
 186                     "HH:mm:ss z", // long time pattern
 187                     "HH:mm:ss", // medium time pattern
 188                     "HH:mm", // short time pattern
 189                 }
 190             },
 191             { "DatePatterns",
 192                 new String[] {
 193                     "EEEE, 'ng\u00E0y' dd MMMM 'n\u0103m' yyyy", // full date pattern
 194                     "'Ng\u00E0y' dd 'th\u00E1ng' M 'n\u0103m' yyyy", // long date pattern
 195                     "dd-MM-yyyy", // medium date pattern
 196                     "dd/MM/yyyy", // short date pattern
 197                 }
 198             },
 199             { "DateTimePatterns",
 200                 new String[] {
 201                     "{0} {1}" // date-time pattern
 202                 }
 203             },
 204             { "cldr.buddhist.DatePatterns",
 205                 new String[] {
 206                     "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y G",
 207                     "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y G",
 208                     "dd-MM-yyyy G",
 209                     "dd/MM/yyyy G",
 210                 }
 211             },
 212             { "cldr.japanese.DatePatterns",
 213                 new String[] {
 214                     "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y G",
 215                     "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y G",
 216                     "dd-MM-y G",
 217                     "dd/MM/y G",
 218                 }
 219             },
 220             { "cldr.roc.DatePatterns",
 221                 new String[] {
 222                     "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y G",
 223                     "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y G",
 224                     "dd-MM-y G",
 225                     "dd/MM/y G",
 226                 }
 227             },
 228             { "roc.DatePatterns",
 229                 new String[] {
 230                     "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y GGGG",
 231                     "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y GGGG",
 232                     "dd-MM-y GGGG",
 233                     "dd/MM/y GGGG",
 234                 }
 235             },
 236             { "cldr.islamic.DatePatterns",
 237                 new String[] {
 238                     "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y G",
 239                     "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y G",
 240                     "dd-MM-y G",
 241                     "dd/MM/y G",
 242                 }
 243             },
 244             { "islamic.DatePatterns",
 245                 new String[] {
 246                     "EEEE, 'ng\u00e0y' dd MMMM 'n\u0103m' y GGGG",
 247                     "'Ng\u00e0y' dd 'th\u00e1ng' M 'n\u0103m' y GGGG",
 248                     "dd-MM-y GGGG",
 249                     "dd/MM/y GGGG",
 250                 }
 251             },
 252             { "calendarname.islamic-civil", "L\u1ecbch Islamic-Civil" },
 253             { "calendarname.islamicc", "L\u1ecbch Islamic-Civil" },
 254             { "calendarname.islamic", "L\u1ecbch Islamic" },
 255             { "calendarname.buddhist", "L\u1ecbch Ph\u1eadt Gi\u00e1o" },
 256             { "calendarname.japanese", "L\u1ecbch Nh\u1eadt B\u1ea3n" },
 257             { "calendarname.roc", "L\u1ecbch Trung Hoa D\u00e2n Qu\u1ed1c" },
 258             { "calendarname.gregorian", "L\u1ecbch Gregory" },
 259             { "calendarname.gregory", "L\u1ecbch Gregory" },
 260             { "field.era", "Th\u1eddi \u0111\u1ea1i" },
 261             { "field.year", "N\u0103m" },
 262             { "field.month", "Th\u00e1ng" },
 263             { "field.week", "Tu\u1ea7n" },
 264             { "field.weekday", "Ng\u00e0y trong tu\u1ea7n" },
 265             { "field.dayperiod", "SA/CH" },
 266             { "field.hour", "Gi\u1edd" },
 267             { "field.minute", "Ph\u00fat" },
 268             { "field.second", "Gi\u00e2y" },
 269             { "field.zone", "M\u00fai gi\u1edd" },
 270         };
 271     }
 272 }