/[classpath]/classpath/gnu/java/locale/LocaleInformation_hu_HU.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_hu_HU.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by egagnon, Sun Aug 11 21:19:01 2002 UTC revision 1.2.2.1 by gnu_andrew, Sun Jan 16 15:15:04 2005 UTC
# Line 1  Line 1 
1  /* LocaleInformation_hu_HU.java  /* LocaleInformation_hu_HU.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 36  obligated to do so.  If you do not wish Line 36  obligated to do so.  If you do not wish
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  // This file was automatically generated by localedef.  // This file was automatically generated by gnu.localegen from LDML
40    
41  package gnu.java.locale;  package gnu.java.locale;
42    
43    import java.util.Enumeration;
44    import java.util.Hashtable;
45    import java.util.StringTokenizer;
46  import java.util.ListResourceBundle;  import java.util.ListResourceBundle;
47    
48  public class LocaleInformation_hu_HU extends ListResourceBundle  public class LocaleInformation_hu_HU extends ListResourceBundle
49  {  {
   static final String decimalSeparator = ",";  
   static final String groupingSeparator = "";  
   static final String numberFormat = "#.###";  
   static final String percentFormat = "#%";  
   static final String[] weekdays = { null, "VAS\u00C1RNAP", "H\u00C9TF\u0150", "KEDD", "SZERDA", "CS\u00DCT\u00D6RT\u00D6K", "P\u00C9NTEK", "SZOMBAT" };  
   
   static final String[] shortWeekdays = { null, "V", "H", "K", "SZE", "CS", "P", "SZO" };  
   
   static final String[] shortMonths = { "JAN", "FEB", "M\u00C1R", "\u00C1PR", "M\u00C1J", "J\u00DAN", "J\u00DAL", "AUG", "SZE", "OKT", "NOV", "DEC", null };  
   
   static final String[] months = { "JANU\u00C1R", "FEBRU\u00C1R", "M\u00C1RCIUS", "\u00C1PRILIS", "M\u00C1JUS", "J\u00DANIUS", "J\u00DALIUS", "AUGUSZTUS", "SZEPTEMBER", "OKT\u00D3BER", "NOVEMBER", "DECEMBER", null };  
   
   static final String[] ampms = { "", "" };  
   
   static final String shortDateFormat = "yyyy-MM-dd";  
   static final String defaultTimeFormat = "";  
   static final String currencySymbol = "FT";  
   static final String intlCurrencySymbol = "HUF";  
   static final String currencyFormat = "$ #,###,##0.00;-$ #,###,##0.00";  
   
50    private static final Object[][] contents =    private static final Object[][] contents =
51    {    {
52      { "weekdays", weekdays },      { "currencyFormat", "#,##0.00 \u00a4;-#,##0.00 \u00a4" },
     { "shortWeekdays", shortWeekdays },  
     { "shortMonths", shortMonths },  
     { "months", months },  
     { "ampms", ampms },  
     { "shortDateFormat", shortDateFormat },  
     { "defaultTimeFormat", defaultTimeFormat },  
     { "currencySymbol", currencySymbol },  
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
53    };    };
54    
55    public Object[][] getContents () { return contents; }    public Object[][] getContents() { return contents; }
56  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26