src/jdk.localedata/share/classes/sun/text/resources/pt/JavaTimeSupplementary_pt.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.pt;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_pt extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "T1",
  75                     "T2",
  76                     "T3",
  77                     "T4",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1\u00ba trimestre",
  83                     "2\u00ba trimestre",
  84                     "3\u00ba trimestre",
  85                     "4\u00ba trimestre",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "Calend\u00e1rio Budista" },
  98             { "calendarname.gregorian",
  99                 "Calend\u00e1rio Gregoriano" },
 100             { "calendarname.gregory",
 101                 "Calend\u00e1rio Gregoriano" },
 102             { "calendarname.islamic",
 103                 "Calend\u00e1rio Isl\u00e2mico" },
 104             { "calendarname.islamic-civil",
 105                 "Calend\u00e1rio Civil Isl\u00e2mico" },
 106             { "calendarname.islamicc",
 107                 "Calend\u00e1rio Civil Isl\u00e2mico" },
 108             { "calendarname.japanese",
 109                 "Calend\u00e1rio Japon\u00eas" },
 110             { "calendarname.roc",
 111                 "Calend\u00e1rio da Rep\u00fablica da China" },
 112             { "field.dayperiod",
 113                 "Per\u00edodo do dia" },
 114             { "field.era",
 115                 "Era" },
 116             { "field.hour",
 117                 "Hora" },
 118             { "field.minute",
 119                 "Minuto" },
 120             { "field.month",
 121                 "M\u00eas" },
 122             { "field.second",
 123                 "Segundo" },
 124             { "field.week",
 125                 "Semana" },
 126             { "field.weekday",
 127                 "Dia da semana" },
 128             { "field.year",
 129                 "Ano" },
 130             { "field.zone",
 131                 "Fuso" },
 132             { "islamic.DatePatterns",
 133                 new String[] {
 134                     "EEEE, d 'de' MMMM 'de' y GGGG",
 135                     "d 'de' MMMM 'de' y GGGG",
 136                     "dd/MM/yyyy GGGG",
 137                     "d/M/yyyy",

























































































 138                 }
 139             },
 140             { "java.time.buddhist.DatePatterns",
 141                 new String[] {
 142                     "EEEE, d 'de' MMMM 'de' y G",
 143                     "d 'de' MMMM 'de' y G",
 144                     "dd/MM/yyyy G",
 145                     "d/M/yyyy",












 146                 }
 147             },
 148             { "java.time.islamic.DatePatterns",
 149                 new String[] {
 150                     "EEEE, d 'de' MMMM 'de' y G",
 151                     "d 'de' MMMM 'de' y G",
 152                     "dd/MM/yyyy G",
 153                     "d/M/yyyy",
 154                 }
 155             },
 156             { "java.time.japanese.DatePatterns",
 157                 new String[] {
 158                     "EEEE, d MMMM y G",
 159                     "d 'de' MMMM 'de' y G",
 160                     "d MMM y G",
 161                     "d/M/yy",
 162                 }
 163             },
 164             { "java.time.long.Eras",
 165                 new String[] {
 166                     "Antes de Cristo",
 167                     "Ano do Senhor",
 168                 }
 169             },
 170             { "java.time.roc.DatePatterns",
 171                 new String[] {
 172                     "EEEE, d 'de' MMMM 'de' y G",
 173                     "d 'de' MMMM 'de' y G",
 174                     "dd/MM/yyyy G",
 175                     "d/M/yyyy",
 176                 }
 177             },
 178             { "java.time.short.Eras",
 179                 new String[] {
 180                     "a.C.",
 181                     "d.C.",
 182                 }
 183             },
 184             { "roc.DatePatterns",
 185                 new String[] {
 186                     "EEEE, d 'de' MMMM 'de' y GGGG",
 187                     "d 'de' MMMM 'de' y GGGG",
 188                     "dd/MM/yyyy GGGG",
 189                     "d/M/yyyy",

































 190                 }
 191             },
 192             { "roc.Eras",
 193                 new String[] {
 194                     "Antes de R.O.C.",
 195                     "R.O.C.",
 196                 }
 197             },























































































 198             { "roc.short.Eras",
 199                 new String[] {
 200                     "Antes de R.O.C.",
 201                     "R.O.C.",
 202                 }
 203             },
 204         };
 205     }
 206 }
   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.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 }