jdk/src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ro.java
changeset 36014 3d50784f2dc2
parent 31263 a81a0af34ca0
child 38747 469920616f3a
equal deleted inserted replaced
36013:e513311a6efe 36014:3d50784f2dc2
       
     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.ext;
       
    69 
       
    70 import sun.util.resources.OpenListResourceBundle;
       
    71 
       
    72 public class JavaTimeSupplementary_ro extends OpenListResourceBundle {
       
    73     @Override
       
    74     protected final Object[][] getContents() {
       
    75         return new Object[][] {
       
    76             { "QuarterAbbreviations",
       
    77                 new String[] {
       
    78                     "trim. I",
       
    79                     "trim. II",
       
    80                     "trim. III",
       
    81                     "trim. IV",
       
    82                 }
       
    83             },
       
    84             { "QuarterNames",
       
    85                 new String[] {
       
    86                     "trimestrul I",
       
    87                     "trimestrul al II-lea",
       
    88                     "trimestrul al III-lea",
       
    89                     "trimestrul al IV-lea",
       
    90                 }
       
    91             },
       
    92             { "calendarname.buddhist",
       
    93                 "calendar budist" },
       
    94             { "calendarname.gregorian",
       
    95                 "calendar gregorian" },
       
    96             { "calendarname.gregory",
       
    97                 "calendar gregorian" },
       
    98             { "calendarname.islamic",
       
    99                 "calendar islamic" },
       
   100             { "calendarname.islamic-civil",
       
   101                 "calendar islamic civil" },
       
   102             { "calendarname.japanese",
       
   103                 "calendar japonez" },
       
   104             { "calendarname.roc",
       
   105                 "calendarul Republicii Chineze" },
       
   106             { "field.dayperiod",
       
   107                 "a.m/p.m." },
       
   108             { "field.era",
       
   109                 "Er\u0103" },
       
   110             { "field.hour",
       
   111                 "Or\u0103" },
       
   112             { "field.minute",
       
   113                 "Minut" },
       
   114             { "field.month",
       
   115                 "Lun\u0103" },
       
   116             { "field.second",
       
   117                 "Secund\u0103" },
       
   118             { "field.week",
       
   119                 "S\u0103pt\u0103m\u00e2n\u0103" },
       
   120             { "field.weekday",
       
   121                 "Zi a s\u0103pt\u0103m\u00e2nii" },
       
   122             { "field.year",
       
   123                 "An" },
       
   124             { "field.zone",
       
   125                 "Fus orar" },
       
   126             { "islamic.AmPmMarkers",
       
   127                 new String[] {
       
   128                     "a.m.",
       
   129                     "p.m.",
       
   130                 }
       
   131             },
       
   132             { "islamic.DatePatterns",
       
   133                 new String[] {
       
   134                     "EEEE, d MMMM y GGGG",
       
   135                     "d MMMM y GGGG",
       
   136                     "dd.MM.y GGGG",
       
   137                     "dd.MM.y G",
       
   138                 }
       
   139             },
       
   140             { "islamic.DayAbbreviations",
       
   141                 new String[] {
       
   142                     "Dum",
       
   143                     "Lun",
       
   144                     "Mar",
       
   145                     "Mie",
       
   146                     "Joi",
       
   147                     "Vin",
       
   148                     "S\u00e2m",
       
   149                 }
       
   150             },
       
   151             { "islamic.DayNames",
       
   152                 new String[] {
       
   153                     "duminic\u0103",
       
   154                     "luni",
       
   155                     "mar\u021bi",
       
   156                     "miercuri",
       
   157                     "joi",
       
   158                     "vineri",
       
   159                     "s\u00e2mb\u0103t\u0103",
       
   160                 }
       
   161             },
       
   162             { "islamic.DayNarrows",
       
   163                 new String[] {
       
   164                     "D",
       
   165                     "L",
       
   166                     "M",
       
   167                     "M",
       
   168                     "J",
       
   169                     "V",
       
   170                     "S",
       
   171                 }
       
   172             },
       
   173             { "islamic.Eras",
       
   174                 new String[] {
       
   175                     "",
       
   176                     "AH",
       
   177                 }
       
   178             },
       
   179             { "islamic.QuarterAbbreviations",
       
   180                 new String[] {
       
   181                     "trim. I",
       
   182                     "trim. II",
       
   183                     "trim. III",
       
   184                     "trim. IV",
       
   185                 }
       
   186             },
       
   187             { "islamic.QuarterNames",
       
   188                 new String[] {
       
   189                     "trimestrul I",
       
   190                     "trimestrul al II-lea",
       
   191                     "trimestrul al III-lea",
       
   192                     "trimestrul al IV-lea",
       
   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                     "a.m.",
       
   220                     "p.m.",
       
   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                     "EEEE, d MMMM y G",
       
   238                     "d MMMM y G",
       
   239                     "dd.MM.y G",
       
   240                     "dd.MM.y GGGGG",
       
   241                 }
       
   242             },
       
   243             { "java.time.buddhist.long.Eras",
       
   244                 new String[] {
       
   245                     "BC",
       
   246                     "era budist\u0103",
       
   247                 }
       
   248             },
       
   249             { "java.time.buddhist.short.Eras",
       
   250                 new String[] {
       
   251                     "BC",
       
   252                     "e.b.",
       
   253                 }
       
   254             },
       
   255             { "java.time.islamic.DatePatterns",
       
   256                 new String[] {
       
   257                     "EEEE, d MMMM y G",
       
   258                     "d MMMM y G",
       
   259                     "dd.MM.y G",
       
   260                     "dd.MM.y GGGGG",
       
   261                 }
       
   262             },
       
   263             { "java.time.japanese.DatePatterns",
       
   264                 new String[] {
       
   265                     "EEEE, d MMMM y G",
       
   266                     "d MMMM y G",
       
   267                     "dd.MM.y G",
       
   268                     "dd.MM.y GGGGG",
       
   269                 }
       
   270             },
       
   271             { "java.time.long.Eras",
       
   272                 new String[] {
       
   273                     "\u00eenainte de Hristos",
       
   274                     "dup\u0103 Hristos",
       
   275                 }
       
   276             },
       
   277             { "java.time.roc.DatePatterns",
       
   278                 new String[] {
       
   279                     "EEEE, d MMMM y G",
       
   280                     "d MMMM y G",
       
   281                     "dd.MM.y G",
       
   282                     "dd.MM.y GGGGG",
       
   283                 }
       
   284             },
       
   285             { "java.time.short.Eras",
       
   286                 new String[] {
       
   287                     "d.C.",
       
   288                     "\u00ee.d.C.",
       
   289                 }
       
   290             },
       
   291             { "roc.AmPmMarkers",
       
   292                 new String[] {
       
   293                     "a.m.",
       
   294                     "p.m.",
       
   295                 }
       
   296             },
       
   297             { "roc.DatePatterns",
       
   298                 new String[] {
       
   299                     "EEEE, d MMMM y GGGG",
       
   300                     "d MMMM y GGGG",
       
   301                     "dd.MM.y GGGG",
       
   302                     "dd.MM.y G",
       
   303                 }
       
   304             },
       
   305             { "roc.DayAbbreviations",
       
   306                 new String[] {
       
   307                     "Dum",
       
   308                     "Lun",
       
   309                     "Mar",
       
   310                     "Mie",
       
   311                     "Joi",
       
   312                     "Vin",
       
   313                     "S\u00e2m",
       
   314                 }
       
   315             },
       
   316             { "roc.DayNames",
       
   317                 new String[] {
       
   318                     "duminic\u0103",
       
   319                     "luni",
       
   320                     "mar\u021bi",
       
   321                     "miercuri",
       
   322                     "joi",
       
   323                     "vineri",
       
   324                     "s\u00e2mb\u0103t\u0103",
       
   325                 }
       
   326             },
       
   327             { "roc.DayNarrows",
       
   328                 new String[] {
       
   329                     "D",
       
   330                     "L",
       
   331                     "M",
       
   332                     "M",
       
   333                     "J",
       
   334                     "V",
       
   335                     "S",
       
   336                 }
       
   337             },
       
   338             { "roc.MonthAbbreviations",
       
   339                 new String[] {
       
   340                     "ian.",
       
   341                     "feb.",
       
   342                     "mar.",
       
   343                     "apr.",
       
   344                     "mai",
       
   345                     "iun.",
       
   346                     "iul.",
       
   347                     "aug.",
       
   348                     "sept.",
       
   349                     "oct.",
       
   350                     "nov.",
       
   351                     "dec.",
       
   352                     "",
       
   353                 }
       
   354             },
       
   355             { "roc.MonthNames",
       
   356                 new String[] {
       
   357                     "ianuarie",
       
   358                     "februarie",
       
   359                     "martie",
       
   360                     "aprilie",
       
   361                     "mai",
       
   362                     "iunie",
       
   363                     "iulie",
       
   364                     "august",
       
   365                     "septembrie",
       
   366                     "octombrie",
       
   367                     "noiembrie",
       
   368                     "decembrie",
       
   369                     "",
       
   370                 }
       
   371             },
       
   372             { "roc.MonthNarrows",
       
   373                 new String[] {
       
   374                     "I",
       
   375                     "F",
       
   376                     "M",
       
   377                     "A",
       
   378                     "M",
       
   379                     "I",
       
   380                     "I",
       
   381                     "A",
       
   382                     "S",
       
   383                     "O",
       
   384                     "N",
       
   385                     "D",
       
   386                     "",
       
   387                 }
       
   388             },
       
   389             { "roc.QuarterAbbreviations",
       
   390                 new String[] {
       
   391                     "trim. I",
       
   392                     "trim. II",
       
   393                     "trim. III",
       
   394                     "trim. IV",
       
   395                 }
       
   396             },
       
   397             { "roc.QuarterNames",
       
   398                 new String[] {
       
   399                     "trimestrul I",
       
   400                     "trimestrul al II-lea",
       
   401                     "trimestrul al III-lea",
       
   402                     "trimestrul al IV-lea",
       
   403                 }
       
   404             },
       
   405             { "roc.TimePatterns",
       
   406                 new String[] {
       
   407                     "HH:mm:ss zzzz",
       
   408                     "HH:mm:ss z",
       
   409                     "HH:mm:ss",
       
   410                     "HH:mm",
       
   411                 }
       
   412             },
       
   413             { "roc.narrow.AmPmMarkers",
       
   414                 new String[] {
       
   415                     "a.m.",
       
   416                     "p.m.",
       
   417                 }
       
   418             },
       
   419         };
       
   420     }
       
   421 }