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

Diff of /classpath/gnu/java/locale/LocaleInformation_uk_UA.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:07 2005 UTC
# Line 1  Line 1 
1  /* LocaleInformation_uk_UA.java  /* LocaleInformation_uk_UA.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_uk_UA extends ListResourceBundle  public class LocaleInformation_uk_UA extends ListResourceBundle
49  {  {
   static final String decimalSeparator = ",";  
   static final String groupingSeparator = ".";  
   static final String numberFormat = "#,###,##0.###";  
   static final String percentFormat = "#,###,##0%";  
   static final String[] weekdays = { null, "\u041D\u0435\u0434\u0456\u043B\u044F", "\u041F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A", "\u0412\u0456\u0432\u0442\u043E\u0440\u043E\u043A", "\u0421\u0435\u0440\u0435\u0434\u0430", "\u0427\u0435\u0442\u0432\u0435\u0440", "\u041F'\u044F\u0442\u043D\u0438\u0446\u044F", "\u0421\u0443\u0431\u043E\u0442\u0430" };  
   
   static final String[] shortWeekdays = { null, "\u041D\u0434\u043B", "\u041F\u043D\u0434", "\u0412\u0442\u0440", "\u0421\u0440\u0434", "\u0427\u0442\u0432", "\u041F\u0442\u043D", "\u0421\u0431\u0442" };  
   
   static final String[] shortMonths = { "\u0421\u0456\u0447", "\u041B\u044E\u0442", "\u0411\u0435\u0440", "\u041A\u0432\u0456", "\u0422\u0440\u0430", "\u0427\u0435\u0440", "\u041B\u0438\u043F", "\u0421\u0435\u0440", "\u0412\u0435\u0440", "\u0416\u043E\u0432", "\u041B\u0438\u0441", "\u0413\u0440\u0443", null };  
   
   static final String[] months = { "\u0421\u0456\u0447\u0435\u043D\u044C", "\u041B\u044E\u0442\u0438\u0439", "\u0411\u0435\u0440\u0435\u0437\u0435\u043D\u044C", "\u041A\u0432\u0456\u0442\u0435\u043D\u044C", "\u0422\u0440\u0430\u0432\u0435\u043D\u044C", "\u0427\u0435\u0440\u0432\u0435\u043D\u044C", "\u041B\u0438\u043F\u0435\u043D\u044C", "\u0421\u0435\u0440\u043F\u0435\u043D\u044C", "\u0412\u0435\u0440\u0435\u0441\u0435\u043D\u044C", "\u0416\u043E\u0432\u0442\u0435\u043D\u044C", "\u041B\u0438\u0441\u0442\u043E\u043F\u0430\u0434", "\u0413\u0440\u0443\u0434\u0435\u043D\u044C", null };  
   
   static final String[] ampms = { "", "" };  
   
   static final String shortDateFormat = "dd.MM.yyyy";  
   static final String defaultTimeFormat = "";  
   static final String currencySymbol = "\u0433\u0440";  
   static final String intlCurrencySymbol = "UAH";  
   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