1 | # created by tools/loadICU.tcl -- do not edit |
---|
2 | namespace eval ::tcl::clock { |
---|
3 | ::msgcat::mcset bn DAYS_OF_WEEK_ABBREV [list \ |
---|
4 | "\u09b0\u09ac\u09bf"\ |
---|
5 | "\u09b8\u09cb\u09ae"\ |
---|
6 | "\u09ae\u0999\u0997\u09b2"\ |
---|
7 | "\u09ac\u09c1\u09a7"\ |
---|
8 | "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf"\ |
---|
9 | "\u09b6\u09c1\u0995\u09cd\u09b0"\ |
---|
10 | "\u09b6\u09a8\u09bf"] |
---|
11 | ::msgcat::mcset bn DAYS_OF_WEEK_FULL [list \ |
---|
12 | "\u09b0\u09ac\u09bf\u09ac\u09be\u09b0"\ |
---|
13 | "\u09b8\u09cb\u09ae\u09ac\u09be\u09b0"\ |
---|
14 | "\u09ae\u0999\u0997\u09b2\u09ac\u09be\u09b0"\ |
---|
15 | "\u09ac\u09c1\u09a7\u09ac\u09be\u09b0"\ |
---|
16 | "\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0"\ |
---|
17 | "\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0"\ |
---|
18 | "\u09b6\u09a8\u09bf\u09ac\u09be\u09b0"] |
---|
19 | ::msgcat::mcset bn MONTHS_ABBREV [list \ |
---|
20 | "\u099c\u09be\u09a8\u09c1\u09df\u09be\u09b0\u09c0"\ |
---|
21 | "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09df\u09be\u09b0\u09c0"\ |
---|
22 | "\u09ae\u09be\u09b0\u09cd\u099a"\ |
---|
23 | "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2"\ |
---|
24 | "\u09ae\u09c7"\ |
---|
25 | "\u099c\u09c1\u09a8"\ |
---|
26 | "\u099c\u09c1\u09b2\u09be\u0987"\ |
---|
27 | "\u0986\u0997\u09b8\u09cd\u099f"\ |
---|
28 | "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"\ |
---|
29 | "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0"\ |
---|
30 | "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0"\ |
---|
31 | "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"\ |
---|
32 | ""] |
---|
33 | ::msgcat::mcset bn MONTHS_FULL [list \ |
---|
34 | "\u099c\u09be\u09a8\u09c1\u09df\u09be\u09b0\u09c0"\ |
---|
35 | "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09df\u09be\u09b0\u09c0"\ |
---|
36 | "\u09ae\u09be\u09b0\u09cd\u099a"\ |
---|
37 | "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2"\ |
---|
38 | "\u09ae\u09c7"\ |
---|
39 | "\u099c\u09c1\u09a8"\ |
---|
40 | "\u099c\u09c1\u09b2\u09be\u0987"\ |
---|
41 | "\u0986\u0997\u09b8\u09cd\u099f"\ |
---|
42 | "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0"\ |
---|
43 | "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0"\ |
---|
44 | "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0"\ |
---|
45 | "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0"\ |
---|
46 | ""] |
---|
47 | ::msgcat::mcset bn AM "\u09aa\u09c2\u09b0\u09cd\u09ac\u09be\u09b9\u09cd\u09a3" |
---|
48 | ::msgcat::mcset bn PM "\u0985\u09aa\u09b0\u09be\u09b9\u09cd\u09a3" |
---|
49 | } |
---|