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

Diff of /classpath/gnu/java/locale/LocaleInformation_ar_IN.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:02 2005 UTC
# Line 1  Line 1 
1  /* LocaleInformation_ar_IN.java  /* LocaleInformation_ar_IN.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_ar_IN extends ListResourceBundle  public class LocaleInformation_ar_IN 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, "\u0627\u0644\u0623\u062D\u062F", "\u0627\u0644\u0627\u062B\u0646\u064A\u0646", "\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621", "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", "\u0627\u0644\u062E\u0645\u064A\u0633", "\u0627\u0644\u062C\u0645\u0639\u0629", "\u0627\u0644\u0633\u0628\u062A" };  
   
   static final String[] shortWeekdays = { null, "\u062D", "\u0646", "\u062B", "\u0631", "\u062E", "\u062C", "\u0633" };  
   
   static final String[] shortMonths = { "\u064A\u0646\u0627", "\u0641\u0628\u0631", "\u0645\u0627\u0631", "\u0623\u0628\u0631", "\u0645\u0627\u064A", "\u064A\u0648\u0646", "\u064A\u0648\u0644", "\u0623\u063A\u0633", "\u0633\u0628\u062A", "\u0623\u0643\u062A", "\u0646\u0648\u0641", "\u062F\u064A\u0633", null };  
   
   static final String[] months = { "\u064A\u0646\u0627\u064A\u0631", "\u0641\u0628\u0631\u0627\u064A\u0631", "\u0645\u0627\u0631\u0633", "\u0623\u0628\u0631\u064A\u0644", "\u0645\u0627\u064A\u0648", "\u064A\u0648\u0646\u064A\u0648", "\u064A\u0648\u0644\u064A\u0648", "\u0623\u063A\u0633\u0637\u0633", "\u0633\u0628\u062A\u0645\u0628\u0631", "\u0623\u0643\u062A\u0648\u0628\u0631", "\u0646\u0648\u0641\u0645\u0628\u0631", "\u062F\u064A\u0633\u0645\u0628\u0631", null };  
   
   static final String[] ampms = { "\u0635", "\u0645" };  
   
   static final String shortDateFormat = "EEEE dd MMMM yyyy";  
   static final String defaultTimeFormat = "hh:m:s a z";  
   static final String currencySymbol = "\u20A8";  
   static final String intlCurrencySymbol = "INR";  
   static final String currencyFormat = "$ #,##,##0.00;-$ #,##,##0.00";  
   
50    private static final Object[][] contents =    private static final Object[][] contents =
51    {    {
52      { "weekdays", weekdays },      { "percentFormat", "##,##,##0%" },
53      { "shortWeekdays", shortWeekdays },      { "currencyFormat", "\u00a4 ##,##,##0.00;-\u00a4 ##,##,##0.00" },
54      { "shortMonths", shortMonths },      { "shortDateFormat", "d-M-yy" },
55      { "months", months },      { "mediumDateFormat", "dd-MM-yyyy" },
56      { "ampms", ampms },      { "longDateFormat", "d MMMM yyyy" },
57      { "shortDateFormat", shortDateFormat },      { "fullDateFormat", "EEEE d MMMM yyyy" },
58      { "defaultTimeFormat", defaultTimeFormat },      { "longTimeFormat", "h:mm:ss a z" },
59      { "currencySymbol", currencySymbol },      { "fullTimeFormat", "h:mm:ss a z" },
     { "intlCurrencySymbol", intlCurrencySymbol },  
     { "currencyFormat", currencyFormat },  
     { "decimalSeparator", decimalSeparator },  
     { "groupingSeparator", groupingSeparator },  
     { "numberFormat", numberFormat },  
     { "percentFormat", percentFormat },  
60    };    };
61    
62    public Object[][] getContents () { return contents; }    public Object[][] getContents() { return contents; }
63  }  }

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