src/share/classes/sun/text/resources/sk/FormatData_sk.java

Print this page

        

*** 74,88 **** * of the copyright holder. */ package sun.text.resources.sk; ! import java.util.ListResourceBundle; ! public class FormatData_sk extends ListResourceBundle { /** ! * Overrides ListResourceBundle */ protected final Object[][] getContents() { return new Object[][] { { "MonthNames", new String[] { --- 74,88 ---- * of the copyright holder. */ package sun.text.resources.sk; ! import sun.util.resources.ParallelListResourceBundle; ! public class FormatData_sk extends ParallelListResourceBundle { /** ! * Overrides ParallelListResourceBundle */ protected final Object[][] getContents() { return new Object[][] { { "MonthNames", new String[] {
*** 150,159 **** --- 150,176 ---- "nov", // abb november "dec", // abb december "" // abb month 13 if applicable } }, + { "MonthNarrows", + new String[] { + "j", + "f", + "m", + "a", + "m", + "j", + "j", + "a", + "s", + "o", + "n", + "d", + "", + } + }, { "DayNames", new String[] { "Nede\u013ea", // Sunday "Pondelok", // Monday "Utorok", // Tuesday
*** 161,170 **** --- 178,198 ---- "\u0160tvrtok", // Thursday "Piatok", // Friday "Sobota" // Saturday } }, + { "standalone.DayNames", + new String[] { + "nede\u013ea", + "pondelok", + "utorok", + "streda", + "\u0161tvrtok", + "piatok", + "sobota", + } + }, { "DayAbbreviations", new String[] { "Ne", // abb Sunday "Po", // abb Monday "Ut", // abb Tuesday
*** 172,181 **** --- 200,220 ---- "\u0160t", // abb Thursday "Pi", // abb Friday "So" // abb Saturday } }, + { "standalone.DayAbbreviations", + new String[] { + "ne", + "po", + "ut", + "st", + "\u0161t", + "pi", + "so", + } + }, { "DayNarrows", new String[] { "N", "P", "U",
*** 183,192 **** --- 222,242 ---- "\u0160", "P", "S", } }, + { "standalone.DayNarrows", + new String[] { + "N", + "P", + "U", + "S", + "\u0160", + "P", + "S", + } + }, { "Eras", new String[] { // era strings "pred n.l.", "n.l." }
*** 226,250 **** new String[] { "{1} {0}" // date-time pattern } }, { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" }, - { "calendarname.islamic-civil", "Islamsk\u00fd ob\u010diansky kalend\u00e1r" }, - { "calendarname.islamicc", "Islamsk\u00fd ob\u010diansky kalend\u00e1r" }, - { "calendarname.islamic", "Islamsk\u00fd kalend\u00e1r" }, - { "calendarname.buddhist", "Buddhistick\u00fd kalend\u00e1r" }, - { "calendarname.japanese", "Japonsk\u00fd kalend\u00e1r" }, - { "calendarname.gregorian", "Gregori\u00e1nsky kalend\u00e1r" }, - { "calendarname.gregory", "Gregori\u00e1nsky kalend\u00e1r" }, - { "field.era", "\u00c9ra" }, - { "field.year", "Rok" }, - { "field.month", "Mesiac" }, - { "field.week", "T\u00fd\u017ede\u0148" }, - { "field.weekday", "De\u0148 v t\u00fd\u017edni" }, - { "field.dayperiod", "\u010cas\u0165 d\u0148a" }, - { "field.hour", "Hodina" }, - { "field.minute", "Min\u00fata" }, - { "field.second", "Sekunda" }, - { "field.zone", "P\u00e1smo" }, }; } } --- 276,283 ----