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

Diff of /classpath/gnu/java/locale/LocaleInformation_ar_QA.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 50  public class LocaleInformation_ar_QA ext Line 50  public class LocaleInformation_ar_QA ext
50    static final String percentFormat = "#,##0%";    static final String percentFormat = "#,##0%";
51    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" };
52    
   static final String[] shortWeekdays = { null, "\u062D", "\u0646", "\u062B", "\u0631", "\u062E", "\u062C", "\u0633" };  
   
53    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 };
54    
55    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_QA ext Line 59  public class LocaleInformation_ar_QA ext
59    static final String shortDateFormat = "dd MMM, yyyy";    static final String shortDateFormat = "dd MMM, yyyy";
60    static final String currencySymbol = "\u0631.\u0642.";    static final String currencySymbol = "\u0631.\u0642.";
61    static final String intlCurrencySymbol = "QAR";    static final String intlCurrencySymbol = "QAR";
62    static final String currencyFormat = "$ #,##0.000;$ #,##0.000-";    private static final String[] shortWeekdays = {
63        null,
64        "\u0627\u0644\u0623\u062d\u062f",
65        "\u0627\u0644\u0627\u062b\u0646\u064a\u0646",
66        "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621",
67        "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621",
68        "\u0627\u0644\u062e\u0645\u064a\u0633",
69        "\u0627\u0644\u062c\u0645\u0639\u0629",
70        "\u0627\u0644\u0633\u0628\u062a",
71      };
72    
73    private static final Object[][] contents =    private static final Object[][] contents =
74    {    {
75      { "weekdays", weekdays },      { "weekdays", weekdays },
     { "shortWeekdays", shortWeekdays },  
76      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
77      { "months", months },      { "months", months },
78      { "ampms", ampms },      { "ampms", ampms },
# Line 78  public class LocaleInformation_ar_QA ext Line 84  public class LocaleInformation_ar_QA ext
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