src/jdk.localedata/share/classes/sun/text/resources/ca/JavaTimeSupplementary_ca.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.ca;
  65 
  66 import sun.util.resources.OpenListResourceBundle;
  67 
  68 public class JavaTimeSupplementary_ca extends OpenListResourceBundle {
  69     @Override
  70     protected final Object[][] getContents() {
  71         return new Object[][] {
  72             { "QuarterAbbreviations",
  73                 new String[] {
  74                     "1T",
  75                     "2T",
  76                     "3T",
  77                     "4T",
  78                 }
  79             },
  80             { "QuarterNames",
  81                 new String[] {
  82                     "1r trimestre",
  83                     "2n trimestre",
  84                     "3r trimestre",
  85                     "4t trimestre",
  86                 }
  87             },
  88             { "QuarterNarrows",
  89                 new String[] {
  90                     "1",
  91                     "2",
  92                     "3",
  93                     "4",
  94                 }
  95             },
  96             { "calendarname.buddhist",
  97                 "calendari budista" },
  98             { "calendarname.gregorian",
  99                 "calendari gregori\u00e0" },
 100             { "calendarname.gregory",
 101                 "calendari gregori\u00e0" },
 102             { "calendarname.islamic",
 103                 "calendari musulm\u00e0" },
 104             { "calendarname.islamic-civil",
 105                 "calendari civil isl\u00e0mic" },
 106             { "calendarname.islamicc",
 107                 "calendari civil isl\u00e0mic" },
 108             { "calendarname.japanese",
 109                 "calendari japon\u00e8s" },
 110             { "calendarname.roc",
 111                 "calendari de la Rep\u00fablica de Xina" },
 112             { "field.dayperiod",
 113                 "a.m./p.m." },
 114             { "field.era",
 115                 "era" },
 116             { "field.hour",
 117                 "hora" },
 118             { "field.minute",
 119                 "minut" },
 120             { "field.month",
 121                 "mes" },
 122             { "field.second",
 123                 "segon" },
 124             { "field.week",
 125                 "setmana" },
 126             { "field.weekday",
 127                 "dia de la setmana" },
 128             { "field.year",
 129                 "any" },
 130             { "field.zone",
 131                 "zona" },







































































































































 132             { "java.time.short.Eras",
 133                 new String[] {
 134                     "aC",
 135                     "dC",
 136                 }
 137             },
































































































































 138         };
 139     }
 140 }
   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.ca;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_ca extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "1T",
  79                     "2T",
  80                     "3T",
  81                     "4T",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1r trimestre",
  87                     "2n trimestre",
  88                     "3r trimestre",
  89                     "4t trimestre",
  90                 }
  91             },








  92             { "calendarname.buddhist",
  93                 "calendari budista" },
  94             { "calendarname.gregorian",
  95                 "calendari gregori\u00e0" },
  96             { "calendarname.gregory",
  97                 "calendari gregori\u00e0" },
  98             { "calendarname.islamic",
  99                 "calendari musulm\u00e0" },
 100             { "calendarname.islamic-civil",
 101                 "calendari civil isl\u00e0mic" },


 102             { "calendarname.japanese",
 103                 "calendari japon\u00e8s" },
 104             { "calendarname.roc",
 105                 "calendari de la Rep\u00fablica de Xina" },
 106             { "field.dayperiod",
 107                 "a. m./p. m." },
 108             { "field.era",
 109                 "era" },
 110             { "field.hour",
 111                 "hora" },
 112             { "field.minute",
 113                 "minut" },
 114             { "field.month",
 115                 "mes" },
 116             { "field.second",
 117                 "segon" },
 118             { "field.week",
 119                 "setmana" },
 120             { "field.weekday",
 121                 "dia de la setmana" },
 122             { "field.year",
 123                 "any" },
 124             { "field.zone",
 125                 "zona" },
 126             { "islamic.AmPmMarkers",

 127                 new String[] {

 128                     "a. m.",
 129                     "p. m.",
 130                 }

 131             },

 132             { "islamic.DatePatterns",

 133                 new String[] {

 134                     "EEEE d MMMM 'de' y GGGG",
 135                     "d MMMM 'de' y GGGG",
 136                     "dd/MM/y GGGG",
 137                     "dd/MM/yy G",
 138                 }

 139             },

 140             { "islamic.DayAbbreviations",

 141                 new String[] {

 142                     "dg.",
 143                     "dl.",
 144                     "dt.",
 145                     "dc.",
 146                     "dj.",
 147                     "dv.",
 148                     "ds.",
 149                 }

 150             },

 151             { "islamic.DayNames",

 152                 new String[] {

 153                     "diumenge",
 154                     "dilluns",
 155                     "dimarts",
 156                     "dimecres",
 157                     "dijous",
 158                     "divendres",
 159                     "dissabte",
 160                 }

 161             },

 162             { "islamic.DayNarrows",

 163                 new String[] {

 164                     "dg",
 165                     "dl",
 166                     "dt",
 167                     "dc",
 168                     "dj",
 169                     "dv",
 170                     "ds",
 171                 }

 172             },

 173             { "islamic.QuarterAbbreviations",

 174                 new String[] {

 175                     "1T",
 176                     "2T",
 177                     "3T",
 178                     "4T",
 179                 }

 180             },

 181             { "islamic.QuarterNames",

 182                 new String[] {

 183                     "1r trimestre",
 184                     "2n trimestre",
 185                     "3r trimestre",
 186                     "4t trimestre",
 187                 }

 188             },

 189             { "islamic.QuarterNarrows",

 190                 new String[] {

 191                     "1",
 192                     "2",
 193                     "3",
 194                     "4",
 195                 }

 196             },

 197             { "islamic.TimePatterns",

 198                 new String[] {

 199                     "H:mm:ss zzzz",
 200                     "H:mm:ss z",
 201                     "H:mm:ss",
 202                     "H:mm",
 203                 }

 204             },

 205             { "islamic.narrow.AmPmMarkers",

 206                 new String[] {

 207                     "a.m.",
 208                     "p.m.",
 209                 }

 210             },

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

 212                 new String[] {

 213                     "EEEE, dd MMMM y G",
 214                     "d MMMM y G",
 215                     "d MMM y G",
 216                     "dd/MM/y GGGGG",
 217                 }

 218             },

 219             { "java.time.buddhist.long.Eras",

 220                 new String[] {

 221                     "BC",
 222                     "eB",
 223                 }

 224             },

 225             { "java.time.buddhist.short.Eras",

 226                 new String[] {

 227                     "BC",
 228                     "eB",
 229                 }

 230             },

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

 232                 new String[] {

 233                     "EEEE d MMMM 'de' y G",
 234                     "d MMMM 'de' y G",
 235                     "dd/MM/y G",
 236                     "dd/MM/yy GGGGG",
 237                 }

 238             },

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

 240                 new String[] {

 241                     "EEEE d MMMM 'de' y G",
 242                     "d MMMM 'de' y G",
 243                     "dd/MM/y G",
 244                     "dd/MM/yy GGGGG",
 245                 }

 246             },

 247             { "java.time.long.Eras",

 248                 new String[] {

 249                     "abans de Crist",
 250                     "despr\u00e9s de Crist",
 251                 }

 252             },

 253             { "java.time.roc.DatePatterns",

 254                 new String[] {

 255                     "EEEE d MMMM 'de' y G",
 256                     "d MMMM 'de' y G",
 257                     "dd/MM/y G",
 258                     "dd/MM/y GGGGG",
 259                 }

 260             },

 261             { "java.time.short.Eras",
 262                 new String[] {
 263                     "aC",
 264                     "dC",
 265                 }
 266             },
 267             { "roc.AmPmMarkers",

 268                 new String[] {

 269                     "a. m.",
 270                     "p. m.",
 271                 }

 272             },

 273             { "roc.DatePatterns",

 274                 new String[] {

 275                     "EEEE d MMMM 'de' y GGGG",
 276                     "d MMMM 'de' y GGGG",
 277                     "dd/MM/y GGGG",
 278                     "dd/MM/y G",
 279                 }

 280             },

 281             { "roc.DayAbbreviations",

 282                 new String[] {

 283                     "dg.",
 284                     "dl.",
 285                     "dt.",
 286                     "dc.",
 287                     "dj.",
 288                     "dv.",
 289                     "ds.",
 290                 }

 291             },

 292             { "roc.DayNames",

 293                 new String[] {

 294                     "diumenge",
 295                     "dilluns",
 296                     "dimarts",
 297                     "dimecres",
 298                     "dijous",
 299                     "divendres",
 300                     "dissabte",
 301                 }

 302             },

 303             { "roc.DayNarrows",

 304                 new String[] {

 305                     "dg",
 306                     "dl",
 307                     "dt",
 308                     "dc",
 309                     "dj",
 310                     "dv",
 311                     "ds",
 312                 }

 313             },

 314             { "roc.MonthAbbreviations",

 315                 new String[] {

 316                     "gen.",
 317                     "febr.",
 318                     "mar\u00e7",
 319                     "abr.",
 320                     "maig",
 321                     "juny",
 322                     "jul.",
 323                     "ag.",
 324                     "set.",
 325                     "oct.",
 326                     "nov.",
 327                     "des.",
 328                     "",
 329                 }

 330             },

 331             { "roc.MonthNames",

 332                 new String[] {

 333                     "de gener",
 334                     "de febrer",
 335                     "de mar\u00e7",
 336                     "d\u2019abril",
 337                     "de maig",
 338                     "de juny",
 339                     "de juliol",
 340                     "d\u2019agost",
 341                     "de setembre",
 342                     "d\u2019octubre",
 343                     "de novembre",
 344                     "de desembre",
 345                     "",
 346                 }

 347             },

 348             { "roc.MonthNarrows",

 349                 new String[] {

 350                     "GN",
 351                     "FB",
 352                     "M\u00c7",
 353                     "AB",
 354                     "MG",
 355                     "JN",
 356                     "JL",
 357                     "AG",
 358                     "ST",
 359                     "OC",
 360                     "NV",
 361                     "DS",
 362                     "",
 363                 }

 364             },

 365             { "roc.QuarterAbbreviations",

 366                 new String[] {

 367                     "1T",
 368                     "2T",
 369                     "3T",
 370                     "4T",
 371                 }

 372             },

 373             { "roc.QuarterNames",

 374                 new String[] {

 375                     "1r trimestre",
 376                     "2n trimestre",
 377                     "3r trimestre",
 378                     "4t trimestre",
 379                 }

 380             },

 381             { "roc.TimePatterns",

 382                 new String[] {

 383                     "H:mm:ss zzzz",
 384                     "H:mm:ss z",
 385                     "H:mm:ss",
 386                     "H:mm",
 387                 }

 388             },

 389             { "roc.narrow.AmPmMarkers",

 390                 new String[] {

 391                     "a.m.",
 392                     "p.m.",
 393                 }

 394             },

 395         };
 396     }
 397 }