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

Diff of /classpath/gnu/java/locale/LocaleInformation_mr_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 57  public class LocaleInformation_mr_IN ext Line 57  public class LocaleInformation_mr_IN ext
57    static final String[] months = { "\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940", "\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940", "\u092E\u093E\u0930\u094D\u091A", "\u090F\u092A\u094D\u0930\u093F\u0932", "\u092E\u0947", "\u091C\u0942\u0928", "\u091C\u0941\u0932\u0948", "\u0913\u0917\u0938\u094D\u091F", "\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930", "\u0913\u0915\u094D\u091F\u094B\u092C\u0930", "\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930", "\u0921\u093F\u0938\u0947\u0902\u092C\u0930", null };    static final String[] months = { "\u091C\u093E\u0928\u0947\u0935\u093E\u0930\u0940", "\u092B\u0947\u092C\u0943\u0935\u093E\u0930\u0940", "\u092E\u093E\u0930\u094D\u091A", "\u090F\u092A\u094D\u0930\u093F\u0932", "\u092E\u0947", "\u091C\u0942\u0928", "\u091C\u0941\u0932\u0948", "\u0913\u0917\u0938\u094D\u091F", "\u0938\u0947\u092A\u094D\u091F\u0947\u0902\u092C\u0930", "\u0913\u0915\u094D\u091F\u094B\u092C\u0930", "\u0928\u094B\u0935\u094D\u0939\u0947\u0902\u092C\u0930", "\u0921\u093F\u0938\u0947\u0902\u092C\u0930", null };
58    
59    static final String[] ampms = { "\u092E.\u092A\u0942.", "\u092E.\u0928\u0902." };    static final String[] ampms = { "\u092E.\u092A\u0942.", "\u092E.\u0928\u0902." };
   
   static final String shortDateFormat = "EEEE dd MMM yyyy";  
60    static final String currencySymbol = "\u0930\u0941";    static final String currencySymbol = "\u0930\u0941";
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_mr_IN ext Line 67  public class LocaleInformation_mr_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