mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 08:14:03 +08:00
49 lines
1.9 KiB
Java
49 lines
1.9 KiB
Java
|
// This file was automatically generated by localedef.
|
||
|
|
||
|
package gnu.java.locale;
|
||
|
|
||
|
import java.util.ListResourceBundle;
|
||
|
|
||
|
public class LocaleInformation_hu_HU extends ListResourceBundle
|
||
|
{
|
||
|
static final String decimalSeparator = ",";
|
||
|
static final String groupingSeparator = "";
|
||
|
static final String numberFormat = "#.###";
|
||
|
static final String percentFormat = "#%";
|
||
|
static final String[] weekdays = { null, "VAS\u00C1RNAP", "H\u00C9TF\u0150", "KEDD", "SZERDA", "CS\u00DCT\u00D6RT\u00D6K", "P\u00C9NTEK", "SZOMBAT" };
|
||
|
|
||
|
static final String[] shortWeekdays = { null, "V", "H", "K", "SZE", "CS", "P", "SZO" };
|
||
|
|
||
|
static final String[] shortMonths = { "JAN", "FEB", "M\u00C1R", "\u00C1PR", "M\u00C1J", "J\u00DAN", "J\u00DAL", "AUG", "SZE", "OKT", "NOV", "DEC", null };
|
||
|
|
||
|
static final String[] months = { "JANU\u00C1R", "FEBRU\u00C1R", "M\u00C1RCIUS", "\u00C1PRILIS", "M\u00C1JUS", "J\u00DANIUS", "J\u00DALIUS", "AUGUSZTUS", "SZEPTEMBER", "OKT\u00D3BER", "NOVEMBER", "DECEMBER", null };
|
||
|
|
||
|
static final String[] ampms = { "", "" };
|
||
|
|
||
|
static final String shortDateFormat = "yyyy-MM-dd";
|
||
|
static final String defaultTimeFormat = "";
|
||
|
static final String currencySymbol = "FT";
|
||
|
static final String intlCurrencySymbol = "HUF";
|
||
|
static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";
|
||
|
|
||
|
private static final Object[][] contents =
|
||
|
{
|
||
|
{ "weekdays", weekdays },
|
||
|
{ "shortWeekdays", shortWeekdays },
|
||
|
{ "shortMonths", shortMonths },
|
||
|
{ "months", months },
|
||
|
{ "ampms", ampms },
|
||
|
{ "shortDateFormat", shortDateFormat },
|
||
|
{ "defaultTimeFormat", defaultTimeFormat },
|
||
|
{ "currencySymbol", currencySymbol },
|
||
|
{ "intlCurrencySymbol", intlCurrencySymbol },
|
||
|
{ "currencyFormat", currencyFormat },
|
||
|
{ "decimalSeparator", decimalSeparator },
|
||
|
{ "groupingSeparator", groupingSeparator },
|
||
|
{ "numberFormat", numberFormat },
|
||
|
{ "percentFormat", percentFormat },
|
||
|
};
|
||
|
|
||
|
public Object[][] getContents () { return contents; }
|
||
|
}
|