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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:31 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 44  import java.util.ListResourceBundle; Line 44  import java.util.ListResourceBundle;
44    
45  public class LocaleInformation_ar_TN extends ListResourceBundle  public class LocaleInformation_ar_TN extends ListResourceBundle
46  {  {
47      private static final String[] shortWeekdays = {
48        null,
49        "\u0627\u0644\u0623\u062d\u062f",
50        "\u0627\u0644\u0627\u062b\u0646\u064a\u0646",
51        "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621",
52        "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621",
53        "\u0627\u0644\u062e\u0645\u064a\u0633",
54        "\u0627\u0644\u062c\u0645\u0639\u0629",
55        "\u0627\u0644\u0633\u0628\u062a",
56      };
57    static final String decimalSeparator = ".";    static final String decimalSeparator = ".";
58    static final String groupingSeparator = ",";    static final String groupingSeparator = ",";
59    static final String numberFormat = "#,##0.###";    static final String numberFormat = "#,##0.###";
60    static final String percentFormat = "#,##0%";    static final String percentFormat = "#,##0%";
61    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[] 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" };
62    
   static final String[] shortWeekdays = { null, "\u062D", "\u0646", "\u062B", "\u0631", "\u062E", "\u062C", "\u0633" };  
   
63    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[] 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 };
64    
65    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[] 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 };
# Line 61  public class LocaleInformation_ar_TN ext Line 69  public class LocaleInformation_ar_TN ext
69    static final String shortDateFormat = "dd MMM, yyyy";    static final String shortDateFormat = "dd MMM, yyyy";
70    static final String currencySymbol = "\u062F.\u062A.";    static final String currencySymbol = "\u062F.\u062A.";
71    static final String intlCurrencySymbol = "TND";    static final String intlCurrencySymbol = "TND";
   static final String currencyFormat = "$ #,##0.000;$ #,##0.000-";  
72    
73    private static final Object[][] contents =    private static final Object[][] contents =
74    {    {
75        { "zeroDigit", "0" },
76      { "weekdays", weekdays },      { "weekdays", weekdays },
     { "shortWeekdays", shortWeekdays },  
77      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
78      { "months", months },      { "months", months },
79      { "ampms", ampms },      { "ampms", ampms },
80      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
81      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
82      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
83      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
84      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
85      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
86      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
87        { "currencyFormat", "\u00a4###0.00;-\u00a4###0.00" },
88        { "shortWeekdays", shortWeekdays }
89    };    };
90    
91    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