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.uk;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_uk extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "I \u043a\u0432.",
  79                     "II \u043a\u0432.",
  80                     "III \u043a\u0432.",
  81                     "IV \u043a\u0432.",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "I \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
  87                     "II \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
  88                     "III \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
  89                     "IV \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "\u0411\u0443\u0434\u0434\u0456\u0439\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
  94             { "calendarname.gregorian",
  95                 "\u0413\u0440\u0438\u0433\u043e\u0440\u0456\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
  96             { "calendarname.gregory",
  97                 "\u0413\u0440\u0438\u0433\u043e\u0440\u0456\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
  98             { "calendarname.islamic",
  99                 "\u041c\u0443\u0441\u0443\u043b\u044c\u043c\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 100             { "calendarname.islamic-civil",
 101                 "\u041c\u0443\u0441\u0443\u043b\u044c\u043c\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u0441\u0432\u0456\u0442\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 102             { "calendarname.japanese",
 103                 "\u042f\u043f\u043e\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 104             { "calendarname.roc",
 105                 "\u041a\u0438\u0442\u0430\u0439\u0441\u044c\u043a\u0438\u0439 \u0433\u0440\u0438\u0433\u043e\u0440\u0456\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
 106             { "field.dayperiod",
 107                 "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u0434\u043e\u0431\u0438" },
 108             { "field.era",
 109                 "\u0415\u0440\u0430" },
 110             { "field.hour",
 111                 "\u0413\u043e\u0434\u0438\u043d\u0430" },
 112             { "field.minute",
 113                 "\u0425\u0432\u0438\u043b\u0438\u043d\u0430" },
 114             { "field.month",
 115                 "\u041c\u0456\u0441\u044f\u0446\u044c" },
 116             { "field.second",
 117                 "\u0421\u0435\u043a\u0443\u043d\u0434\u0430" },
 118             { "field.week",
 119                 "\u0422\u0438\u0436\u0434\u0435\u043d\u044c" },
 120             { "field.weekday",
 121                 "\u0414\u0435\u043d\u044c \u0442\u0438\u0436\u043d\u044f" },
 122             { "field.year",
 123                 "\u0420\u0456\u043a" },
 124             { "field.zone",
 125                 "\u0427\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u043e\u044f\u0441" },
 126             { "islamic.AmPmMarkers",
 127                 new String[] {
 128                     "\u0434\u043f",
 129                     "\u043f\u043f",
 130                 }
 131             },
 132             { "islamic.DatePatterns",
 133                 new String[] {
 134                     "EEEE, d MMMM y '\u0440'. GGGG",
 135                     "d MMMM y '\u0440'. GGGG",
 136                     "d MMM y GGGG",
 137                     "dd.MM.yy G",
 138                 }
 139             },
 140             { "islamic.DayAbbreviations",
 141                 new String[] {
 142                     "\u041d\u0434",
 143                     "\u041f\u043d",
 144                     "\u0412\u0442",
 145                     "\u0421\u0440",
 146                     "\u0427\u0442",
 147                     "\u041f\u0442",
 148                     "\u0421\u0431",
 149                 }
 150             },
 151             { "islamic.DayNames",
 152                 new String[] {
 153                     "\u043d\u0435\u0434\u0456\u043b\u044f",
 154                     "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a",
 155                     "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a",
 156                     "\u0441\u0435\u0440\u0435\u0434\u0430",
 157                     "\u0447\u0435\u0442\u0432\u0435\u0440",
 158                     "\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f",
 159                     "\u0441\u0443\u0431\u043e\u0442\u0430",
 160                 }
 161             },
 162             { "islamic.DayNarrows",
 163                 new String[] {
 164                     "\u041d",
 165                     "\u041f",
 166                     "\u0412",
 167                     "\u0421",
 168                     "\u0427",
 169                     "\u041f",
 170                     "\u0421",
 171                 }
 172             },
 173             { "islamic.MonthNames",
 174                 new String[] {
 175                     "\u041c\u0443\u0445\u0430\u0440\u0440\u0430\u043c",
 176                     "\u0421\u0430\u0444\u0430\u0440",
 177                     "\u0420\u0430\u0431\u0456 I",
 178                     "\u0420\u0430\u0431\u0456 II",
 179                     "\u0414\u0436\u0443\u043c\u0430\u0434\u0430 I",
 180                     "\u0414\u0436\u0443\u043c\u0430\u0434\u0430 II",
 181                     "\u0420\u0430\u0434\u0436\u0430\u0431",
 182                     "\u0428\u0430\u0430\u0431\u0430\u043d",
 183                     "\u0420\u0430\u043c\u0430\u0434\u0430\u043d",
 184                     "\u0414\u0430\u0432\u0432\u0430\u043b",
 185                     "\u0417\u0443-\u043b\u044c-\u043a\u0430\u0430\u0434\u0430",
 186                     "\u0417\u0443-\u043b\u044c-\u0445\u0456\u0434\u0436\u0430",
 187                     "",
 188                 }
 189             },
 190             { "islamic.QuarterAbbreviations",
 191                 new String[] {
 192                     "I \u043a\u0432.",
 193                     "II \u043a\u0432.",
 194                     "III \u043a\u0432.",
 195                     "IV \u043a\u0432.",
 196                 }
 197             },
 198             { "islamic.QuarterNames",
 199                 new String[] {
 200                     "I \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 201                     "II \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 202                     "III \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 203                     "IV \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 204                 }
 205             },
 206             { "islamic.QuarterNarrows",
 207                 new String[] {
 208                     "1",
 209                     "2",
 210                     "3",
 211                     "4",
 212                 }
 213             },
 214             { "islamic.TimePatterns",
 215                 new String[] {
 216                     "HH:mm:ss zzzz",
 217                     "HH:mm:ss z",
 218                     "HH:mm:ss",
 219                     "HH:mm",
 220                 }
 221             },
 222             { "islamic.narrow.AmPmMarkers",
 223                 new String[] {
 224                     "\u0434\u043f",
 225                     "\u043f\u043f",
 226                 }
 227             },
 228             { "java.time.buddhist.DatePatterns",
 229                 new String[] {
 230                     "EEEE, d MMMM y '\u0440'. G",
 231                     "d MMMM y '\u0440'. G",
 232                     "d MMM y G",
 233                     "dd.MM.yy GGGGG",
 234                 }
 235             },
 236             { "java.time.islamic.DatePatterns",
 237                 new String[] {
 238                     "EEEE, d MMMM y '\u0440'. G",
 239                     "d MMMM y '\u0440'. G",
 240                     "d MMM y G",
 241                     "dd.MM.yy GGGGG",
 242                 }
 243             },
 244             { "java.time.japanese.DatePatterns",
 245                 new String[] {
 246                     "EEEE, d MMMM y '\u0440'. G",
 247                     "d MMMM y '\u0440'. G",
 248                     "d MMM y G",
 249                     "dd.MM.yy GGGGG",
 250                 }
 251             },
 252             { "java.time.long.Eras",
 253                 new String[] {
 254                     "\u0434\u043e \u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438",
 255                     "\u043d\u0430\u0448\u043e\u0457 \u0435\u0440\u0438",
 256                 }
 257             },
 258             { "java.time.roc.DatePatterns",
 259                 new String[] {
 260                     "EEEE, d MMMM y '\u0440'. G",
 261                     "d MMMM y '\u0440'. G",
 262                     "d MMM y G",
 263                     "dd.MM.yy GGGGG",
 264                 }
 265             },
 266             { "java.time.short.Eras",
 267                 new String[] {
 268                     "\u0434\u043e \u043d.\u0435.",
 269                     "\u043f\u0456\u0441\u043b\u044f \u043d.\u0435.",
 270                 }
 271             },
 272             { "roc.AmPmMarkers",
 273                 new String[] {
 274                     "\u0434\u043f",
 275                     "\u043f\u043f",
 276                 }
 277             },
 278             { "roc.DatePatterns",
 279                 new String[] {
 280                     "EEEE, d MMMM y '\u0440'. GGGG",
 281                     "d MMMM y '\u0440'. GGGG",
 282                     "d MMM y GGGG",
 283                     "dd.MM.yy G",
 284                 }
 285             },
 286             { "roc.DayAbbreviations",
 287                 new String[] {
 288                     "\u041d\u0434",
 289                     "\u041f\u043d",
 290                     "\u0412\u0442",
 291                     "\u0421\u0440",
 292                     "\u0427\u0442",
 293                     "\u041f\u0442",
 294                     "\u0421\u0431",
 295                 }
 296             },
 297             { "roc.DayNames",
 298                 new String[] {
 299                     "\u043d\u0435\u0434\u0456\u043b\u044f",
 300                     "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a",
 301                     "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a",
 302                     "\u0441\u0435\u0440\u0435\u0434\u0430",
 303                     "\u0447\u0435\u0442\u0432\u0435\u0440",
 304                     "\u043f\u02bc\u044f\u0442\u043d\u0438\u0446\u044f",
 305                     "\u0441\u0443\u0431\u043e\u0442\u0430",
 306                 }
 307             },
 308             { "roc.DayNarrows",
 309                 new String[] {
 310                     "\u041d",
 311                     "\u041f",
 312                     "\u0412",
 313                     "\u0421",
 314                     "\u0427",
 315                     "\u041f",
 316                     "\u0421",
 317                 }
 318             },
 319             { "roc.MonthAbbreviations",
 320                 new String[] {
 321                     "\u0441\u0456\u0447.",
 322                     "\u043b\u044e\u0442.",
 323                     "\u0431\u0435\u0440.",
 324                     "\u043a\u0432\u0456\u0442.",
 325                     "\u0442\u0440\u0430\u0432.",
 326                     "\u0447\u0435\u0440\u0432.",
 327                     "\u043b\u0438\u043f.",
 328                     "\u0441\u0435\u0440\u043f.",
 329                     "\u0432\u0435\u0440.",
 330                     "\u0436\u043e\u0432\u0442.",
 331                     "\u043b\u0438\u0441\u0442.",
 332                     "\u0433\u0440\u0443\u0434.",
 333                     "",
 334                 }
 335             },
 336             { "roc.MonthNames",
 337                 new String[] {
 338                     "\u0441\u0456\u0447\u043d\u044f",
 339                     "\u043b\u044e\u0442\u043e\u0433\u043e",
 340                     "\u0431\u0435\u0440\u0435\u0437\u043d\u044f",
 341                     "\u043a\u0432\u0456\u0442\u043d\u044f",
 342                     "\u0442\u0440\u0430\u0432\u043d\u044f",
 343                     "\u0447\u0435\u0440\u0432\u043d\u044f",
 344                     "\u043b\u0438\u043f\u043d\u044f",
 345                     "\u0441\u0435\u0440\u043f\u043d\u044f",
 346                     "\u0432\u0435\u0440\u0435\u0441\u043d\u044f",
 347                     "\u0436\u043e\u0432\u0442\u043d\u044f",
 348                     "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430",
 349                     "\u0433\u0440\u0443\u0434\u043d\u044f",
 350                     "",
 351                 }
 352             },
 353             { "roc.MonthNarrows",
 354                 new String[] {
 355                     "\u0421",
 356                     "\u041b",
 357                     "\u0411",
 358                     "\u041a",
 359                     "\u0422",
 360                     "\u0427",
 361                     "\u041b",
 362                     "\u0421",
 363                     "\u0412",
 364                     "\u0416",
 365                     "\u041b",
 366                     "\u0413",
 367                     "",
 368                 }
 369             },
 370             { "roc.QuarterAbbreviations",
 371                 new String[] {
 372                     "I \u043a\u0432.",
 373                     "II \u043a\u0432.",
 374                     "III \u043a\u0432.",
 375                     "IV \u043a\u0432.",
 376                 }
 377             },
 378             { "roc.QuarterNames",
 379                 new String[] {
 380                     "I \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 381                     "II \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 382                     "III \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 383                     "IV \u043a\u0432\u0430\u0440\u0442\u0430\u043b",
 384                 }
 385             },
 386             { "roc.TimePatterns",
 387                 new String[] {
 388                     "HH:mm:ss zzzz",
 389                     "HH:mm:ss z",
 390                     "HH:mm:ss",
 391                     "HH:mm",
 392                 }
 393             },
 394             { "roc.narrow.AmPmMarkers",
 395                 new String[] {
 396                     "\u0434\u043f",
 397                     "\u043f\u043f",
 398                 }
 399             },
 400         };
 401     }
 402 }