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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:32 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 47  public class LocaleInformation_hi_IN ext Line 47  public class LocaleInformation_hi_IN ext
47    static final String decimalSeparator = ".";    static final String decimalSeparator = ".";
48    static final String groupingSeparator = ",";    static final String groupingSeparator = ",";
49    static final String numberFormat = "#,##0.###";    static final String numberFormat = "#,##0.###";
   static final String percentFormat = "#,##0%";  
50    static final String[] weekdays = { null, "\u0930\u0935\u093F\u0935\u093E\u0930 ", "\u0938\u094B\u092E\u0935\u093E\u0930 ", "\u092E\u0902\u0917\u0932\u0935\u093E\u0930 ", "\u092C\u0941\u0927\u0935\u093E\u0930 ", "\u0917\u0941\u0930\u0941\u0935\u093E\u0930 ", "\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930 ", "\u0936\u0928\u093F\u0935\u093E\u0930 " };    static final String[] weekdays = { null, "\u0930\u0935\u093F\u0935\u093E\u0930 ", "\u0938\u094B\u092E\u0935\u093E\u0930 ", "\u092E\u0902\u0917\u0932\u0935\u093E\u0930 ", "\u092C\u0941\u0927\u0935\u093E\u0930 ", "\u0917\u0941\u0930\u0941\u0935\u093E\u0930 ", "\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930 ", "\u0936\u0928\u093F\u0935\u093E\u0930 " };
51    
52    static final String[] shortWeekdays = { null, "\u0930\u0935\u093F ", "\u0938\u094B\u092E ", "\u092E\u0902\u0917\u0932 ", "\u092C\u0941\u0927 ", "\u0917\u0941\u0930\u0941 ", "\u0936\u0941\u0915\u094D\u0930 ", "\u0936\u0928\u093F " };    static final String[] shortWeekdays = { null, "\u0930\u0935\u093F ", "\u0938\u094B\u092E ", "\u092E\u0902\u0917\u0932 ", "\u092C\u0941\u0927 ", "\u0917\u0941\u0930\u0941 ", "\u0936\u0941\u0915\u094D\u0930 ", "\u0936\u0928\u093F " };
# Line 58  public class LocaleInformation_hi_IN ext Line 57  public class LocaleInformation_hi_IN ext
57    
58    static final String[] ampms = { "\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928", "\u0905\u092A\u0930\u093E\u0939\u094D\u0928" };    static final String[] ampms = { "\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928", "\u0905\u092A\u0930\u093E\u0939\u094D\u0928" };
59    
   static final String shortDateFormat = "EEEE dd MMM yyyy";  
60    static final String currencySymbol = "\u0930\u0942";    static final String currencySymbol = "\u0930\u0942";
61    static final String intlCurrencySymbol = "INR";    static final String intlCurrencySymbol = "INR";
   static final String currencyFormat = "$ #,##0.00;-$ #,##0.00";  
62    
63    private static final Object[][] contents =    private static final Object[][] contents =
64    {    {
# Line 70  public class LocaleInformation_hi_IN ext Line 67  public class LocaleInformation_hi_IN ext
67      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
68      { "months", months },      { "months", months },
69      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
70      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
71      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
72      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
73      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
74      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
75      { "percentFormat", percentFormat },      { "percentFormat", "##,##,##0%" },
76        { "currencyFormat", "\u00a4 ##,##,##0.00;-\u00a4 ##,##,##0.00" },
77        { "shortDateFormat", "d-M-yy" },
78        { "mediumDateFormat", "dd-MM-yyyy" },
79        { "longDateFormat", "d MMMM yyyy" },
80        { "fullDateFormat", "EEEE d MMMM yyyy" },
81        { "shortTimeFormat", "h:mm a" },
82        { "mediumTimeFormat", "h:mm:ss a" },
83        { "longTimeFormat", "h:mm:ss a z" },
84        { "fullTimeFormat", "h:mm:ss a z" }
85    };    };
86    
87    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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