1 /*
   2  * Copyright (c) 1997, 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  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 /*
  45  * COPYRIGHT AND PERMISSION NOTICE
  46  *
  47  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  48  * the Terms of Use in http://www.unicode.org/copyright.html.
  49  *
  50  * Permission is hereby granted, free of charge, to any person obtaining a copy
  51  * of the Unicode data files and any associated documentation (the "Data
  52  * Files") or Unicode software and any associated documentation (the
  53  * "Software") to deal in the Data Files or Software without restriction,
  54  * including without limitation the rights to use, copy, modify, merge,
  55  * publish, distribute, and/or sell copies of the Data Files or Software, and
  56  * to permit persons to whom the Data Files or Software are furnished to do so,
  57  * provided that (a) the above copyright notice(s) and this permission notice
  58  * appear with all copies of the Data Files or Software, (b) both the above
  59  * copyright notice(s) and this permission notice appear in associated
  60  * documentation, and (c) there is clear notice in each modified Data File or
  61  * in the Software as well as in the documentation associated with the Data
  62  * File(s) or Software that the data or software has been modified.
  63  *
  64  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  65  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  66  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  67  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  68  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  69  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  70  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  71  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  72  * OF THE DATA FILES OR SOFTWARE.
  73  *
  74  * Except as contained in this notice, the name of a copyright holder shall not
  75  * be used in advertising or otherwise to promote the sale, use or other
  76  * dealings in these Data Files or Software without prior written authorization
  77  * of the copyright holder.
  78  */
  79 
  80 package sun.text.resources.ca;
  81 
  82 import java.util.ListResourceBundle;
  83 
  84 public class FormatData_ca extends ListResourceBundle {
  85     /**
  86      * Overrides ListResourceBundle
  87      */
  88     protected final Object[][] getContents() {
  89         return new Object[][] {
  90             { "MonthNames",
  91                 new String[] {
  92                     "de gener",
  93                     "de febrer",
  94                     "de mar\u00e7",
  95                     "d\u2019abril",
  96                     "de maig",
  97                     "de juny",
  98                     "de juliol",
  99                     "d\u2019agost",
 100                     "de setembre",
 101                     "d\u2019octubre",
 102                     "de novembre",
 103                     "de desembre",
 104                     "",
 105                 }
 106             },
 107             { "standalone.MonthNames",
 108                 new String[] {
 109                     "gener", // january
 110                     "febrer", // february
 111                     "mar\u00e7", // march
 112                     "abril", // april
 113                     "maig", // may
 114                     "juny", // june
 115                     "juliol", // july
 116                     "agost", // august
 117                     "setembre", // september
 118                     "octubre", // october
 119                     "novembre", // november
 120                     "desembre", // december
 121                     "" // month 13 if applicable
 122                 }
 123             },
 124             { "MonthAbbreviations",
 125                 new String[] {
 126                     "de gen.",
 127                     "de febr.",
 128                     "de mar\u00e7",
 129                     "d\u2019abr.",
 130                     "de maig",
 131                     "de juny",
 132                     "de jul.",
 133                     "d\u2019ag.",
 134                     "de set.",
 135                     "d\u2019oct.",
 136                     "de nov.",
 137                     "de des.",
 138                     "",
 139                 }
 140             },
 141             { "standalone.MonthAbbreviations",
 142                 new String[] {
 143                     "gen.", // abb january
 144                     "feb.", // abb february
 145                     "mar\u00e7", // abb march
 146                     "abr.", // abb april
 147                     "maig", // abb may
 148                     "juny", // abb june
 149                     "jul.", // abb july
 150                     "ag.", // abb august
 151                     "set.", // abb september
 152                     "oct.", // abb october
 153                     "nov.", // abb november
 154                     "des.", // abb december
 155                     "" // abb month 13 if applicable
 156                 }
 157             },
 158             { "standalone.MonthNarrows",
 159                 new String[] {
 160                     "g",
 161                     "f",
 162                     "m",
 163                     "a",
 164                     "m",
 165                     "j",
 166                     "j",
 167                     "a",
 168                     "s",
 169                     "o",
 170                     "n",
 171                     "d",
 172                     "",
 173                 }
 174             },
 175             { "DayNames",
 176                 new String[] {
 177                     "diumenge", // Sunday
 178                     "dilluns", // Monday
 179                     "dimarts", // Tuesday
 180                     "dimecres", // Wednesday
 181                     "dijous", // Thursday
 182                     "divendres", // Friday
 183                     "dissabte" // Saturday
 184                 }
 185             },
 186             { "DayAbbreviations",
 187                 new String[] {
 188                     "dg.", // abb Sunday
 189                     "dl.", // abb Monday
 190                     "dt.", // abb Tuesday
 191                     "dc.", // abb Wednesday
 192                     "dj.", // abb Thursday
 193                     "dv.", // abb Friday
 194                     "ds." // abb Saturday
 195                 }
 196             },
 197             { "DayNarrows",
 198                 new String[] {
 199                     "G",
 200                     "L",  // Note: contributed item in CDLR
 201                     "T",
 202                     "C",
 203                     "J",
 204                     "V",
 205                     "S",
 206                 }
 207             },
 208             { "standalone.DayNarrows",
 209                 new String[] {
 210                     "g",
 211                     "l",
 212                     "t",
 213                     "c",
 214                     "j",
 215                     "v",
 216                     "s",
 217                 }
 218             },
 219             { "NumberElements",
 220                 new String[] {
 221                     ",", // decimal separator
 222                     ".", // group (thousands) separator
 223                     ";", // list separator
 224                     "%", // percent sign
 225                     "0", // native 0 digit
 226                     "#", // pattern digit
 227                     "-", // minus sign
 228                     "E", // exponential
 229                     "\u2030", // per mille
 230                     "\u221e", // infinity
 231                     "\ufffd" // NaN
 232                 }
 233             },
 234             { "TimePatterns",
 235                 new String[] {
 236                     "HH:mm:ss z", // full time pattern
 237                     "HH:mm:ss z", // long time pattern
 238                     "HH:mm:ss", // medium time pattern
 239                     "HH:mm", // short time pattern
 240                 }
 241             },
 242             { "DatePatterns",
 243                 new String[] {
 244                     "EEEE, d' / 'MMMM' / 'yyyy", // full date pattern
 245                     "d' / 'MMMM' / 'yyyy", // long date pattern
 246                     "dd/MM/yyyy", // medium date pattern
 247                     "dd/MM/yy", // short date pattern
 248                 }
 249             },
 250             { "DateTimePatterns",
 251                 new String[] {
 252                     "{1} {0}" // date-time pattern
 253                 }
 254             },
 255             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 256             { "calendarname.islamic-civil", "calendari civil isl\u00e0mic" },
 257             { "calendarname.islamicc", "calendari civil isl\u00e0mic" },
 258             { "calendarname.roc", "calendari de la Rep\u00fablica de Xina" },
 259             { "calendarname.islamic", "calendari musulm\u00e0" },
 260             { "calendarname.buddhist", "calendari budista" },
 261             { "calendarname.japanese", "calendari japon\u00e8s" },
 262             { "calendarname.gregorian", "calendari gregori\u00e0" },
 263             { "calendarname.gregory", "calendari gregori\u00e0" },
 264             { "field.era", "era" },
 265             { "field.year", "any" },
 266             { "field.month", "mes" },
 267             { "field.week", "setmana" },
 268             { "field.weekday", "dia de la setmana" },
 269             { "field.dayperiod", "a.m./p.m." },
 270             { "field.hour", "hora" },
 271             { "field.minute", "minut" },
 272             { "field.second", "segon" },
 273             { "field.zone", "zona" },
 274         };
 275     }
 276 }