| // This file was automatically generated by localedef. |
| |
| package gnu.java.locale; |
| |
| import java.util.ListResourceBundle; |
| |
| public class LocaleInformation_bs_BA extends ListResourceBundle |
| { |
| static final String decimalSeparator = ","; |
| static final String groupingSeparator = ""; |
| static final String numberFormat = "#.###"; |
| static final String percentFormat = "#%"; |
| static final String[] weekdays = { null, "Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "\u010Cetvrtak", "Petak", "Subota" }; |
| |
| static final String[] shortWeekdays = { null, "Ned", "Pon", "Uto", "Sri", "\u010Cet", "Pet", "Sub" }; |
| |
| static final String[] shortMonths = { "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec", null }; |
| |
| static final String[] months = { "Januar", "Februar", "Mart", "April", "Maj", "Juni", "Juli", "August", "Septembar", "Oktobar", "Novembar", "Decembar", null }; |
| |
| static final String[] ampms = { "", "" }; |
| |
| static final String shortDateFormat = "dd.MM.yyyy"; |
| static final String defaultTimeFormat = ""; |
| static final String currencySymbol = "KM"; |
| static final String intlCurrencySymbol = "BAK"; |
| 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; } |
| } |