localeelements_lt.java
来自「《移动Agent技术》一书的所有章节源代码。」· Java 代码 · 共 187 行
JAVA
187 行
/*
* @(#)LocaleElements_lt.java 1.7 98/01/13
*
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
* (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
*
* Portions copyright (c) 1996 Sun Microsystems, Inc. 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.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and without
* fee is hereby granted provided that this copyright notice
* appears in all copies. Please refer to the file "copyright.html"
* for further important copyright and licensing information.
*
* SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
* THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
* PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
* ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
*
*/
/**
*
* Table of Java supplied standard locale elements
*
* automatically generated by java LocaleTool LocaleElements.java
*
* Date Created: Wed Aug 21 15:47:57 1996
*
* Locale Elements and Patterns: last update 10/23/96
*
*
*/
// WARNING : the format of this file will change in the future!
package java.text.resources;
import java.util.ListResourceBundle;
public class LocaleElements_lt extends ListResourceBundle {
/**
* Overrides ListResourceBundle
*/
public Object[][] getContents() {
return new Object[][] {
{ "LocaleString", "lt_LT" }, // locale id based on iso codes
{ "LocaleID", "0427" }, // Windows id
{ "ShortLanguage", "lit" }, // iso-3 abbrev lang name
{ "ShortCountry", "LTU" }, // iso-3 abbrev country name
{ "Languages", // language names
new String[][] {
{ "lt", "Lietuvi\u0159" }
}
},
{ "Countries", // country names
new String[][] {
{ "LT", "Lietuva" }
}
},
{ "MonthNames",
new String[] {
"Sausio", // january
"Vasario", // february
"Kovo", // march
"Baland\u017eio", // april
"Gegu\u017e\u0117s", // may
"Bir\u017eelio", // june
"Liepos", // july
"Rugpj\u016b\u010dio", // august
"Rugs\u0117jo", // september
"Spalio", // october
"Lapkri\u010dio", // november
"Gruod\u017eio", // december
"" // month 13 if applicable
}
},
{ "MonthAbbreviations",
new String[] {
"Sau", // abb january
"Vas", // abb february
"Kov", // abb march
"Bal", // abb april
"Geg", // abb may
"Bir", // abb june
"Lie", // abb july
"Rgp", // abb august
"Rgs", // abb september
"Spa", // abb october
"Lap", // abb november
"Grd", // abb december
"" // abb month 13 if applicable
}
},
{ "DayNames",
new String[] {
"Sekmadienis", // Sunday
"Pirmadienis", // Monday
"Antradienis", // Tuesday
"Tre\u010diadienis", // Wednesday
"Ketvirtadienis", // Thursday
"Penktadienis", // Friday
"\u0160e\u0161tadienis" // Saturday
}
},
{ "DayAbbreviations",
new String[] {
"Sk", // abb Sunday
"Pr", // abb Monday
"An", // abb Tuesday
"Tr", // abb Wednesday
"Kt", // abb Thursday
"Pn", // abb Friday
"\u0160t" // abb Saturday
}
},
{ "Eras",
new String[] { // era strings
"pr.Kr.",
"po.Kr."
}
},
{ "NumberPatterns",
new String[] {
"##,##0.##;-##,##0.##", // decimal pattern
"#,##0.## Lt;-#,##0.## Lt", // currency pattern
"#,##%" // percent pattern
}
},
{ "NumberElements",
new String[] {
",", // decimal separator
".", // group (thousands) separator
";", // list separator
"%", // percent sign
"0", // native 0 digit
"#", // pattern digit
"-", // minus sign
"E", // exponential
"\u2030", // per mille
"\u221e", // infinity
"\ufffd" // NaN
}
},
{ "CurrencyElements",
new String[] {
"Lt", // local currency symbol
"LTL", // intl currency symbol
"," // monetary decimal separator
}
},
{ "DateTimePatterns",
new String[] {
"HH.mm.ss z", // full time pattern
"HH.mm.ss z", // long time pattern
"HH.mm.ss", // medium time pattern
"HH.mm", // short time pattern
"EEEE, yyyy, MMMM d", // full date pattern
"EEEE, yyyy, MMMM d", // long date pattern
"yyyy.M.d", // medium date pattern
"yy.M.d", // short date pattern
"{1} {0}" // date-time pattern
}
},
{ "CollationElements",
/* for LT_LT, accents sorted backwards plus the following: */
"@" + // tal : french secondary
"& C < c\u030c , C\u030c " + // nt : open-o < c-caron
"& I ; y = \u0131 , Y = \u0130 " + // nt : i is equivalent to y
"& S < s\u030c , S\u030c " + // nt : long-s < s-caron
"& X < y\u0301, Y\u0301 "+ // nt : x < y-acute
"< y\u0302 , Y\u0302 < y\u0308, Y\u0308 " + // nt : y-circumflex < y-umlaut
"& Z < z\u030c , Z\u030c " // nt : ezh-tail < z-caron
}
};
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?