src/jdk.localedata/share/classes/sun/text/resources/lt/JavaTimeSupplementary_lt.java

Print this page


   1 /*
   2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  30  * the Terms of Use in http://www.unicode.org/copyright.html.

  31  *
  32  * Permission is hereby granted, free of charge, to any person obtaining a copy
  33  * of the Unicode data files and any associated documentation (the "Data
  34  * Files") or Unicode software and any associated documentation (the
  35  * "Software") to deal in the Data Files or Software without restriction,
  36  * including without limitation the rights to use, copy, modify, merge,
  37  * publish, distribute, and/or sell copies of the Data Files or Software, and
  38  * to permit persons to whom the Data Files or Software are furnished to do so,
  39  * provided that (a) the above copyright notice(s) and this permission notice
  40  * appear with all copies of the Data Files or Software, (b) both the above
  41  * copyright notice(s) and this permission notice appear in associated
  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,



  52  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  54  * OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written authorization
  59  * of the copyright holder.
  60  */
  61 
  62 //  Note: this file has been generated by a tool.
  63 
  64 package sun.text.resources.lt;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_lt extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "I k.",
  75                     "II k.",
  76                     "III k.",
  77                     "IV ketv.",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "I ketvirtis",
  83                     "II ketvirtis",
  84                     "III ketvirtis",
  85                     "IV ketvirtis",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "I",
  91                     "II",
  92                     "3",
  93                     "IV",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "Budist\u0173 kalendorius" },
  98             { "calendarname.gregorian",
  99                 "Grigaliaus kalendorius" },
 100             { "calendarname.gregory",
 101                 "Grigaliaus kalendorius" },
 102             { "calendarname.islamic",
 103                 "Islamo kalendorius" },
 104             { "calendarname.islamic-civil",
 105                 "Pilietinis islamo kalendorius" },
 106             { "calendarname.islamicc",
 107                 "Pilietinis islamo kalendorius" },
 108             { "calendarname.japanese",
 109                 "Japon\u0173 kalendorius" },
 110             { "calendarname.roc",
 111                 "Kinijos Respublikos kalendorius" },
 112             { "field.dayperiod",
 113                 "dienos metas" },
 114             { "field.era",
 115                 "era" },
 116             { "field.hour",
 117                 "valanda" },
 118             { "field.minute",
 119                 "minut\u0117" },
 120             { "field.month",
 121                 "m\u0117nuo" },
 122             { "field.second",
 123                 "sekund\u0117" },
 124             { "field.week",
 125                 "savait\u0117" },
 126             { "field.weekday",
 127                 "savait\u0117s diena" },
 128             { "field.year",
 129                 "metai" },
 130             { "field.zone",
 131                 "laiko juosta" },













































































































 132             { "java.time.buddhist.DatePatterns",
 133                 new String[] {
 134                     "y G, MMMM d, EEEE",
 135                     "G y MMMM d",
 136                     "G y MMM d",
 137                     "GGGGG yyyy-MM-dd",














































 138                 }
 139             },
 140             { "java.time.long.Eras",
 141                 new String[] {
 142                     "prie\u0161 Krist\u0173",
 143                     "po Kristaus",
 144                 }
 145             },








 146             { "java.time.short.Eras",
 147                 new String[] {
 148                     "pr.Kr.",
 149                     "po.Kr.",
 150                 }
 151             },
























































































































































 152         };
 153     }
 154 }
   1 /*
   2  * Copyright (c) 2014, 2015 Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2015 Unicode, Inc. All rights reserved.
  30  * Distributed under the Terms of Use in 
  31  * http://www.unicode.org/copyright.html.
  32  *
  33  * Permission is hereby granted, free of charge, to any person obtaining
  34  * a copy of the Unicode data files and any associated documentation
  35  * (the "Data Files") or Unicode software and any associated documentation
  36  * (the "Software") to deal in the Data Files or Software
  37  * without restriction, including without limitation the rights to use,
  38  * copy, modify, merge, publish, distribute, and/or sell copies of
  39  * the Data Files or Software, and to permit persons to whom the Data Files
  40  * or Software are furnished to do so, provided that
  41  * (a) this copyright and permission notice appear with all copies 
  42  * of the Data Files or Software,
  43  * (b) this copyright and permission notice appear in associated 
  44  * documentation, and
  45  * (c) there is clear notice in each modified Data File or in the Software
  46  * as well as in the documentation associated with the Data File(s) or
  47  * Software that the data or software has been modified.
  48  *
  49  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  50  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  51  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  52  * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  53  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  54  * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  55  * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  56  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  57  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  58  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  59  *
  60  * Except as contained in this notice, the name of a copyright holder
  61  * shall not be used in advertising or otherwise to promote the sale,
  62  * use or other dealings in these Data Files or Software without prior
  63  * written authorization of the copyright holder.
  64  */
  65 
  66 //  Note: this file has been generated by a tool.
  67 
  68 package sun.text.resources.lt;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_lt extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "I k.",
  79                     "II k.",
  80                     "III k.",
  81                     "IV k.",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "I ketvirtis",
  87                     "II ketvirtis",
  88                     "III ketvirtis",
  89                     "IV ketvirtis",
  90                 }
  91             },








  92             { "calendarname.buddhist",
  93                 "budist\u0173 kalendorius" },
  94             { "calendarname.gregorian",
  95                 "Grigaliaus kalendorius" },
  96             { "calendarname.gregory",
  97                 "Grigaliaus kalendorius" },
  98             { "calendarname.islamic",
  99                 "islamo kalendorius" },
 100             { "calendarname.islamic-civil",
 101                 "Islamo kalendorius (lentelinis, pilietin\u0117 era)" },
 102             { "calendarname.islamic-umalqura",

 103                 "Islamo kalendorius (Umm al-Qura)" },
 104             { "calendarname.japanese",
 105                 "japon\u0173 kalendorius" },
 106             { "calendarname.roc",
 107                 "Kinijos Respublikos kalendorius" },
 108             { "field.dayperiod",
 109                 "Iki piet\u0173 / po piet\u0173" },


 110             { "field.hour",
 111                 "Valanda" },
 112             { "field.minute",
 113                 "Minut\u0117" },
 114             { "field.month",
 115                 "M\u0117nuo" },
 116             { "field.second",
 117                 "Sekund\u0117" },
 118             { "field.week",
 119                 "Savait\u0117" },
 120             { "field.weekday",
 121                 "Savait\u0117s diena" },
 122             { "field.year",
 123                 "Metai" },
 124             { "field.zone",
 125                 "Laiko juosta" },
 126             { "islamic.AmPmMarkers",

 127                 new String[] {

 128                     "prie\u0161piet",
 129                     "popiet",
 130                 }

 131             },

 132             { "islamic.DatePatterns",

 133                 new String[] {

 134                     "y MMMM d GGGG, EEEE",
 135                     "y MMMM d GGGG",
 136                     "y MMM d GGGG",
 137                     "y-MM-dd GGGG",
 138                 }

 139             },

 140             { "islamic.DayAbbreviations",

 141                 new String[] {

 142                     "sk",
 143                     "pr",
 144                     "an",
 145                     "tr",
 146                     "kt",
 147                     "pn",
 148                     "\u0161t",
 149                 }

 150             },

 151             { "islamic.DayNames",

 152                 new String[] {

 153                     "sekmadienis",
 154                     "pirmadienis",
 155                     "antradienis",
 156                     "tre\u010diadienis",
 157                     "ketvirtadienis",
 158                     "penktadienis",
 159                     "\u0161e\u0161tadienis",
 160                 }

 161             },

 162             { "islamic.DayNarrows",

 163                 new String[] {

 164                     "S",
 165                     "P",
 166                     "A",
 167                     "T",
 168                     "K",
 169                     "P",
 170                     "\u0160",
 171                 }

 172             },

 173             { "islamic.Eras",

 174                 new String[] {

 175                     "",
 176                     "AH",
 177                 }

 178             },

 179             { "islamic.QuarterAbbreviations",

 180                 new String[] {

 181                     "I k.",
 182                     "II k.",
 183                     "III k.",
 184                     "IV k.",
 185                 }

 186             },

 187             { "islamic.QuarterNames",

 188                 new String[] {

 189                     "I ketvirtis",
 190                     "II ketvirtis",
 191                     "III ketvirtis",
 192                     "IV ketvirtis",
 193                 }

 194             },

 195             { "islamic.QuarterNarrows",

 196                 new String[] {

 197                     "1",
 198                     "2",
 199                     "3",
 200                     "4",
 201                 }

 202             },

 203             { "islamic.TimePatterns",

 204                 new String[] {

 205                     "HH:mm:ss zzzz",
 206                     "HH:mm:ss z",
 207                     "HH:mm:ss",
 208                     "HH:mm",
 209                 }

 210             },

 211             { "islamic.long.Eras",

 212                 new String[] {

 213                     "",
 214                     "AH",
 215                 }

 216             },

 217             { "islamic.narrow.AmPmMarkers",

 218                 new String[] {

 219                     "pr.p.",
 220                     "pop.",
 221                 }

 222             },

 223             { "islamic.narrow.Eras",

 224                 new String[] {

 225                     "",
 226                     "AH",
 227                 }

 228             },

 229             { "islamic.short.Eras",

 230                 new String[] {

 231                     "",
 232                     "AH",
 233                 }

 234             },

 235             { "java.time.buddhist.DatePatterns",
 236                 new String[] {
 237                     "y MMMM d G, EEEE",
 238                     "y MMMM d G",
 239                     "y MMM d G",
 240                     "y-MM-dd G",
 241                 }

 242             },

 243             { "java.time.buddhist.long.Eras",

 244                 new String[] {

 245                     "BC",
 246                     "BE",
 247                 }

 248             },

 249             { "java.time.buddhist.short.Eras",

 250                 new String[] {

 251                     "BC",
 252                     "BE",
 253                 }

 254             },

 255             { "java.time.islamic.DatePatterns",

 256                 new String[] {

 257                     "y MMMM d G, EEEE",
 258                     "y MMMM d G",
 259                     "y MMM d G",
 260                     "y-MM-dd G",
 261                 }

 262             },

 263             { "java.time.japanese.DatePatterns",

 264                 new String[] {

 265                     "y MMMM d G, EEEE",
 266                     "y MMMM d G",
 267                     "y MMM d G",
 268                     "y-MM-dd G",
 269                 }

 270             },

 271             { "java.time.japanese.long.Eras",

 272                 new String[] {

 273                     "po Kristaus",
 274                     "Meid\u017ei",
 275                     "Tai\u0161o",
 276                     "\u0160ova",
 277                     "Heisei",
 278                 }

 279             },

 280             { "java.time.japanese.short.Eras",

 281                 new String[] {

 282                     "po Kr.",
 283                     "Meid\u017ei",
 284                     "Tai\u0161o",
 285                     "\u0160ova",
 286                     "Heisei",
 287                 }
 288             },
 289             { "java.time.long.Eras",
 290                 new String[] {
 291                     "prie\u0161 Krist\u0173",
 292                     "po Kristaus",
 293                 }
 294             },
 295             { "java.time.roc.DatePatterns",

 296                 new String[] {

 297                     "y MMMM d G, EEEE",
 298                     "y MMMM d G",
 299                     "y MMM d G",
 300                     "y-MM-dd G",
 301                 }

 302             },

 303             { "java.time.short.Eras",
 304                 new String[] {
 305                     "pr.Kr.",
 306                     "po.Kr.",
 307                 }
 308             },
 309             { "roc.AmPmMarkers",

 310                 new String[] {

 311                     "prie\u0161piet",
 312                     "popiet",
 313                 }

 314             },

 315             { "roc.DatePatterns",

 316                 new String[] {

 317                     "y MMMM d GGGG, EEEE",
 318                     "y MMMM d GGGG",
 319                     "y MMM d GGGG",
 320                     "y-MM-dd GGGG",
 321                 }

 322             },

 323             { "roc.DayAbbreviations",

 324                 new String[] {

 325                     "sk",
 326                     "pr",
 327                     "an",
 328                     "tr",
 329                     "kt",
 330                     "pn",
 331                     "\u0161t",
 332                 }

 333             },

 334             { "roc.DayNames",

 335                 new String[] {

 336                     "sekmadienis",
 337                     "pirmadienis",
 338                     "antradienis",
 339                     "tre\u010diadienis",
 340                     "ketvirtadienis",
 341                     "penktadienis",
 342                     "\u0161e\u0161tadienis",
 343                 }

 344             },

 345             { "roc.DayNarrows",

 346                 new String[] {

 347                     "S",
 348                     "P",
 349                     "A",
 350                     "T",
 351                     "K",
 352                     "P",
 353                     "\u0160",
 354                 }

 355             },

 356             { "roc.Eras",

 357                 new String[] {

 358                     "Prie\u0161 R.O.C.",
 359                     "R.O.C.",
 360                 }

 361             },

 362             { "roc.MonthAbbreviations",

 363                 new String[] {

 364                     "saus.",
 365                     "vas.",
 366                     "kov.",
 367                     "bal.",
 368                     "geg.",
 369                     "bir\u017e.",
 370                     "liep.",
 371                     "rugp.",
 372                     "rugs.",
 373                     "spal.",
 374                     "lapkr.",
 375                     "gruod.",
 376                     "",
 377                 }

 378             },

 379             { "roc.MonthNames",

 380                 new String[] {

 381                     "sausio",
 382                     "vasario",
 383                     "kovo",
 384                     "baland\u017eio",
 385                     "gegu\u017e\u0117s",
 386                     "bir\u017eelio",
 387                     "liepos",
 388                     "rugpj\u016b\u010dio",
 389                     "rugs\u0117jo",
 390                     "spalio",
 391                     "lapkri\u010dio",
 392                     "gruod\u017eio",
 393                     "",
 394                 }

 395             },

 396             { "roc.MonthNarrows",

 397                 new String[] {

 398                     "S",
 399                     "V",
 400                     "K",
 401                     "B",
 402                     "G",
 403                     "B",
 404                     "L",
 405                     "R",
 406                     "R",
 407                     "S",
 408                     "L",
 409                     "G",
 410                     "",
 411                 }

 412             },

 413             { "roc.QuarterAbbreviations",

 414                 new String[] {

 415                     "I k.",
 416                     "II k.",
 417                     "III k.",
 418                     "IV k.",
 419                 }

 420             },

 421             { "roc.QuarterNames",

 422                 new String[] {

 423                     "I ketvirtis",
 424                     "II ketvirtis",
 425                     "III ketvirtis",
 426                     "IV ketvirtis",
 427                 }

 428             },

 429             { "roc.TimePatterns",

 430                 new String[] {

 431                     "HH:mm:ss zzzz",
 432                     "HH:mm:ss z",
 433                     "HH:mm:ss",
 434                     "HH:mm",
 435                 }

 436             },

 437             { "roc.long.Eras",

 438                 new String[] {

 439                     "Prie\u0161 R.O.C.",
 440                     "R.O.C.",
 441                 }

 442             },

 443             { "roc.narrow.AmPmMarkers",

 444                 new String[] {

 445                     "pr.p.",
 446                     "pop.",
 447                 }

 448             },

 449             { "roc.narrow.Eras",

 450                 new String[] {

 451                     "Prie\u0161 R.O.C.",
 452                     "R.O.C.",
 453                 }

 454             },

 455             { "roc.short.Eras",

 456                 new String[] {

 457                     "Prie\u0161 R.O.C.",
 458                     "R.O.C.",
 459                 }

 460             },

 461         };
 462     }
 463 }