jdk/make/java/util/FILES_properties.gmk
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8705 477375944509
child 9037 0fcc24435ae4
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8705
diff changeset
     2
# Copyright (c) 2005, 2011, 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
FILES_compiled_properties = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
        sun/util/resources/LocaleNames.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
        sun/util/resources/LocaleNames_be.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
        sun/util/resources/LocaleNames_bg.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
        sun/util/resources/LocaleNames_ca.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
        sun/util/resources/LocaleNames_cs.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
        sun/util/resources/LocaleNames_da.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
        sun/util/resources/LocaleNames_de.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
        sun/util/resources/LocaleNames_el.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
        sun/util/resources/LocaleNames_el_CY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
        sun/util/resources/LocaleNames_en.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
        sun/util/resources/LocaleNames_en_MT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
        sun/util/resources/LocaleNames_en_PH.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
        sun/util/resources/LocaleNames_en_SG.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
        sun/util/resources/LocaleNames_es.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
        sun/util/resources/LocaleNames_es_US.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
        sun/util/resources/LocaleNames_et.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
        sun/util/resources/LocaleNames_fi.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
        sun/util/resources/LocaleNames_fr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
        sun/util/resources/LocaleNames_ga.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
        sun/util/resources/LocaleNames_hr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
        sun/util/resources/LocaleNames_hu.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
        sun/util/resources/LocaleNames_in.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        sun/util/resources/LocaleNames_is.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
        sun/util/resources/LocaleNames_it.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
        sun/util/resources/LocaleNames_lt.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
        sun/util/resources/LocaleNames_lv.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        sun/util/resources/LocaleNames_mk.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        sun/util/resources/LocaleNames_ms.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        sun/util/resources/LocaleNames_mt.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
        sun/util/resources/LocaleNames_nl.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        sun/util/resources/LocaleNames_no.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
        sun/util/resources/LocaleNames_pl.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        sun/util/resources/LocaleNames_pt.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
        sun/util/resources/LocaleNames_pt_BR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
        sun/util/resources/LocaleNames_pt_PT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        sun/util/resources/LocaleNames_ro.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        sun/util/resources/LocaleNames_ru.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        sun/util/resources/LocaleNames_sk.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        sun/util/resources/LocaleNames_sl.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
        sun/util/resources/LocaleNames_sq.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        sun/util/resources/LocaleNames_sr.properties \
8695
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
    68
        sun/util/resources/LocaleNames_sr_Latn.properties \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
        sun/util/resources/LocaleNames_sv.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        sun/util/resources/LocaleNames_tr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
        sun/util/resources/LocaleNames_uk.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
	\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
        sun/util/resources/CalendarData.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        sun/util/resources/CalendarData_be.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        sun/util/resources/CalendarData_bg.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        sun/util/resources/CalendarData_ca.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        sun/util/resources/CalendarData_cs.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
        sun/util/resources/CalendarData_da.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
        sun/util/resources/CalendarData_de.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        sun/util/resources/CalendarData_el.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        sun/util/resources/CalendarData_el_CY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
        sun/util/resources/CalendarData_en.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        sun/util/resources/CalendarData_en_GB.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
        sun/util/resources/CalendarData_en_IE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        sun/util/resources/CalendarData_en_MT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        sun/util/resources/CalendarData_es.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        sun/util/resources/CalendarData_es_ES.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        sun/util/resources/CalendarData_es_US.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        sun/util/resources/CalendarData_et.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        sun/util/resources/CalendarData_fi.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        sun/util/resources/CalendarData_fr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        sun/util/resources/CalendarData_fr_CA.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        sun/util/resources/CalendarData_hr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
        sun/util/resources/CalendarData_hu.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        sun/util/resources/CalendarData_in_ID.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        sun/util/resources/CalendarData_is.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        sun/util/resources/CalendarData_it.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
        sun/util/resources/CalendarData_lt.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        sun/util/resources/CalendarData_lv.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        sun/util/resources/CalendarData_mk.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        sun/util/resources/CalendarData_ms_MY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        sun/util/resources/CalendarData_mt.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        sun/util/resources/CalendarData_mt_MT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        sun/util/resources/CalendarData_nl.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        sun/util/resources/CalendarData_no.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        sun/util/resources/CalendarData_pl.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        sun/util/resources/CalendarData_pt.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        sun/util/resources/CalendarData_pt_PT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
        sun/util/resources/CalendarData_ro.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        sun/util/resources/CalendarData_ru.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
        sun/util/resources/CalendarData_sk.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        sun/util/resources/CalendarData_sl.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
        sun/util/resources/CalendarData_sq.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        sun/util/resources/CalendarData_sr.properties \
