1 | # created by tools/loadICU.tcl -- do not edit |
---|
2 | namespace eval ::tcl::clock { |
---|
3 | ::msgcat::mcset he DAYS_OF_WEEK_ABBREV [list \ |
---|
4 | "\u05d0"\ |
---|
5 | "\u05d1"\ |
---|
6 | "\u05d2"\ |
---|
7 | "\u05d3"\ |
---|
8 | "\u05d4"\ |
---|
9 | "\u05d5"\ |
---|
10 | "\u05e9"] |
---|
11 | ::msgcat::mcset he DAYS_OF_WEEK_FULL [list \ |
---|
12 | "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df"\ |
---|
13 | "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9"\ |
---|
14 | "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9"\ |
---|
15 | "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9"\ |
---|
16 | "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9"\ |
---|
17 | "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9"\ |
---|
18 | "\u05e9\u05d1\u05ea"] |
---|
19 | ::msgcat::mcset he MONTHS_ABBREV [list \ |
---|
20 | "\u05d9\u05e0\u05d5"\ |
---|
21 | "\u05e4\u05d1\u05e8"\ |
---|
22 | "\u05de\u05e8\u05e5"\ |
---|
23 | "\u05d0\u05e4\u05e8"\ |
---|
24 | "\u05de\u05d0\u05d9"\ |
---|
25 | "\u05d9\u05d5\u05e0"\ |
---|
26 | "\u05d9\u05d5\u05dc"\ |
---|
27 | "\u05d0\u05d5\u05d2"\ |
---|
28 | "\u05e1\u05e4\u05d8"\ |
---|
29 | "\u05d0\u05d5\u05e7"\ |
---|
30 | "\u05e0\u05d5\u05d1"\ |
---|
31 | "\u05d3\u05e6\u05de"\ |
---|
32 | ""] |
---|
33 | ::msgcat::mcset he MONTHS_FULL [list \ |
---|
34 | "\u05d9\u05e0\u05d5\u05d0\u05e8"\ |
---|
35 | "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8"\ |
---|
36 | "\u05de\u05e8\u05e5"\ |
---|
37 | "\u05d0\u05e4\u05e8\u05d9\u05dc"\ |
---|
38 | "\u05de\u05d0\u05d9"\ |
---|
39 | "\u05d9\u05d5\u05e0\u05d9"\ |
---|
40 | "\u05d9\u05d5\u05dc\u05d9"\ |
---|
41 | "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8"\ |
---|
42 | "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8"\ |
---|
43 | "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8"\ |
---|
44 | "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8"\ |
---|
45 | "\u05d3\u05e6\u05de\u05d1\u05e8"\ |
---|
46 | ""] |
---|
47 | ::msgcat::mcset he BCE "\u05dc\u05e1\u05d4"\u05e0" |
---|
48 | ::msgcat::mcset he CE "\u05dc\u05e4\u05e1\u05d4"\u05e0" |
---|
49 | ::msgcat::mcset he DATE_FORMAT "%d/%m/%Y" |
---|
50 | ::msgcat::mcset he TIME_FORMAT "%H:%M:%S" |
---|
51 | ::msgcat::mcset he DATE_TIME_FORMAT "%d/%m/%Y %H:%M:%S %z" |
---|
52 | } |
---|