]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // ******************************************************************************* |
2 | // * | |
3 | // * Copyright (C) 1997-2000, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // ******************************************************************************* | |
7 | ||
8 | ||
9 | ||
10 | fa { | |
11 | ||
12 | Version { "x0.0" } | |
13 | ||
14 | ||
15 | DayAbbreviations { | |
16 | "ی∔", | |
17 | "د∔", | |
18 | "س∔", | |
19 | "چ∔", | |
20 | "پ∔", | |
21 | "ج∔", | |
22 | "ش∔", | |
23 | } | |
24 | DayNames { | |
25 | "ییشنبه", | |
26 | "دوشنبه", | |
27 | "سهشنبه", | |
28 | "چهارشنبه", | |
29 | "پنجشنبه", | |
30 | "جمعه", | |
31 | "شنبه", | |
32 | } | |
33 | MonthAbbreviations { | |
34 | "ژان", | |
35 | "فور", | |
36 | "مار", | |
37 | "آور", | |
38 | "مـه", | |
39 | "ژون", | |
40 | "ژوی", | |
41 | "اوت", | |
42 | "سپت", | |
43 | "اكت", | |
44 | "نوا", | |
45 | "دسا", | |
46 | "", | |
47 | } | |
48 | MonthNames { | |
49 | "ژانویه", | |
50 | "فورویه", | |
51 | "مارس", | |
52 | "آوریل", | |
53 | "مه", | |
54 | "ژوئن", | |
55 | "ژوئیه", | |
56 | "اوت", | |
57 | "سپتامبر", | |
58 | "اكتبر", | |
59 | "نوامبر", | |
60 | "دسامبر", | |
61 | "", | |
62 | } | |
63 | NumberElements { | |
64 | "٫", | |
65 | "٬", | |
66 | ";", | |
67 | "%", | |
68 | "0", | |
69 | "#", | |
70 | "-", | |
71 | "E", | |
72 | "‰", | |
73 | "∞", | |
74 | "�", | |
75 | } | |
76 | NumberPatterns { | |
77 | "#,##0.###;-#,##0.###", | |
78 | "#,##0.#¤;#,##0.#- ¤", | |
79 | "#,##0%", | |
80 | } | |
81 | LocaleID{ "29"} | |
82 | // /**************** Info Below is needed ****************/ | |
83 | // CollationElements{} | |
84 | // Countries{} | |
85 | // Eras{} | |
86 | // Languages{} | |
87 | // ShortLanguage { } | |
88 | // localPatternChars{} | |
89 | // | |
b75a7d8f | 90 | } |