diff options
Diffstat (limited to 'libjava/gnu/java/locale/LocaleInformation_hu_HU.java')
| -rw-r--r-- | libjava/gnu/java/locale/LocaleInformation_hu_HU.java | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/libjava/gnu/java/locale/LocaleInformation_hu_HU.java b/libjava/gnu/java/locale/LocaleInformation_hu_HU.java new file mode 100644 index 00000000000..cba8ac5a8a0 --- /dev/null +++ b/libjava/gnu/java/locale/LocaleInformation_hu_HU.java @@ -0,0 +1,48 @@ +// 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; } +} |

