src/jdk.localedata/share/classes/sun/text/resources/et/JavaTimeSupplementary_et.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.et;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_et extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "K1",
  75                     "K2",
  76                     "K3",
  77                     "K4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1. kvartal",
  83                     "2. kvartal",
  84                     "3. kvartal",
  85                     "4. kvartal",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "budistlik kalender" },
  98             { "calendarname.gregorian",
  99                 "Gregoriuse kalender" },
 100             { "calendarname.gregory",
 101                 "Gregoriuse kalender" },
 102             { "calendarname.islamic",
 103                 "islamikalender" },
 104             { "calendarname.islamic-civil",
 105                 "islami ilmalik kalender" },
 106             { "calendarname.islamicc",
 107                 "islami ilmalik kalender" },
 108             { "calendarname.japanese",
 109                 "Jaapani kalender" },
 110             { "calendarname.roc",
 111                 "Hiina Vabariigi kalender" },
 112             { "field.dayperiod",
 113                 "enne/p\u00e4rast l\u00f5unat" },
 114             { "field.era",
 115                 "ajastu" },
 116             { "field.hour",
 117                 "tund" },
 118             { "field.minute",
 119                 "minut" },
 120             { "field.month",
 121                 "kuu" },
 122             { "field.second",
 123                 "sekund" },
 124             { "field.week",
 125                 "n\u00e4dal" },
 126             { "field.weekday",
 127                 "n\u00e4dalap\u00e4ev" },
 128             { "field.year",
 129                 "aasta" },
 130             { "field.zone",
 131                 "v\u00f6\u00f6nd" },

































































































 132             { "java.time.long.Eras",
 133                 new String[] {
 134                     "enne meie aega",
 135                     "meie aja j\u00e4rgi",
 136                 }
 137             },








 138             { "java.time.short.Eras",
 139                 new String[] {
 140                     "e.m.a.",
 141                     "m.a.j.",
 142                 }
 143             },




















































































































 144         };
 145     }
 146 }
   1 /*
   2  * Copyright (c) 2013, 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.et;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_et extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "K1",
  79                     "K2",
  80                     "K3",
  81                     "K4",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1. kvartal",
  87                     "2. kvartal",
  88                     "3. kvartal",
  89                     "4. kvartal",
  90                 }
  91             },








  92             { "calendarname.buddhist",
  93                 "budistlik kalender" },
  94             { "calendarname.gregorian",
  95                 "Gregoriuse kalender" },
  96             { "calendarname.gregory",
  97                 "Gregoriuse kalender" },
  98             { "calendarname.islamic",
  99                 "islamikalender" },
 100             { "calendarname.islamic-civil",
 101                 "islami ilmalik kalender" },


 102             { "calendarname.japanese",
 103                 "Jaapani kalender" },
 104             { "calendarname.roc",
 105                 "Hiina Vabariigi kalender" },
 106             { "field.dayperiod",
 107                 "enne/p\u00e4rast l\u00f5unat" },
 108             { "field.era",
 109                 "ajastu" },
 110             { "field.hour",
 111                 "tund" },
 112             { "field.minute",
 113                 "minut" },
 114             { "field.month",
 115                 "kuu" },
 116             { "field.second",
 117                 "sekund" },
 118             { "field.week",
 119                 "n\u00e4dal" },
 120             { "field.weekday",
 121                 "n\u00e4dalap\u00e4ev" },
 122             { "field.year",
 123                 "aasta" },
 124             { "field.zone",
 125                 "ajav\u00f6\u00f6nd" },
 126             { "islamic.DatePatterns",

 127                 new String[] {

 128                     "EEEE, d. MMMM y GGGG",
 129                     "d. MMMM y GGGG",
 130                     "dd.MM.y GGGG",
 131                     "dd.MM.y G",
 132                 }

 133             },

 134             { "islamic.DayAbbreviations",

 135                 new String[] {

 136                     "P",
 137                     "E",
 138                     "T",
 139                     "K",
 140                     "N",
 141                     "R",
 142                     "L",
 143                 }

 144             },

 145             { "islamic.DayNames",

 146                 new String[] {

 147                     "p\u00fchap\u00e4ev",
 148                     "esmasp\u00e4ev",
 149                     "teisip\u00e4ev",
 150                     "kolmap\u00e4ev",
 151                     "neljap\u00e4ev",
 152                     "reede",
 153                     "laup\u00e4ev",
 154                 }

 155             },

 156             { "islamic.DayNarrows",

 157                 new String[] {

 158                     "P",
 159                     "E",
 160                     "T",
 161                     "K",
 162                     "N",
 163                     "R",
 164                     "L",
 165                 }

 166             },

 167             { "islamic.QuarterAbbreviations",

 168                 new String[] {

 169                     "K1",
 170                     "K2",
 171                     "K3",
 172                     "K4",
 173                 }

 174             },

 175             { "islamic.QuarterNames",

 176                 new String[] {

 177                     "1. kvartal",
 178                     "2. kvartal",
 179                     "3. kvartal",
 180                     "4. kvartal",
 181                 }

 182             },

 183             { "islamic.QuarterNarrows",

 184                 new String[] {

 185                     "1",
 186                     "2",
 187                     "3",
 188                     "4",
 189                 }

 190             },

 191             { "islamic.TimePatterns",

 192                 new String[] {

 193                     "H:mm.ss zzzz",
 194                     "H:mm.ss z",
 195                     "H:mm.ss",
 196                     "H:mm",
 197                 }

 198             },

 199             { "java.time.buddhist.DatePatterns",

 200                 new String[] {

 201                     "EEEE, d. MMMM y G",
 202                     "d. MMMM y G",
 203                     "dd.MM.y G",
 204                     "dd.MM.y GGGGG",
 205                 }

 206             },

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

 208                 new String[] {

 209                     "EEEE, d. MMMM y G",
 210                     "d. MMMM y G",
 211                     "dd.MM.y G",
 212                     "dd.MM.y GGGGG",
 213                 }

 214             },

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

 216                 new String[] {

 217                     "EEEE, d. MMMM y G",
 218                     "d. MMMM y G",
 219                     "dd.MM.y G",
 220                     "dd.MM.y GGGGG",
 221                 }

 222             },

 223             { "java.time.long.Eras",
 224                 new String[] {
 225                     "enne meie aega",
 226                     "meie aja j\u00e4rgi",
 227                 }
 228             },
 229             { "java.time.roc.DatePatterns",

 230                 new String[] {

 231                     "EEEE, d. MMMM y G",
 232                     "d. MMMM y G",
 233                     "dd.MM.y G",
 234                     "dd.MM.y GGGGG",
 235                 }

 236             },

 237             { "java.time.short.Eras",
 238                 new String[] {
 239                     "e.m.a.",
 240                     "m.a.j.",
 241                 }
 242             },
 243             { "roc.DatePatterns",

 244                 new String[] {

 245                     "EEEE, d. MMMM y GGGG",
 246                     "d. MMMM y GGGG",
 247                     "dd.MM.y GGGG",
 248                     "dd.MM.y G",
 249                 }

 250             },

 251             { "roc.DayAbbreviations",

 252                 new String[] {

 253                     "P",
 254                     "E",
 255                     "T",
 256                     "K",
 257                     "N",
 258                     "R",
 259                     "L",
 260                 }

 261             },

 262             { "roc.DayNames",

 263                 new String[] {

 264                     "p\u00fchap\u00e4ev",
 265                     "esmasp\u00e4ev",
 266                     "teisip\u00e4ev",
 267                     "kolmap\u00e4ev",
 268                     "neljap\u00e4ev",
 269                     "reede",
 270                     "laup\u00e4ev",
 271                 }

 272             },

 273             { "roc.DayNarrows",

 274                 new String[] {

 275                     "P",
 276                     "E",
 277                     "T",
 278                     "K",
 279                     "N",
 280                     "R",
 281                     "L",
 282                 }

 283             },

 284             { "roc.MonthAbbreviations",

 285                 new String[] {

 286                     "jaan",
 287                     "veebr",
 288                     "m\u00e4rts",
 289                     "apr",
 290                     "mai",
 291                     "juuni",
 292                     "juuli",
 293                     "aug",
 294                     "sept",
 295                     "okt",
 296                     "nov",
 297                     "dets",
 298                     "",
 299                 }

 300             },

 301             { "roc.MonthNames",

 302                 new String[] {

 303                     "jaanuar",
 304                     "veebruar",
 305                     "m\u00e4rts",
 306                     "aprill",
 307                     "mai",
 308                     "juuni",
 309                     "juuli",
 310                     "august",
 311                     "september",
 312                     "oktoober",
 313                     "november",
 314                     "detsember",
 315                     "",
 316                 }

 317             },

 318             { "roc.MonthNarrows",

 319                 new String[] {

 320                     "J",
 321                     "V",
 322                     "M",
 323                     "A",
 324                     "M",
 325                     "J",
 326                     "J",
 327                     "A",
 328                     "S",
 329                     "O",
 330                     "N",
 331                     "D",
 332                     "",
 333                 }

 334             },

 335             { "roc.QuarterAbbreviations",

 336                 new String[] {

 337                     "K1",
 338                     "K2",
 339                     "K3",
 340                     "K4",
 341                 }

 342             },

 343             { "roc.QuarterNames",

 344                 new String[] {

 345                     "1. kvartal",
 346                     "2. kvartal",
 347                     "3. kvartal",
 348                     "4. kvartal",
 349                 }

 350             },

 351             { "roc.TimePatterns",

 352                 new String[] {

 353                     "H:mm.ss zzzz",
 354                     "H:mm.ss z",
 355                     "H:mm.ss",
 356                     "H:mm",
 357                 }

 358             },

 359         };
 360     }
 361 }