| // This file was automatically generated by localedef. |
| |
| package gnu.java.locale; |
| |
| import java.util.ListResourceBundle; |
| |
| public class LocaleInformation_et_EE extends ListResourceBundle |
| { |
| static final String decimalSeparator = ","; |
| static final String groupingSeparator = "\u00A0"; |
| static final String numberFormat = "#,###,##0.###"; |
| static final String percentFormat = "#,###,##0%"; |
| static final String[] weekdays = { null, "p\u00FChap\u00E4ev", "esmasp\u00E4ev", "teisip\u00E4ev", "kolmap\u00E4ev", "neljap\u00E4ev", "reede", "laup\u00E4ev" }; |
| |
| static final String[] shortWeekdays = { null, "P", "E", "T", "K", "N", "R", "L" }; |
| |
| static final String[] shortMonths = { "jaan ", "veebr", "m\u00E4rts", "apr ", "mai ", "juuni", "juuli", "aug ", "sept ", "okt ", "nov ", "dets ", null }; |
| |
| static final String[] months = { "jaanuar", "veebruar", "m\u00E4rts", "aprill", "mai", "juuni", "juuli", "august", "september", "oktoober", "november", "detsember", null }; |
| |
| static final String[] ampms = { "", "" }; |
| |
| static final String shortDateFormat = "dd.MM.yyyy"; |
| static final String defaultTimeFormat = ""; |
| static final String currencySymbol = "kr"; |
| static final String intlCurrencySymbol = "EEK"; |
| 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; } |
| } |