FSF GCC merge 02/23/03
[official-gcc.git] / libjava / gnu / java / locale / LocaleInformation_ar_QA.java
blob8f17ba4d83f8f18897e7c76967310b3765dbf9d9
1 // This file was automatically generated by localedef.
3 package gnu.java.locale;
5 import java.util.ListResourceBundle;
7 public class LocaleInformation_ar_QA extends ListResourceBundle
9 static final String decimalSeparator = ".";
10 static final String groupingSeparator = ",";
11 static final String numberFormat = "#,##0.###";
12 static final String percentFormat = "#,##0%";
13 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" };
15 static final String[] shortWeekdays = { null, "\u062D", "\u0646", "\u062B", "\u0631", "\u062E", "\u062C", "\u0633" };
17 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 };
19 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 };
21 static final String[] ampms = { "\u0635", "\u0645" };
23 static final String shortDateFormat = "dd MMM, yyyy";
24 static final String defaultTimeFormat = "z hh:m:s a";
25 static final String currencySymbol = "\u0631.\u0642.";
26 static final String intlCurrencySymbol = "QAR";
27 static final String currencyFormat = "$ #,##0.000;$ #,##0.000-";
29 private static final Object[][] contents =
31 { "weekdays", weekdays },
32 { "shortWeekdays", shortWeekdays },
33 { "shortMonths", shortMonths },
34 { "months", months },
35 { "ampms", ampms },
36 { "shortDateFormat", shortDateFormat },
37 { "defaultTimeFormat", defaultTimeFormat },
38 { "currencySymbol", currencySymbol },
39 { "intlCurrencySymbol", intlCurrencySymbol },
40 { "currencyFormat", currencyFormat },
41 { "decimalSeparator", decimalSeparator },
42 { "groupingSeparator", groupingSeparator },
43 { "numberFormat", numberFormat },
44 { "percentFormat", percentFormat },
47 public Object[][] getContents () { return contents; }