home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / VCAFE.3.0A / Main.bin / LocaleElements_de_AT.java < prev    next >
Text File  |  1998-09-22  |  5KB  |  129 lines

  1. /*
  2.  * @(#)LocaleElements_de_AT.java    1.9 98/01/13
  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. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_de_AT extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "de_AT" }, // locale id based on iso codes
  57.             { "LocaleID", "0c07" }, // Windows id
  58.             { "ShortCountry", "AUT" }, // iso-3 abbrev country name
  59.             { "MonthNames", 
  60.                 new String[] { 
  61.                     "J\u00e4nner", // january
  62.                     "Februar", // february
  63.                     "M\u00e4rz", // march
  64.                     "April", // april
  65.                     "Mai", // may
  66.                     "Juni", // june
  67.                     "Juli", // july
  68.                     "August", // august
  69.                     "September", // september
  70.                     "Oktober", // october
  71.                     "November", // november
  72.                     "Dezember", // december
  73.                     "" // month 13 if applicable
  74.                 }
  75.             },
  76.             { "MonthAbbreviations", 
  77.                 new String[] { 
  78.                     "J\u00e4n", // abb january
  79.                     "Feb", // abb february
  80.                     "M\u00e4r", // abb march
  81.                     "Apr", // abb april
  82.                     "Mai", // abb may
  83.                     "Jun", // abb june
  84.                     "Jul", // abb july
  85.                     "Aug", // abb august
  86.                     "Sep", // abb september
  87.                     "Okt", // abb october
  88.                     "Nov", // abb november
  89.                     "Dez", // abb december
  90.                     "" // abb month 13 if applicable
  91.                 }
  92.             },
  93.             { "NumberPatterns", 
  94.                 new String[] { 
  95.                     "#,##0.###;-#,##0.###", // decimal pattern
  96.                     "\u00f6S #,##0.00;-\u00f6S #,##0.00", // currency pattern
  97.                     "#,##0%" // percent pattern
  98.                 }
  99.             },
  100.             { "CurrencyElements", 
  101.                 new String[] { 
  102.                     "\u00f6S", // local currency symbol
  103.                     "ATS", // intl currency symbol
  104.                     "," // monetary decimal separator
  105.                 }
  106.             },
  107.             { "DateTimePatterns", 
  108.                 new String[] { 
  109.                     "HH:mm' Uhr 'z", // full time pattern
  110.                     "HH:mm:ss z", // long time pattern
  111.                     "HH:mm:ss", // medium time pattern
  112.                     "HH:mm", // short time pattern
  113.                     "EEEE, dd. MMMM yyyy", // full date pattern
  114.                     "dd. MMMM yyyy", // long date pattern
  115.                     "dd.MM.yyyy", // medium date pattern
  116.                     "dd.MM.yy", // short date pattern
  117.                     "{1} {0}" // date-time pattern
  118.                 }
  119.             },
  120.             { "DateTimeElements", 
  121.                 new String[] { 
  122.                     "2", // first day of week
  123.                     "1" // min days in first week
  124.                 }
  125.             }
  126.         };
  127.     }
  128. }
  129.