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.pt;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_pt extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "T1",
  79                     "T2",
  80                     "T3",
  81                     "T4",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1\u00ba trimestre",
  87                     "2\u00ba trimestre",
  88                     "3\u00ba trimestre",
  89                     "4\u00ba trimestre",
  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "Calend\u00e1rio Budista" },
  94             { "calendarname.gregorian",
  95                 "Calend\u00e1rio Gregoriano" },
  96             { "calendarname.gregory",
  97                 "Calend\u00e1rio Gregoriano" },
  98             { "calendarname.islamic",
  99                 "Calend\u00e1rio Isl\u00e2mico" },
 100             { "calendarname.islamic-civil",
 101                 "Calend\u00e1rio Civil Isl\u00e2mico" },
 102             { "calendarname.japanese",
 103                 "Calend\u00e1rio Japon\u00eas" },
 104             { "calendarname.roc",
 105                 "Calend\u00e1rio da Rep\u00fablica da China" },
 106             { "field.dayperiod",
 107                 "AM/PM" },
 108             { "field.hour",
 109                 "Hora" },
 110             { "field.minute",
 111                 "Minuto" },
 112             { "field.month",
 113                 "M\u00eas" },
 114             { "field.second",
 115                 "Segundo" },
 116             { "field.week",
 117                 "Semana" },
 118             { "field.weekday",
 119                 "Dia da semana" },
 120             { "field.year",
 121                 "Ano" },
 122             { "field.zone",
 123                 "Fuso hor\u00e1rio" },
 124             { "islamic.DatePatterns",
 125                 new String[] {
 126                     "EEEE, d 'de' MMMM 'de' y GGGG",
 127                     "d 'de' MMMM 'de' y GGGG",
 128                     "dd/MM/y GGGG",
 129                     "dd/MM/yy G",
 130                 }
 131             },
 132             { "islamic.DayAbbreviations",
 133                 new String[] {
 134                     "dom",
 135                     "seg",
 136                     "ter",
 137                     "qua",
 138                     "qui",
 139                     "sex",
 140                     "s\u00e1b",
 141                 }
 142             },
 143             { "islamic.DayNames",
 144                 new String[] {
 145                     "domingo",
 146                     "segunda-feira",
 147                     "ter\u00e7a-feira",
 148                     "quarta-feira",
 149                     "quinta-feira",
 150                     "sexta-feira",
 151                     "s\u00e1bado",
 152                 }
 153             },
 154             { "islamic.DayNarrows",
 155                 new String[] {
 156                     "D",
 157                     "S",
 158                     "T",
 159                     "Q",
 160                     "Q",
 161                     "S",
 162                     "S",
 163                 }
 164             },
 165             { "islamic.Eras",
 166                 new String[] {
 167                     "",
 168                     "AH",
 169                 }
 170             },
 171             { "islamic.QuarterAbbreviations",
 172                 new String[] {
 173                     "T1",
 174                     "T2",
 175                     "T3",
 176                     "T4",
 177                 }
 178             },
 179             { "islamic.QuarterNames",
 180                 new String[] {
 181                     "1\u00ba trimestre",
 182                     "2\u00ba trimestre",
 183                     "3\u00ba trimestre",
 184                     "4\u00ba trimestre",
 185                 }
 186             },
 187             { "islamic.QuarterNarrows",
 188                 new String[] {
 189                     "1",
 190                     "2",
 191                     "3",
 192                     "4",
 193                 }
 194             },
 195             { "islamic.TimePatterns",
 196                 new String[] {
 197                     "HH:mm:ss zzzz",
 198                     "HH:mm:ss z",
 199                     "HH:mm:ss",
 200                     "HH:mm",
 201                 }
 202             },
 203             { "islamic.long.Eras",
 204                 new String[] {
 205                     "",
 206                     "AH",
 207                 }
 208             },
 209             { "islamic.narrow.Eras",
 210                 new String[] {
 211                     "",
 212                     "AH",
 213                 }
 214             },
 215             { "islamic.short.Eras",
 216                 new String[] {
 217                     "",
 218                     "AH",
 219                 }
 220             },
 221             { "java.time.buddhist.DatePatterns",
 222                 new String[] {
 223                     "EEEE, d 'de' MMMM 'de' y G",
 224                     "d 'de' MMMM 'de' y G",
 225                     "dd/MM/y G",
 226                     "dd/MM/yy GGGGG",
 227                 }
 228             },
 229             { "java.time.buddhist.long.Eras",
 230                 new String[] {
 231                     "BC",
 232                     "BE",
 233                 }
 234             },
 235             { "java.time.buddhist.short.Eras",
 236                 new String[] {
 237                     "BC",
 238                     "BE",
 239                 }
 240             },
 241             { "java.time.islamic.DatePatterns",
 242                 new String[] {
 243                     "EEEE, d 'de' MMMM 'de' y G",
 244                     "d 'de' MMMM 'de' y G",
 245                     "dd/MM/y G",
 246                     "dd/MM/yy GGGGG",
 247                 }
 248             },
 249             { "java.time.japanese.DatePatterns",
 250                 new String[] {
 251                     "EEEE, d 'de' MMMM 'de' y G",
 252                     "d 'de' MMMM 'de' y G",
 253                     "dd/MM/y G",
 254                     "dd/MM/yy GGGGG",
 255                 }
 256             },
 257             { "java.time.long.Eras",
 258                 new String[] {
 259                     "Antes de Cristo",
 260                     "Ano do Senhor",
 261                 }
 262             },
 263             { "java.time.roc.DatePatterns",
 264                 new String[] {
 265                     "EEEE, d 'de' MMMM 'de' y G",
 266                     "d 'de' MMMM 'de' y G",
 267                     "dd/MM/y G",
 268                     "dd/MM/yy GGGGG",
 269                 }
 270             },
 271             { "java.time.short.Eras",
 272                 new String[] {
 273                     "a.C.",
 274                     "d.C.",
 275                 }
 276             },
 277             { "roc.DatePatterns",
 278                 new String[] {
 279                     "EEEE, d 'de' MMMM 'de' y GGGG",
 280                     "d 'de' MMMM 'de' y GGGG",
 281                     "dd/MM/y GGGG",
 282                     "dd/MM/yy G",
 283                 }
 284             },
 285             { "roc.DayAbbreviations",
 286                 new String[] {
 287                     "dom",
 288                     "seg",
 289                     "ter",
 290                     "qua",
 291                     "qui",
 292                     "sex",
 293                     "s\u00e1b",
 294                 }
 295             },
 296             { "roc.DayNames",
 297                 new String[] {
 298                     "domingo",
 299                     "segunda-feira",
 300                     "ter\u00e7a-feira",
 301                     "quarta-feira",
 302                     "quinta-feira",
 303                     "sexta-feira",
 304                     "s\u00e1bado",
 305                 }
 306             },
 307             { "roc.DayNarrows",
 308                 new String[] {
 309                     "D",
 310                     "S",
 311                     "T",
 312                     "Q",
 313                     "Q",
 314                     "S",
 315                     "S",
 316                 }
 317             },
 318             { "roc.Eras",
 319                 new String[] {
 320                     "Antes de R.O.C.",
 321                     "R.O.C.",
 322                 }
 323             },
 324             { "roc.MonthAbbreviations",
 325                 new String[] {
 326                     "jan",
 327                     "fev",
 328                     "mar",
 329                     "abr",
 330                     "mai",
 331                     "jun",
 332                     "jul",
 333                     "ago",
 334                     "set",
 335                     "out",
 336                     "nov",
 337                     "dez",
 338                     "",
 339                 }
 340             },
 341             { "roc.MonthNames",
 342                 new String[] {
 343                     "janeiro",
 344                     "fevereiro",
 345                     "mar\u00e7o",
 346                     "abril",
 347                     "maio",
 348                     "junho",
 349                     "julho",
 350                     "agosto",
 351                     "setembro",
 352                     "outubro",
 353                     "novembro",
 354                     "dezembro",
 355                     "",
 356                 }
 357             },
 358             { "roc.MonthNarrows",
 359                 new String[] {
 360                     "J",
 361                     "F",
 362                     "M",
 363                     "A",
 364                     "M",
 365                     "J",
 366                     "J",
 367                     "A",
 368                     "S",
 369                     "O",
 370                     "N",
 371                     "D",
 372                     "",
 373                 }
 374             },
 375             { "roc.QuarterAbbreviations",
 376                 new String[] {
 377                     "T1",
 378                     "T2",
 379                     "T3",
 380                     "T4",
 381                 }
 382             },
 383             { "roc.QuarterNames",
 384                 new String[] {
 385                     "1\u00ba trimestre",
 386                     "2\u00ba trimestre",
 387                     "3\u00ba trimestre",
 388                     "4\u00ba trimestre",
 389                 }
 390             },
 391             { "roc.TimePatterns",
 392                 new String[] {
 393                     "HH:mm:ss zzzz",
 394                     "HH:mm:ss z",
 395                     "HH:mm:ss",
 396                     "HH:mm",
 397                 }
 398             },
 399             { "roc.long.Eras",
 400                 new String[] {
 401                     "Antes de R.O.C.",
 402                     "R.O.C.",
 403                 }
 404             },
 405             { "roc.narrow.Eras",
 406                 new String[] {
 407                     "Antes de R.O.C.",
 408                     "R.O.C.",
 409                 }
 410             },
 411             { "roc.short.Eras",
 412                 new String[] {
 413                     "Antes de R.O.C.",
 414                     "R.O.C.",
 415                 }
 416             },
 417         };
 418     }
 419 }