home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / Cafe / main.bin / LocaleElements_ca.java < prev    next >
Text File  |  1997-05-20  |  6KB  |  137 lines

  1. /*
  2.  * @(#)LocaleElements_ca.java    1.4 97/02/24
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. public class LocaleElements_ca extends LocaleData {
  49.  
  50.     public LocaleElements_ca() {
  51.         super.init(table);
  52.     }
  53.  
  54.     static String table []={
  55.         /* locale id based on iso codes */     "ca_ES",
  56.         /* Windows id */                       "0403",
  57.         /* iso-3 abbrev lang name */           "cat",
  58.         /* iso-3 abbrev country name */        "ESA",
  59.         /* language names */                   "en_Catalan",
  60.         /* country names */                    "en_Spain",
  61.         /* january */                          "Gener",
  62.         /* february */                         "Febrer",
  63.         /* march */                            "Mar\u00e7",
  64.         /* april */                            "Abril",
  65.         /* may */                              "Maig",
  66.         /* june */                             "Juny",
  67.         /* july */                             "Juliol",
  68.         /* august */                           "Agost",
  69.         /* september */                        "Setembre",
  70.         /* october */                          "Octubre",
  71.         /* november */                         "Novembre",
  72.         /* december */                         "Desembre",
  73.         /* month 13 if applicable */           "",
  74.         /* abb january */                      "Gn",
  75.         /* abb february */                     "Fb",
  76.         /* abb march */                        "M\u00e7",
  77.         /* abb april */                        "Ab",
  78.         /* abb may */                          "Mg",
  79.         /* abb june */                         "Jn",
  80.         /* abb july */                         "Jl",
  81.         /* abb august */                       "Ag",
  82.         /* abb september */                    "St",
  83.         /* abb october */                      "Oc",
  84.         /* abb november */                     "Nv",
  85.         /* abb december */                     "Ds",
  86.         /* abb month 13 if applicable */       "",
  87.         /* sunday */                           "Diumenge",
  88.         /* monday */                           "Dilluns",
  89.         /* tuesday */                          "Dimarts",
  90.         /* wednesday */                        "Dimecres",
  91.         /* thursday */                         "Dijous",
  92.         /* friday */                           "Divendres",
  93.         /* saturday */                         "Dissabte",
  94.         /* abb sunday */                       "Dg",
  95.         /* abb monday */                       "Dl",
  96.         /* abb tuesday */                      "Dt",
  97.         /* abb wednesday */                    "Dc",
  98.         /* abb thursday */                     "Dj",
  99.         /* abb friday */                       "Dv",
  100.         /* abb saturday */                     "Ds",
  101.         /* am marker; default is AM */         "AM",
  102.         /* pm marker; default is PM */         "PM",
  103.         /* era strings */                      "BC;AD",
  104.         /* decimal pattern */                  "#,##0.###;#,##0.###",
  105.         /* currency pattern */                 "Pts #,##0;-Pts #,##0",
  106.         /* percent pattern */                  "#,##0%",
  107.         /* decimal separator */                ",",
  108.         /* group (thousands) separator */      ".",
  109.         /* list separator */                   "",
  110.         /* percent sign */                     "%",
  111.         /* native 0 digit */                   "0",
  112.         /* pattern digit */                    "#",
  113.         /* minus sign */                       "-",
  114.         /* exponential */                      "E",
  115.         /* local currency symbol */            "Pts",
  116.         /* intl currency symbol */             "ESP",
  117.         /* monetary decimal separator */       ",",
  118.         /* Full time pattern */                "H:mm:ss z",
  119.         /* Long time pattern */                "H:mm:ss z",
  120.         /* Default time pattern */             "H:mm:ss",
  121.         /* Short time pattern */               "H:mm",
  122.         /* Full date pattern */                "EEEE, d, MMMM yyyy",
  123.         /* Long date pattern */                "d, MMMM yyyy",
  124.         /* Default date pattern */             "d/M/yyyy",
  125.         /* Short date pattern */               "d/M/yy",
  126.         /* Date-Time pattern */               "{1} {0}",
  127.         /* first day of week */                "1",
  128.         /* min days in first week */           "1",
  129.         /* for CA_ES, accents sorted backwards plus the following: */
  130.         "@"                                           /* sort accents bkwd */
  131.         /* the ch, Ch "ligatures" between c and d.                          */
  132.         /* and the ll "ligatures" between l and m plus the l<dot>l character*/
  133.         + "& C < ch, Ch , cH, CH"                              /*ch*/
  134.         + "& L < ll, Ll , lL, LL < l\u00b7l, L\u00b7L"         /*ll*/
  135.     };
  136. }
  137.