home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
VCAFE.3.0A
/
Main.bin
/
LocaleElements_hr.java
< prev
next >
Wrap
Text File
|
1998-09-22
|
8KB
|
193 lines
/*
* @(#)LocaleElements_hr.java 1.8 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_hr extends ListResourceBundle {
/**
* Overrides ListResourceBundle
*/
public Object[][] getContents() {
return new Object[][] {
{ "LocaleString", "hr_HR" }, // locale id based on iso codes
{ "LocaleID", "041a" }, // Windows id
{ "ShortLanguage", "hrv" }, // iso-3 abbrev lang name
{ "ShortCountry", "HRV" }, // iso-3 abbrev country name
{ "Languages", // language names
new String[][] {
{ "hr", "hrvatski" }
}
},
{ "Countries", // country names
new String[][] {
{ "HR", "Hrvatska" }
}
},
{ "MonthNames",
new String[] {
"sije\u010danj", // january
"velja\u010da", // february
"o\u017eujak", // march
"travanj", // april
"svibanj", // may
"lipanj", // june
"srpanj", // july
"kolovoz", // august
"rujan", // september
"listopad", // october
"studeni", // november
"prosinac", // december
"" // month 13 if applicable
}
},
{ "MonthAbbreviations",
new String[] {
"sij", // abb january
"vel", // abb february
"o\u017eu", // abb march
"tra", // abb april
"svi", // abb may
"lip", // abb june
"srp", // abb july
"kol", // abb august
"ruj", // abb september
"lis", // abb october
"stu", // abb november
"pro", // abb december
"" // abb month 13 if applicable
}
},
{ "DayNames",
new String[] {
"nedjelja", // Sunday
"ponedjeljak", // Monday
"utorak", // Tuesday
"srijeda", // Wednesday
"\u010detvrtak", // Thursday
"petak", // Friday
"subota" // Saturday
}
},
{ "DayAbbreviations",
new String[] {
"ned", // abb Sunday
"pon", // abb Monday
"uto", // abb Tuesday
"sri", // abb Wednesday
"\u010det", // abb Thursday
"pet", // abb Friday
"sub" // abb Saturday
}
},
{ "NumberPatterns",
new String[] {
"#,##0.###;-#,##0.###", // decimal pattern
"Kn #,##0.##;-Kn #,##0.##", // currency pattern
"#,##0%" // 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[] {
"Kn", // local currency symbol
"HRK", // 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
"yyyy. MMMM dd", // full date pattern
"yyyy. MMMM dd", // long date pattern
"yyyy.MM.dd", // medium date pattern
"yyyy.MM.dd", // short date pattern
"{1} {0}" // date-time pattern
}
},
{ "CollationElements",
/* for HR_HR, default sorting except for the following: */
/* add dz "ligature" between d and d<stroke>. */
/* add d<stroke> between d and e. */
/* add lj "ligature" between l and l<stroke>. */
/* add l<stroke> between l and m. */
/* add nj "ligature" between n and o. */
/* add z<abovedot> after z. */
"& \u200f = \u030c "
+ "& \u0306 = \u030d "
+ "& C < c\u030c , C\u030c " // C < c-caron
+ "< c\u0301 , C\u0301 " // c-acute
+ "& D < \u01f3 , \u01f2 , \u01f1 " // dz
+ "< dz , dZ , Dz , DZ " // dz ligature
+ "< \u01c6 , \u01c5 , \u01c4 " // dz-caron
+ "< \u0111 , \u0110 " // d-stroke
+ "& L < lj , lJ , Lj , LJ " // l < lj ligature
+ "& N < nj , nJ , Nj , NJ " // n < nj ligature
+ "& S < s\u030c , S\u030c " // s < s-caron
+ "& Z < z\u030c , Z\u030c " // z < z-caron
}
};
}
}