001: /*
002: *
003: * @(#)LocaleElements.java 1.36 06/10/10
004: *
005: * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights
006: * Reserved. Use is subject to license terms.
007: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
008: *
009: * This program is free software; you can redistribute it and/or
010: * modify it under the terms of the GNU General Public License version
011: * 2 only, as published by the Free Software Foundation.
012: *
013: * This program is distributed in the hope that it will be useful, but
014: * WITHOUT ANY WARRANTY; without even the implied warranty of
015: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
016: * General Public License version 2 for more details (a copy is
017: * included at /legal/license.txt).
018: *
019: * You should have received a copy of the GNU General Public License
020: * version 2 along with this work; if not, write to the Free Software
021: * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
022: * 02110-1301 USA
023: *
024: * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
025: * Clara, CA 95054 or visit www.sun.com if you need additional
026: * information or have any questions.
027: */
028:
029: /*
030: * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
031: * (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
032: *
033: * The original version of this source code and documentation
034: * is copyrighted and owned by Taligent, Inc., a wholly-owned
035: * subsidiary of IBM. These materials are provided under terms
036: * of a License Agreement between Taligent and Sun. This technology
037: * is protected by multiple US and International patents.
038: *
039: * This notice and attribution to Taligent may not be removed.
040: * Taligent is a registered trademark of Taligent, Inc.
041: *
042: */
043:
044: package sun.text.resources;
045:
046: import java.util.ListResourceBundle;
047:
048: public class LocaleElements extends ListResourceBundle {
049: /**
050: * Overrides ListResourceBundle
051: */
052: public Object[][] getContents() {
053: return new Object[][] {
054: {
055: "Languages", // language names
056: new String[][] { { "ab", "Abkhazian" },
057: { "aa", "Afar" },
058: { "af", "Afrikaans" },
059: { "sq", "Albanian" },
060: { "am", "Amharic" },
061: { "ar", "Arabic" },
062: { "hy", "Armenian" },
063: { "as", "Assamese" },
064: { "ay", "Aymara" },
065: { "az", "Azerbaijani" },
066: { "ba", "Bashkir" },
067: { "eu", "Basque" },
068: { "bn", "Bengali" },
069: { "dz", "Bhutani" },
070: { "bh", "Bihari" },
071: { "bi", "Bislama" },
072: { "br", "Breton" },
073: { "bg", "Bulgarian" },
074: { "my", "Burmese" },
075: { "be", "Byelorussian" },
076: { "km", "Cambodian" },
077: { "ca", "Catalan" },
078: { "zh", "Chinese" },
079: { "co", "Corsican" },
080: { "hr", "Croatian" },
081: { "cs", "Czech" }, { "da", "Danish" },
082: { "nl", "Dutch" }, { "en", "English" },
083: { "eo", "Esperanto" },
084: { "et", "Estonian" },
085: { "fo", "Faroese" }, { "fj", "Fiji" },
086: { "fi", "Finnish" },
087: { "fr", "French" },
088: { "fy", "Frisian" },
089: { "gl", "Galician" },
090: { "ka", "Georgian" },
091: { "de", "German" }, { "el", "Greek" },
092: { "kl", "Greenlandic" },
093: { "gn", "Guarani" },
094: { "gu", "Gujarati" },
095: { "ha", "Hausa" }, { "he", "Hebrew" },
096: { "iw", "Hebrew" }, { "hi", "Hindi" },
097: { "hu", "Hungarian" },
098: { "is", "Icelandic" },
099: { "id", "Indonesian" },
100: { "in", "Indonesian" },
101: { "ia", "Interlingua" },
102: { "ie", "Interlingue" },
103: { "iu", "Inuktitut" },
104: { "ik", "Inupiak" }, { "ga", "Irish" },
105: { "it", "Italian" },
106: { "ja", "Japanese" },
107: { "jw", "Javanese" },
108: { "kn", "Kannada" },
109: { "ks", "Kashmiri" },
110: { "kk", "Kazakh" },
111: { "rw", "Kinyarwanda" },
112: { "ky", "Kirghiz" },
113: { "rn", "Kirundi" },
114: { "ko", "Korean" },
115: { "ku", "Kurdish" },
116: { "lo", "Laothian" },
117: { "la", "Latin" },
118: { "lv", "Latvian (Lettish)" },
119: { "ln", "Lingala" },
120: { "lt", "Lithuanian" },
121: { "mk", "Macedonian" },
122: { "mg", "Malagasy" },
123: { "ms", "Malay" },
124: { "ml", "Malayalam" },
125: { "mt", "Maltese" }, { "mi", "Maori" },
126: { "mr", "Marathi" },
127: { "mo", "Moldavian" },
128: { "mn", "Mongolian" },
129: { "na", "Nauru" }, { "ne", "Nepali" },
130: { "no", "Norwegian" },
131: { "oc", "Occitan" }, { "or", "Oriya" },
132: { "om", "Oromo (Afan)" },
133: { "ps", "Pashto (Pushto)" },
134: { "fa", "Persian" },
135: { "pl", "Polish" },
136: { "pt", "Portuguese" },
137: { "pa", "Punjabi" },
138: { "qu", "Quechua" },
139: { "rm", "Rhaeto-Romance" },
140: { "ro", "Romanian" },
141: { "ru", "Russian" },
142: { "sm", "Samoan" }, { "sg", "Sangho" },
143: { "sa", "Sanskrit" },
144: { "gd", "Scots Gaelic" },
145: { "sr", "Serbian" },
146: { "sh", "Serbo-Croatian" },
147: { "st", "Sesotho" },
148: { "tn", "Setswana" },
149: { "sn", "Shona" }, { "sd", "Sindhi" },
150: { "si", "Sinhalese" },
151: { "ss", "Siswati" },
152: { "sk", "Slovak" },
153: { "sl", "Slovenian" },
154: { "so", "Somali" },
155: { "es", "Spanish" },
156: { "su", "Sundanese" },
157: { "sw", "Swahili" },
158: { "sv", "Swedish" },
159: { "tl", "Tagalog" }, { "tg", "Tajik" },
160: { "ta", "Tamil" }, { "tt", "Tatar" },
161: { "te", "Telugu" }, { "th", "Thai" },
162: { "bo", "Tibetan" },
163: { "ti", "Tigrinya" },
164: { "to", "Tonga" }, { "ts", "Tsonga" },
165: { "tr", "Turkish" },
166: { "tk", "Turkmen" }, { "tw", "Twi" },
167: { "ug", "Uighur" },
168: { "uk", "Ukrainian" },
169: { "ur", "Urdu" }, { "uz", "Uzbek" },
170: { "vi", "Vietnamese" },
171: { "vo", "Volapuk" }, { "cy", "Welsh" },
172: { "wo", "Wolof" }, { "xh", "Xhosa" },
173: { "ji", "Yiddish" },
174: { "yi", "Yiddish" },
175: { "yo", "Yoruba" }, { "za", "Zhuang" },
176: { "zu", "Zulu" } } },
177: {
178: "Countries", // country names
179: new String[][] {
180: { "AF", "Afghanistan" },
181: { "AL", "Albania" },
182: { "DZ", "Algeria" },
183: { "AD", "Andorra" },
184: { "AO", "Angola" },
185: { "AI", "Anguilla" },
186: { "AR", "Argentina" },
187: { "AM", "Armenia" },
188: { "AW", "Aruba" },
189: { "AU", "Australia" },
190: { "AT", "Austria" },
191: { "AZ", "Azerbaijan" },
192: { "BS", "Bahamas" },
193: { "BH", "Bahrain" },
194: { "BD", "Bangladesh" },
195: { "BB", "Barbados" },
196: { "BY", "Belarus" },
197: { "BE", "Belgium" },
198: { "BZ", "Belize" },
199: { "BJ", "Benin" },
200: { "BM", "Bermuda" },
201: { "BT", "Bhutan" },
202: { "BO", "Bolivia" },
203: { "BA", "Bosnia and Herzegovina" },
204: { "BW", "Botswana" },
205: { "BR", "Brazil" },
206: { "BN", "Brunei" },
207: { "BG", "Bulgaria" },
208: { "BF", "Burkina Faso" },
209: { "BI", "Burundi" },
210: { "KH", "Cambodia" },
211: { "CM", "Cameroon" },
212: { "CA", "Canada" },
213: { "CV", "Cape Verde" },
214: { "CF", "Central African Republic" },
215: { "TD", "Chad" },
216: { "CL", "Chile" },
217: { "CN", "China" },
218: { "CO", "Colombia" },
219: { "KM", "Comoros" },
220: { "CG", "Congo" },
221: { "CR", "Costa Rica" },
222: // Ivory Coast is older usage; Cd'I is now in common use in English
223: { "CI", "C\u00F4te d'Ivoire" },
224: { "HR", "Croatia" },
225: { "CU", "Cuba" },
226: { "CY", "Cyprus" },
227: { "CZ", "Czech Republic" },
228: { "DK", "Denmark" },
229: { "DJ", "Djibouti" },
230: { "DM", "Dominica" },
231: { "DO", "Dominican Republic" },
232: { "TP", "East Timor" },
233: { "EC", "Ecuador" },
234: { "EG", "Egypt" },
235: { "SV", "El Salvador" },
236: { "GQ", "Equatorial Guinea" },
237: { "ER", "Eritrea" },
238: { "EE", "Estonia" },
239: { "ET", "Ethiopia" },
240: { "FJ", "Fiji" },
241: { "FI", "Finland" },
242: { "FR", "France" },
243: { "GF", "French Guiana" },
244: { "PF", "French Polynesia" },
245: { "TF", "French Southern Territories" },
246: { "GA", "Gabon" }, { "GM", "Gambia" },
247: { "GE", "Georgia" },
248: { "DE", "Germany" }, { "GH", "Ghana" },
249: { "GR", "Greece" },
250: { "GP", "Guadeloupe" },
251: { "GT", "Guatemala" },
252: { "GN", "Guinea" },
253: { "GW", "Guinea-Bissau" },
254: { "GY", "Guyana" }, { "HT", "Haiti" },
255: { "HN", "Honduras" },
256: { "HK", "Hong Kong" },
257: { "HU", "Hungary" },
258: { "IS", "Iceland" }, { "IN", "India" },
259: { "ID", "Indonesia" },
260: { "IR", "Iran" }, { "IQ", "Iraq" },
261: { "IE", "Ireland" },
262: { "IL", "Israel" }, { "IT", "Italy" },
263: { "JM", "Jamaica" }, { "JP", "Japan" },
264: { "JO", "Jordan" },
265: { "KZ", "Kazakhstan" },
266: { "KE", "Kenya" },
267: { "KI", "Kiribati" },
268: { "KP", "North Korea" },
269: { "KR", "South Korea" },
270: { "KW", "Kuwait" },
271: { "KG", "Kyrgyzstan" },
272: { "LA", "Laos" }, { "LV", "Latvia" },
273: { "LB", "Lebanon" },
274: { "LS", "Lesotho" },
275: { "LR", "Liberia" }, { "LY", "Libya" },
276: { "LI", "Liechtenstein" },
277: { "LT", "Lithuania" },
278: { "LU", "Luxembourg" },
279: { "MK", "Macedonia" },
280: { "MG", "Madagascar" },
281: { "MY", "Malaysia" }, { "ML", "Mali" },
282: { "MT", "Malta" },
283: { "MQ", "Martinique" },
284: { "MR", "Mauritania" },
285: { "MU", "Mauritius" },
286: { "YT", "Mayotte" },
287: { "MX", "Mexico" },
288: { "FM", "Micronesia" },
289: { "MD", "Moldova" },
290: { "MC", "Monaco" },
291: { "MN", "Mongolia" },
292: { "MS", "Montserrat" },
293: { "MA", "Morocco" },
294: { "MZ", "Mozambique" },
295: { "MM", "Myanmar" },
296: { "NA", "Namibia" }, { "NP", "Nepal" },
297: { "NL", "Netherlands" },
298: { "AN", "Netherlands Antilles" },
299: { "NC", "New Caledonia" },
300: { "NZ", "New Zealand" },
301: { "NI", "Nicaragua" },
302: { "NE", "Niger" }, { "NG", "Nigeria" },
303: { "NU", "Niue" }, { "NO", "Norway" },
304: { "OM", "Oman" }, { "PK", "Pakistan" },
305: { "PA", "Panama" },
306: { "PG", "Papua New Guinea" },
307: { "PY", "Paraguay" },
308: { "PE", "Peru" },
309: { "PH", "Philippines" },
310: { "PL", "Poland" },
311: { "PT", "Portugal" },
312: { "PR", "Puerto Rico" },
313: { "QA", "Qatar" },
314: { "RO", "Romania" },
315: { "RU", "Russia" },
316: { "RW", "Rwanda" },
317: { "SA", "Saudi Arabia" },
318: { "SN", "Senegal" },
319: { "SP", "Serbia" },
320: { "SC", "Seychelles" },
321: { "SL", "Sierra Leone" },
322: { "SG", "Singapore" },
323: { "SK", "Slovakia" },
324: { "SI", "Slovenia" },
325: { "SO", "Somalia" },
326: { "ZA", "South Africa" },
327: { "ES", "Spain" },
328: { "LK", "Sri Lanka" },
329: { "SD", "Sudan" },
330: { "SR", "Suriname" },
331: { "SZ", "Swaziland" },
332: { "SE", "Sweden" },
333: { "CH", "Switzerland" },
334: { "SY", "Syria" },
335: { "TW", "Taiwan" },
336: { "TJ", "Tajikistan" },
337: { "TZ", "Tanzania" },
338: { "TH", "Thailand" },
339: { "TG", "Togo" },
340: { "TK", "Tokelau" },
341: { "TO", "Tonga" },
342: { "TT", "Trinidad and Tobago" },
343: { "TN", "Tunisia" },
344: { "TR", "Turkey" },
345: { "TM", "Turkmenistan" },
346: { "UG", "Uganda" },
347: { "UA", "Ukraine" },
348: { "AE", "United Arab Emirates" },
349: { "GB", "United Kingdom" },
350: { "US", "United States" },
351: { "UY", "Uruguay" },
352: { "UZ", "Uzbekistan" },
353: { "VU", "Vanuatu" },
354: { "VA", "Vatican" },
355: { "VE", "Venezuela" },
356: { "VN", "Vietnam" }, // One word
357: { "VG", "British Virgin Islands" },
358: { "VI", "U.S. Virgin Islands" },
359: { "EH", "Western Sahara" },
360: { "YE", "Yemen" },
361: { "YU", "Yugoslavia" },
362: { "ZR", "Zaire" }, { "ZM", "Zambia" },
363: { "ZW", "Zimbabwe" } } },
364: { "%%EURO", "Euro" }, // Euro variant display name
365: { "%%B", "Bokm\u00e5l" }, // Norwegian variant display name
366: { "%%NY", "Nynorsk" }, // Norwegian variant display name
367: { "LocaleNamePatterns",
368: /* Formats for the display name of a locale, for a list of
369: * items, and for composing two items in a list into one item.
370: * The list patterns are used in the variant name and in the
371: * full display name.
372: *
373: * This is the language-neutral form of this resource.
374: */
375: new String[] { "{0,choice,0#|1#{1}|2#{1} ({2})}", // Display name
376: "{0,choice,0#|1#{1}|2#{1},{2}|3#{1},{2},{3}}", // List
377: "{0},{1}" // List composition
378: } },
379: { "MonthNames", new String[] { "January", // january
380: "February", // february
381: "March", // march
382: "April", // april
383: "May", // may
384: "June", // june
385: "July", // july
386: "August", // august
387: "September", // september
388: "October", // october
389: "November", // november
390: "December", // december
391: "" // month 13 if applicable
392: } },
393: { "MonthAbbreviations", new String[] { "Jan", // abb january
394: "Feb", // abb february
395: "Mar", // abb march
396: "Apr", // abb april
397: "May", // abb may
398: "Jun", // abb june
399: "Jul", // abb july
400: "Aug", // abb august
401: "Sep", // abb september
402: "Oct", // abb october
403: "Nov", // abb november
404: "Dec", // abb december
405: "" // abb month 13 if applicable
406: } },
407: { "DayNames", new String[] { "Sunday", // Sunday
408: "Monday", // Monday
409: "Tuesday", // Tuesday
410: "Wednesday", // Wednesday
411: "Thursday", // Thursday
412: "Friday", // Friday
413: "Saturday" // Saturday
414: } },
415: { "DayAbbreviations", new String[] { "Sun", // abb Sunday
416: "Mon", // abb Monday
417: "Tue", // abb Tuesday
418: "Wed", // abb Wednesday
419: "Thu", // abb Thursday
420: "Fri", // abb Friday
421: "Sat" // abb Saturday
422: } },
423: { "AmPmMarkers", new String[] { "AM", // am marker
424: "PM" // pm marker
425: } },
426: { "Eras", new String[] { // era strings
427: "BC", "AD" } },
428: { "NumberPatterns",
429: new String[] { "#,##0.###;-#,##0.###", // decimal pattern
430: "\u00a4 #,##0.00;-\u00a4 #,##0.00", // currency pattern
431: "#,##0%" // percent pattern
432: } }, { "NumberElements", new String[] { ".", // decimal separator
433: ",", // group (thousands) separator
434: ";", // list separator
435: "%", // percent sign
436: "0", // native 0 digit
437: "#", // pattern digit
438: "-", // minus sign
439: "E", // exponential
440: "\u2030", // per mille
441: "\u221e", // infinity
442: "\ufffd" // NaN
443: } }, { "CurrencySymbols", new String[][] {
444: // localized versions should have entries of the form
445: // {<ISO 4217 currency code>, <localized currency symbol>}
446: // e.g., {"USD", "US$"}
447: // There are no entries for the root locale, so we fall
448: // back onto the ISO 4217 currency code.
449: } },
450: { "DateTimePatterns", new String[] { "h:mm:ss a z", // full time pattern
451: "h:mm:ss a z", // long time pattern
452: "h:mm:ss a", // medium time pattern
453: "h:mm a", // short time pattern
454: "EEEE, MMMM d, yyyy", // full date pattern
455: "MMMM d, yyyy", // long date pattern
456: "MMM d, yyyy", // medium date pattern
457: "M/d/yy", // short date pattern
458: "{1} {0}" // date-time pattern
459: } }, { "DateTimeElements", new String[] { "1", // first day of week
460: "1" // min days in first week
461: } }, { "CollationElements", "" }, };
462: }
463: }
|