8695
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
   115
        sun/util/resources/CalendarData_sr_Latn_BA.properties \
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
   116
        sun/util/resources/CalendarData_sr_Latn_ME.properties \
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
   117
        sun/util/resources/CalendarData_sr_Latn_RS.properties \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        sun/util/resources/CalendarData_sv.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        sun/util/resources/CalendarData_tr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
        sun/util/resources/CalendarData_uk.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
	\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        sun/util/resources/CurrencyNames.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
        sun/util/resources/CurrencyNames_be_BY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        sun/util/resources/CurrencyNames_bg_BG.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
        sun/util/resources/CurrencyNames_ca_ES.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
        sun/util/resources/CurrencyNames_cs_CZ.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        sun/util/resources/CurrencyNames_da_DK.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
        sun/util/resources/CurrencyNames_de.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
        sun/util/resources/CurrencyNames_de_AT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
        sun/util/resources/CurrencyNames_de_CH.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        sun/util/resources/CurrencyNames_de_DE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
        sun/util/resources/CurrencyNames_de_GR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
        sun/util/resources/CurrencyNames_de_LU.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
        sun/util/resources/CurrencyNames_el_CY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
        sun/util/resources/CurrencyNames_el_GR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
        sun/util/resources/CurrencyNames_en_AU.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
        sun/util/resources/CurrencyNames_en_CA.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
        sun/util/resources/CurrencyNames_en_GB.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
        sun/util/resources/CurrencyNames_en_IE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
        sun/util/resources/CurrencyNames_en_IN.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        sun/util/resources/CurrencyNames_en_MT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
        sun/util/resources/CurrencyNames_en_NZ.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
        sun/util/resources/CurrencyNames_en_PH.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
        sun/util/resources/CurrencyNames_en_SG.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
        sun/util/resources/CurrencyNames_en_US.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        sun/util/resources/CurrencyNames_en_ZA.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
        sun/util/resources/CurrencyNames_es.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
        sun/util/resources/CurrencyNames_es_AR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
        sun/util/resources/CurrencyNames_es_BO.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
        sun/util/resources/CurrencyNames_es_CL.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        sun/util/resources/CurrencyNames_es_CO.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        sun/util/resources/CurrencyNames_es_CR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
        sun/util/resources/CurrencyNames_es_DO.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
        sun/util/resources/CurrencyNames_es_EC.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
        sun/util/resources/CurrencyNames_es_ES.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
        sun/util/resources/CurrencyNames_es_GT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
        sun/util/resources/CurrencyNames_es_HN.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
        sun/util/resources/CurrencyNames_es_MX.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
        sun/util/resources/CurrencyNames_es_NI.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
        sun/util/resources/CurrencyNames_es_PA.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
        sun/util/resources/CurrencyNames_es_PE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
        sun/util/resources/CurrencyNames_es_PR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
        sun/util/resources/CurrencyNames_es_PY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
        sun/util/resources/CurrencyNames_es_SV.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
        sun/util/resources/CurrencyNames_es_US.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        sun/util/resources/CurrencyNames_es_UY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        sun/util/resources/CurrencyNames_es_VE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
        sun/util/resources/CurrencyNames_et_EE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
        sun/util/resources/CurrencyNames_fi_FI.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        sun/util/resources/CurrencyNames_fr.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
        sun/util/resources/CurrencyNames_fr_BE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
        sun/util/resources/CurrencyNames_fr_CA.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
        sun/util/resources/CurrencyNames_fr_CH.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
        sun/util/resources/CurrencyNames_fr_FR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
        sun/util/resources/CurrencyNames_fr_LU.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
        sun/util/resources/CurrencyNames_ga_IE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
        sun/util/resources/CurrencyNames_hr_HR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
        sun/util/resources/CurrencyNames_hu_HU.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
        sun/util/resources/CurrencyNames_in_ID.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
        sun/util/resources/CurrencyNames_is_IS.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
        sun/util/resources/CurrencyNames_it.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
        sun/util/resources/CurrencyNames_it_CH.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
        sun/util/resources/CurrencyNames_it_IT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
        sun/util/resources/CurrencyNames_lt_LT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
        sun/util/resources/CurrencyNames_lv_LV.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
        sun/util/resources/CurrencyNames_mk_MK.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
        sun/util/resources/CurrencyNames_ms_MY.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
        sun/util/resources/CurrencyNames_mt_MT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
        sun/util/resources/CurrencyNames_nl_BE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
        sun/util/resources/CurrencyNames_nl_NL.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
        sun/util/resources/CurrencyNames_no_NO.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
        sun/util/resources/CurrencyNames_pl_PL.properties \
8702
050a31a1b041 7019267: Currency Display Names are not localized into pt_BR.
yhuang
parents: 8695
diff changeset
   193
        sun/util/resources/CurrencyNames_pt.properties \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
        sun/util/resources/CurrencyNames_pt_BR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
        sun/util/resources/CurrencyNames_pt_PT.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
        sun/util/resources/CurrencyNames_ro_RO.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
        sun/util/resources/CurrencyNames_ru_RU.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
        sun/util/resources/CurrencyNames_sk_SK.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
        sun/util/resources/CurrencyNames_sl_SI.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
        sun/util/resources/CurrencyNames_sq_AL.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
        sun/util/resources/CurrencyNames_sr_BA.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
        sun/util/resources/CurrencyNames_sr_CS.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
        sun/util/resources/CurrencyNames_sr_ME.properties \
8705
477375944509 7020960: CurrencyNames_sr_RS.properties is missing.
yhuang
parents: 8702
diff changeset
   204
        sun/util/resources/CurrencyNames_sr_RS.properties \
8695
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
   205
        sun/util/resources/CurrencyNames_sr_Latn_BA.properties \
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
   206
        sun/util/resources/CurrencyNames_sr_Latn_ME.properties \
e83968c6ceda 6998391: Serbian (Latin) locale support
katakai
parents: 5506
diff changeset
   207
        sun/util/resources/CurrencyNames_sr_Latn_RS.properties \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
        sun/util/resources/CurrencyNames_sv.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
        sun/util/resources/CurrencyNames_sv_SE.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
        sun/util/resources/CurrencyNames_tr_TR.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
        sun/util/resources/CurrencyNames_uk_UA.properties