src/share/classes/sun/text/resources/hr/FormatData_hr.java

Print this page




  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.hr;
  78 
  79 import java.util.ListResourceBundle;
  80 
  81 public class FormatData_hr extends ListResourceBundle {
  82     /**
  83      * Overrides ListResourceBundle
  84      */
  85     @Override
  86     protected final Object[][] getContents() {
  87         final String[] rocEras ={
  88             "prije R.O.C.",
  89             "R.O.C.",
  90         };
  91         return new Object[][] {
  92             { "MonthNames",
  93                 new String[] {
  94                     "sije\u010dnja",
  95                     "velja\u010de",
  96                     "o\u017eujka",
  97                     "travnja",
  98                     "svibnja",
  99                     "lipnja",
 100                     "srpnja",
 101                     "kolovoza",
 102                     "rujna",
 103                     "listopada",


 140                     "",
 141                 }
 142             },
 143             { "standalone.MonthAbbreviations",
 144                 new String[] {
 145                     "sij", // abb january
 146                     "vel", // abb february
 147                     "o\u017eu", // abb march
 148                     "tra", // abb april
 149                     "svi", // abb may
 150                     "lip", // abb june
 151                     "srp", // abb july
 152                     "kol", // abb august
 153                     "ruj", // abb september
 154                     "lis", // abb october
 155                     "stu", // abb november
 156                     "pro", // abb december
 157                     "" // abb month 13 if applicable
 158                 }
 159             },

















 160             { "standalone.MonthNarrows",
 161                 new String[] {
 162                     "1.",
 163                     "2.",
 164                     "3.",
 165                     "4.",
 166                     "5.",
 167                     "6.",
 168                     "7.",
 169                     "8.",
 170                     "9.",
 171                     "10.",
 172                     "11.",
 173                     "12.",
 174                     "",
 175                 }
 176             },
 177             { "DayNames",
 178                 new String[] {
 179                     "nedjelja", // Sunday
 180                     "ponedjeljak", // Monday
 181                     "utorak", // Tuesday
 182                     "srijeda", // Wednesday
 183                     "\u010detvrtak", // Thursday
 184                     "petak", // Friday
 185                     "subota" // Saturday
 186                 }
 187             },











 188             { "DayAbbreviations",
 189                 new String[] {
 190                     "ned", // abb Sunday
 191                     "pon", // abb Monday
 192                     "uto", // abb Tuesday
 193                     "sri", // abb Wednesday
 194                     "\u010det", // abb Thursday
 195                     "pet", // abb Friday
 196                     "sub" // abb Saturday
 197                 }
 198             },











 199             { "DayNarrows",
 200                 new String[] {
 201                     "N",
 202                     "P",
 203                     "U",
 204                     "S",
 205                     "\u010c",
 206                     "P",
 207                     "S",
 208                 }
 209             },
 210             { "standalone.DayNarrows",
 211                 new String[] {
 212                     "n",
 213                     "p",
 214                     "u",
 215                     "s",
 216                     "\u010d",
 217                     "p",
 218                     "s",
 219                 }
 220             },












 221             { "NumberElements",
 222                 new String[] {
 223                     ",", // decimal separator
 224                     ".", // group (thousands) separator
 225                     ";", // list separator
 226                     "%", // percent sign
 227                     "0", // native 0 digit
 228                     "#", // pattern digit
 229                     "-", // minus sign
 230                     "E", // exponential
 231                     "\u2030", // per mille
 232                     "\u221e", // infinity
 233                     "\ufffd" // NaN
 234                 }
 235             },
 236             { "TimePatterns",
 237                 new String[] {
 238                     "HH:mm:ss z", // full time pattern
 239                     "HH:mm:ss z", // long time pattern
 240                     "HH:mm:ss", // medium time pattern
 241                     "HH:mm", // short time pattern
 242                 }
 243             },
 244             { "DatePatterns",
 245                 new String[] {
 246                     "yyyy. MMMM dd", // full date pattern
 247                     "yyyy. MMMM dd", // long date pattern
 248                     "yyyy.MM.dd", // medium date pattern
 249                     "yyyy.MM.dd", // short date pattern
 250                 }
 251             },
 252             { "DateTimePatterns",
 253                 new String[] {
 254                     "{1} {0}" // date-time pattern
 255                 }
 256             },
 257             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 258             { "cldr.buddhist.DatePatterns",
 259                 new String[] {
 260                     "EEEE, d. MMMM y. G",
 261                     "d. MMMM y. G",
 262                     "d. M. y. G",
 263                     "d.M.y.",
 264                 }
 265             },
 266             { "cldr.japanese.DatePatterns",
 267                 new String[] {
 268                     "EEEE, d. MMMM y. G",
 269                     "d. MMMM y. G",
 270                     "d. M. y. G",
 271                     "d.M.y. G",
 272                 }
 273             },
 274             { "roc.Eras", rocEras },
 275             { "roc.short.Eras", rocEras },
 276             { "cldr.roc.DatePatterns",
 277                 new String[] {
 278                     "EEEE, d. MMMM y. G",
 279                     "d. MMMM y. G",
 280                     "d. M. y. G",
 281                     "d.M.y. G",
 282                 }
 283             },
 284             { "roc.DatePatterns",
 285                 new String[] {
 286                     "EEEE, d. MMMM y. GGGG",
 287                     "d. MMMM y. GGGG",
 288                     "d. M. y. GGGG",
 289                     "d.M.y. GGGG",
 290                 }
 291             },
 292             { "calendarname.islamic-civil", "islamski civilni kalendar" },
 293             { "calendarname.islamicc", "islamski civilni kalendar" },
 294             { "calendarname.roc", "kalendar Republike Kine" },
 295             { "calendarname.islamic", "islamski kalendar" },
 296             { "calendarname.buddhist", "budisti\u010dki kalendar" },
 297             { "calendarname.japanese", "japanski kalendar" },
 298             { "calendarname.gregorian", "gregorijanski kalendar" },
 299             { "calendarname.gregory", "gregorijanski kalendar" },
 300             { "field.era", "era" },
 301             { "field.year", "godina" },
 302             { "field.month", "mjesec" },
 303             { "field.week", "tjedan" },
 304             { "field.weekday", "dan u tjednu" },
 305             { "field.dayperiod", "dio dana" },
 306             { "field.hour", "sat" },
 307             { "field.minute", "minuta" },
 308             { "field.second", "sekunda" },
 309             { "field.zone", "zona" },
 310         };
 311     }
 312 }


  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.hr;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_hr extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     @Override
  86     protected final Object[][] getContents() {
  87         final String[] rocEras ={
  88             "prije R.O.C.",
  89             "R.O.C.",
  90         };
  91         return new Object[][] {
  92             { "MonthNames",
  93                 new String[] {
  94                     "sije\u010dnja",
  95                     "velja\u010de",
  96                     "o\u017eujka",
  97                     "travnja",
  98                     "svibnja",
  99                     "lipnja",
 100                     "srpnja",
 101                     "kolovoza",
 102                     "rujna",
 103                     "listopada",


 140                     "",
 141                 }
 142             },
 143             { "standalone.MonthAbbreviations",
 144                 new String[] {
 145                     "sij", // abb january
 146                     "vel", // abb february
 147                     "o\u017eu", // abb march
 148                     "tra", // abb april
 149                     "svi", // abb may
 150                     "lip", // abb june
 151                     "srp", // abb july
 152                     "kol", // abb august
 153                     "ruj", // abb september
 154                     "lis", // abb october
 155                     "stu", // abb november
 156                     "pro", // abb december
 157                     "" // abb month 13 if applicable
 158                 }
 159             },
 160             { "MonthNarrows",
 161                 new String[] {
 162                     "1.",
 163                     "2.",
 164                     "3.",
 165                     "4.",
 166                     "5.",
 167                     "6.",
 168                     "7.",
 169                     "8.",
 170                     "9.",
 171                     "10.",
 172                     "11.",
 173                     "12.",
 174                     "",
 175                 }
 176             },
 177             { "standalone.MonthNarrows",
 178                 new String[] {
 179                     "1.",
 180                     "2.",
 181                     "3.",
 182                     "4.",
 183                     "5.",
 184                     "6.",
 185                     "7.",
 186                     "8.",
 187                     "9.",
 188                     "10.",
 189                     "11.",
 190                     "12.",
 191                     "",
 192                 }
 193             },
 194             { "DayNames",
 195                 new String[] {
 196                     "nedjelja", // Sunday
 197                     "ponedjeljak", // Monday
 198                     "utorak", // Tuesday
 199                     "srijeda", // Wednesday
 200                     "\u010detvrtak", // Thursday
 201                     "petak", // Friday
 202                     "subota" // Saturday
 203                 }
 204             },
 205             { "standalone.DayNames",
 206                 new String[] {
 207                     "nedjelja",
 208                     "ponedjeljak",
 209                     "utorak",
 210                     "srijeda",
 211                     "\u010detvrtak",
 212                     "petak",
 213                     "subota",
 214                 }
 215             },
 216             { "DayAbbreviations",
 217                 new String[] {
 218                     "ned", // abb Sunday
 219                     "pon", // abb Monday
 220                     "uto", // abb Tuesday
 221                     "sri", // abb Wednesday
 222                     "\u010det", // abb Thursday
 223                     "pet", // abb Friday
 224                     "sub" // abb Saturday
 225                 }
 226             },
 227             { "standalone.DayAbbreviations",
 228                 new String[] {
 229                     "ned",
 230                     "pon",
 231                     "uto",
 232                     "sri",
 233                     "\u010det",
 234                     "pet",
 235                     "sub",
 236                 }
 237             },
 238             { "DayNarrows",
 239                 new String[] {
 240                     "N",
 241                     "P",
 242                     "U",
 243                     "S",
 244                     "\u010c",
 245                     "P",
 246                     "S",
 247                 }
 248             },
 249             { "standalone.DayNarrows",
 250                 new String[] {
 251                     "n",
 252                     "p",
 253                     "u",
 254                     "s",
 255                     "\u010d",
 256                     "p",
 257                     "s",
 258                 }
 259             },
 260             { "Eras",
 261                 new String[] {
 262                     "Prije Krista",
 263                     "Poslije Krista",
 264                 }
 265             },
 266             { "short.Eras",
 267                 new String[] {
 268                     "p. n. e.",
 269                     "A. D.",
 270                 }
 271             },
 272             { "NumberElements",
 273                 new String[] {
 274                     ",", // decimal separator
 275                     ".", // group (thousands) separator
 276                     ";", // list separator
 277                     "%", // percent sign
 278                     "0", // native 0 digit
 279                     "#", // pattern digit
 280                     "-", // minus sign
 281                     "E", // exponential
 282                     "\u2030", // per mille
 283                     "\u221e", // infinity
 284                     "\ufffd" // NaN
 285                 }
 286             },
 287             { "TimePatterns",
 288                 new String[] {
 289                     "HH:mm:ss z", // full time pattern
 290                     "HH:mm:ss z", // long time pattern
 291                     "HH:mm:ss", // medium time pattern
 292                     "HH:mm", // short time pattern
 293                 }
 294             },
 295             { "DatePatterns",
 296                 new String[] {
 297                     "yyyy. MMMM dd", // full date pattern
 298                     "yyyy. MMMM dd", // long date pattern
 299                     "yyyy.MM.dd", // medium date pattern
 300                     "yyyy.MM.dd", // short date pattern
 301                 }
 302             },
 303             { "DateTimePatterns",
 304                 new String[] {
 305                     "{1} {0}" // date-time pattern
 306                 }
 307             },
 308             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },




















































 309         };
 310     }
 311 }