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

  1. /*
  2.  * @(#)LocaleElements_cs.java    1.5 97/02/28
  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_cs extends LocaleData {
  49.  
  50.     public LocaleElements_cs() {
  51.         super.init(table);
  52.     }
  53.  
  54.     static String table []={
  55.         /* locale id based on iso codes */        "cs_CZ",
  56.         /* Windows id */                          "0405",
  57.         /* iso: 3 character lang name */          "cse",
  58.         /* iso: 3 character country name */       "CZE",
  59.         /* language names */                      "en_Czech; cs_\u01DE\u0161tina",
  60.         /* country names */                       "en_Czech Republic; cs_\u010Cesk\u00E1_republika",
  61.         /* january */                             "Leden",
  62.         /* february */                            "\u00danor",
  63.         /* march */                               "B\u0159ezen",
  64.         /* april */                               "Duben",
  65.         /* may */                                 "Kv\u011bten",
  66.         /* june */                                "\u010cerven",
  67.         /* july */                                "\u010cervenec",
  68.         /* august */                              "Srpen",
  69.         /* september */                           "Z\u00e1\u0159\u00ed",
  70.         /* october */                             "\u0158\u00edjen",
  71.         /* november */                            "Listopad",
  72.         /* december */                            "Prosinec",
  73.         /* month 13 if applicable */              "",
  74.         /* abb january */                         "I",
  75.         /* abb february */                        "II",
  76.         /* abb march */                           "III",
  77.         /* abb april */                           "IV",
  78.         /* abb may */                             "V",
  79.         /* abb june */                            "VI",
  80.         /* abb july */                            "VII",
  81.         /* abb august */                          "VIII",
  82.         /* abb september */                       "IX",
  83.         /* abb october */                         "X",
  84.         /* abb november */                        "XI",
  85.         /* abb december */                        "XII",
  86.         /* abb month 13 if applicable */          "",
  87.         /* sunday */                              "Ned\u011ble",
  88.         /* monday */                              "Pond\u011bl\u00ed",
  89.         /* tuesday */                             "\u00dater\u00fd",
  90.         /* wednesday */                           "St\u0159eda",
  91.         /* thursday */                            "\u010Ctvrtek",
  92.         /* friday */                              "P\u00e1tek",
  93.         /* saturday */                            "Sobota",
  94.         /* abb sunday */                          "Ne",
  95.         /* abb monday */                          "Po",
  96.         /* abb tuesday */                         "\u00dat",
  97.         /* abb wednesday */                       "St",
  98.         /* abb thursday */                        "\u010ct",
  99.         /* abb friday */                          "P\u00e1",
  100.         /* abb saturday */                        "So",
  101.         /* am marker; default is AM */            "AM",
  102.         /* pm marker; default is PM */            "PM",
  103.         /* era strings */                         "p\u0159.Kr.;po Kr.",
  104.         /* decimal pattern */                     "#,##0.###;-#,##0.###",
  105.         /* currency pattern */                    "K\u010D #,##0.##;-#,##0.## K\u010D",
  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 */               "K\u010D",
  116.         /* intl currency symbol */                "CZK",
  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, yyyy, MMMM d",
  123.         /* Long date pattern */                   "yyyy, MMMM d ",
  124.         /* Default date pattern */                "yyyy-M-d",
  125.         /* Short date pattern */                  "yy-M-d",
  126.         /* Date-Time pattern */               "{1} {0}",
  127.         /* First day of week */                   "1",
  128.         /* Min days in first week*/               "1",
  129.         /* for CS_CZ, default sorting except for the following: */
  130.         /* add d<stroke> between d and e. */
  131.         /* add ch "ligature" between h and i */
  132.         /* add l<stroke> between l and m. */
  133.         /* add z<abovedot> after z.       */
  134.         "& D < \u0111, \u0110"                       /* d<stroke> */
  135.         +"& H < ch, Ch, cH, CH"                      /* ch ligature */
  136.         +"& L < \u0142, \u0141"                       /* l<stroke> */
  137.         +"& Z < \u017c, \u017b"                            /* z<abovedot> */
  138.     };
  139. }
  140.