jdk/src/share/classes/sun/util/resources/CurrencyNames_zh_HK.java
author katakai
Sat, 26 Feb 2011 03:53:06 -0800
changeset 8695 e83968c6ceda
parent 5506 202f599c92aa
permissions -rw-r--r--
6998391: Serbian (Latin) locale support Reviewed-by: naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     2
 * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * Derived from Common Locale Data Repository data.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * COPYRIGHT AND PERMISSION NOTICE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * Copyright (C) 1991-2005 Unicode, Inc. All rights reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * Permission is hereby granted, free of charge, to any person obtaining a copy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * of the Unicode data files and any associated documentation (the "Data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 * Files") or Unicode software and any associated documentation (the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * "Software") to deal in the Data Files or Software without restriction,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * including without limitation the rights to use, copy, modify, merge,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 * publish, distribute, and/or sell copies of the Data Files or Software, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 * to permit persons to whom the Data Files or Software are furnished to do
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 * so, provided that (a) the above copyright notice(s) and this permission
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 * notice appear with all copies of the Data Files or Software, (b) both the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 * above copyright notice(s) and this permission notice appear in associated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
 * documentation, and (c) there is clear notice in each modified Data File or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
 * in the Software as well as in the documentation associated with the Data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
 * File(s) or Software that the data or software has been modified.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
 * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
 * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
 * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
 * Except as contained in this notice, the name of a copyright holder shall not
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
 * be used in advertising or otherwise to promote the sale, use or other
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
 * dealings in these Data Files or Software without prior written
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
 * authorization of the copyright holder.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
package sun.util.resources;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
import java.util.Locale;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
import java.util.ResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
public final class CurrencyNames_zh_HK extends OpenListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    // reparent to zh_TW for traditional Chinese names
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
    public CurrencyNames_zh_HK() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        ResourceBundle bundle = LocaleData.getCurrencyNames(Locale.TAIWAN);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        setParent(bundle);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
    protected final Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
            {"HKD", "HK$"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
            {"TWD", "TWD"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
}