Path: blob/master/src/java.base/share/classes/sun/text/resources/JavaTimeSupplementary_en.java
41159 views
/*1* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.3*4* This code is free software; you can redistribute it and/or modify it5* under the terms of the GNU General Public License version 2 only, as6* published by the Free Software Foundation. Oracle designates this7* particular file as subject to the "Classpath" exception as provided8* by Oracle in the LICENSE file that accompanied this code.9*10* This code is distributed in the hope that it will be useful, but WITHOUT11* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or12* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License13* version 2 for more details (a copy is included in the LICENSE file that14* accompanied this code).15*16* You should have received a copy of the GNU General Public License version17* 2 along with this work; if not, write to the Free Software Foundation,18* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.19*20* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA21* or visit www.oracle.com if you need additional information or have any22* questions.23*/2425/*26* COPYRIGHT AND PERMISSION NOTICE27*28* Copyright (C) 1991-2016 Unicode, Inc. All rights reserved.29* Distributed under the Terms of Use in30* http://www.unicode.org/copyright.html.31*32* Permission is hereby granted, free of charge, to any person obtaining33* a copy of the Unicode data files and any associated documentation34* (the "Data Files") or Unicode software and any associated documentation35* (the "Software") to deal in the Data Files or Software36* without restriction, including without limitation the rights to use,37* copy, modify, merge, publish, distribute, and/or sell copies of38* the Data Files or Software, and to permit persons to whom the Data Files39* or Software are furnished to do so, provided that40* (a) this copyright and permission notice appear with all copies41* of the Data Files or Software,42* (b) this copyright and permission notice appear in associated43* documentation, and44* (c) there is clear notice in each modified Data File or in the Software45* as well as in the documentation associated with the Data File(s) or46* Software that the data or software has been modified.47*48* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF49* ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE50* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND51* NONINFRINGEMENT OF THIRD PARTY RIGHTS.52* IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS53* NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL54* DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,55* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER56* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR57* PERFORMANCE OF THE DATA FILES OR SOFTWARE.58*59* Except as contained in this notice, the name of a copyright holder60* shall not be used in advertising or otherwise to promote the sale,61* use or other dealings in these Data Files or Software without prior62* written authorization of the copyright holder.63*/6465// Note: this file has been generated by a tool.6667package sun.text.resources;6869import sun.util.resources.OpenListResourceBundle;7071public class JavaTimeSupplementary_en extends OpenListResourceBundle {72@Override73protected final Object[][] getContents() {74final String[] sharedQuarterNames = {75"1st quarter",76"2nd quarter",77"3rd quarter",78"4th quarter",79};8081final String[] sharedDatePatterns = {82"EEEE, MMMM d, y GGGG",83"MMMM d, y GGGG",84"MMM d, y GGGG",85"M/d/y G",86};8788final String[] sharedDayNames = {89"Sunday",90"Monday",91"Tuesday",92"Wednesday",93"Thursday",94"Friday",95"Saturday",96};9798final String[] sharedQuarterAbbreviations = {99"Q1",100"Q2",101"Q3",102"Q4",103};104105final String[] sharedTimePatterns = {106"h:mm:ss a zzzz",107"h:mm:ss a z",108"h:mm:ss a",109"h:mm a",110};111112final String[] sharedNarrowAmPmMarkers = {113"a",114"p",115};116117final String[] sharedJavaTimeDatePatterns = {118"EEEE, MMMM d, y G",119"MMMM d, y G",120"MMM d, y G",121"M/d/y GGGGG",122};123124final String[] sharedEras = {125"Before R.O.C.",126"Minguo",127};128129return new Object[][] {130{ "QuarterNames",131sharedQuarterNames },132{ "calendarname.buddhist",133"Buddhist Calendar" },134{ "calendarname.gregorian",135"Gregorian Calendar" },136{ "calendarname.gregory",137"Gregorian Calendar" },138{ "calendarname.islamic",139"Islamic Calendar" },140{ "calendarname.islamic-civil",141"Islamic Calendar (tabular, civil epoch)" },142{ "calendarname.islamic-umalqura",143"Islamic Calendar (Umm al-Qura)" },144{ "calendarname.japanese",145"Japanese Calendar" },146{ "calendarname.roc",147"Minguo Calendar" },148{ "field.dayperiod",149"AM/PM" },150{ "field.era",151"era" },152{ "field.hour",153"hour" },154{ "field.minute",155"minute" },156{ "field.month",157"month" },158{ "field.second",159"second" },160{ "field.week",161"week" },162{ "field.weekday",163"day of the week" },164{ "field.year",165"year" },166{ "field.zone",167"time zone" },168{ "islamic.AmPmMarkers",169new String[] {170"AM",171"PM",172}173},174{ "islamic.DatePatterns",175sharedDatePatterns },176{ "islamic.DayNames",177sharedDayNames },178{ "islamic.QuarterAbbreviations",179sharedQuarterAbbreviations },180{ "islamic.QuarterNames",181sharedQuarterNames },182{ "islamic.TimePatterns",183sharedTimePatterns },184{ "islamic.narrow.AmPmMarkers",185sharedNarrowAmPmMarkers },186{ "java.time.buddhist.DatePatterns",187sharedJavaTimeDatePatterns },188{ "java.time.buddhist.short.Eras",189new String[] {190"BC",191"BE",192}193},194{ "java.time.islamic.DatePatterns",195sharedJavaTimeDatePatterns },196{ "java.time.japanese.DatePatterns",197sharedJavaTimeDatePatterns },198{ "java.time.long.Eras",199new String[] {200"Before Christ",201"Anno Domini",202}203},204{ "java.time.roc.DatePatterns",205sharedJavaTimeDatePatterns },206{ "roc.DatePatterns",207sharedDatePatterns },208{ "roc.DayAbbreviations",209new String[] {210"Sun",211"Mon",212"Tue",213"Wed",214"Thu",215"Fri",216"Sat",217}218},219{ "roc.DayNames",220sharedDayNames },221{ "roc.Eras",222sharedEras },223{ "roc.MonthNames",224new String[] {225"January",226"February",227"March",228"April",229"May",230"June",231"July",232"August",233"September",234"October",235"November",236"December",237"",238}239},240{ "roc.MonthNarrows",241new String[] {242"J",243"F",244"M",245"A",246"M",247"J",248"J",249"A",250"S",251"O",252"N",253"D",254"",255}256},257{ "roc.QuarterAbbreviations",258sharedQuarterAbbreviations },259{ "roc.QuarterNames",260sharedQuarterNames },261{ "roc.TimePatterns",262sharedTimePatterns },263{ "roc.long.Eras",264sharedEras },265{ "roc.narrow.AmPmMarkers",266sharedNarrowAmPmMarkers },267{ "roc.narrow.Eras",268sharedEras },269{ "roc.short.Eras",270sharedEras },271};272}273}274275276