feat(jdk8): move files to new folder to avoid resources compiled.
This commit is contained in:
10
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en.java
Normal file
10
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CalendarData_en extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
};
|
||||
}
|
||||
}
|
||||
12
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en_GB.java
Normal file
12
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en_GB.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CalendarData_en_GB extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "4" },
|
||||
};
|
||||
}
|
||||
}
|
||||
12
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en_IE.java
Normal file
12
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en_IE.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CalendarData_en_IE extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "4" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en_MT.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CalendarData_en_MT.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CalendarData_en_MT extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "minimalDaysInFirstWeek", "4" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_AU.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_AU.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_AU extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "AUD", "$" },
|
||||
};
|
||||
}
|
||||
}
|
||||
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_CA.java
Normal file
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_CA.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_CA extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "CAD", "$" },
|
||||
{ "USD", "US$" },
|
||||
};
|
||||
}
|
||||
}
|
||||
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_GB.java
Normal file
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_GB.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_GB extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "EUR", "\u20AC" },
|
||||
{ "GBP", "\u00A3" },
|
||||
};
|
||||
}
|
||||
}
|
||||
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_IE.java
Normal file
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_IE.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_IE extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "EUR", "\u20AC" },
|
||||
{ "IEP", "IR\u00A3" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_IN.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_IN.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_IN extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "INR", "Rs." },
|
||||
};
|
||||
}
|
||||
}
|
||||
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_MT.java
Normal file
12
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_MT.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_MT extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "EUR", "\u20AC" },
|
||||
{ "MTL", "Lm" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_NZ.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_NZ.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_NZ extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "NZD", "$" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_PH.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_PH.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_PH extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "PHP", "Php" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_SG.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_SG.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_SG extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "SGD", "$" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_US.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_US.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_US extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "USD", "$" },
|
||||
};
|
||||
}
|
||||
}
|
||||
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_ZA.java
Normal file
11
jdkSrc/jdk8/sun/util/resources/en/CurrencyNames_en_ZA.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class CurrencyNames_en_ZA extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "ZAR", "R" },
|
||||
};
|
||||
}
|
||||
}
|
||||
10
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en.java
Normal file
10
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class LocaleNames_en extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
};
|
||||
}
|
||||
}
|
||||
40
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en_MT.java
Normal file
40
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en_MT.java
Normal file
@@ -0,0 +1,40 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class LocaleNames_en_MT extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "AX", "Aland Islands" },
|
||||
{ "CC", "Cocos (Keeling) Islands" },
|
||||
{ "CD", "Congo (Kinshasa)" },
|
||||
{ "CG", "Congo (Brazzaville)" },
|
||||
{ "CI", "Ivory Coast" },
|
||||
{ "CS", "Serbia And Montenegro" },
|
||||
{ "GS", "South Georgia and the South Sandwich Islands" },
|
||||
{ "HK", "Hong Kong SAR China" },
|
||||
{ "HM", "Heard Island and McDonald Islands" },
|
||||
{ "KN", "Saint Kitts and Nevis" },
|
||||
{ "MO", "Macao SAR China" },
|
||||
{ "PM", "Saint Pierre and Miquelon" },
|
||||
{ "PS", "Palestinian Territory" },
|
||||
{ "SJ", "Svalbard and Jan Mayen" },
|
||||
{ "ST", "Sao Tome and Principe" },
|
||||
{ "TC", "Turks and Caicos Islands" },
|
||||
{ "TL", "East Timor" },
|
||||
{ "VC", "Saint Vincent and the Grenadines" },
|
||||
{ "WF", "Wallis and Futuna" },
|
||||
{ "fy", "Western Frisian" },
|
||||
{ "gl", "Galician" },
|
||||
{ "kj", "Kuanyama" },
|
||||
{ "kl", "Kalaallisut" },
|
||||
{ "ny", "Nyanja; Chichewa; Chewa" },
|
||||
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
|
||||
{ "os", "Ossetic" },
|
||||
{ "pa", "Punjabi" },
|
||||
{ "ps", "Pashto" },
|
||||
{ "rm", "Rhaeto-Romance" },
|
||||
{ "to", "Tonga (Tonga Islands)" },
|
||||
};
|
||||
}
|
||||
}
|
||||
40
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en_PH.java
Normal file
40
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en_PH.java
Normal file
@@ -0,0 +1,40 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class LocaleNames_en_PH extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "AX", "Aland Islands" },
|
||||
{ "CC", "Cocos (Keeling) Islands" },
|
||||
{ "CD", "Congo (Kinshasa)" },
|
||||
{ "CG", "Congo (Brazzaville)" },
|
||||
{ "CI", "Ivory Coast" },
|
||||
{ "CS", "Serbia And Montenegro" },
|
||||
{ "GS", "South Georgia and the South Sandwich Islands" },
|
||||
{ "HK", "Hong Kong SAR China" },
|
||||
{ "HM", "Heard Island and McDonald Islands" },
|
||||
{ "KN", "Saint Kitts and Nevis" },
|
||||
{ "MO", "Macao SAR China" },
|
||||
{ "PM", "Saint Pierre and Miquelon" },
|
||||
{ "PS", "Palestinian Territory" },
|
||||
{ "SJ", "Svalbard and Jan Mayen" },
|
||||
{ "ST", "Sao Tome and Principe" },
|
||||
{ "TC", "Turks and Caicos Islands" },
|
||||
{ "TL", "East Timor" },
|
||||
{ "VC", "Saint Vincent and the Grenadines" },
|
||||
{ "WF", "Wallis and Futuna" },
|
||||
{ "fy", "Western Frisian" },
|
||||
{ "gl", "Galician" },
|
||||
{ "kj", "Kuanyama" },
|
||||
{ "kl", "Kalaallisut" },
|
||||
{ "ny", "Nyanja; Chichewa; Chewa" },
|
||||
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
|
||||
{ "os", "Ossetic" },
|
||||
{ "pa", "Punjabi" },
|
||||
{ "ps", "Pashto" },
|
||||
{ "rm", "Rhaeto-Romance" },
|
||||
{ "to", "Tonga (Tonga Islands)" },
|
||||
};
|
||||
}
|
||||
}
|
||||
40
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en_SG.java
Normal file
40
jdkSrc/jdk8/sun/util/resources/en/LocaleNames_en_SG.java
Normal file
@@ -0,0 +1,40 @@
|
||||
package sun.util.resources.en;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public final class LocaleNames_en_SG extends sun.util.resources.LocaleNamesBundle {
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{ "AX", "Aland Islands" },
|
||||
{ "CC", "Cocos (Keeling) Islands" },
|
||||
{ "CD", "Congo (Kinshasa)" },
|
||||
{ "CG", "Congo (Brazzaville)" },
|
||||
{ "CI", "Ivory Coast" },
|
||||
{ "CS", "Serbia And Montenegro" },
|
||||
{ "GS", "South Georgia and the South Sandwich Islands" },
|
||||
{ "HK", "Hong Kong SAR China" },
|
||||
{ "HM", "Heard Island and McDonald Islands" },
|
||||
{ "KN", "Saint Kitts and Nevis" },
|
||||
{ "MO", "Macao SAR China" },
|
||||
{ "PM", "Saint Pierre and Miquelon" },
|
||||
{ "PS", "Palestinian Territory" },
|
||||
{ "SJ", "Svalbard and Jan Mayen" },
|
||||
{ "ST", "Sao Tome and Principe" },
|
||||
{ "TC", "Turks and Caicos Islands" },
|
||||
{ "TL", "East Timor" },
|
||||
{ "VC", "Saint Vincent and the Grenadines" },
|
||||
{ "WF", "Wallis and Futuna" },
|
||||
{ "fy", "Western Frisian" },
|
||||
{ "gl", "Galician" },
|
||||
{ "kj", "Kuanyama" },
|
||||
{ "kl", "Kalaallisut" },
|
||||
{ "ny", "Nyanja; Chichewa; Chewa" },
|
||||
{ "oc", "Occitan (post 1500); Proven\u00E7al" },
|
||||
{ "os", "Ossetic" },
|
||||
{ "pa", "Punjabi" },
|
||||
{ "ps", "Pashto" },
|
||||
{ "rm", "Rhaeto-Romance" },
|
||||
{ "to", "Tonga (Tonga Islands)" },
|
||||
};
|
||||
}
|
||||
}
|
||||
58
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en.java
Normal file
58
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en.java
Normal file
@@ -0,0 +1,58 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
|
||||
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
|
||||
*
|
||||
* The original version of this source code and documentation
|
||||
* is copyrighted and owned by Taligent, Inc., a wholly-owned
|
||||
* subsidiary of IBM. These materials are provided under terms
|
||||
* of a License Agreement between Taligent and Sun. This technology
|
||||
* is protected by multiple US and International patents.
|
||||
*
|
||||
* This notice and attribution to Taligent may not be removed.
|
||||
* Taligent is a registered trademark of Taligent, Inc.
|
||||
*
|
||||
*/
|
||||
|
||||
package sun.util.resources.en;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public final class TimeZoneNames_en extends TimeZoneNamesBundle {
|
||||
|
||||
// This bundle is empty because the root bundle's content
|
||||
// is adequate for this locale.
|
||||
// The bundle is necessary to prevent the resource
|
||||
// bundle lookup from falling back to the default
|
||||
// locale.
|
||||
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
};
|
||||
}
|
||||
}
|
||||
51
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en_CA.java
Normal file
51
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en_CA.java
Normal file
@@ -0,0 +1,51 @@
|
||||
/*
|
||||
* Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
|
||||
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
|
||||
*
|
||||
* The original version of this source code and documentation
|
||||
* is copyrighted and owned by Taligent, Inc., a wholly-owned
|
||||
* subsidiary of IBM. These materials are provided under terms
|
||||
* of a License Agreement between Taligent and Sun. This technology
|
||||
* is protected by multiple US and International patents.
|
||||
*
|
||||
* This notice and attribution to Taligent may not be removed.
|
||||
* Taligent is a registered trademark of Taligent, Inc.
|
||||
*
|
||||
*/
|
||||
|
||||
package sun.util.resources.en;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public final class TimeZoneNames_en_CA extends TimeZoneNamesBundle {
|
||||
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
};
|
||||
}
|
||||
}
|
||||
54
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en_GB.java
Normal file
54
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en_GB.java
Normal file
@@ -0,0 +1,54 @@
|
||||
/*
|
||||
* Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
|
||||
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
|
||||
*
|
||||
* The original version of this source code and documentation
|
||||
* is copyrighted and owned by Taligent, Inc., a wholly-owned
|
||||
* subsidiary of IBM. These materials are provided under terms
|
||||
* of a License Agreement between Taligent and Sun. This technology
|
||||
* is protected by multiple US and International patents.
|
||||
*
|
||||
* This notice and attribution to Taligent may not be removed.
|
||||
* Taligent is a registered trademark of Taligent, Inc.
|
||||
*
|
||||
*/
|
||||
|
||||
package sun.util.resources.en;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public final class TimeZoneNames_en_GB extends TimeZoneNamesBundle {
|
||||
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{"Europe/London", new String[] {"Greenwich Mean Time", "GMT",
|
||||
"British Summer Time", "BST",
|
||||
"British Time", "BT"}},
|
||||
};
|
||||
}
|
||||
}
|
||||
54
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en_IE.java
Normal file
54
jdkSrc/jdk8/sun/util/resources/en/TimeZoneNames_en_IE.java
Normal file
@@ -0,0 +1,54 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
|
||||
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
|
||||
*
|
||||
* The original version of this source code and documentation
|
||||
* is copyrighted and owned by Taligent, Inc., a wholly-owned
|
||||
* subsidiary of IBM. These materials are provided under terms
|
||||
* of a License Agreement between Taligent and Sun. This technology
|
||||
* is protected by multiple US and International patents.
|
||||
*
|
||||
* This notice and attribution to Taligent may not be removed.
|
||||
* Taligent is a registered trademark of Taligent, Inc.
|
||||
*
|
||||
*/
|
||||
|
||||
package sun.util.resources.en;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public final class TimeZoneNames_en_IE extends TimeZoneNamesBundle {
|
||||
|
||||
protected final Object[][] getContents() {
|
||||
return new Object[][] {
|
||||
{"Europe/London", new String[] {"Greenwich Mean Time", "GMT",
|
||||
"Irish Summer Time", "IST", /*Dublin*/
|
||||
"Irish Time", "IT" /*Dublin*/}},
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user